Skip to content

Commit

Permalink
Add SLURM Script
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-introspection committed Aug 29, 2022
1 parent 77f52cf commit 7711046
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions run_beluga.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash
#SBATCH --time=24:00:00
#SBATCH --job-name=HypKur
#SBATCH --output=%x-%j.out
#SBATCH --ntasks=40
#SBATCH --nodes=1
#SBATCH --mem-per-cpu 4GB

# loading proper modules
module load StdEnv/2020
module load python/3.9

# start virtual environment
source ~/PY39/bin/activate

# start pipeline
python run_kuramoto_parallel.py

0 comments on commit 7711046

Please sign in to comment.