-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3_check.sh
21 lines (16 loc) · 976 Bytes
/
3_check.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 --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=500M # 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=00:10:00 # the max wallclock time (time limit your job will run)
#SBATCH --job-name=check # the name of your job
#SBATCH --output=R-%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
# START THE APPLICATION
python /home/k/k_goch01/urban_growth_model/check_results.py