SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
267 stars 75 forks source link

Capability to launch tiled multi-core jobs in RunModel #200

Closed shellshocked2003 closed 10 months ago

shellshocked2003 commented 1 year ago

In the current ParallelExecution implementation in RunModel, it is not possible to run multiple multi-core simulations simultaneously since parallel model execution assumes that each simulation only requires one core. It would be useful if RunModel could accommodate running several multi-core simulations at the same time and distribute them over available resources on different HPC systems.