-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1_parameter_list.sh
23 lines (18 loc) · 1.01 KB
/
1_parameter_list.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
#SBATCH --export=NONE # Start with a clean environment
#SBATCH --nodes=1 # the number of nodes you want to reserve
#SBATCH --ntasks-per-node=72 # the number of CPU cores per node
#SBATCH --mem=1G # how much memory is needed per node (units can be: K, M, G, T)
#SBATCH --partition=express # on which partition to submit the job
#SBATCH --time=01:00:00 # the max wallclock time (time limit your job will run)
#SBATCH --job-name=parameters # the name of your job
#SBATCH --output=R-%x-%j.dat # the file where output is written to (stdout & stderr)
#SBATCH --mail-type=ALL # receive an email when your job starts, finishes normally or is aborted
#SBATCH [email protected] # your mail address
# LOAD MODULES
module load foss/2019a
module load Python/3.7.2
module load GDAL/3.0.0-Python-3.7.2
#module load numpy
# START THE APPLICATION
python /home/k/k_goch01/urban_growth_model/brute_force.py