Hello,

I have this developers version of openmpi1.9 installed on my system.
The helloword program works but on another program it throws these
errors.

Any help?

mca: base: component_find: unable to open
/export/home2/SEECS/bibrak/work/programs/installs/openmpi1.9/lib/openmpi/mca_shmem_mmap:
/export/home2/SEECS/bibrak/work/programs/installs/openmpi1.9/lib/openmpi/mca_shmem_mmap.so:
undefined symbol: opal_show_help (ignored)

mca: base: component_find: unable to open
/export/home2/SEECS/bibrak/work/programs/installs/openmpi1.9/lib/openmpi/mca_shmem_posix:
/export/home2/SEECS/bibrak/work/programs/installs/openmpi1.9/lib/openmpi/mca_shmem_posix.so:
undefined symbol: opal_show_help (ignored)

mca: base: component_find: unable to open
/export/home2/SEECS/bibrak/work/programs/installs/openmpi1.9/lib/openmpi/mca_shmem_sysv:
/export/home2/SEECS/bibrak/work/programs/installs/openmpi1.9/lib/openmpi/mca_shmem_sysv.so:
undefined symbol: opal_show_help (ignored)
--------------------------------------------------------------------------
It looks like opal_init failed for some reason; your parallel process is
likely to abort.  There are many reasons that a parallel process can
fail during opal_init; some of which are due to configuration or
environment problems.  This failure appears to be an internal failure;
here's some additional information (which may only be relevant to an
Open MPI developer):

  opal_shmem_base_select failed
  --> Returned value -1 instead of OPAL_SUCCESS


Thanks
-- 
Bibrak Qamar

Reply via email to