17 lines
291 B
Bash
Executable File
17 lines
291 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#PBS -l procs=512,pmem=2gb,walltime=00:40:00,feature='!harpertown'
|
|
#PBS -N scalability-512
|
|
#PBS -m bea
|
|
#PBS -M stephen@mcquay.me
|
|
|
|
# ,qos=test
|
|
|
|
# for parallel submission:
|
|
/usr/bin/pbsdsh /fslhome/smm58/src/research/bin/minion.sh
|
|
|
|
# serial:
|
|
# /fslhome/smm58/bin/slave.sh
|
|
|
|
exit 0
|