Fix done in pusht, Fix --time in sbatch

This commit is contained in:
Cadene
2024-02-22 17:58:26 +00:00
parent 664cfb2023
commit 591985c67d
2 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
#SBATCH --ntasks-per-node=1 # number of tasks per node (here 8 tasks, or 1 task per GPU)
#SBATCH --gres=gpu:1 # number of GPUs reserved per node (here 8, or all the GPUs)
#SBATCH --cpus-per-task=8 # number of cores per task (8x8 = 64 cores, or all the cores)
#SBATCH --time=02:00:00
#SBATCH --time=2-00:00:00
#SBATCH --output=/home/rcadene/slurm/%j.out
#SBATCH --error=/home/rcadene/slurm/%j.err
#SBATCH --qos=low