Skip to content
Snippets Groups Projects
Verified Commit 8f6339ef authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix mem param for slurm script

parent d11b1657
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#SBATCH --time=2-00:00:00 # Délai max = 7 jours
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=32
#SBATCH --mem-per-cpu=128G
#SBATCH --mem=128G
#SBATCH --partition=Lake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment