Skip to content

Commit ab8021d

Browse files
author
Vasileios Karakasis
committed
Fix setting of environment variables in the numpy test
1 parent c1cc49b commit ab8021d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/python/numpy_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class cscs_numpy_test(numpy_ops_check):
3737
@run_after('setup')
3838
def set_num_cpus_per_task(self):
3939
self.num_cpus_per_task = self.current_partition.processor.num_cores
40-
variables = {
40+
self.variables = {
4141
'OMP_NUM_THREADS': self.num_cpus_per_task
4242
}
4343

0 commit comments

Comments
 (0)