jaxonwang / crayfish

An APGAS programming framework in Rust
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

When mpi probe doesn't work #28

Open jaxonwang opened 3 years ago

jaxonwang commented 3 years ago

For MPI-based networks, libraries of GASNET or Crayfish might need to link against proper MPI lib, which is inferred by mpicc -show. If there is no way to get proper flags in mpi probe, we should allow users to use their mpicc as a linker in Cargo config. Meanwhile, stop the MPI probe procedure.