Re: [OMPI users] [External] Re: mpi/pmix: ERROR: Error handler invoked: status = -25: No such file or directory (2)

2020-11-12 Thread Prentice Bisbal via users
That's what I suspected. Thanks for confirming. Prentice On 11/12/20 1:46 PM, Ralph Castain via users wrote: Yeah - this can be safely ignored. Basically, what's happening is an async cleanup of a tmp directory and the code is barking that it wasn't found (because it was already deleted).

Re: [OMPI users] [External] Re: mpi/pmix: ERROR: Error handler invoked: status = -25: No such file or directory (2)

2020-11-12 Thread Ralph Castain via users
Yeah - this can be safely ignored. Basically, what's happening is an async cleanup of a tmp directory and the code is barking that it wasn't found (because it was already deleted). > On Nov 12, 2020, at 8:16 AM, Prentice Bisbal via users > wrote: > > I should give more background. In the

Re: [OMPI users] [External] Re: mpi/pmix: ERROR: Error handler invoked: status = -25: No such file or directory (2)

2020-11-12 Thread Prentice Bisbal via users
I should give more background. In the slurm error log for this job, there was another error about a memcpy operation failing listed first, so that caused the job to fail. I suspect these errors below are the result of the other MPI ranks being killed in a not exactly simultaneous manner, which