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

make pairwise_dprc model work with MPI #2818

Merged
merged 15 commits into from
Sep 15, 2023

Commits on Sep 13, 2023

  1. support dimension of aparam to be nall

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4fa5f60 View commit details
    Browse the repository at this point in the history
  2. make the new argument in the end

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8ba972f View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    99a8cf6 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2882072 View commit details
    Browse the repository at this point in the history
  5. fix compile issues

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d319bb3 View commit details
    Browse the repository at this point in the history
  6. include stdbool for C99

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d9a572f View commit details
    Browse the repository at this point in the history
  7. fix select_real_atoms_coord

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fda1f15 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix typo

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d3d886d View commit details
    Browse the repository at this point in the history
  2. bugfix

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e1b8130 View commit details
    Browse the repository at this point in the history
  3. the shape of atom_ener is nloc

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    430a80a View commit details
    Browse the repository at this point in the history
  4. set min nloc to 1, as there are lots of bugs when nloc is 0

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    85fba71 View commit details
    Browse the repository at this point in the history
  5. fix backward map when nloc is paded

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1e389b3 View commit details
    Browse the repository at this point in the history
  6. add a test

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e950bc4 View commit details
    Browse the repository at this point in the history
  7. map f2 in test

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b891a4e View commit details
    Browse the repository at this point in the history
  8. add test for aparam nall

    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ca64d54 View commit details
    Browse the repository at this point in the history