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
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
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/
Hello,
Does OMPI have a test suite that can let me validate MPI implementations from
other vendors?
Thanks
--Junchao Zhang
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
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