From 3cac32989bfa104c69d81dbea42e50134a7f4d95 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Fri, 21 Feb 2025 18:09:41 +0100
Subject: [PATCH] Force 1 OMP thread to test np_sphere

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a03f9900..18649ede 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -235,7 +235,7 @@ running_stage:
       - cd ../sphere
       - echo "Running np_sphere"
       - chmod +x np_sphere
-      - ./np_sphere
+      - OMP_NUM_THREADS=1 ./np_sphere
       - cd ../cluster
       - echo "Running np_cluster"
       - chmod +x np_cluster
-- 
GitLab