Skip to content

Commit 41d47bf

Browse files
committed
Fix typos and unchanged copy sections
1 parent ce38592 commit 41d47bf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

easybuild/toolchains/compiler/llvm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444

4545
class LLVM(Compiler):
46-
"""Compiler toolchain with Clang and GFortran compilers."""
46+
"""Compiler toolchain with LLVM compilers (clang/flang)."""
4747
# NAME = 'LLVMcore'
4848
# COMPILER_MODULE_NAME = [NAME]
4949
COMPILER_FAMILY = TC_CONSTANT_LLVM
@@ -182,7 +182,7 @@ def _set_compiler_flags(self):
182182

183183
if unsupported_fortran_flags is not None:
184184
self.log.debug(
185-
f"Ensuring usupported Fortran flags `{unsupported_fortran_flags}` are removed from variables"
185+
f"Ensuring unsupported Fortran flags `{unsupported_fortran_flags}` are removed from variables"
186186
)
187187
for key, lst in self.variables.items():
188188
if key not in self.FORTRAN_FLAGS:

easybuild/toolchains/lfoss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
class LFoss(Lompi, FlexiBLAS, ScaLAPACK, Fftw):
43-
"""Compiler toolchain with GCC, OpenMPI, FlexiBLAS, ScaLAPACK and FFTW."""
43+
"""Compiler toolchain with LLVM, OpenMPI, FlexiBLAS, ScaLAPACK and FFTW."""
4444
NAME = 'lfoss'
4545
SUBTOOLCHAIN = [
4646
Lompi.NAME,

easybuild/toolchains/lompi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
class Lompi(LLVMtc, OpenMPI):
41-
"""Compiler toolchain with GCC and OpenMPI."""
41+
"""Compiler toolchain with LLVM and OpenMPI."""
4242
NAME = 'lompi'
4343
SUBTOOLCHAIN = LLVMtc.NAME
4444

0 commit comments

Comments
 (0)