.. Submission Script Submission Script ================= Below is an example submission script for the SLURM batch system. This runs SWIFT with MPI, thread pinning, hydrodynamics, and self-gravity. .. code-block:: bash #SBATCH --partition= #SBATCH --account-name= #SBATCH --job-name= #SBATCH --nodes= #SBATCH --ntasks-per-node= #SBATCH --cpus-per-task= #SBATCH --time=:: srun -n $SLURM_NTASKS ./swift_mpi \ --threads=$SLURM_CPUS_PER_TASK --pin \ --hydro --self-gravity parameter_file.yml