[go: up one dir, main page]

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

Toolchain Script - Parsing OpenMPI option changes needed #3700

Open
jylim-4723 opened this issue Sep 27, 2024 · 1 comment
Open

Toolchain Script - Parsing OpenMPI option changes needed #3700

jylim-4723 opened this issue Sep 27, 2024 · 1 comment

Comments

@jylim-4723
Copy link

Line 333

elif (mpiexec --version 2>&1 | grep -s -q "OpenRTE"); then
    echo "MPI is detected and it appears to be OpenMPI"
    export MPI_MODE="openmpi"

Version 5 of OpenMPI gives

mpiexec (Open MPI) 5.0.5

Otherwise defaulted to MPICH during installation

mkrack added a commit to mkrack/cp2k that referenced this issue Sep 27, 2024
@mkrack
Copy link
Member
mkrack commented Sep 27, 2024

Thanks for reporting that issue. PR #3701 should fix it.

mkrack added a commit that referenced this issue Sep 27, 2024
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

No branches or pull requests

2 participants