ptscotchDecomp.C: include mpi.h as a system header
This commit is contained in:
parent
3445854850
commit
2ae2423f5d
1 changed files with 3 additions and 3 deletions
|
|
@ -121,9 +121,9 @@ License
|
|||
|
||||
extern "C"
|
||||
{
|
||||
#include <stdio.h>
|
||||
#include "mpi.h"
|
||||
#include "ptscotch.h"
|
||||
#include <stdio.h>
|
||||
#include <mpi.h>
|
||||
#include "ptscotch.h"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue