libs/ck-libs/ampi/romio/mpi2-other/array/fortran/darrayf.c File Reference
Go to the source code of this file.
|
Functions |
| void | mpi_type_create_darray_ (int *size, int *rank, int *ndims, int *array_of_gsizes, int *array_of_distribs, int *array_of_dargs, int *array_of_psizes, int *order, MPI_Fint *oldtype, MPI_Fint *newtype, int *ierr) |
| void | mpi_type_create_darray_ (int *size, int *rank, int *ndims, int *array_of_gsizes, int *array_of_distribs, int *array_of_dargs, int *array_of_psizes, int *order, MPI_Datatype *oldtype, MPI_Datatype *newtype, int *ierr) |
Function Documentation
| void mpi_type_create_darray_ |
( |
int * |
size, |
|
|
int * |
rank, |
|
|
int * |
ndims, |
|
|
int * |
array_of_gsizes, |
|
|
int * |
array_of_distribs, |
|
|
int * |
array_of_dargs, |
|
|
int * |
array_of_psizes, |
|
|
int * |
order, |
|
|
MPI_Fint * |
oldtype, |
|
|
MPI_Fint * |
newtype, |
|
|
int * |
ierr | |
|
) |
| | |
| void mpi_type_create_darray_ |
( |
int * |
size, |
|
|
int * |
rank, |
|
|
int * |
ndims, |
|
|
int * |
array_of_gsizes, |
|
|
int * |
array_of_distribs, |
|
|
int * |
array_of_dargs, |
|
|
int * |
array_of_psizes, |
|
|
int * |
order, |
|
|
MPI_Datatype * |
oldtype, |
|
|
MPI_Datatype * |
newtype, |
|
|
int * |
ierr | |
|
) |
| | |