Skip to content

Commit a032eee

Browse files
authored
Fix toolchain comments for ROCm toolchain
1 parent 36c4ff6 commit a032eee

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

easybuild/toolchains/compiler/rocm_compilers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# along with EasyBuild. If not, see <http://www.gnu.org/licenses/>.
2727
##
2828
"""
29-
EasyBuild support for Clang + Flang compiler toolchain.
29+
EasyBuild support for ROCm Clang + Flang compiler toolchain.
3030
3131
Authors:
3232

easybuild/toolchains/rfbf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# along with EasyBuild. If not, see <http://www.gnu.org/licenses/>.
2424
##
2525
"""
26-
EasyBuild support for gfbf compiler toolchain (includes GCC, FlexiBLAS and FFTW)
26+
EasyBuild support for rfbf compiler toolchain (includes ROCm-LLVM, FlexiBLAS and FFTW)
2727
2828
Authors:
2929

easybuild/toolchains/rfoss.py

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

4343
class RFoss(Rompi, FlexiBLAS, ScaLAPACK, Fftw):
4444
"""Compiler toolchain with ROCm-LLVM, OpenMPI, FlexiBLAS, ScaLAPACK and FFTW."""
45-
NAME = 'lfoss'
45+
NAME = 'rfoss'
4646
SUBTOOLCHAIN = [
4747
Rompi.NAME,
4848
Rfbf.NAME

easybuild/toolchains/rocm_compilers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# along with EasyBuild. If not, see <http://www.gnu.org/licenses/>.
2727
##
2828
"""
29-
EasyBuild support for Clang + Flang compiler toolchain.
29+
EasyBuild support for ROCm Clang + Flang compiler toolchain.
3030
3131
Authors:
3232

easybuild/toolchains/rompi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# along with EasyBuild. If not, see <http://www.gnu.org/licenses/>.
2424
##
2525
"""
26-
EasyBuild support for lompi compiler toolchain (includes LLVM and OpenMPI).
26+
EasyBuild support for rompi compiler toolchain (includes ROCm-LLVM and OpenMPI).
2727
2828
Authors:
2929

0 commit comments

Comments
 (0)