Skip to content

Commit

Permalink
add r: target for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 4, 2023
1 parent b1d2772 commit 71ce9ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmarks/cloudmask/target/greene_v0.5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ watch: status
status:
watch squeue --format=\"%.18i %.9P %.50j %.8u %.8T %.10M %.9l %.6D %R\" --me

r:
rm -rf outputs/*
sbatch simple.rivanna.slurm
make -f Makefile status

debug:
./experiment.py --debug

Expand Down

0 comments on commit 71ce9ee

Please sign in to comment.