We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfd80c commit fc9c448Copy full SHA for fc9c448
docs/example_files/multi_sorcha.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+#SBATCH --job-name=the_best_job
3
+#SBATCH --account=im_a_power_user
4
+#SBATCH --partition=the_best_partition
5
+#SBATCH --mem=all_of_it
6
+#SBATCH --time=24:00:00
7
+#SBATCH --output=log-%a.log
8
+
9
+python3 multi_sorcha.py --config my_config.ini --input_orbits my_orbits.csv --input_physical my_colors.csv --pointings my_pointings.db --path ./ --chunksize $(($1 * $2)) --norbits $1 --cores $2 --instance ${SLURM_ARRAY_TASK_ID} --cleanup --copy_inputs
0 commit comments