Skip to content

Commit

Permalink
Merge branch 'bom_master' into compiler_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Aug 21, 2024
2 parents 07a50a6 + a79b41d commit 282df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fab/tools/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class CCompiler(Compiler):
:param name: name of the compiler.
:param exec_name: name of the executable to start.
:param suite: name of the compiler suite.
:param mpi: whether MPI is supported by this compiler or not.
:param mpi: whether the compiler or linker support MPI.
:param compile_flag: the compilation flag to use when only requesting
compilation (not linking).
:param output_flag: the compilation flag to use to indicate the name
Expand Down

0 comments on commit 282df65

Please sign in to comment.