Skip to content

Commit

Permalink
reminder how to sbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Nov 10, 2024
1 parent 8b5799b commit 78346ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ bench: bench1 bench2 bench3

## bench1: RSR benchmark: obsnum=33551
bench1:
@echo sbatch_lmtoy.sh etc/bench1.run
$(TIME) SLpipeline.sh obsnum=33551 restart=1 linecheck=1 public=2020-12-31 qagrade=3 admit=$(ADMIT) meta=$(META)
@bash -c 'source lmtoy_functions.sh ; printf_green_file etc/bench1.txt'
@echo "================================================================================================================="
Expand All @@ -368,6 +369,7 @@ bench1b:

## bench2: SEQ benchmark: obsnum=79448
bench2:
@echo sbatch_lmtoy.sh etc/bench2.run
$(TIME) SLpipeline.sh obsnum=79448 restart=1 map_coord_use=1 public=2020-12-31 qagrade=3 maskmoment=$(ADMIT) admit=$(ADMIT) meta=$(META)
@bash -c 'source lmtoy_functions.sh ; printf_green_file etc/bench2.txt'
@echo "========================================================================================"
Expand All @@ -379,6 +381,7 @@ bench2a:

## bench3: SEQ dual IF benchmark (about 1.5 min)
bench3:
@echo sbatch_lmtoy.sh etc/bench3.run
$(TIME) SLpipeline.sh obsnum=110399 restart=1 extent=120 maskmoment=$(ADMIT) public=2020-12-31 qagrade=3 admit=$(ADMIT) meta=$(META)
@bash -c 'source lmtoy_functions.sh ; printf_green_file etc/bench3.txt'
@echo "========================================================================================"
Expand Down

0 comments on commit 78346ad

Please sign in to comment.