1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env bash #$ -S /bin/bash #$ -N make_job #$ -q all.q #$ -pe make 4 #$ -cwd #$ -j y #$ -o make_job.log make -j $NSLOTS