|
|
# its own list of further requirements. | # its own list of further requirements. |
# | # |
set TARGET=sockets | set TARGET=sockets |
set SCR=/scr/$USER |
set SCR=./ |
# | # |
set JOB=$1 # name of the input file xxx.inp, give only the xxx part | set JOB=$1 # name of the input file xxx.inp, give only the xxx part |
set VERNO=$2 # revision number of the executable created by 'lked' step | set VERNO=$2 # revision number of the executable created by 'lked' step |
|
|
# is therefore most suitable to be stored only once, on the file server. | # is therefore most suitable to be stored only once, on the file server. |
# | # |
set echo | set echo |
setenv ERICFMT ~mike/gamess/ericfmt.dat |
setenv ERICFMT /usr/share/gamess/ericfmt/ericfmt.dat |
setenv EXTBAS /dev/null | setenv EXTBAS /dev/null |
setenv IRCDATA ~/scr/$JOB.irc |
setenv IRCDATA $SCR/$JOB.irc |
setenv INPUT $SCR/$JOB.F05 | setenv INPUT $SCR/$JOB.F05 |
setenv PUNCH ~/scr/$JOB.dat |
setenv PUNCH $SCR/$JOB.dat |
setenv AOINTS $SCR/$JOB.F08 | setenv AOINTS $SCR/$JOB.F08 |
setenv MOINTS $SCR/$JOB.F09 | setenv MOINTS $SCR/$JOB.F09 |
setenv DICTNRY $SCR/$JOB.F10 | setenv DICTNRY $SCR/$JOB.F10 |
|
|
setenv SOINTY $SCR/$JOB.F32 | setenv SOINTY $SCR/$JOB.F32 |
setenv SOINTZ $SCR/$JOB.F33 | setenv SOINTZ $SCR/$JOB.F33 |
setenv SORESC $SCR/$JOB.F34 | setenv SORESC $SCR/$JOB.F34 |
setenv SIMEN ~/scr/$JOB.simen |
setenv SIMEN $SCR/$JOB.simen |
setenv SIMCOR ~/scr/$JOB.simcor |
setenv SIMCOR $SCR/$JOB.simcor |
setenv GCILIST $SCR/$JOB.F37 | setenv GCILIST $SCR/$JOB.F37 |
setenv HESSIAN $SCR/$JOB.F38 | setenv HESSIAN $SCR/$JOB.F38 |
setenv SOCCDAT $SCR/$JOB.F40 | setenv SOCCDAT $SCR/$JOB.F40 |
|
|
if ($os == HP-UX) set GMSPATH=/zr/mike/gamess | if ($os == HP-UX) set GMSPATH=/zr/mike/gamess |
if ($os == IRIX) set GMSPATH=/home/hbar4/people/schmidt/gamess | if ($os == IRIX) set GMSPATH=/home/hbar4/people/schmidt/gamess |
if ($os == IRIX64) set GMSPATH=/home/hbar4/people/schmidt/gamess | if ($os == IRIX64) set GMSPATH=/home/hbar4/people/schmidt/gamess |
if ($os == Linux) set GMSPATH=/cu/mike/gamess |
if ($os == Linux) set GMSPATH=/usr/bin |
if ($os == OSF1) set GMSPATH=/au/mike/gamess | if ($os == OSF1) set GMSPATH=/au/mike/gamess |
if ($os == SunOS) set GMSPATH=/hf/mike/gamess | if ($os == SunOS) set GMSPATH=/hf/mike/gamess |
# special compilation for my old Sun (uname also replies SunOS) | # special compilation for my old Sun (uname also replies SunOS) |