updated main submit script to point at new minion submit script
This commit is contained in:
parent
941f224f01
commit
c07ec88824
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user