mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-17 00:16:09 +00:00
update slurm template and tunnel/mysql config
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user