Skip to content

Project Meeting 2024.05.16

Michelle Bina edited this page May 16, 2024 · 5 revisions

Agenda

  • Update on Phase 9a activities

Action Items

Consultant team to run the following tests:

  1. WSP: Running with the blosc skims (instead of zlive)

  2. WSP: Setting all the threads set to 1

     import os
     os.environ["MKL_NUM_THREADS"] = "1"
     os.environ["OMP_NUM_THREADS"] = "1"
     os.environ["OPENBLAS_NUM_THREADS"] = "1"
     os.environ["NUMBA_NUM_THREADS"] = "1"
     os.environ["VECLIB_MAXIMUM_THREADS"] = "1"
     os.environ["NUMEXPR_NUM_THREADS"] = "1"
    
  3. WSP: Turn off default memory reporting in ActivitySim.

  4. RSG: Run the loading step, with sharrow on, using SEMCOG’s skims (about 65GBs)

  5. RSG: Run SANDAG ABM3 with sharrow on (to replicate Sijia's same results)

  6. WSP: Running the notebook with threads set to 1

Meeting Notes

Clone this wiki locally