mochi-hpc / mochi-ssg

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

installing ssg-config.h so that #define HAVE_MPI is not necessary in user code - [closed] #34

Closed shanedsnyder closed 3 years ago

shanedsnyder commented 3 years ago

In GitLab by @mdorier on Jun 13, 2017, 09:34

Merges fix-have-mpi -> ssg-interface-rewrite

Changed Makefile.am so that ssg-config.h is installed. Changed ssg.h to include ssg-config.h. Changed ssg.h and ssg.c to use SSG_HAVE_MPI instead of HAVE_MPI (to avoid potential conflicts with other codes).

shanedsnyder commented 3 years ago

In GitLab by @shanedsnyder on Jun 14, 2017, 08:40

closed