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
The submission script is dependant on your cluster’s cluster dispatch tools. Do you know if it’s torque, pbs, sge or slurm?
LikeLike
Reading over your post again I think you might be trying to submit your submission script
try running the following command from within bash (not inside a .pbs file)
exb BEAM_EX16MVp EX16MVp 700icru p=5 batch=pbs
exb will submit the appropriate information to torque (pbs) and you should see notes about jobs dispatching.
LikeLike
Thanks for help…….I did as you said and the message is …………((/cm/local/apps/torque/var/spool/mom_priv/jobs/1383552.SC: line 10: exb: command not found))……so do you think I have to change something in my .bash file ?
LikeLike
That line tells me that exb is inside a pbs submission script. That won’t work.
Exb is an executable that creates your pbs script properly. It needs to be called from the command line, preferably with you inside the beam folder of the accelerator.
Does this make sense? What error message do you get?
LikeLike
always I have this output ((/cm/local/apps/torque/var/spool/mom_priv/jobs/1387275.SC: line 10: exb: command not found))………if you can help me I can give you the user name and password to get it trying to execute the example ……have you used it before (BEAMnrc with cluster)?
LikeLike
I have, pm me and I’ll try to see what’s wrong.
LikeLike
Hi Cody….have you received my message ?……is it working……?
LikeLike
No Hus I haven’t my google email is cody.crewson @ gmail please try again
LikeLike