You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ``key`` starts with ``-`` or ``#``, the option will be passed verbatim to the job script.
342
342
Otherwise, ReFrame will add ``-`` or ``--`` as well as the directive corresponding to the current scheduler.
343
343
This option will be emitted after any options specified in the :js:attr:`access` system partition configuration parameter.
344
+
Especially for the Slurm scheduler, constraint options, i.e ``-J constraint=value``, ``-J C=value``, ``-J --constraint=value``, ``-J -C=value` are going to be combined with the corresponding ones specified in the :js:attr:`access` system partition configuration parameter.
345
+
If multiple constraint options are specified with separate key-value pairs, only the last one is going to be taken into account.
346
+
For multiple combined constraints use the ``-J constraint=value1,value2`` syntax.
347
+
Note that the above is not valid if ``key`` starts with ``#`` in which case the option is going to be passed verbatim to the job script.
344
348
345
349
346
350
------------------------
@@ -364,6 +368,8 @@ If no node can be selected, the test will be marked as a failure with an appropr
364
368
It is therefore possible that the number of tasks assigned does not correspond to the actual idle nodes.
365
369
366
370
This is the default policy.
371
+
372
+
- ``maint``: Flexible tests will be assigned as many tasks as needed in order to span over the nodes of the node pool which are currently under maintenance.
367
373
- Any positive integer: Flexible tests will be assigned as many tasks as needed in order to span over the specified number of nodes from the node pool.
0 commit comments