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

Add OMP parallelization for cusp correction #1643

Merged
merged 10 commits into from
Jun 19, 2019

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    3bee016 View commit details
    Browse the repository at this point in the history
  2. Add OMP parallelization for cusp correction

    Parallelize over centers and MO's on each MPI rank.
    markdewing committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    2e33a55 View commit details
    Browse the repository at this point in the history
  3. Remove some unused variables.

    Left over from experiments in manually flattening the MO/center loops.
    markdewing committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    3494e0b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    1252b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9360d3e View commit details
    Browse the repository at this point in the history
  3. Merge parallel scope with for loop scope

    Simplifies the number of scopes.
    The added allocation/deallocations for each iteration (vs. once per thread) should
    have minimal performance impact.
    markdewing committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    dc954b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0960fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eac438a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    b94acab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09910d4 View commit details
    Browse the repository at this point in the history