Conversation
tldahlgren
left a comment
There was a problem hiding this comment.
Confirmed the sha256.
Now Kokkos requires c++17 as its new minimum c++ standard library.
Head branch was pushed to by a user without write access
|
Thank you ci for catching the missing update of the c++ library standard x) |
|
@tldahlgren it's not clear to me what went wrong here. |
Unfortunately there is no way to view the full logs for the failed Paraview build. It is a crazy reality because GitLab sets a 4MB limit on the log output and Paraview produces >4mb of log output with current verbosity settings. There is work in progress to fix this. In the meantime, I just pulled in the latest from develop and we will see if the pipeline will pass now. |
|
Should we update the |
The new updates include NVIDIA Hopper and AMD Navi
|
@eugeneswalker adding the new architectures is a good idea, I have added Hopper and Navi. |
|
Regarding the Paraview failures, what is the current option to move forward? |
I think this is the job for that run: https://gitlab.spack.io/spack/spack/-/jobs/6382577. Assuming that is the case, the build log is included in the |
Let us see if the failure reproduces itself on this most recent pipeline run. If it does, I will reproduce the failure locally and we can troubleshoot it that way. We on the E4S team want to get this PR merged and will help resolve the failure. Thank you @tldahlgren for pointing out that we can see full failure log in the job artifacts-- I didn't realize this! |
|
I did not notice the artifacts on the right tab of the build pipeline. I was able to download the build output and I can see that vtk is using private headers from Kokkos. So this is an error on their side... |
|
It is the
Perhaps we should include in this PR a modification to @danlipsa @kwryankrattiger @vicentebolea Thoughts? |
|
@eugeneswalker looks good to me to constrain paraview to Kokkos <= 3.7. Will you do it in this PR or should we do it in our end in another PR? |
Just now pushed the change to this PR. |
|
The ParaView change looks good to me 👍 |
|
Will updating this branch require retesting or can it be merged after the update? |
|
Well I guess I got my answer, let's see how it looks later today, hopefully we won't need to update again after the ci completes : ) |
yes, but the pipeline won't necessarily have to rebuild as much as the previous time if the effective hash the of kokkos package does not change. The biggest trouble with updating with the latest is it gets blocked by the currently running develop CI, which can take up to 12 hours to complete depending on what needs to be rebuilt. Note, because of this delay, it is not required the be "up to date" with develop to merge, because it is impossible for that to happen unless you are the first PR to merge after the develop CI completes. So long as there are no conflicts, do not update. |
|
Okay this looks ready to merge then! |
That explains my long build wait times. |
Adding release artifact and associated shasum for Kokkos 4.0.00