tau %oneapi: -Wno-error=implicit-function-declaration

This commit is contained in:
eugeneswalker 2023-05-22 09:33:27 -07:00
parent 3b9fb0d694
commit 67d3e79351

View File

@ -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