John Wohlbier wrote:
I'm sure that I'm not the first person who wants their MPI program to
compile when MPI is not available. It seems like the simplest solution to
this is to have a header file (with implementation, or header file and .c
file) that implements all of the functions for the case wh
I'm sure that I'm not the first person who wants their MPI program to
compile when MPI is not available. It seems like the simplest solution to
this is to have a header file (with implementation, or header file and .c
file) that implements all of the functions for the case when MPI isn't
available