Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

If your job does not use the system openmpi, or does not use MPI, then any desired core binding will need to be set up with whatever mechanism the software uses. Otherwise, there will be no core binding. Again, that may not be a major issue. If your job does not work well with HT then run on a number of cores equal to half of the number of slots requested and the OS scheduler will minimize contention. 

new SGE utilities

While SoGE is very similar to previous versions of SGE there are some new utilities that people may find of interest. There are manual pages for each of these.

...

ResorceDescriptionRequestable
gpu.ncuda

number of CUDA GPUs on the host

NO
gpu.nopencl

number of OpenCL GPUs on the host

NO
gpu.ndev

total number of GPUs on the host

NO
gpu.cuda.N.mem_free

free memory on CUDA GPU N

YES
gpu.cuda.N.procs

number of processes on CUDA GPU N

NO
gpu.cuda.N.clock

maximum clock speed of CUDA GPU N (in MHz)

NO

gpu.cuda.N.util

compute utilization of CUDA GPU N (in %)

NO

gpu.cuda.procsum
deprecated

total number of processes running on devicesNO

gpu.cuda.dev_free
deprecated

number of devices with no current processesNO
gpu.opencl.0N.clock

maximum clock speed of OpenCL GPU N (in MHz)

NO
gpu.opencl.0N.mem

global memory of OpenCL GPU N

NO
gpu.names

semi-colon-separated list of GPU model names

NO

...