I am building openmpi on a cluster running rocks. When I build using
./configure --with-tm=/share/apps/torque
--prefix=/share/apps/openmpi/intel I receive the warning
configure: WARNING: Unrecognized options: --with-tm,
--enable-ltdl-convenience
After running make and make install, I run ompi-info | grep tm and don't
see the entries
MCA pls: tm (MCA v1.0, API v1.0, Component v1.0)
MCA ras: tm (MCA v1.0, API v1.0, Component v1.0)
Any idea what is happening? Thanks!
|