Howard,

First, thanks to you and Jeff for looking into this with me. 👍
I tried ../configure --disable-shared --enable-static --prefix ~/.local
The result is the same as without --disable-shared. i.e. I get the
following error:

[Michels-MacBook-Pro.local:92780] [[46617,0],0] ORTE_ERROR_LOG: Bad
parameter in file ../../orte/orted/pmix/pmix_server.c at line 262

[Michels-MacBook-Pro.local:92780] [[46617,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

--------------------------------------------------------------------------

On Thu, Feb 2, 2017 at 12:29 PM, Howard Pritchard <hpprit...@gmail.com>
wrote:

> Hi Michel
>
> Try adding --enable-static to the configure.
> That fixed the problem for me.
>
> Howard
>
> Michel Lesoinne <mlesoi...@cmsoftinc.com> schrieb am Mi. 1. Feb. 2017 um
> 19: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
>
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to