Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f93ef6bb authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

fortran: disable the double define in the C file

parent 7ab1dc2c
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
* @ingroup wrap_fortran * @ingroup wrap_fortran
* *
*/ */
/* Disable the command line option if any to avoid double declaration applied to fortran files */
#ifdef SPM_WITH_MPI
#undef SPM_WITH_MPI
#endif
#include "common.h" #include "common.h"
static inline PASTIX_Comm static inline PASTIX_Comm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment