# @ job_name = job_simple
# @ job_type = BLUEGENE
# Fichier sortie standard du travail
# @ output = $(job_name).$(jobid)
# Fichier erreur standard du travail
# @ error = $(output)
# Temps elapsed maximum demande
# @ wall_clock_limit = 2:00:00
# Taille bloc d'execution
# @ bg_size = 64
# @ queue

#-------------------------------------------------------------------------------

# Change to submission directory
if test -n "$SLURM_SUBMIT_DIR" ; then cd $SLURM_SUBMIT_DIR ; fi

# Ensure the correct command is found:
export PATH="/workgpfs/rech/iam/riam642/projets/Code_Saturne/3.0.1/build/frontend/bin":$PATH

# Run command:
/workgpfs/rech/iam/riam642/projets/Code_Saturne/3.0.1/scriptscf/bin/code_saturne run
#\code_saturne run
