From fe9f0f444e26de178ee673307292d81913bed4ce Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 28 Oct 2024 10:49:28 -0500 Subject: [PATCH] Issue #43: Bump mpich version to 4.2.3. --- example.config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.config.yml b/example.config.yml index 96010d7..6683afe 100644 --- a/example.config.yml +++ b/example.config.yml @@ -2,7 +2,7 @@ # Working directory where HPL and associated applications will be compiled. hpl_root: /opt/top500 -mpich_version: "4.2.2" +mpich_version: "4.2.3" # Linear algebra library options. linear_algebra_library: blis # 'atlas', 'openblas', or 'blis'