Hi all,
It's a bit awkward for me to ask, because I'm not only newbie in
parallel programming but also in Linux system, but i've but searching
for long enough to loose any hopes.
My problem is, when I try to run compiled code with "mpirun" I get output:
mpirun: symbol lookup error: mpirun: undef
I'm having problems building a working version of openmpi 1.4.1/2 on a new
Apple Mac Pro (dual quad-core nehalem processors) running snow leopard (10.6.3)
with the Intel 11.1 compilers. I've tried the Intel 11.1.084 and 11.1.088
versions of the compilers. Everything appears to build just fine a
2010/5/21 Jeff Squyres
> On May 21, 2010, at 3:13 AM, Olivier Riff wrote:
>
> > -> That is what I was thinking about to implement. As you mentioned, and
> specifically for my case where I mainly send short messages, there might not
> be much win. By the way, are their some benchmarks testing sequ
Mike,
Are you sure that you are getting the openmpi that you built and not
the one supplied w/ OS X. I use modules to make sure that I am getting
the openmpi version I build instead of the OS X suppleid version.
Doug Reeder
On May 23, 2010, at 10:45 AM, Glass, Micheal W wrote:
I’m having p