Skip to content

Commit

Permalink
#2201: tools: NOT to merge: add alternative in paper reproducer script
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Apr 15, 2024
1 parent ef51479 commit 9e057ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/1959-tasks/simulate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ vt_src_dir=$1
vt_build_dir=$2

mpiexec --n 14 ${vt_build_dir}/tools/workload_replay/simulate_replay 0 1 --vt_lb --vt_lb_file_name="${vt_src_dir}/tools/1959-tasks/ccm-lb-delta-1e-11.config" --vt_lb_data_in --vt_lb_data_dir_in="${vt_src_dir}/tools/1959-tasks" --vt_debug_level=terse --vt_debug_phase

Check warning on line 12 in tools/1959-tasks/simulate.sh

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

tools/1959-tasks/simulate.sh#L12

Double quote to prevent globbing and word splitting.

# Or, if you don't want to use an LB config file:
#mpiexec --n 14 ${vt_build_dir}/tools/workload_replay/simulate_replay 0 1 --vt_lb --vt_lb_run_lb_first_phase --vt_lb_name="TemperedLB" --vt_lb_args="transfer=SwapClusters knowledge=Complete rollback=false iters=12 memory_threshold=66000000000.0 delta=0.00000000001" --vt_lb_data_in --vt_lb_data_dir_in="${vt_src_dir}/tools/1959-tasks" --vt_debug_level=terse --vt_debug_phase

0 comments on commit 9e057ad

Please sign in to comment.