Skip to content

Commit

Permalink
Fixing mp setttings.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefancoe committed Mar 23, 2023
1 parent caeeb3a commit b4413eb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions configs_mp/settings.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
inherit_settings: True

MKL_NUM_THREADS: 1
#activitysim run -c configs_mp -s settings_mp.yaml -c configs -d data/full -o output_test

# turn shadow_pricing on and off for all models (e.g. school and work)
# shadow pricing is deprecated for less than full samples
# see shadow_pricing.yaml for additional settings
use_shadow_pricing: False

# - full sample - 1605264 households
#households_sample_size: 0
#chunk_size: 800000000
#chunk_size: 115_000_000_000
chunk_training_mode: disabled
#chunk_method: uss
Expand All @@ -29,13 +26,14 @@ multiprocess_steps:
tables:
- accessibility
exclude: True
- name: mp_initialize_hh
begin: initialize_households
- name: mp_households
begin: school_location
slice:
tables:
- households
- persons
exclude: True
- name: mp_summarize
begin: write_data_dictionary

Expand Down

0 comments on commit b4413eb

Please sign in to comment.