Skip to content

Commit

Permalink
Update run_canopy_slurm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
angehung5 authored Nov 8, 2023
1 parent b6a2543 commit 8686cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_canopy_slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#SBATCH --job-name=canopy-app # name the job
#SBATCH --output=canopy-%j.out # write stdout to named file
#SBATCH --error=canopy-%j.err # write stdout to named file
#SBATCH --time=0-02:00:00 # Run for max of 00 hrs, 10 mins, 00 secs
#SBATCH --time=0-01:30:00 # Run for max of 00 hrs, 10 mins, 00 secs
#SBATCH --nodes=1 # Request N nodes
#SBATCH --exclude=hop006,hop010,hop011 # Exclude some nodes (optional)
#SBATCH --ntasks=1 # Request n tasks
#SBATCH --mem-per-cpu=60GB # Request nGB RAM per core
#SBATCH --mem-per-cpu=12GB # Request nGB RAM per core

conda activate canopy-app
python python/global_data_process.py 2020071512000,2020071612000,2020071712000
Expand Down

0 comments on commit 8686cb4

Please sign in to comment.