From 36c726e3bace3e6aec513695f22e9b894850c209 Mon Sep 17 00:00:00 2001 From: Orient Date: Wed, 31 May 2023 03:37:01 +0200 Subject: [PATCH] Updated link for sciCORE pdf --- docs/controlling-compiler-optimization-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/controlling-compiler-optimization-flags.md b/docs/controlling-compiler-optimization-flags.md index 5c71f92a74..ec3b4a3d58 100644 --- a/docs/controlling-compiler-optimization-flags.md +++ b/docs/controlling-compiler-optimization-flags.md @@ -37,7 +37,7 @@ it will not run on a system with an older Intel Nehalem processor. One possible workaround for heterogeneous HPC clusters is to build as many copies of the software stack as you have processor generations in your cluster, and to configure your system so each compute node uses the right software stack matching its processor architecture type. -Details for one way of doing this, using automounter/autofs are available at . +Details for one way of doing this, using automounter/autofs are available at . Another solution is to configure EasyBuild to not optimize for the processor architecture of the build host via `--optarch`, see below.