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

Mpi testsuite #322

Merged
merged 6 commits into from
Sep 5, 2022
Merged

Mpi testsuite #322

merged 6 commits into from
Sep 5, 2022

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    ccf65a0 View commit details
    Browse the repository at this point in the history
  2. (test mpi) call increase mpi

    doesn't actually check anything at the moment
    we will likely need to undo the increase for consistency (for tests later in the suite)
    dliptai committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b805262 View commit details
    Browse the repository at this point in the history
  3. fix runtime error, increase_mpi_memory currently only needs to be cal…

    …led by a single omp thread
    dliptai committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b189da8 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix mpi test on github CI

    Deallocate stacks and use a smaller value for the test to prevent runner memory being exceeded
    amend previous commit
    conradtchan committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2164219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1c719 View commit details
    Browse the repository at this point in the history
  3. (testmpi) use smaller stack and write+check values in cells

    github runners are limited in memory and require quite a small stack for this test to work
    dliptai committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    13a1a70 View commit details
    Browse the repository at this point in the history