-
Notifications
You must be signed in to change notification settings - Fork 41
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
OpenMP error when building with NVC++ #115
Comments
I pushed some fixes, see here: 3462e8c However, I still see some errors, see below.
|
I've also got internal compiler error: Without OpenMP or with OpenMP+GCC compilation works fine. |
The problem seems to arise from the following lines in src/BLR/BLRMatrixMPI.cpp (commenting on them allows compilation to complete) 2762: 2638: 2664: 2742: |
When trying to build with nvc++ I got several errors of the following type:
NVC++-S-0155-A possibly throwing copy constructor for a task firstprivate variable is not supported (STRUMPACK/src/BLR/BLRMatrixMPI.cpp: 2640)
I am using nvc++ 23.11-0.
The text was updated successfully, but these errors were encountered: