Skip to content
Snippets Groups Projects
Commit e3c92eb3 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 20/04/2015: correction on SBATCH args for job creation

parent a4a7583f
No related branches found
Tags PACK-MNH-V5-2--0-01_CDF4_513
No related merge requests found
......@@ -97,21 +97,21 @@ export JOBMULTI="\
#SBATCH -J R`basename $PWD | cut -c -14 `
#SBATCH -e ${JOBOUT} -o ${JOBOUT}
# concatene la sortie standard avec l erreur standard
#PBS -j oe
# réservation de ${NBP} processeurs
#SBATCH -N ${NBNODES} -n ${NBP}
#SBATCH -t ${TIME}
#SBATCH --export=NONE
"
export JOBMONO="\
#!/bin/bash
#SBATCH -J R`basename $PWD | cut -c -14 `
#SBATCH -eo ${JOBOUT}
# concatene la sortie standard avec l erreur standard
#PBS -j oe
#SBATCH -e ${JOBOUT} -o ${JOBOUT}
# réservation de ${NBP} processeurs
#SBATCH -N ${NBNODES} -n ${NBP}
#PBS -t ${TIME}
#SBATCH -t ${TIME}
#SBATCH --export=NONE
"
export JOBSTAT=${JOBSTAT-"squeue \${SLURM_JOBID} "}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment