SALSA Analysis Modules
|
00001 #ifndef MODULE_UTILS_H 00002 #define MODULE_UTILS_H 00003 00004 #include <stdlib.h> 00005 #include "petsc.h" 00006 00007 extern int MPIAllGatherIntV(int *array,int n,int **Array,int *N,MPI_Comm comm); 00008 00009 #endif