Skip to content
Snippets Groups Projects
Commit 98b6fbe7 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update job-scheduling.md

parent 619d1003
No related branches found
No related tags found
No related merge requests found
Pipeline #29155 passed with warnings
...@@ -262,7 +262,11 @@ $ scontrol -d show node p03-amd02 | grep Gres= ...@@ -262,7 +262,11 @@ $ scontrol -d show node p03-amd02 | grep Gres=
``` ```
``` ```
$ sbatch -A PROJECT-ID -p p03-amd --gres=fpga:xilinx_alveo_u280:2 ./script.sh $ salloc -A PROJECT-ID -p p03-amd --gres=fpga:xilinx_alveo_u280:2
salloc: Granted job allocation XXX
salloc: Waiting for resource configuration
salloc: Nodes p03-amd02 are ready for job
$ scontrol -d show job $SLURM_JOBID |grep gres $ scontrol -d show job $SLURM_JOBID |grep gres
TresPerNode=gres:fpga:xilinx_alveo_u280:2 TresPerNode=gres:fpga:xilinx_alveo_u280:2
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment