Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/controlling-compiler-optimization-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://easybuilders.github.io/easybuild/files/sciCORE-software-management_20150611.pdf>.
Details for one way of doing this, using automounter/autofs are available at <https://easybuild.io/files/sciCORE-software-management_20150611.pdf>.

Another solution is to configure EasyBuild to not optimize for the processor architecture of the build host via
`--optarch`, see below.
Expand Down