Skip to content
Snippets Groups Projects
Commit a98ac586 authored by Berenger Bramas's avatar Berenger Bramas
Browse files

Remove an assert when use intel compiler

parent ce615def
Branches
Tags
No related merge requests found
Pipeline #101858 failed
......@@ -76,7 +76,9 @@ public:
usleep(1);
expected = Available;
}
#ifdef __INTEL_COMPILER
assert(k->ownerId.load() == NoOwner);
#endif
k->ownerId.store(omp_get_thread_num());
k->counter = 0; // must remain
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment