Skip to content

Commit

Permalink
#501: add simpy and continue work on algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Feb 22, 2024
1 parent 3741580 commit 5d206f8
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 190 deletions.
30 changes: 9 additions & 21 deletions config/work-stealing.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specify input
from_data:
data_stem: ../data/synthetic_lb_data/data
data_stem: ../data/user-defined-memory-toy-problem/toy_mem
phase_ids:
- 0
check_schema: false
Expand All @@ -9,33 +9,21 @@ check_schema: false
work_model:
name: AffineCombination
parameters:
alpha: 0.0
beta: 1.0
gamma: 0.0
alpha: 1.
beta: 0.
gamma: 0.
upper_bounds:
max_memory_usage: 8.0e+9

# Specify algorithm
algorithm:
name: WorkStealing
parameters:
discretion_interval: 0.010
criterion: Tempered
steal_time: 0.2
num_experiments: 20

# Specify output
output_dir: ../output
output_file_stem: output_file
write_JSON:
compressed: false
suffix: json
communications: true
offline_LB_compatible: false
visualization:
x_ranks: 2
y_ranks: 2
z_ranks: 1
object_jitter: 0.5
rank_qoi: work
object_qoi: load
save_meshes: true
force_continuous_object_qoi: true
output_visualization_dir: ../output
output_visualization_file_stem: output_file

Loading

0 comments on commit 5d206f8

Please sign in to comment.