Michel -- Also, did you install Open MPI v2.0.2 over a prior version of Open MPI (i.e., with the same prefix value to configure)? That would almost certainly cause a problem.
> On Feb 2, 2017, at 7:56 AM, Howard Pritchard <hpprit...@gmail.com> wrote: > > Hi Michel > > It's somewhat unusual to use the disable-shared configure option. That may > be causing this. Could you try to build without using this option and see if > you still see the problem? > > > Thanks, > > Howard > > Michel Lesoinne <mlesoi...@cmsoftinc.com> schrieb am Mi. 1. Feb. 2017 um > 21:07: > I have compiled OpenMPI 2.0.2 on a new Macbook running OS X 10.12 and have > been trying to run simple program. > I configured openmpi with > ../configure --disable-shared --prefix ~/.local > make all install > > Then I have a simple code only containing a call to MPI_Init. > I compile it with > mpirun -np 2 ./mpitest > > The output is: > > [Michels-MacBook-Pro.local:45101] mca_base_component_repository_open: unable > to open mca_patcher_overwrite: File not found (ignored) > > [Michels-MacBook-Pro.local:45101] mca_base_component_repository_open: unable > to open mca_shmem_mmap: File not found (ignored) > > [Michels-MacBook-Pro.local:45101] mca_base_component_repository_open: unable > to open mca_shmem_posix: File not found (ignored) > > [Michels-MacBook-Pro.local:45101] mca_base_component_repository_open: unable > to open mca_shmem_sysv: File not found (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 > > -------------------------------------------------------------------------- > > Without the --disable-shared in the configuration, then I get: > > > > [Michels-MacBook-Pro.local:68818] [[53415,0],0] ORTE_ERROR_LOG: Bad parameter > in file ../../orte/orted/pmix/pmix_server.c at line 264 > > [Michels-MacBook-Pro.local:68818] [[53415,0],0] ORTE_ERROR_LOG: Bad parameter > in file ../../../../../orte/mca/ess/hnp/ess_hnp_module.c at line 666 > > -------------------------------------------------------------------------- > > It looks like orte_init failed for some reason; your parallel process is > > likely to abort. There are many reasons that a parallel process can > > fail during orte_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): > > > > pmix server init failed > > --> Returned value Bad parameter (-5) instead of ORTE_SUCCESS > > > -------------------------------------------------------------------------- > > > > > > > > Has anyone seen this? What am I missing? > > _______________________________________________ > users mailing list > users@lists.open-mpi.org > https://rfd.newmexicoconsortium.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users@lists.open-mpi.org > https://rfd.newmexicoconsortium.org/mailman/listinfo/users -- Jeff Squyres jsquy...@cisco.com _______________________________________________ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users