Hello,
I have a bit of a weird setup which I’m sure is to blame
for my
problems, but I don’t know where to start digging to find
the problem.
I have lam installed in my home directory, because it’s
more recent
(and better) than the one that’s installed system-wide.
More
specifically, they are incompatable (one uses the PGI
compilers, one
uses GCC).
The error that I’m getting, when attempting to run my
program
(compiled with ~/bin/mpicc) is:
It seems that some error has occurred during MPI_INIT.
This will
cause your process to abort. These kinds of errors are
usually
system-related, such as running out of disk space,
running out of
memory, or something more serious such as data not being
passed
between processes properly. That is, you should not be
seeing
this error message; if you are, something is likely Very
Wrong
with your system. :-(
Perhaps this Unix error message will help:
Unix errno: 0
Success
Any ideas on where to go to find out what evil linking error
has
happened?
ldd on my binary says:
libaio.so.1 => /usr/lib/libaio.so.1 (0x008ee000)
libutil.so.1 => /lib/libutil.so.1 (0x0074a000)
libpthread.so.0 => /lib/tls/libpthread.so.0
(0x00bfe000)
libdl.so.2 => /lib/libdl.so.2 (0x0085f000)
libc.so.6 => /lib/tls/libc.so.6 (0x009f2000)
libpgc.so => /usr/pgi/linux86/6.1/lib/libpgc.so
(0x0019d000)
libm.so.6 => /lib/tls/libm.so.6 (0x006fc000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2
(0x0076f000)
Thanks for any assistance!
--
Kyle B. Wheeler Scalable Computing
Systems (1423)
Student Intern Sandia
National Laboratories
kbwheel sandia.gov
505-844-7179
MS: 1319
CSRI/237
_______________________________________________
This list is archived at http://www.l
am-mpi.org/MailArchives/lam/ |