The various `common.sh` and `benchmark.sh` scripts in the repository call `qsub`. It would be good to abstract this out and support other job schedulers. Various systems using Slurm include: - [ARCHER2](https://docs.archer2.ac.uk/user-guide/scheduler.html) - [Cluster in the Cloud](https://cluster-in-the-cloud.readthedocs.io/en/latest/index.html) - [Others](https://github.com/mikecroucher/HPC_schedulers)
The various
common.shandbenchmark.shscripts in the repository callqsub. It would be good to abstract this out and support other job schedulers.Various systems using Slurm include: