Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
habrok:migration:alma9:plan [2026/06/09 09:45] – created vladahabrok:migration:alma9:plan [2026/07/01 18:04] (current) – Fix reservation command pedro
Line 11: Line 11:
   - A V100 GPU node called groenling1 with 2 Nvidia V100 GPUs.   - A V100 GPU node called groenling1 with 2 Nvidia V100 GPUs.
  
-These nodes have been put in a special reservation called ''alma9_testing''. Jobs can be submitted to this reservation using the following sbatch option: ''-alma9_testing''. This can be given on the command line, or using the following ''#SBATCH'' line in your job script:+These nodes have been put in a special reservation called ''alma9_testing''. Jobs can be submitted to this reservation using the following sbatch option: ''%%--%%reservation=alma9_testing''. This can be given on the command line, or using the following ''#SBATCH'' line in your job script:
  
-''#SBATCH -alma9_testing''+''#SBATCH %%--%%reservation=alma9_testing''
  
 As you can see from the host names the compute nodes will be named after common birds in the Netherlands, using their Dutch names. As you can see from the host names the compute nodes will be named after common birds in the Netherlands, using their Dutch names.
Line 29: Line 29:
 ==== Submitting explicitly to Alma 8 or Alma 9 nodes ==== ==== Submitting explicitly to Alma 8 or Alma 9 nodes ====
  
-If you want to make sure your jobs land on a node with specifically Alma Linux 8 or 9, you can put a constraint in  your jobs using the sbatch parameter ''--constraint''. You can either specify ''--constraint=alma8'' or ''--constraint=alma9''.+If you want to make sure your jobs land on a node with specifically Alma Linux 8 or 9, you can put a constraint in  your jobs using the sbatch parameter ''%%--%%constraint''. You can either specify ''%%--%%constraint=alma8'' or ''%%--%%constraint=alma9''.
  
 In a job script this would look like:\\ In a job script this would look like:\\