Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PAPI 7.0.1 and 7.1.0 #38443

Merged
merged 23 commits into from
Dec 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
cb2c614
Add PAPI 7.0.1
wyphan Jun 16, 2023
68383ce
Add comment about skipping PAPI 7.0.0
wyphan Jun 16, 2023
6e1812a
Add patch to avoid adding Intel ifort/ifx flag on Cray ftn
wyphan Jun 19, 2023
97ec957
Modify patch to include Cray-specific flags
wyphan Jun 19, 2023
8327d9b
Adjust recipe to always apply patch for 7.0.1
wyphan Jun 19, 2023
15830ee
Expand Cray compiler checks in patch
wyphan Jun 19, 2023
46bba64
Forgot to update recipe
wyphan Jun 19, 2023
0db3df4
Adjust recipe so it looks for hipcc in the correct path
wyphan Jun 20, 2023
f05e8ce
Revert "Adjust recipe so it looks for hipcc in the correct path"
wyphan Jun 20, 2023
590c547
Patch HIP_PATH to work with Spack-built HIP
wyphan Jun 20, 2023
b82d10d
Patch LDFLAGS with llvm-amdgpu path
wyphan Jun 21, 2023
6156de7
Forgot the depends_on line
wyphan Jun 21, 2023
62be95f
libomptarget only builds with clang
wyphan Jun 22, 2023
6fed09b
Try a self-consistent build of llvm-amdgpu
wyphan Jun 23, 2023
8109226
Try making llvm-amdgpu depend on llvm for llvmoffloadarch library
wyphan Jun 23, 2023
b345361
Update prereq to use rocm-openmp-extras instead
wyphan Jun 26, 2023
9b9496e
Refactor llvm-amdgpu to use a version dict
wyphan Jun 27, 2023
752f6df
Fix typo
wyphan Jun 27, 2023
4a5ea3e
Hack to exclude older versions without matching rocm-openmp-extras
wyphan Jun 27, 2023
17052f6
Add PAPI 7.1.0
wyphan Dec 21, 2023
cfe6e5a
Revert changes to llvm-amdgpu
wyphan Dec 21, 2023
938a79a
Merge branch 'develop' into wyphan/papi701
wyphan Dec 21, 2023
151e865
Fix PAPI 7.1.0 checksum
wyphan Dec 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/papi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Papi(AutotoolsPackage, ROCmPackage):
git = "https://github.com/icl-utk-edu/papi"

version("master", branch="master")
version("7.0.1", sha256="c105da5d8fea7b113b0741a943d467a06c98db959ce71bdd9a50b9f03eecc43e")
wyphan marked this conversation as resolved.
Show resolved Hide resolved
version("6.0.0.1", sha256="3cd7ed50c65b0d21d66e46d0ba34cd171178af4bbf9d94e693915c1aca1e287f")
version("6.0.0", sha256="3442709dae3405c2845b304c06a8b15395ecf4f3899a89ceb4d715103cb4055f")
version("5.7.0", sha256="d1a3bb848e292c805bc9f29e09c27870e2ff4cda6c2fba3b7da8b4bba6547589")
Expand Down