OpenMPI PMIX错误:文件pmix_esh.c中的BAD-PARAM出现在MPI_Init中

时间:2017-11-01 06:49:51

标签: gcc fortran mpi gfortran openmpi

我在Ubuntu 17.04系统上使用OpenMPI(版本6.3.0)编译器和make clean(版本3.0.0)运行Fortran代码。

键入makemake run似乎正常。但是,当我在终端中输入[woodpecker-Aspire-TC-705:17583] PMIX ERROR: BAD-PARAM in file dstore/pmix_esh.c at line 1005 *** An error occurred in MPI_Init *** on a NULL communicator *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort, *** and potentially your MPI job) [woodpecker-Aspire-TC-705:17583] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed! ------------------------------------------------------- Primary job terminated normally, but 1 process returned a non-zero exit code.. Per user-direction, the job has been aborted. ------------------------------------------------------- *** An error occurred in MPI_Init *** on a NULL communicator *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort, *** and potentially your MPI job) [woodpecker-Aspire-TC-705:17586] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed! -------------------------------------------------------------------------- mpirun detected that one or more processes exited with non-zero status, thus causing the job to be terminated. The first process to do so was: Process name: [[53958,1],0] Exit code: 1 时,我收到以下消息:

[{
   "month": 'JAN',
       "data": 1691 
}, {
   "month": 'FEB',
       "data": 820
}, {
   "month": 'MAR',
       "data": 1050
}, {
   "month": 'APR',
       "data": 650
}, {
   "month": 'MAY',
       "data": 780
} ];

我在Github https://github.com/open-mpi/ompi/issues/2897上看到了类似的讨论而没有理解如何解决这个问题。

有什么想法吗?

0 个答案:

没有答案