Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jd/debug lodf #60

Merged
merged 56 commits into from
Oct 7, 2023
Merged

Jd/debug lodf #60

merged 56 commits into from
Oct 7, 2023

Commits on Sep 26, 2023

  1. add debugging code

    jd-lara committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    51abb8a View commit details
    Browse the repository at this point in the history
  2. add more checking

    jd-lara committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ea07a25 View commit details
    Browse the repository at this point in the history
  3. one more test

    jd-lara committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6465028 View commit details
    Browse the repository at this point in the history
  4. remove write to vector option

    jd-lara committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6556db8 View commit details
    Browse the repository at this point in the history
  5. split phases

    jd-lara committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2fcb7a4 View commit details
    Browse the repository at this point in the history
  6. fix typo

    jd-lara committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3fe37e7 View commit details
    Browse the repository at this point in the history
  7. fix typo

    jd-lara committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5904898 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. try single solve call

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4825d8b View commit details
    Browse the repository at this point in the history
  2. fix index

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cdbed5d View commit details
    Browse the repository at this point in the history
  3. try total

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b40b98b View commit details
    Browse the repository at this point in the history
  4. test sequential solves

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9d8fe72 View commit details
    Browse the repository at this point in the history
  5. next try

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    01e4496 View commit details
    Browse the repository at this point in the history
  6. use correct stage

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    550fdd3 View commit details
    Browse the repository at this point in the history
  7. test using chunks

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b2e08c1 View commit details
    Browse the repository at this point in the history
  8. update calculations

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    92dd80f View commit details
    Browse the repository at this point in the history
  9. increase chunk size

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6c35043 View commit details
    Browse the repository at this point in the history
  10. fix indexing

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    93cc28b View commit details
    Browse the repository at this point in the history
  11. fix tmp size

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    220c25b View commit details
    Browse the repository at this point in the history
  12. address last chunk

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    de38f02 View commit details
    Browse the repository at this point in the history
  13. add sequential Pardiso solve

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    35ca575 View commit details
    Browse the repository at this point in the history
  14. formatter

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    68f0e76 View commit details
    Browse the repository at this point in the history
  15. fix indexing

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7b6a8c7 View commit details
    Browse the repository at this point in the history
  16. count on 0

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cde0367 View commit details
    Browse the repository at this point in the history
  17. one more fix to indexing

    jd-lara committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2886e34 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. remove logging

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5f7736c View commit details
    Browse the repository at this point in the history
  2. enable single call

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0d78a5d View commit details
    Browse the repository at this point in the history
  3. increase LODF chunk size

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c26a18c View commit details
    Browse the repository at this point in the history
  4. reduce chunk size

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9a9badd View commit details
    Browse the repository at this point in the history
  5. try using copyto

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3037b53 View commit details
    Browse the repository at this point in the history
  6. use dot

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a5b6e4c View commit details
    Browse the repository at this point in the history
  7. not call release all

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ee06bf8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e1eb70 View commit details
    Browse the repository at this point in the history
  9. one more try

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    643f7d3 View commit details
    Browse the repository at this point in the history
  10. change iparm 12

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    62370e4 View commit details
    Browse the repository at this point in the history
  11. call pardiso after release

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8e3708f View commit details
    Browse the repository at this point in the history
  12. try with deepcopy

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4351315 View commit details
    Browse the repository at this point in the history
  13. try to multiply

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a14f032 View commit details
    Browse the repository at this point in the history
  14. change order of operations

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e56491b View commit details
    Browse the repository at this point in the history
  15. dont store in full_BA

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    77b36f1 View commit details
    Browse the repository at this point in the history
  16. add logging

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fd84136 View commit details
    Browse the repository at this point in the history
  17. fix to LODF

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    90cf324 View commit details
    Browse the repository at this point in the history
  18. revert changes

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    53b09f8 View commit details
    Browse the repository at this point in the history
  19. update pariso params

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b240879 View commit details
    Browse the repository at this point in the history
  20. remove messaging

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    03acf04 View commit details
    Browse the repository at this point in the history
  21. use mkl linear algebra

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6fa823c View commit details
    Browse the repository at this point in the history
  22. update pardiso calls

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    10781b8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    54a644c View commit details
    Browse the repository at this point in the history
  24. readd release

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5780ac9 View commit details
    Browse the repository at this point in the history
  25. reduce chunk size

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a471447 View commit details
    Browse the repository at this point in the history
  26. bump chunk size

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    96975cc View commit details
    Browse the repository at this point in the history
  27. bump chunk size

    jd-lara committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d2ed1ac View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. use openblas again

    jd-lara committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    08f168d View commit details
    Browse the repository at this point in the history
  2. se lapack directly

    jd-lara committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8fb402b View commit details
    Browse the repository at this point in the history
  3. add MKL again

    jd-lara committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    451381c View commit details
    Browse the repository at this point in the history
  4. update lodf LAPACK code

    jd-lara committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9eea136 View commit details
    Browse the repository at this point in the history
  5. update lodf klu

    jd-lara committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    74e093f View commit details
    Browse the repository at this point in the history