Skip to content
Snippets Groups Projects
Commit 3cac3298 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Force 1 OMP thread to test np_sphere

parent 1a04314a
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ running_stage: ...@@ -235,7 +235,7 @@ running_stage:
- cd ../sphere - cd ../sphere
- echo "Running np_sphere" - echo "Running np_sphere"
- chmod +x np_sphere - chmod +x np_sphere
- ./np_sphere - OMP_NUM_THREADS=1 ./np_sphere
- cd ../cluster - cd ../cluster
- echo "Running np_cluster" - echo "Running np_cluster"
- chmod +x np_cluster - chmod +x np_cluster
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment