Skip to content

Commit fc9c448

Browse files
added missing shell script from git upload
1 parent ebfd80c commit fc9c448

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/example_files/multi_sorcha.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)