-
Notifications
You must be signed in to change notification settings - Fork 66
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
cuda: fix build errors when built without openmp #53
base: master
Are you sure you want to change the base?
Conversation
This change gets the build going. But now - I get runtime errors.. Not sure I understand this. The reference to pdgstrs2_omp is suspicious. Does it still require openmp?
|
I don't know why. This routine pdgstrs2_omp runs on CPU. It hasn't changed for a long time. It uses "omp task" parallel. Perhaps you can turn that off? |
Sorry I don't understand openmp well. My build is without OpenMP - so I would think "omp task parallel" is not enabled. When I enable openmp in the build - the test works. |
There was a mistake -- that particular OpenMP pragma was not enclosed in |
@xiaoyeli this error exists with v6.3.0 for me. [I retried again now - with v6.3.0 and get the same errors]
|
No description provided.