Since MPI processes are invoded by mpirun/mpiexec, not by the resource manager or scheduler(torque/maui), then how to use cgroup to isolate memory and cpuset usage for every MPI process, note that we can not modify the MPI library(openmpi/mpich2), but it's acceptable for modification of resource manager and scheduler, thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
plmframework. If Open MPI was compiled withtmsupport, then it will launch all remote processes using thetminterface of Torque. Then it is up to the resource manager to set the correct limits. One has to configure Open MPI with the--with-tm=/path/to/torque/instal/dirin order to enabletmsupport. – Hristo Iliev Nov 5 '12 at 9:46