Cluster:Gaussian environment: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Skylar (talk | contribs)
No edit summary
 
Skylar (talk | contribs)
No edit summary
Line 6: Line 6:
         export GAUSS_SRCDIR=/tmp
         export GAUSS_SRCDIR=/tmp
         export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/cluster/bazaar/software/g03
         export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/cluster/bazaar/software/g03
        export g03root=/cluster/bazaar/software


Seems to work, although you might want to tweak the node list.
Seems to work, although you might want to tweak the node list.

Revision as of 16:27, 1 July 2005

I use this in my .bashrc:

       export GAUSS_EXEDIR=/cluster/bazaar/software/g03
       export GAUSS_LFLAGS='-nodelist "b0 b1" -opt "Tsnet.Node.lindarsharg: ssh

" -mp 2'

       export GAUSS_SRCDIR=/tmp
       export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/cluster/bazaar/software/g03
       export g03root=/cluster/bazaar/software

Seems to work, although you might want to tweak the node list.