TORQUE is now in Extras. Can openmpi be rebuilt with libtorque-devel to get tm support?
I forgot to mention, you need to change references to libpbs to libtorque in openmpi's configure script until they patch it upstream. You can just do 'sed -i -e s/lpbs/ltorque/ configure', but here is a patch for 1.0.2 (I assume you are updating soon.) http://www-rcf.usc.edu/~garrick/openmpi-1.0.2-libtorque.patch
I don't know when, why or how, but the bug is still there, there is no support for torque: ompi_info | grep tm It has no output at all When it should have : MCA ras: tm (MCA v2.0, API v2.0, Component v1.5.4) MCA plm: tm (MCA v2.0, API v2.0, Component v1.5.4) MCA ess: tm (MCA v2.0, API v2.0, Component v1.5.4)