Difference between revisions of "Cluster:Gaussian environment"

From Earlham CS Department
Jump to navigation Jump to search
Line 7: Line 7:
 
         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
 
         export g03root=/cluster/bazaar/software
 +
        export PATH=$PATH:/cluster/bazaar/software/g03
  
 
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 12:32, 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
       export PATH=$PATH:/cluster/bazaar/software/g03

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