ExaWorks / SDK

ExaWorks SDK
11 stars 12 forks source link

Build with MPICH #64

Closed j-woz closed 2 years ago

j-woz commented 3 years ago

This can work in the SDK containers. So far I have only tested with Swift/T. What else do I need to test? Do we have the CI infrastructure in place to switch on the ARG MPI ?

SteVwonder commented 3 years ago

Do we have the CI infrastructure in place to switch on the ARG MPI ?

You can add a new matrix variable for MPI variant in our build strategy.

Also a heads up that #51 switches to a script-based approach for installing MPI in these commits:

I should have that PR squashed down and ready for re-review by COB today, so once that is merged, you can just update the install-mpi.sh script to look for an MPICH variant and install via (presumably) yum.

j-woz commented 3 years ago

Ok no problem.