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
The ``job_scheduler_preamble`` contains the backend job scheduler directives that control the job allocation.
398
-
The ``test_environment`` are the necessary commands for setting up the environment of the test.
399
+
The ``prepare_cmds`` are commands that can be emitted before the test environment commands.
400
+
These can be specified with the :js:attr:`prepare_cmds <.systems[].partitions[].prepare_cmds>` partition configuration option.
401
+
The ``env_load_cmds`` are the necessary commands for setting up the environment of the test.
399
402
These include any modules or environment variables set at the `system partition level <config_reference.html#system-partition-configuration>`__ or any `modules <regression_test_api.html#reframe.core.pipeline.RegressionTest.modules>`__ or `environment variables <regression_test_api.html#reframe.core.pipeline.RegressionTest.variables>`__ set at the test level.
400
403
Then the commands specified in :attr:`prerun_cmds <reframe.core.pipeline.RegressionTest.prerun_cmds>` follow, while those specified in the :attr:`postrun_cmds <reframe.core.pipeline.RegressionTest.postrun_cmds>` come after the launch of the parallel job.
401
404
The parallel launch itself consists of three parts:
0 commit comments