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

Adding locality-aware mpi #1122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding locality-aware mpi #1122

wants to merge 1 commit into from

Conversation

geraldc-unm
Copy link

Instructions to run with MPI Advance:

  1. Clone MPI Advance and cd into it
    git clone git@github.com:mpi-advance/locality_aware.git
    cd locality_aware

  2. Build MPI Advance
    mkdir build
    cd build
    CC=mpicc CXX=mpicxx cmake ..
    make

  3. Configure hypre:
    CC=mpicc CXX=mpicxx ./configure --enable-persistent --with-MPI-include=/g/g15/collom1/locality_aware/src --with-MPI-lib-dirs=/g/g15/collom1/locality_aware/build/src/ --with-MPI-libs=mpi_advance --with-node-aware-mpi

  4. Build hypre

  5. Run hypre with cmd line option to use locality aware MPI for amg levels above threshold
    -node_aware_lvl_threshold 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant