changed reading hint
[gromacs/adressmacs.git] / GMXRC.WIN
blob7144372bea32c4e1672317c07a5d0db318e1f1a6
2 # Directories, edit to match your site
5 # This should be your Gromacs directory, edit if necessary
6 export GMXHOME=/gmx
9 export GMXCPU=win       
11 # Some directories that live below the root
12 export GMXBIN=$GMXHOME/bin/$GMXCPU
13 export GMXLIB=$GMXHOME/top
15 # Default Graphics Font for ngmx
16 export GMXFONT=10x20
18 # Set the path
19 export PATH="$PATH":"$GMXBIN"
21 # Now finally, if you consider our Cool Quotes to be offensive
22 # you might consider commenting out the following line:
23 export IAMCOOL=YES
25 # end of script