for Single CPU Job
zyshen@e2lx001:/home/zyshen> cat /disk/rdisk03/test_1cpu.sh #!/bin/csh # # #PBS -l nodes=1:ppn=1 # #******** Script for job submission with single CPU #******** The lines above must be included in any job script #******** ‘nodes’ is number of nodes and ‘ppn’ is number of CPU per node, which are both ‘=1′ in this case. # […]
Recent Comments