Skip to content

Commit

Permalink
Fixed incorrect name in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Nov 21, 2024
1 parent be1a426 commit f8b6e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/fab/tools/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def run_version_command(
class Craycc(CCompiler):
'''Class for the native Cray C compiler. Since cc is actually a compiler
wrapper, follow the naming scheme of a compiler wrapper and call it:
craycc-cray.
craycc-cc.
Cray has two different compilers. Older ones have as version number:
Cray C : Version 8.7.0 Tue Jul 23, 2024 07:39:46
Expand All @@ -545,7 +545,7 @@ def __init__(self, name: str = "craycc-cc", exec_name: str = "cc"):
class Crayftn(FortranCompiler):
'''Class for the native Cray Fortran compiler. Since ftn is actually a
compiler wrapper, follow the naming scheme of Cray compiler wrapper
and call it crayftn-cray.
and call it crayftn-ftn.
:param name: name of this compiler.
:param exec_name: name of the executable.
Expand Down

0 comments on commit f8b6e27

Please sign in to comment.