Skip to content

Commit

Permalink
fix parallellisation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Oct 12, 2023
1 parent d450a80 commit 23778be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/toolchains/compiler/gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Gcc(Compiler):

COMPILER_FAMILY = TC_CONSTANT_GCC
COMPILER_UNIQUE_OPTS = {
'loop': (False, "Automatic loop parallellisation"),
'loop': (False, "Automatic loop parallelisation"),
'f2c': (False, "Generate code compatible with f2c and f77"),
'lto': (False, "Enable Link Time Optimization"),
}
Expand Down

0 comments on commit 23778be

Please sign in to comment.