Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #SBATCH --ntasks=8
- #SBATCH --partition=shared
- #SBATCH --nodelist=draco7
- #SBATCH --time=1:00:00
- #SBATCH --output=%x_%j.out
- #SBATCH --error=%x_%j.err
- i=$1
- test=$2
- echo "running $test run $i"
- ./scenery/$test.exec log/results/results-$test/results-$test-$i.csv
Advertisement
Add Comment
Please, Sign In to add comment