Difference between revisions of "Cluster:Modules"

From Earlham CS Department
Jump to navigation Jump to search
(Software build options)
m (Software build options)
Line 3: Line 3:
 
   ARCH=`uname -s`/`/cluster/software/os_release`/`uname -p`
 
   ARCH=`uname -s`/`/cluster/software/os_release`/`uname -p`
  
* Tcl: <code>./configure --prefix=/cluster/software/modules-sw/tcl/8.5.7/$ARCH && make</code>
+
* Tcl: <code>./configure --prefix=/cluster/software/modules-sw/tcl/8.5.7/$ARCH --enable-shared && make</code>
 
* Modules: <code>./configure --prefix=/cluster/software/modules-sw/modules/3.2.7/$ARCH --with-tcl=/cluster/software/modules-sw/tcl/8.5.7/$ARCH/lib --with-static=yes && make</code>
 
* Modules: <code>./configure --prefix=/cluster/software/modules-sw/modules/3.2.7/$ARCH --with-tcl=/cluster/software/modules-sw/tcl/8.5.7/$ARCH/lib --with-static=yes && make</code>
 
** Had to remove bash_completion from init/Makefile.
 
** Had to remove bash_completion from init/Makefile.
 
** After installation, changed the version from 3.2.6->3.2.7 in the init directory, and /usr/share/Modules to /cluster/software/modules-sw/modules/3.2.7/$ARCH/Modules
 
** After installation, changed the version from 3.2.6->3.2.7 in the init directory, and /usr/share/Modules to /cluster/software/modules-sw/modules/3.2.7/$ARCH/Modules

Revision as of 21:58, 29 August 2009

Software build options

  ARCH=`uname -s`/`/cluster/software/os_release`/`uname -p`
  • Tcl: ./configure --prefix=/cluster/software/modules-sw/tcl/8.5.7/$ARCH --enable-shared && make
  • Modules: ./configure --prefix=/cluster/software/modules-sw/modules/3.2.7/$ARCH --with-tcl=/cluster/software/modules-sw/tcl/8.5.7/$ARCH/lib --with-static=yes && make
    • Had to remove bash_completion from init/Makefile.
    • After installation, changed the version from 3.2.6->3.2.7 in the init directory, and /usr/share/Modules to /cluster/software/modules-sw/modules/3.2.7/$ARCH/Modules