forked from HPCNow/SubmitScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gamess_uk-7.0-ompi-iqtc04.sub
91 lines (91 loc) · 1.86 KB
/
gamess_uk-7.0-ompi-iqtc04.sub
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#!/bin/sh
#$ -pe omp* 4
#$ -cwd
#$ -V
#$ -o Si8O13.log
#$ -S /bin/bash
#$ -q iqtc04.q
#
source /opt/modules/init/bash
module load gamess-uk/7.0_intel10.1_mkl10.1_ompi1.4.2
jobname=Si8O13
root=Si8O13
executable=/aplic/gamess-uk/gamess-uk-7.0_intel10.1_mkl10.1_ompi1.4.2/bin/gamess-uk
jobmode=openmpi
flist="-k ftn058=Si8O13.pun -k ed3"
nprocs=4
nnodes=4
jobtime=120
scratchtopdir=.
libdir=/aplic/gamess-uk/gamess-uk-7.0_intel10.1_mkl10.1_ompi1.4.2/lib
tempdir=/tmp
homedir=/home/rporcel/subscripts/gamessuk/Si8O13
stdout=0
listing=TEST.out
datain=1
procspernode=1
project=none
RUNGAMESS_DIR=/aplic/gamess-uk/gamess-uk-7.0_intel10.1_mkl10.1_ompi1.4.2/rungamess
PROG=rungamess
queueargs=""
queue=iqtc04.q
debug=0
jobworkdir=
export jobname
export root
export executable
export jobmode
export flist
export nprocs
export nnodes
export jobtime
export scratchtopdir
export libdir
export tempdir
export homedir
export stdout
export listing
export datain
export procs_per_node
export project
export RUNGAMESS_DIR
export PROG
export queueargs
export queue
export debug
export jobworkdir
#if test -f /home/g4stefan/.profile
#then
#. /home/g4stefan/.profile
#fi
if test ${GAMESS_LIB:=unset} = unset
then
GAMESS_LIB=/aplic/gamess-uk/gamess-uk-7.0_intel10.1_mkl10.1_ompi1.4.2/lib
export GAMESS_LIB
fi
if test ${GAMESS_SCR:=unset} = unset
then
GAMESS_SCR=.
export GAMESS_SCR
fi
if test ${GAMESS_WORK:=unset} = unset
then
GAMESS_WORK=
export GAMESS_WORK
fi
if test ${GAMESS_TMP:=unset} = unset
then
GAMESS_TMP=/tmp
export GAMESS_TMP
fi
if test ${GAMESS_PAREXE:=unset} = unset
then
GAMESS_PAREXE=/aplic/gamess-uk/gamess-uk-7.0_intel10.1_mkl10.1_ompi1.4.2/bin/gamess-uk
export GAMESS_PAREXE
fi
if test ${GAMESS_EXE:=unset} = unset
then
GAMESS_EXE=/aplic/gamess-uk/gamess-uk-7.0_intel10.1_mkl10.1_ompi1.4.2/bin/gamess-uk
export GAMESS_EXE
fi
$RUNGAMESS_DIR/rg_exe.$jobmode > /home/rporcel/subscripts/gamessuk/Si8O13/Si8O13.out