Skip to content

Commit

Permalink
Merge pull request #168 from rynge/ospool-gpu-info-2
Browse files Browse the repository at this point in the history
OSPool: Provide GPU/RoomForCPUOnlyJobs table
  • Loading branch information
matyasselmeci authored Dec 15, 2023
2 parents 2a3fe16 + c639ccc commit 732c0ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions opensciencegrid/ospool-cm/ospool-overview/utils/condor_gpus
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ echo " Count Resource GPU
echo " ====== ================================================ ============================ =========== ============== ==============="
condor_status -const 'GPUs > 0' -format " %-50s" GLIDEIN_ResourceName -format "%-30s" GPUS_DeviceName -format "%-13s" GPUS_DriverVersion -format "%-15s" GPUS_Capability -format "%-11s\n" HAS_SINGULARITY | sort | uniq -c

echo
echo

condor_status -const 'TotalGPUs > 0' -af:h Name SlotType Activity CPUs GPUs Memory Disk RoomForCPUOnlyJobs | column -t

0 comments on commit 732c0ca

Please sign in to comment.