-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: Reenable an NVHPC Test #4764
Conversation
592b0ce
to
244c1a2
Compare
Update from CentOS to Ubuntu and to a recent version of NVHPC (former: PGI).
BTW: I'm testing a fix for the Clang dev failure: Good to ignore here. |
-DCMAKE_CXX_STANDARD=11 \ | ||
module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/23.5 | ||
cmake -S . -B build -DDOWNLOAD_CATCH=ON \ | ||
-DCMAKE_CXX_STANDARD=17 \ | ||
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \ | ||
-DCMAKE_CXX_FLAGS="-Wc,--pending_instantiations=0" \ | ||
-DPYBIND11_TEST_FILTER="test_smart_ptr.cpp" |
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 comment is removed (seems great):
we have to filter a few tests (compiler internal error)
But we still have the PYBIND11_TEST_FILTER
here. Could you please try removing it?
While you're at it, maybe also piggy-back 1fb7dc3?
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.
While you're at it, maybe also piggy-back 1fb7dc3?
No, don't, it breaks centos:7 :-(
https://github.com/pybind/pybind11/actions/runs/5672904152/job/15373167218
I'll sort this out separately.
I just updated this PR to
|
Description
Update from CentOS to Ubuntu and to a recent version of NVHPC (former: PGI).
Fix #4690
Follow-up to #4691
Suggested changelog entry: