cuda: fix build errors when built without openmp#53
cuda: fix build errors when built without openmp#53balay wants to merge 1 commit intoxiaoyeli:masterfrom
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.