idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.6k stars 1k forks source link

Generalize PBS scheduler #27562

Open loganharbour opened 1 week ago

loganharbour commented 1 week ago

Motivation

In order to simplify the HPC testing, we should transition to using our standard scheduler. This will enable us to execute PBS tests within built binary containers on INL HPC.

Design

Use RunParallel as the backend for executing PBS tests.

Impact

Significant change to the PBS action, no longer requiring calling back multiple times for a run.