cea-hpc / wi4mpi

Wrapper interface for MPI
BSD 3-Clause "New" or "Revised" License
80 stars 15 forks source link

[fix](mpicc): do not link to libmpi.so if not needed #47

Closed adrien-cotte closed 11 months ago

adrien-cotte commented 1 year ago

Allow configure application to compile a simple C code without any target (TO) MPI implementation.

Very important for Interface Mode.

Resolves issue #45.