Skip to content
3 changes: 1 addition & 2 deletions .github/workflows/markdown-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
- name: MarkdownLint mdl Action
uses: actionshub/[email protected]
with:
# filter out version-specific/* for now, until we fix all issues that mdl trips over
filesToIgnoreRegex: "(docs\\/demos\\/.*|docs\\/version-specific\\/.*)"
filesToIgnoreRegex: "(docs\\/demos\\/.*|docs\\/version-specific\\/(supported-software|generic-easyblocks).md)"
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