-
Notifications
You must be signed in to change notification settings - Fork 126
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
Update the script to build adios with Kokkos for Frontier #4303
Conversation
@eisenhauer Any ideas why the mac-os CIs fail? |
It looks like maybe the Mac images have changed and gfortran-11 isn't there anymore: CMake Error at /usr/local/Cellar/cmake/3.30.2/share/cmake/Modules/CMakeDetermineFortranCompiler.cmake:33 (message): |
Yeah, it doesn't seem related to the changes here, so maybe you could bypass the requirements and merge this. We can open an issue with this for @vicentebolea |
@@ -1,10 +1,8 @@ | |||
#!/bin/bash | |||
# shellcheck disable=SC2191 | |||
|
|||
module load rocm/5.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
craype-accel-amd-gfx90a is needed for the rocm devices to work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add it back and see if this is the issue.
It's strange though because I was able to run with HIP on Frontier with just PrgEnv-gnu-amd/8.5.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not the issue and it doesn't seem we need craype-accel-amd-gfx90a
I will look again tonight but I will remove it if all our tests work without it.
85ea54a
to
f915a17
Compare
…evices would work Co-authored-by: Vicente Adolfo Bolea Sanchez <[email protected]>
f915a17
to
8fa6796
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is settled and working, then it looks good.
Yes this is ready. Vicente is right , we need |
Update the script to build adios with Kokkos for Frontier (cherry picked from commit c837711)
Update the script to build adios with Kokkos for Frontier (cherry picked from commit c837711)
Update the script to build adios with Kokkos for Frontier (cherry picked from commit c837711)
Update the script to build adios with Kokkos for Frontier (cherry picked from commit c837711)
Update the script to build adios with Kokkos for Frontier (cherry picked from commit c837711)
Update the script to build adios with Kokkos for Frontier (cherry picked from commit c837711)
Update the script to build adios with Kokkos for Frontier (cherry picked from commit c837711)
* release_210: (33 commits) Bump version to v2.10.2 Merge pull request #4379 from vicentebolea/increace-cmake-version-dep-blosc Fix missing int64_t definition (#4365) Merge pull request #4346 from anagainaru/memSelLayout Merge pull request #4343 from anagainaru/gpuSpan Compress the lossless part of MGARD data with Zstd. It was uncompressed until now. (#4339) Fix an issue when reading blocks in streaming mode, when some producers did not write any block to output. (#4332) Fix in python API: (#4331) Merge pull request #4303 from anagainaru/build-frontier Merge pull request #4293 from anagainaru/check_parser_lexer Derived variables of type StoreData should not record the expression string (#4247) Update ReadMe.md (#4243) Switch from ROCM_VERSION_MAJOR to HIP_VERSION_MAJOR (#4222) Merge pull request #4207 from anagainaru/hide-symbols Patch for when both xrootd and derived variables are activated (#4200) Add defines for BP3, BP4 and BP5 (#4191) Overload NdCopy instead of adding a new argument for the 2.10 release Revert "Backport #3759 to Release 2.10 branch. (cherry-picked from master branch #4340) (#4341)" Revert "Merge pull request #4189 from pnorbert/campaign-s3-support" ci,python: enable python win2022 serial build ...
The gcc and cray modules on Frontier used in the build scripts have been deprecated as of July 2024: