From 4f8a5dca223f1d7d9cab4b80aa43647e83dc29fc Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 16 Jun 2023 16:21:07 +0200 Subject: [PATCH] hdf5 1.10.x with MPI support is not compatible with openmpi 4.x --- applications/SALOME-9.11.0-MPI.pyconf | 2 +- applications/SALOME-master-MPI.pyconf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/SALOME-9.11.0-MPI.pyconf b/applications/SALOME-9.11.0-MPI.pyconf index 0ec86b3..fb7ea9a 100644 --- a/applications/SALOME-9.11.0-MPI.pyconf +++ b/applications/SALOME-9.11.0-MPI.pyconf @@ -92,7 +92,7 @@ APPLICATION : omniORB : '4.2.5' omniORBpy : '4.2.5' opencv : '3.2.0' - openmpi : '4.0.3' + openmpi : '3.1.6' # current version of hdf5 is not compatible with openmpi 4, if compiled with MPI support openturns: {tag : '1.19', hpc : 'yes'} openVKL: '0.11.0' ospray : '2.4.0' diff --git a/applications/SALOME-master-MPI.pyconf b/applications/SALOME-master-MPI.pyconf index d5976b3..d96c40f 100644 --- a/applications/SALOME-master-MPI.pyconf +++ b/applications/SALOME-master-MPI.pyconf @@ -92,7 +92,7 @@ APPLICATION : omniORB : '4.2.5' omniORBpy : '4.2.5' opencv : '3.2.0' - openmpi : '4.0.3' + openmpi : '3.1.6' # current version of hdf5 is not compatible with openmpi 4, if compiled with MPI support openturns: {tag : '1.19', hpc : 'yes'} openVKL: '0.11.0' ospray : '2.4.0' -- 2.39.2