mochi-hpc / mochi-ssg

Scalable Service Groups (SSG), a group membership service for Mochi
Other
1 stars 1 forks source link

deleted useless include of mpi.h in ssg-margo - [merged] #33

Closed shanedsnyder closed 3 years ago

shanedsnyder commented 3 years ago

In GitLab by @mdorier on Jun 9, 2017, 08:12

Merges fix-no-mpi -> master

ssg-margo.h is including mpi.h, which makes it not possible to compile without mpi support. I removed this include.

shanedsnyder commented 3 years ago

In GitLab by @shanedsnyder on Jun 9, 2017, 11:14

mentioned in commit 66d8f2b3797ef3eb9421dbcb89e9a6948ebc0551

shanedsnyder commented 3 years ago

In GitLab by @shanedsnyder on Jun 9, 2017, 11:14

merged