2011-05-24 17:40:17 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2011-05-26 09:13:28 -07:00
|
|
|
#PBS -l procs=512,pmem=2gb,walltime=00:40:00,feature='!harpertown'
|
|
|
|
#PBS -N scalability-512
|
2011-05-24 17:40:17 -07:00
|
|
|
#PBS -m bea
|
|
|
|
#PBS -M stephen@mcquay.me
|
|
|
|
|
|
|
|
# ,qos=test
|
|
|
|
|
|
|
|
# for parallel submission:
|
2011-05-26 09:13:28 -07:00
|
|
|
/usr/bin/pbsdsh /fslhome/smm58/src/research/bin/minion.sh
|
2011-05-24 17:40:17 -07:00
|
|
|
|
|
|
|
# serial:
|
|
|
|
# /fslhome/smm58/bin/slave.sh
|
|
|
|
|
|
|
|
exit 0
|