Re: [OMPI users] Printing in a fortran MPI/OpenMP environment

2023-02-01 Thread Vahid Askarpour via users
I did use the omp_get_thread_num() and printed it along with the variable. It does get messy in the printout but it did verify that the variable has the same value in all the threads for all the processes. Thanks, Vahid > On Feb 1, 2023, at 2:21 AM, Benson Muite via users > wrote: > > On 2/

[OMPI users] question about the Open-MPI ABI

2023-02-01 Thread Jeff Hammond via users
Why do the null handles not follow a consistent scheme, at least in Open-MPI 4.1.2? ompi_mpi__null is used except when handle={request,message}, which drop the "mpi_". The above have an associated ..null_addr except ompi_mpi_datatype_null and ompi_message_null. Why? Jeff Open MPI v4.1.2, packa

Re: [OMPI users] question about the Open-MPI ABI

2023-02-01 Thread Barrett, Brian via users
Because we’ve screwed up in the past? I think the ompi_message_null was me, and I was in a hurry to prototype for the MPI Forum. And then it stuck. Brian On 2/1/23, 3:16 AM, "users on behalf of Jeff Hammond via users" mailto:users-boun...@lists.open-mpi.org> on behalf of users@lists.open-mpi