Re: [mpich-discuss] problems with installing mpich: library missed
Hello, Do you need MPICH or MVAPICH? These are different MPI implementations and you seem to be confusing between the two. You shouldn’t see any libpmi.so and liblimic2.so is MVAPICH specific. — Pavan On Jul 24, 2014, at 7:01 AM, Kirill Voronin <[email protected]> wrote:
Hello everyone!
I am trying to install mpich in order to use PARDISO project 5.0.0 (cluster MPI version for distributed memory machines), and since it fails during the compilation with the errors
ld: warning: libmpich.so.3, needed by /ifs/home/icmmg/voronin/pardiso_proekt/pardiso_project/new/libpardiso500-MPI-INTEL1301-X86-64.so, not found (try using -rpath or -rpath-link) ld: warning: libpmi.so.0, needed by /ifs/home/icmmg/voronin/pardiso_proekt/pardiso_project/new/libpardiso500-MPI-INTEL1301-X86-64.so, not found (try using -rpath or -rpath-link) ld: warning: liblimic2.so.0, needed by /ifs/home/icmmg/voronin/pardiso_proekt/pardiso_project/new/libpardiso500-MPI-INTEL1301-X86-64.so, not found (try using -rpath or -rpath-link)
I thought something related to mpich is missing (I found mpich mvapich2-x-1.9-6 installed on the main node but the required libraries were missing).
Following the MPICH Installer's guide I tried to install the latest version of mpich into my home directory (with --enable-shared option) on the cluster, but only libmpich.so appears (and some other stuff which looks very far from the names of the libraries I need). No traces of libpmi.s0.0 or liblimic2.so.0 and the wrong version of libimpich.so.
Can you give an idea why this happened or how can I deal with this problem?
Thank you in advance! -- Kind regards,
Kirill Voronin
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
-- Pavan Balaji ✉️ http://www.mcs.anl.gov/~balaji
participants (1)
-
Balaji, Pavan