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

Update job-scheduling.md

parent 6a71b2d6
No related branches found
No related tags found
No related merge requests found
Pipeline #29195 passed with warnings
...@@ -337,7 +337,7 @@ $ scontrol -d show job $SLURM_JOBID |grep GRES= ...@@ -337,7 +337,7 @@ $ scontrol -d show job $SLURM_JOBID |grep GRES=
``` ```
IDX in the GRES attribute specifies index/indexes of FPGA(s) (or GPGPUs) allocated to the job on the node. In the given example - allocated resources are fpga:xilinx_alveo_u250:1(IDX:0), we should use FPGA with index/number 0 on node p03-amd01. IDX in the GRES attribute specifies index/indexes of FPGA(s) (or GPGPUs) allocated to the job on the node. In the given example - allocated resources are fpga:xilinx_alveo_u250:1(IDX:0), we should use FPGA with index/number 0 on node p03-amd01.
### Request Specific Resource ### Request Specific Resources
It is possible to allocate specific resources. It is useful for partition p03-amd, where FPGAs of different types are available. It is possible to allocate specific resources. It is useful for partition p03-amd, where FPGAs of different types are available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment