tau %oneapi: -Wno-error=implicit-function-declaration
This commit is contained in:
parent
3b9fb0d694
commit
67d3e79351
@ -144,6 +144,9 @@ class Tau(Package):
|
||||
def set_compiler_options(self, spec):
|
||||
useropt = ["-O2 -g", self.rpath_args]
|
||||
|
||||
if self.spec.satisfies("%oneapi"):
|
||||
useropt.append("-Wno-error=implicit-function-declaration")
|
||||
|
||||
##########
|
||||
# Selecting a compiler with TAU configure is quite tricky:
|
||||
# 1 - compilers are mapped to a given set of strings
|
||||
|
Loading…
Reference in New Issue
Block a user