Abinit/Batch

From ScientificComputing
Revision as of 10:14, 20 October 2022 by Sfux (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can submit an Abinit job (test.in, test.files) with the following command

sbatch [Slurm options] --wrap="abinit < test.files > output.log"

Here you need to replace [Slurm options] with Slurm parameters for the resource requirements of the job. Please find a documentation about the parameters of sbatch on the wiki page about the batch system.