Discussion:
[OMPI users] Error "Bad parameter" in mpirun
Alessandra Bonazzi
2017-02-16 10:10:22 UTC
Permalink
Goodmorning,
I’m a beginner and I’m trying to run a simple “HelloWorld.f90”, but I get the following error:

MacBook-Pro-di-Alessandra-Bonazzi:TEST_OMPI Alessandra$ mpirun -np 1 ./a.out
[MacBook-Pro-di-Alessandra-Bonazzi.local:57092] [[10064,0],0] ORTE_ERROR_LOG: Bad parameter in file orted/pmix/pmix_server.c at line 262
[MacBook-Pro-di-Alessandra-Bonazzi.local:57092] [[10064,0],0] ORTE_ERROR_LOG: Bad parameter in file 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

In attachment there are the two files pmix_server.c and ess_hnp_module.c.
How can I fix this?
Thanks
Jeff Squyres (jsquyres)
2017-02-16 12:26:28 UTC
Permalink
Are you running on a Mac, perchance?

If so, see question 8:

https://www.open-mpi.org/faq/?category=osx#startup-errors-with-open-mpi-2.0.x
Post by Alessandra Bonazzi
Goodmorning,
MacBook-Pro-di-Alessandra-Bonazzi:TEST_OMPI Alessandra$ mpirun -np 1 ./a.out
[MacBook-Pro-di-Alessandra-Bonazzi.local:57092] [[10064,0],0] ORTE_ERROR_LOG: Bad parameter in file orted/pmix/pmix_server.c at line 262
[MacBook-Pro-di-Alessandra-Bonazzi.local:57092] [[10064,0],0] ORTE_ERROR_LOG: Bad parameter in file 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
pmix server init failed
--> Returned value Bad parameter (-5) instead of ORTE_SUCCESS
In attachment there are the two files pmix_server.c and ess_hnp_module.c.
How can I fix this?
Thanks
<pmix_server.c>
<ess_hnp_module.c>
_______________________________________________
users mailing list
https://rfd.newmexicoconsortium.org/mailman/listinfo/users
--
Jeff Squyres
***@cisco.com

Loading...