Score-P: Add remapping for rocmcc (#45316)
* Score-P: Add remapping for rocmcc rocmcc -> amdclang for ScoreP * [@spackbot] updating style on behalf of wrwilliams --------- Co-authored-by: William Williams <william.williams@tu-dresden.de> Co-authored-by: wrwilliams <wrwilliams@users.noreply.github.com>
This commit is contained in:
parent
fa671a639a
commit
e1bcbcf9f3
@ -160,7 +160,7 @@ def find_libpath(self, libname, root):
|
||||
# handle any mapping of Spack compiler names to Score-P args
|
||||
# this should continue to exist for backward compatibility
|
||||
def clean_compiler(self, compiler):
|
||||
renames = {"cce": "cray"}
|
||||
renames = {"cce": "cray", "rocmcc": "amdclang"}
|
||||
if compiler in renames:
|
||||
return renames[compiler]
|
||||
return compiler
|
||||
|
Loading…
Reference in New Issue
Block a user