-
Notifications
You must be signed in to change notification settings - Fork 200
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
CI: NVHPC 24.1 #4679
Merged
Merged
CI: NVHPC 24.1 #4679
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update NVHPC from 21.11 to 24.1.
Reported as Nvidia bug no. 4491413 |
Reenable once compiler bug is fixed.
WeiqunZhang
approved these changes
Feb 8, 2024
Uff, final NVHPC link:
|
Looks like an issue with the members /** Lower corner physical coordinates of each fab in the plotfile. */
amrex::Vector<amrex::Array<amrex::Real, AMREX_SPACEDIM> > m_glo {{AMREX_D_DECL(0.,0.,0.)}};
/** Upper corner physical coordinates of each fab in the plotfile. */
amrex::Vector<amrex::Array<amrex::Real, AMREX_SPACEDIM> > m_ghi {{AMREX_D_DECL(1.,1.,1.)}}; |
Try to address NVHPC 24.1 linker issue: ``` /usr/bin/ld: lib/libwarpx.3d.MPI.CUDA.DP.PDP.OPMD.PSATD.EB.QED.a(BTD_Plotfile_Header_Impl.cpp.o): in function `BTDPlotfileHeaderImpl::BTDPlotfileHeaderImpl(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /home/runner/work/WarpX/WarpX/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp:26: undefined reference to `amrex::Vector<std::array<double, 3ul>, std::allocator<std::array<double, 3ul> > >::~Vector()' ```
Ok, that last push fixed it: |
For the above NVCC + NVHPC (host-side) issue, I got a notification this week that this might be fixed in the next release of CUDA SDK and/or the NVIDIA HPC SDK. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update NVHPC from 21.11 to 24.1.
Needed for int128 from AMReX-Codes/amrex#3742 in #4678