Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126774 | Differences between
and this patch

Collapse All | Expand All

(-)src/misc2/darray.c.orig (-2 / +2 lines)
Lines 32-42 Link Here
32
32
33
#include "mpimem.h"
33
#include "mpimem.h"
34
34
35
int MPIOI_Type_block(int *array_of_gsizes, int dim, int ndims, int nprocs,
35
static int MPIOI_Type_block(int *array_of_gsizes, int dim, int ndims, int nprocs,
36
		      int rank, int darg, int order, MPI_Aint orig_extent,
36
		      int rank, int darg, int order, MPI_Aint orig_extent,
37
		      MPI_Datatype type_old, MPI_Datatype *type_new,
37
		      MPI_Datatype type_old, MPI_Datatype *type_new,
38
		      MPI_Aint *st_offset);
38
		      MPI_Aint *st_offset);
39
int MPIOI_Type_cyclic(int *array_of_gsizes, int dim, int ndims, int nprocs,
39
static int MPIOI_Type_cyclic(int *array_of_gsizes, int dim, int ndims, int nprocs,
40
		      int rank, int darg, int order, MPI_Aint orig_extent,
40
		      int rank, int darg, int order, MPI_Aint orig_extent,
41
		      MPI_Datatype type_old, MPI_Datatype *type_new,
41
		      MPI_Datatype type_old, MPI_Datatype *type_new,
42
		      MPI_Aint *st_offset);
42
		      MPI_Aint *st_offset);

Return to bug 126774