We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824827b commit 841247aCopy full SHA for 841247a
1 file changed
devito/arch/compiler.py
@@ -668,7 +668,7 @@ def __lookup_cmds__(self):
668
669
def add_libraries(self, libs):
670
# Urgh...
671
- # NvidiaComiler inherits from Compiler inherits from GCCToolchain in codepy
+ # NvidiaCompiler inherits from Compiler inherits from GCCToolchain in codepy
672
# And _GCC_ supports linking versioned shared objects with the syntax:
673
# `gcc -L/path/to/versioned/lib -l:libfoo.so.2.0 ...`
674
# But this syntax is not supported by the Nvidia compiler.
0 commit comments