smbinterp/bin/submit.sh

17 lines
291 B
Bash
Raw Permalink Normal View History

2011-05-24 17:40:17 -07:00
#!/bin/bash
#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:
/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