Hello,
I am testing parallel linear solver package MUMPS (which uses ScaLAPACK) with a testing program (dsimpletest) provided by the package. It is built in 64-bit Linux Redhat 3 system and uses HP-MPI. However, it got the following run-time error:
==========
machine 594% mpirun -np 4 dsimpletest
dsimpletest: MPI_Init: MPI BUG: IMPI is not supported on Linux|64bit host
dsimpletest: MPI_Init: MPI BUG: IMPI is not supported on Linux|64bit host
MPI Application rank 1 exited before MPI_Init() with status 1
mpirun: Broken pipe
=========
Do you have any idea what IMPI is? I found online a HP-MPI version 1.7 release note, it says “The interoperable MPI protocal (IMPI) extends the power of MPI by allowing applications to run heterogensous clusters of machines with various architectures and operating systems. ...Currently IMPI is not supported in multi-threaded library.” What can I do about it? FYI, I have tested ScaLAPACK lib using its testing programs (which uses the same HP-MPI libs) without any problem.
Thanks a lot for your help.
Regards,
Qin

