ello,
I have Rocks 4.3 installed. Frontend 32bit and nodes with 64bit.
Traying to run openmpi with torque support using multilib.

/usr/local shared among nodes

CONFIGURING and INSTALL

[from frontend 32bit]
./configure --with-tm=/opt/torque/ --prefix=/usr/local/openmpi-1.2.6 -- includedir='${prefix}/include/32' --libdir='${prefix}/lib32' && make && make install && make check

/usr/local/openmpi-1.2.6/bin/ompi_info |grep tm
MCA memory: ptmalloc2 (MCA v1.0, API v1.0, Component v1.2.6)
                MCA ras: tm (MCA v1.0, API v1.3, Component v1.2.6)
                MCA pls: tm (MCA v1.0, API v1.3, Component v1.2.6)


[form node 64bit]
./configure --disable-binaries --with-tm=/opt/torque/ --prefix=/usr/ local/openmpi-1.2.6 --includedir='${prefix}/include/64' --libdir='$ {prefix}/lib64' && make && make install && make check

/usr/local/openmpi-1.2.6/bin/ompi_info |grep tm
[compute-0-16.local:18284] mca: base: component_find: unable to open ras tm: file not found (ignored) [compute-0-16.local:18284] mca: base: component_find: unable to open pls tm: file not found (ignored) MCA memory: ptmalloc2 (MCA v1.0, API v1.0, Component v1.2.6)


Any advice would be appreciated.
Thanks.

P.S. I can send any additional info if required.


Reply via email to