patch tau@2.34 +rocm rocprofiler support
This commit is contained in:
parent
82978251fa
commit
f00c80eae8
@ -206,6 +206,8 @@ class Tau(Package):
|
|||||||
|
|
||||||
# https://github.com/UO-OACISS/tau2/commit/1d2cb6b
|
# https://github.com/UO-OACISS/tau2/commit/1d2cb6b
|
||||||
patch("tau-rocm-disable-llvm-plugin.patch", when="@2.33.2 +rocm")
|
patch("tau-rocm-disable-llvm-plugin.patch", when="@2.33.2 +rocm")
|
||||||
|
# https://github.com/UO-OACISS/tau2/commit/523df968dd17ffad74f0d944ecbb958ba0e8c6e8
|
||||||
|
patch("tau-rocm-disable-rocprofiler-default.patch", when="@2.34 +rocm")
|
||||||
|
|
||||||
filter_compiler_wrappers("Makefile", relative_root="include")
|
filter_compiler_wrappers("Makefile", relative_root="include")
|
||||||
filter_compiler_wrappers("Makefile.tau*", relative_root="lib")
|
filter_compiler_wrappers("Makefile.tau*", relative_root="lib")
|
||||||
|
@ -0,0 +1,21 @@
|
|||||||
|
spack-src/configure spack-src-patched/configurediff -ruN
|
||||||
|
--- spack-src/configure 2024-11-05 17:07:38.000000000 -0800
|
||||||
|
+++ spack-src-patched/configure 2025-05-19 08:56:22.311253328 -0700
|
||||||
|
@@ -3191,7 +3191,7 @@
|
||||||
|
#fixmakeargs="$fixmakeargs rocmdir=$rocmdir ROCM ROCPROFILER"
|
||||||
|
fixmakeargs="$fixmakeargs rocmdir=$rocmdir ROCM"
|
||||||
|
rocm=yes
|
||||||
|
- rocprofiler=yes
|
||||||
|
+ #rocprofiler=yes
|
||||||
|
tauoptions="${tauoptions}-rocm"
|
||||||
|
pthread=yes
|
||||||
|
shift
|
||||||
|
@@ -3207,7 +3207,7 @@
|
||||||
|
rocm=yes
|
||||||
|
fi
|
||||||
|
#fixmakeargs="$fixmakeargs ROCPROFILER"
|
||||||
|
- rocprofiler=yes
|
||||||
|
+ #rocprofiler=yes
|
||||||
|
tauoptions="${tauoptions}-rocm"
|
||||||
|
pthread=yes
|
||||||
|
shift
|
Loading…
Reference in New Issue
Block a user