[maker-devel] Maker MPI with MPICH
Carson Holt
carsonhh at gmail.com
Tue Apr 7 10:23:06 MDT 2015
You have a mixed MPI setup. You said you are trying to run under MPICH, but your error message says you are mixing with OpenMPi for example —> ompi_mpi_init: orte_init failed
That is an OpenMPI error message.
MPI flavors are incompatible with each other. To run one you have to completely unload the other (i.e. remove it from your PATH, LD_PRELOAD, LD_LIBRARY_PATH, etc.). Once the othe MPI flavor is unloaded you have to recompile the program you want to run using the new MPI flavor, otherwise all code bindings will still point to the other MPI flavor’s libraries because of how dynamic linking works. This means you have to have a separate independent install of each program you want to switch to a new MPI flavor, and you must unload the old installations from your PATH before launching.
Thanks,
Carson
> On Apr 7, 2015, at 1:38 AM, rens holmer <rens.holmer at gmail.com> wrote:
>
> Hi maker-devel,
>
> We recently got a new machine on which I would like to run maker. Previously I managed to run maker with OPENMPI, but on this machine I would like to use MPICH.
> I think I pretty much followed all the installation notes, but I am running into the following error:
>
> [pevzner:10805] [[INVALID],INVALID] ORTE_ERROR_LOG: A system-required executable either could not be found or was not executable by this user in file ess_singleton_module.c at line 231
> [pevzner:10805] [[INVALID],INVALID] ORTE_ERROR_LOG: A system-required executable either could not be found or was not executable by this user in file ess_singleton_module.c at line 140
> [pevzner:10805] [[INVALID],INVALID] ORTE_ERROR_LOG: A system-required executable either could not be found or was not executable by this user in file runtime/orte_init.c at line 128
> --------------------------------------------------------------------------
> 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):
>
> orte_ess_set_name failed
> --> Returned value A system-required executable either could not be found or was not executable by this user (-127) instead of ORTE_SUCCESS
> --------------------------------------------------------------------------
> --------------------------------------------------------------------------
> It looks like MPI_INIT failed for some reason; your parallel process is
> likely to abort. There are many reasons that a parallel process can
> fail during MPI_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):
>
> ompi_mpi_init: orte_init failed
> --> Returned "A system-required executable either could not be found or was not executable by this user" (-127) instead of "Success" (0)
> --------------------------------------------------------------------------
> [pevzner:10805] *** An error occurred in MPI_Init
> [pevzner:10805] *** on a NULL communicator
> [pevzner:10805] *** Unknown error
> [pevzner:10805] *** MPI_ERRORS_ARE_FATAL: your MPI job will now abort
> --------------------------------------------------------------------------
> An MPI process is aborting at a time when it cannot guarantee that all
> of its peer processes in the job will be killed properly. You should
> double check that everything has shut down cleanly.
>
> Reason: Before MPI_INIT completed
> Local host: pevzner
> PID: 10805
> —————————————————————————————————————
>
> Any comments would be greatly appreciated!
>
> Thanks,
>
> Rens Holmer
> _______________________________________________
> maker-devel mailing list
> maker-devel at box290.bluehost.com
> http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://yandell-lab.org/pipermail/maker-devel_yandell-lab.org/attachments/20150407/f7efa777/attachment-0003.html>
More information about the maker-devel
mailing list