Skip to content

Commit

Permalink
Replaced setting OMP_NUM_THREADS with new hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed Sep 3, 2024
1 parent 797a9a2 commit 9aeeb99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eessi/testsuite/tests/apps/MetalWalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,4 @@ def set_omp_num_threads(self):
Set number of OpenMP threads via OMP_NUM_THREADS.
Set default number of OpenMP threads equal to number of CPUs per task.
"""

self.env_vars['OMP_NUM_THREADS'] = self.num_cpus_per_task
log(f'env_vars set to {self.env_vars}')
hooks.set_omp_num_threads(self)

0 comments on commit 9aeeb99

Please sign in to comment.