Difference between revisions of "Cluster:Gaussian environment"
Jump to navigation
Jump to search
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 12: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.