Hi all,
Found a bug maybe:
I'm setting the following environment variables:
OMPI_MCA_btl="tcp,self"
OMPI_MCA_btl_tcp_if_include="eth2"
OMPI_MCA_btl_tcp_if_exclude="eth0"
However, when I run 'ompi_info --param btl tcp' I see (among other
things):
MCA btl: parameter "btl" (current value: )
MCA btl
On Sun, 2006-10-15 at 23:31 -0600, Josh England wrote:
> On Sat, 2006-10-14 at 09:35 -0400, Jeff Squyres wrote:
> > Given the messages from the linker and my prior mail, I'm not sure
> > that a) is possible -- it will require more poking around to know for
> > sure.
On Sat, 2006-10-14 at 09:35 -0400, Jeff Squyres wrote:
> Given the messages from the linker and my prior mail, I'm not sure
> that a) is possible -- it will require more poking around to know for
> sure. b) is definitely possible simply by using --enable-static and
> and then using "mpicc" (
On Sat, 2006-10-14 at 09:35 -0400, Jeff Squyres wrote:
> - What exactly is your intent: a) do you want 100% static executables
> (to include the normal Linux system libraries), b) do you just want
> to avoid having to set LD_LIBRARY_PATH for some of the esoteric
> libraries such as libmpi, li
ples]# nm /usr/lib64/libsysfs.a |grep
sysfs_open_class_device
0d60 T sysfs_open_class_device
0170 T sysfs_open_class_device_path
I configured ompi with '--with-openib=/usr/ofed --with-tm=/apps/torque
--enable-static --without-libnuma' .
Is there something I