There is a maximum index that can be passed to SBATCH --array, which can lead to errors when writing and submitting scripts, such as active_learning_lammps.sh. I believe this maximum is admin controlled via MaxArraySize=1001.
We could be fix this by defining a new variable that adds 1000 (etc.) to the job array, although multiple scripts will be required to allow all jobs to be submitted.
There is a maximum index that can be passed to
SBATCH --array
, which can lead to errors when writing and submitting scripts, such asactive_learning_lammps.sh
. I believe this maximum is admin controlled viaMaxArraySize=1001
.We could be fix this by defining a new variable that adds 1000 (etc.) to the job array, although multiple scripts will be required to allow all jobs to be submitted.