-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
There is compilation issue in github repo its showing generated_omp codes ( to be more specific k-core.cc ) after installing starplat in my system the generated code for k-core.cc file have compilation issues that "#pragma omp parallel for reduction" is showing in same line of do while loop . #pragma omp directives must be placed inside the loops or function scope. I moved the directive to a new line and after its running without compilation issues. This issue is generated after installing and and code generation as in repo is showing correct code .
Metadata
Metadata
Assignees
Labels
No labels