aws-samples / aws-parallelcluster-hpc-quickstart

MIT No Attribution
15 stars 12 forks source link

Fix issue 107 - install both gmx and gmx_mpi gromacs binaries #108

Closed iankouls-aws closed 1 year ago

iankouls-aws commented 1 year ago

Issue #, if available: https://github.com/aws-samples/awsome-hpc/issues/107#issue-1603452731

Description of changes: Configure gromacs build once with DGMX_MPI=OFF and once with GDMX_MPI=on. Make and install both to include both gmx and gmx_mpi binaries in gromacs setup.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mhuguesaws commented 1 year ago

Any update on the comments?

iankouls-aws commented 1 year ago

Added make clean before second build.

iankouls-aws commented 1 year ago

Tests succeeded