Add slurm job type

Add pandas requirement
This commit is contained in:
2020-12-22 19:01:15 +01:00
parent e54be9ab4d
commit 159e75410d
5 changed files with 31 additions and 3 deletions

14
scripts/experiment.slurm Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
#SBATCH --time=96:00:00 # walltime
#SBATCH --ntasks=4 # number of processor cores (i.e. tasks)
#SBATCH --nodes=1 # number of nodes
#SBATCH --mem-per-cpu=4096M # memory per CPU core
#SBATCH -J "<experiment>-<data>-<model>-<kernel>" # job name
#SBATCH --mail-user=ricardo.montanana@alu.uclm.es # email address
#SBATCH --mail-type=END
#SBATCH --mail-type=FAIL
# LOAD MODULES, INSERT CODE, AND RUN YOUR PROGRAMS HERE
cd <folder>
python experiment.py -H galgo -e <experiment> -m <model> -d <data> -S tanveer -k <kernel> -n 1