HPC

HPC

I am trying to submit a Batch job to a cluster

my primes.pbs job script :

======================================

#!/bin/bash -l

#pbs -l walltime=00:10:00

#pbs -l nodes=1:ppn=5

#pbs -l mem=1gb

#pbs -l file=1gb

#pbs -M husein.alhamada@ulb.ac.be

cd /sulb1/tony/egsnrc/BEAM_EX16MVp/

exb BEAM_EX16MVp EX16MVp 700icru p=5 >& mywork.out

=======================================================

please if you have one good example file to submit a scheduled batch job

share it with us

Thanks