Avi-Kenny / SimEngine

An open-source framework for statistical simulations in R
https://avi-kenny.github.io/SimEngine/
GNU General Public License v3.0
9 stars 0 forks source link

Running multiple simulation replicates on a single job array task #62

Closed Avi-Kenny closed 2 years ago

Avi-Kenny commented 2 years ago

For simulations in which there are many replicates, but for which each replicate takes a small amount of time to run (<10 seconds), parallelizing on a cluster via job arrays with one replicate per task ID may involve a lot of overhead. A solution would be the ability to run multiple replicates on a single job array task.

Avi-Kenny commented 2 years ago

Duplicate with #72