Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. srun --mpi=pmix_v1 -N 2 -n 2 mpi_program
  2. [headnode:17246] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 206
  3. [headnode:17246] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 147
  4. [headnode:17246] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 227
  5. [headnode:17246] OPAL ERROR: Error in file pmix3x_client.c at line 112
  6. --------------------------------------------------------------------------
  7. The application appears to have been direct launched using "srun",
  8. but OMPI was not built with SLURM's PMI support and therefore cannot
  9. execute. There are several options for building PMI support under
  10. SLURM, depending upon the SLURM version you are using:
  11.  
  12. version 16.05 or later: you can use SLURM's PMIx support. This
  13. requires that you configure and build SLURM --with-pmix.
  14.  
  15. Versions earlier than 16.05: you must use either SLURM's PMI-1 or
  16. PMI-2 support. SLURM builds PMI-1 by default, or you can manually
  17. install PMI-2. You must then build Open MPI using --with-pmi pointing
  18. to the SLURM PMI library location.
  19.  
  20. Please configure as appropriate and try again.
  21. --------------------------------------------------------------------------
  22. *** An error occurred in MPI_Init
  23. *** on a NULL communicator
  24. *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
  25. *** and potentially your MPI job)
  26. [headnode:17246] 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!
  27. srun: error: headnode: task 0: Exited with exit code 1
  28. [nodeA:12838] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 206
  29. [nodeA:12838] PMIX ERROR: UNPACK-PAST-END in file unpack.c at line 147
  30. [nodeA:12838] PMIX ERROR: UNPACK-PAST-END in file client/pmix_client.c at line 227
  31. [nodeA:12838] OPAL ERROR: Error in file pmix3x_client.c at line 112
  32. --------------------------------------------------------------------------
  33. The application appears to have been direct launched using "srun",
  34. but OMPI was not built with SLURM's PMI support and therefore cannot
  35. execute. There are several options for building PMI support under
  36. SLURM, depending upon the SLURM version you are using:
  37.  
  38. version 16.05 or later: you can use SLURM's PMIx support. This
  39. requires that you configure and build SLURM --with-pmix.
  40.  
  41. Versions earlier than 16.05: you must use either SLURM's PMI-1 or
  42. PMI-2 support. SLURM builds PMI-1 by default, or you can manually
  43. install PMI-2. You must then build Open MPI using --with-pmi pointing
  44. to the SLURM PMI library location.
  45.  
  46. Please configure as appropriate and try again.
  47. --------------------------------------------------------------------------
  48. *** An error occurred in MPI_Init
  49. *** on a NULL communicator
  50. *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
  51. *** and potentially your MPI job)
  52. [nodeA:12838] 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!
  53. srun: error: nodeA: task 1: Exited with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement