Re: [OMPI users] looking for serial implementation

2009-04-04 Thread doriankrause
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

[OMPI users] looking for serial implementation

2009-04-04 Thread John Wohlbier
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