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

fix mem param for slurm script

parent fe8a873a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#SBATCH --time=2-00:00:00 # Délai max = 7 jours #SBATCH --time=2-00:00:00 # Délai max = 7 jours
#SBATCH --ntasks=1 #SBATCH --ntasks=1
#SBATCH --cpus-per-task=32 #SBATCH --cpus-per-task=32
#SBATCH --mem-per-cpu=128G #SBATCH --mem=128G
#SBATCH --partition=Lake #SBATCH --partition=Lake
......
#!/bin/bash #!/bin/bash
#
#SBATCH --job-name=mspiculigera_count # Nom du jobe #SBATCH --job-name=mspiculigera_count # Nom du jobe
#SBATCH --output=%j.log # Standard output et error log #SBATCH --output=%j.log # Standard output et error log
#SBATCH --time=2-00:00:00 # Délai max = 7 jours #SBATCH --time=2-00:00:00 # Délai max = 7 jours
#SBATCH --ntasks=1 #SBATCH --ntasks=1
#SBATCH --cpus-per-task=32 #SBATCH --cpus-per-task=32
#SBATCH --mem-per-cpu=128G #SBATCH --mem=128G
#SBATCH --partition=Lake #SBATCH --partition=Lake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment