From 705e56a121795b789cbdd62e341b405268e472d2 Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Mon, 27 Jan 2025 16:57:29 +0000 Subject: [PATCH] Update test_install_octree.bash --- test_install_octree.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_install_octree.bash b/test_install_octree.bash index 7fad19a..b2b86c2 100755 --- a/test_install_octree.bash +++ b/test_install_octree.bash @@ -1 +1,3 @@ +export DEBUG=1 #show extra log +export HW_FLAGS='-O3 -fopenmp' #enable openmp and optimisation in compilation step pip install 'hotwheels_io[tested] @ git+ssh://git@git.ia2.inaf.it/hotwheels/io.git@v0.0.2alpha' -- GitLab