Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

intel mpi library exit code reference missing

AronRoland
Beginner
1,052 Views

Dear All,

 

I have searched all the available documentation as well as the internet but I cannot find the exit code reference nowhere. It is not on google it is not intel it is not on any university server it is like it is kept as a secret. U can find below the error i have now and without this exit code reference it is hard to solve  this.

 

Please provide the full exit code reference.

 

Thanks

 

Aron

 

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 11115 RUNNING AT r1i3n6.ib0.ice.ifremer.fr
=   EXIT CODE: 6
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
  Intel(R) MPI Library troubleshooting guide:
     https://software.intel.com/node/561764
===================================================================================

0 Kudos
2 Replies
jimdempseyatthecove
Honored Contributor III
1,038 Views

This may be from one of your rank's (your) code directly issuing exit(6).

Check for exit(6), abort(), assert(...), raise(6), missing catch

Or one of your rank's code calling a runtime library  issuing exit(6).

IOW this isn't an MPI error, rather it is an error message issued from other code.

From errno.h: #define ENXIO 6 /* No such device or address */

 

Jim Dempsey

 

0 Kudos
Barbara_P_Intel
Moderator
1,022 Views

Moving this question over to the oneAPI HPC Toolkit Forum. That's the best place to get MPI questions answered.

 

0 Kudos
Reply