Skip to content

Commit f6c5a39

Browse files
committed
run on available nodes
1 parent 6d567a7 commit f6c5a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def _format_httpjson(record, extras, ignore_keys):
160160
f'-c {reframe_dir}/cscs-reframe-tests.git/checks/microbenchmarks/cpu_gpu/node_burn/node-burn-ce.py', # noqa: E501
161161
'-S nb_duration=300',
162162
'-S flexible=True',
163-
'--flex-alloc-nodes=all',
163+
'--flex-alloc-nodes=avail',
164164
'--exec-policy=serial',
165165
f'--prefix={os.getenv("TARGET_DIR") if target_dir_var_exists else target_dir_base + "/veto"}', # noqa: E501
166166
f'--output={os.getenv("TARGET_DIR") if target_dir_var_exists else target_dir_base + "/veto"}', # noqa: E501

0 commit comments

Comments
 (0)