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

8 thoughts on “HPC

  1. 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.

    Like

  2. 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 ?

    Like

  3. 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?

    Like

  4. 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)?

    Like

Leave a comment