update slurm template and tunnel/mysql config

This commit is contained in:
2020-12-24 12:55:16 +01:00
parent 159e75410d
commit 6d0e7d1297
7 changed files with 34 additions and 18 deletions

View File

@@ -1,13 +1,11 @@
#!/bin/bash
#SBATCH --time=96:00:00 # walltime
#SBATCH --partition=qdata
#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
#SBATCH --mail-type=END,FAIL
# LOAD MODULES, INSERT CODE, AND RUN YOUR PROGRAMS HERE
cd <folder>