We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e04494 commit 36978f0Copy full SHA for 36978f0
test/test_xcpp_kernel.py
@@ -135,7 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
135
#include <omp.h>
136
#include <iostream>
137
#include <clang/Interpreter/CppInterOp.h>
138
- if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp")) {
+ if(Cpp::LoadLibrary("libomp")) {
139
int max_threads = omp_get_max_threads();
140
omp_set_thread_num(max_threads);
141
#pragma omp parallel
0 commit comments