Skip to content
Snippets Groups Projects
Commit ba7eb0aa authored by Armin Damon Riess's avatar Armin Damon Riess
Browse files

to run on Euler

parent fbe7d378
No related branches found
No related tags found
No related merge requests found
run.sh 0 → 100644
#!/bin/bash
#SBATCH -n 6
#SBATCH --time=0:05:00
#SBATCH --job-name=nbody_run
#SBATCH --mem-per-cpu=512
#SBATCH --output=slurm_output.txt
#SBATCH --error=slurm_error.txt
#SBATCH --open-mode=truncate
export OMP_NUM_THREADS=6
cd build/
./nbody
cd ..
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment