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
Given that we are starting to publish some minimal container images, it would good to be able to run a subset of the integration test suite within these containers. The primary blocker for this is the assumption that a resource manager is running locally.
Since we have abstracted the job execution with run_serial_binary and run_mpi_binary, we could add an option that indicates no RMS is available and to just run on head node (or skip altogether).
The text was updated successfully, but these errors were encountered:
Given that we are starting to publish some minimal container images, it would good to be able to run a subset of the integration test suite within these containers. The primary blocker for this is the assumption that a resource manager is running locally.
Since we have abstracted the job execution with
run_serial_binary
andrun_mpi_binary
, we could add an option that indicates no RMS is available and to just run on head node (or skip altogether).The text was updated successfully, but these errors were encountered: