We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
variables
1 parent 6ab6f6e commit f42155fCopy full SHA for f42155f
cscs-checks/apps/python/numpy_check.py
@@ -38,7 +38,7 @@ class cscs_numpy_test(numpy_ops_check):
38
def set_num_cpus_per_task(self):
39
self.num_cpus_per_task = self.current_partition.processor.num_cores
40
self.variables = {
41
- 'OMP_NUM_THREADS': self.num_cpus_per_task
+ 'OMP_NUM_THREADS': str(self.num_cpus_per_task)
42
}
43
44
@run_before('performance')
0 commit comments