diff --git a/scripts/experiment.pbs b/scripts/experiment.pbs index 97f8c50..c8eefcc 100644 --- a/scripts/experiment.pbs +++ b/scripts/experiment.pbs @@ -6,9 +6,15 @@ ### mezcla errores con la salida principal #PBS -j oe ### Recursos -#PBS -l select=1:ncpus=1:mem=16Gb +#PBS -l select=1:ncpus=16:mem=56Gb +#PBS -l place=exclhost ### Esportar variables de entorno #PBS -V +### Send email on end +#PBS -m e +### Specify mail recipient +#PBS -M ricardo.montanana@alu.uclm.es + ### Ejecutable con sus parametros cd -python experiment.py -H galgo -e -m -d -S tanveer -k -n 1 -t 4 \ No newline at end of file +python experiment.py -H galgo -e -m -d -S tanveer -k -n 1 -t 5 \ No newline at end of file diff --git a/scripts/experiment.slurm b/scripts/experiment.slurm index 5bd3cec..db48341 100644 --- a/scripts/experiment.slurm +++ b/scripts/experiment.slurm @@ -5,7 +5,7 @@ #SBATCH --nodes=1 # number of nodes #SBATCH -J "---" # job name #SBATCH --mail-user=ricardo.montanana@alu.uclm.es # email address -#SBATCH --mail-type=END,FAIL +#SBATCH --mail-type=END # LOAD MODULES, INSERT CODE, AND RUN YOUR PROGRAMS HERE cd