-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAPCD10Cr_model_20211222_job_script.sh
executable file
·21 lines (20 loc) · 1.21 KB
/
APCD10Cr_model_20211222_job_script.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
#SBATCH --array=1-6
#SBATCH --time=06-12:00:00
#SBATCH --mem-per-cpu=9G
#SBATCH --ntasks=1
#SBATCH --no-kill
#SBATCH --job-name="nTenThousand-MissingParams-2021-12-22.txt"
#SBATCH --mail-type=TIME_LIMIT_90,ARRAY_TASKS,FAIL
#SBATCH [email protected]
slim -m -l `xargs -a params_${SLURM_ARRAY_TASK_ID}` APCD10Cr_20211222.slim
# To have replicates, this job should merely be submitted ten times for ease.
# Copyright 2021 Bryce Carson
# Author: Bryce Carson <[email protected]>
# URL: https://github.com/bryce-carson/APCD10Cr_Carson_2022
#
# APCD10Cr_model_20211222_job_script.sh is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
#
# APCD10Cr_model_20211222_job_script.sh is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.