Re: [OMPI users] MPI test suite

2020-07-23 Thread Zhang, Junchao via users
I know OSU micro-benchmarks. But it is not an extensive test suite. Thanks --Junchao Zhang > On Jul 23, 2020, at 2:00 PM, Marco Atzeri via users > wrote: > > On 23.07.2020 20:28, Zhang, Junchao via users wrote: >> Hello, >> Does OMPI have a test suite that can let me validate MPI implemen

[OMPI users] segfault in libibverbs.so

2020-07-23 Thread Prentice Bisbal via users
I manage a cluster that is very heterogeneous. Some nodes have InfiniBand, while others have 10 Gb/s Ethernet. We recently upgraded to CentOS 7, and built a new software stack for CentOS 7. We are using OpenMPI 4.0.3, and we are using Slurm 19.05.5 as our job scheduler. We just noticed that wh

Re: [OMPI users] MPI test suite

2020-07-23 Thread Marco Atzeri via users
On 23.07.2020 20:28, Zhang, Junchao via users wrote: Hello,   Does OMPI have a test suite that can let me validate MPI implementations from other vendors?   Thanks --Junchao Zhang Have you considered the OSU Micro-Benchmarks ? http://mvapich.cse.ohio-state.edu/benchmarks/

[OMPI users] MPI test suite

2020-07-23 Thread Zhang, Junchao via users
Hello, Does OMPI have a test suite that can let me validate MPI implementations from other vendors? Thanks --Junchao Zhang

Re: [OMPI users] include/mpi.h:201:32: error: two or more data types in declaration specifiers

2020-07-23 Thread Gilles Gouaillardet via users
In https://github.com/NCAR/WRFV3/blob/master/external/RSL_LITE/rsl_lite.h #ifndef MPI2_SUPPORT typedef int MPI_Fint; # define MPI_Comm_c2f(comm) (MPI_Fint)(comm) # define MPI_Comm_f2c(comm) (MPI_Comm)(comm) #endif so I guess the MPI2_SUPPORT macro is not defined, and it makes Open MPI a sad panda

Re: [OMPI users] include/mpi.h:201:32: error: two or more data types in declaration specifiers

2020-07-23 Thread Steve Brasier via users
Giles, thank you for your answer on this - my reply seems to have got eaten probably for being too long so I have put it up here: https://gist.github.com/sjpb/680f3781110025ade3dff34390d673c8#file-gnu9-ompi4-em_real-log-L903 it almost looks to me like it's using the wrong compiler or something b