Resolves #30 when writing active_learning_lammps.sh.
For arrays <= 1000, the script created should essentially be unchanged. For larger arrays, the same script (active_learning_lammps.sh) instead submits multiple other scripts, similar to qe_all.sh.
This could potentially be implemented more generally, but currently only this script and CP2K jobs have any realistic chance of encountering this issue. It may be worth considering whether similar changes may be useful in controller.write_cp2k.
Resolves #30 when writing
active_learning_lammps.sh
.For arrays <= 1000, the script created should essentially be unchanged. For larger arrays, the same script (
active_learning_lammps.sh
) instead submits multiple other scripts, similar toqe_all.sh
.This could potentially be implemented more generally, but currently only this script and CP2K jobs have any realistic chance of encountering this issue. It may be worth considering whether similar changes may be useful in
controller.write_cp2k
.Note: may require rebasing due to #31.