Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infra:howto:slurm_sample [2025/05/09 09:03] – [How-to create a simple SLURM job] remiinfra:howto:slurm_sample [2025/05/16 11:55] (current) – [Example using GPUs] remi
Line 1: Line 1:
 ====== How-to create a simple SLURM job ====== ====== How-to create a simple SLURM job ======
  
-Now that you have your container ready in the Apptainer file format : for example application.sif+**Make sure you already have an Apptainer container ready to use at this stage** 
 + 
 +You should have your container ready in the Apptainer file format : for examples here, application.sif
  
 To run your job via SLURM, it is best to create a **sbatch script** :  To run your job via SLURM, it is best to create a **sbatch script** : 
Line 43: Line 45:
  
  
-==== Example using GPUs ====+==== Example using a full GPU ====
  
 <code> <code>
Back to top