Re: [OMPI users] EXTERNAL: Re: Unresolved reference 'mbind' and 'get_mempolicy'

2011-09-29 Thread Blosch, Edwin L
Jeff, Bruce, Reuti, all: If I add --without-hwloc in addition to --without-libnuma, then it builds. Is that a reasonable thing to do? Is there a better workaround? This 'hwloc' module looks like it might be important. For what it's worth, if there's something wrong with my configure line, le

Re: [OMPI users] EXTERNAL: Re: Unresolved reference 'mbind' and 'get_mempolicy'

2011-09-29 Thread Brice Goglin
Le 28/09/2011 23:02, Blosch, Edwin L a écrit : > Jeff, > > I've tried it now adding --without-libnuma. Actually that did NOT fix the > problem, so I can send you the full output from configure if you want, to > understand why this "hwloc" function is trying to use a function which > appears t

[OMPI users] MPIRUN + Environtment Variable

2011-09-29 Thread Xin Tong
I need to set up some environment variables before I run my application ( appA ). I am currently using mpirun -np 1 -host socrates (socrates is another machine) appA. Before appA runs, it expects some environment variables to be set up. How do i do that ? Thanks Xin