stfc / janus

collection of scripts to train and generate data for machine learnt interatomic potentials
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix batch submission script #16

Closed ElliottKasoar closed 1 year ago

ElliottKasoar commented 1 year ago

Resolves #18

The current behaviour of prepare_qe appears to leave no spaces between the end of one command (.slurm) and the start of the next (sbatch) in qe_all.sh, so this adds a new line between each submission command to fix this.

Also added a fix to prevent duplication of commands, both when prepare_qe is run repeatedly, and between different .slurm files, as described in #18.