From 123237af225a4a3006bde17ee087573ccd8aeef3 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Thu, 25 Jul 2024 17:07:31 +0200 Subject: [PATCH] open mpi 4.1.0 build from sources --- .../build_openMPI_from_sources.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conception/Architecture_decision_records/build_openMPI_from_sources.md diff --git a/conception/Architecture_decision_records/build_openMPI_from_sources.md b/conception/Architecture_decision_records/build_openMPI_from_sources.md new file mode 100644 index 000000000..6ea4a5f7c --- /dev/null +++ b/conception/Architecture_decision_records/build_openMPI_from_sources.md @@ -0,0 +1,17 @@ +# Build openMPI from sources + +## Status: Accepted [07/2024] + +## Context + +There are some disparities between the openMPI version available on the system between centOS and Ubuntu and what is used in production. +Building from source allows us to have a consistent version of openMPI across all platforms. + +## Decision + +Build openMPI from sources for all platforms. +Use v4.1.0 for the time being. + +## Consequences + +Align all unix platforms on the same version of openMPI. \ No newline at end of file