Re: [OMPI users] OpenMPI 2.1.0 + PGI 17.3 = asm test failures

2018-11-28 Thread Prentice Bisbal via users
Sylvain, I just ran into the same exact errors when compiling OpenMPI 3.0.0 with PGI 18.3 Prentice On 5/1/17 2:58 PM, Sylvain Jeaugey wrote: I also saw IBM and ignored the email :-) Thanks for reporting the issue, I passed it to the PGI team. On 05/01/2017 11:49 AM, Prentice Bisbal wrote:

[OMPI users] Issue with MPI_Init in MPI_Comm_Spawn

2018-11-28 Thread Kiker, Kathleen R
Good Afternoon, I'm trying to diagnose an issue I've been having with MPI_Comm_Spawn. When I run the simple example program: #include "mpi.h" #include #include int main( int argc, char *argv[] ) { int np[2] = { 1, 1 }; int errcodes[2]; MPI_Comm parentcomm, intercomm; char *cmd