Skip to content

Commit ca46b02

Browse files
hvelabocaisa
andauthored
Update docs/using_eessi/building_on_eessi.md
Co-authored-by: ocaisa <[email protected]>
1 parent 1f8a7c1 commit ca46b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using_eessi/building_on_eessi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ source /cvmfs/software.eessi.io/versions/2023.06/init/lmod/bash
128128
```
129129
* Load one of the `buildenv` modules, there's one per `foss` toolchain available in EESSI. (`foss` is a good option as it will also
130130
include MPI with OpenMPI and math libraries via FlexiBLAS/FFTW).
131-
* Compile as you would do as usual. The module includes wrappers for gcc, gfortran and linkers.
131+
* Compile as you would do normally. The module includes wrappers for the compilers (`gcc`, `g++`, `gfortran`) and linkers (`ld`, `ld.bfd`, `ld.gold`).
132132
* Make sure the library resolution points to the EESSI stack. For this, `ldd` from compatibility layer and **not** `/usr/bin/ldd` should be used
133133
when checking the binary.
134134

0 commit comments

Comments
 (0)