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.
2 parents b4025a1 + f42155f commit 833dafcCopy full SHA for 833dafc
cscs-checks/apps/python/numpy_check.py
@@ -37,8 +37,8 @@ class cscs_numpy_test(numpy_ops_check):
37
@run_after('setup')
38
def set_num_cpus_per_task(self):
39
self.num_cpus_per_task = self.current_partition.processor.num_cores
40
- variables = {
41
- 'OMP_NUM_THREADS': self.num_cpus_per_task
+ self.variables = {
+ 'OMP_NUM_THREADS': str(self.num_cpus_per_task)
42
}
43
44
@run_before('performance')
0 commit comments