Re: [OMPI users] MPI_ERR_TAG: invalid tag

2021-09-19 Thread Érico via users
Hello, Make sure the MPI_TAG being used with mpi calls is not becoming a negative value. Regards, Érico > Em 19 de set. de 2021, à(s) 12:45, Feng Wade via users > escreveu: > > Hi, > > Good morning. > > I am using openmpi/4.0.3 on Compute Canada to do 3D flow simulation. My grid > siz

Re: [OMPI users] MPI_ERR_TAG: invalid tag

2021-09-19 Thread George Bosilca via users
The error message is self explanatory, the application calls MPI_Recv with an invalid TAG. The MPI standard defines a valid tag as a positive integer between 0 and the value of the MPI_UB_TAG attribute on MPI_COMM_WORLD. At this point it seems plausible this is an application issue. Check that the

[OMPI users] MPI_ERR_TAG: invalid tag

2021-09-19 Thread Feng Wade via users
Hi, Good morning. I am using openmpi/4.0.3 on Compute Canada to do 3D flow simulation. My grid size is Lx*Ly*Lz=700*169*500. It worked quite well for lower resolution. However, after increasing my resolution from Nx*Ny*Nz=64*109*62 to 256*131*192, openmpi reported errors as shown below: [gra5