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.
1 parent c1cc49b commit ab8021dCopy full SHA for ab8021d
cscs-checks/apps/python/numpy_check.py
@@ -37,7 +37,7 @@ 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 = {
+ self.variables = {
41
'OMP_NUM_THREADS': self.num_cpus_per_task
42
}
43
0 commit comments