mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 00:45:54 +00:00
Add experiment script generation
This commit is contained in:
11
experiments/experiment.slurm
Normal file
11
experiments/experiment.slurm
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
#SBATCH --partition=qdata
|
||||
#SBATCH --exclusive
|
||||
#SBATCH --ntasks=10 # number of processor cores (i.e. tasks)
|
||||
#SBATCH --nodes=1 # number of nodes
|
||||
#SBATCH --job-name="<model>-<score>-<date>"
|
||||
#SBATCH --mail-user=ricardo.montanana@alu.uclm.es # email address
|
||||
#SBATCH --mail-type=END
|
||||
#SBATCH -w nodo-7-33
|
||||
# LOAD MODULES, INSERT CODE, AND RUN YOUR PROGRAMS HERE
|
Reference in New Issue
Block a user