TAU needs to specify pdt_c++ if built with intel. (#23775)
This commit is contained in:
parent
5bd42d1b31
commit
b21a4f5c89
@ -179,6 +179,8 @@ def install(self, spec, prefix):
|
||||
|
||||
if '+pdt' in spec:
|
||||
options.append("-pdt=%s" % spec['pdt'].prefix)
|
||||
if spec['pdt'].satisfies("%intel"):
|
||||
options.append("-pdt_c++=icpc")
|
||||
|
||||
if '+scorep' in spec:
|
||||
options.append("-scorep=%s" % spec['scorep'].prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user