updated main submit script to point at new minion submit script

This commit is contained in:
Stephen Mardson McQuay 2011-05-26 10:13:28 -06:00
parent 941f224f01
commit c07ec88824
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
#!/bin/bash #!/bin/bash
#PBS -l procs=2,pmem=1gb,walltime=01:00:00,feature='!harpertown' #PBS -l procs=512,pmem=2gb,walltime=00:40:00,feature='!harpertown'
#PBS -N scalability-2 #PBS -N scalability-512
#PBS -m bea #PBS -m bea
#PBS -M stephen@mcquay.me #PBS -M stephen@mcquay.me
# ,qos=test # ,qos=test
# for parallel submission: # for parallel submission:
/usr/bin/pbsdsh /fslhome/smm58/bin/minion.sh /usr/bin/pbsdsh /fslhome/smm58/src/research/bin/minion.sh
# serial: # serial:
# /fslhome/smm58/bin/slave.sh # /fslhome/smm58/bin/slave.sh