meshadaptation / pragmatic

Anisotropic mesh adaptation library
Other
54 stars 18 forks source link

Enable/Disable MPI configure option #45

Closed fmilthaler closed 9 years ago

fmilthaler commented 9 years ago

This branch adds a configure option (both command line argument and as env variable) to enable/disable MPI support. If none was given, the default is ON. If both, command line argument and ENV variable are given, the command line argument is given a higher priority than the ENV variable.

fmilthaler commented 9 years ago

compilation failed due to missing preprocessor directives... needs sorting out.

ggorman commented 9 years ago

The current build issues is fixed in master. Pull and see how it gets on now.

fmilthaler commented 9 years ago

Great, it's finally green now.

ggorman commented 9 years ago

Ok - looks good. Can you bring it up to date with master and I'll merge once travis gives the green light.