From 1e0449476c5adbb9a4caf1df82738cac1a1e3ece Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Tue, 21 May 2024 18:25:00 +0100 Subject: [PATCH] Debug --- test/test_xcpp_kernel.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/test/test_xcpp_kernel.py b/test/test_xcpp_kernel.py index c221d6c2..91494236 100644 --- a/test/test_xcpp_kernel.py +++ b/test/test_xcpp_kernel.py @@ -135,10 +135,16 @@ class XCppTests(jupyter_kernel_test.KernelTests): #include #include #include - if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp.so")) { + if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp")) { int max_threads = omp_get_max_threads(); omp_set_thread_num(max_threads); - std::cerr<<"OpenMP library loaded"<