Skip to content
Snippets Groups Projects
Commit e567f4cd authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Add GPU constraint for BOZ slurm script

parent f76b40de
No related branches found
No related tags found
1 merge request!256UP3423 fixes
Pipeline #101512 failed
#!/bin/bash #!/bin/bash
#SBATCH -N 1 #SBATCH -N 1
#SBATCH --partition=exfel #SBATCH --partition=exfel
#SBATCH --time=12:00:00 #SBATCH --constraint=V100
#SBATCH --time=2:00:00
#SBATCH --mail-type=END,FAIL #SBATCH --mail-type=END,FAIL
#SBATCH --output=logs/%j-%x.out #SBATCH --output=logs/%j-%x.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment