Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored May 21, 2024
1 parent 1e04494 commit 36978f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_xcpp_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
#include <omp.h>
#include <iostream>
#include <clang/Interpreter/CppInterOp.h>
if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp")) {
if(Cpp::LoadLibrary("libomp")) {
int max_threads = omp_get_max_threads();
omp_set_thread_num(max_threads);
#pragma omp parallel
Expand Down

0 comments on commit 36978f0

Please sign in to comment.