Maple/Batch

From ScientificComputing
Jump to: navigation, search

You can submit a Maple job (test.inp) to the batch system with the follwoing command:

sbatch [Slurm options] --wrap="maple test.inp"

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.