Skip to content

Commit 439749a

Browse files
committed
add easystack to test fix for limiting parallellism
1 parent 6095779 commit 439749a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
easyconfigs:
2+
- GCC-13.3.0.eb

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def post_ready_hook(self, *args, **kwargs):
218218
else:
219219
curr_parallel = self.cfg['parallel']
220220

221-
if parallel == 1:
221+
if curr_parallel == 1:
222222
return # no need to limit if already using 1 core
223223

224224
# get CPU target

0 commit comments

Comments
 (0)