You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
I have a WRF that I run with OpenMPI. I want to make a profiling and tracing of MPI processes, so I want to use HPCTOOLKIT. However, when I try to run hpcrun ./wrf.exe. I get the following error:
--------------------------------------------------------------------------
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_init failed
--> Returned value Unable to start a daemon on the local node (-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: ompi_rte_init failed
--> Returned "Unable to start a daemon on the local node" (-127) instead of "Success" (0)
--------------------------------------------------------------------------
Also, the process is printing the same log and the message keep repeating over and over.
Hi,
I have a WRF that I run with OpenMPI. I want to make a profiling and tracing of MPI processes, so I want to use HPCTOOLKIT. However, when I try to run hpcrun ./wrf.exe. I get the following error:
Also, the process is printing the same log and the message keep repeating over and over.
Can anyone guide me, please?
Cheers.