1
1
openmpi/ompi/datatype
KAWASHIMA Takahiro 722e898e8e fortran: Correct the name of MPI_INTEGER16.
The name of `MPI_INTEGER16` obtained using `MPI_TYPE_GET_NAME`
from Fortran program was incorrect (`MPI_INTEGER8` was obtained)
when `INTEGER*16` is not supported by a compiler.

This bug affects only the Fortran binding because `MPI_INTEGER16`
is not defined in `mpi.h` if a compiler does not support it.
2016-08-02 22:37:58 +09:00
..
Makefile.am datatype/[un]pack_external[_size]: move subroutines down to ompi/datatype 2016-03-30 13:01:33 +09:00
ompi_datatype_args.c ompi/datatype: Fix args of DARRAY 2016-06-15 11:24:22 +09:00
ompi_datatype_create_contiguous.c Rearrange the #include to minimize clutter. 2013-09-28 17:15:33 +00:00
ompi_datatype_create_darray.c Fix the missing resize of the returned type for 2015-12-21 09:41:30 +09:00
ompi_datatype_create_indexed.c ddt: duplicate MPI_DATATYPE_NULL when ompi_datatype_create_indexed of ompi_datatype_create_indexed_block is invoked with a zero count 2015-12-08 16:25:36 +09:00
ompi_datatype_create_struct.c Rearrange the #include to minimize clutter. 2013-09-28 17:15:33 +00:00
ompi_datatype_create_subarray.c Allow NULL arrays for emoty datatypes. 2016-05-01 12:37:02 -04:00
ompi_datatype_create_vector.c Rearrange the #include to minimize clutter. 2013-09-28 17:15:33 +00:00
ompi_datatype_create.c add pml-specific field in OMPI datatype. 2015-10-20 19:46:06 +03:00
ompi_datatype_external32.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_datatype_external.c datatype/[un]pack_external[_size]: move subroutines down to ompi/datatype 2016-03-30 13:01:33 +09:00
ompi_datatype_get_elements.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_datatype_internal.h ompi/datatype: fix MPI_LONG_LONG_INT type name 2016-04-20 09:34:20 +09:00
ompi_datatype_match_size.c Rearrange the #include to minimize clutter. 2013-09-28 17:15:33 +00:00
ompi_datatype_module.c fortran: Correct the name of MPI_INTEGER16. 2016-08-02 22:37:58 +09:00
ompi_datatype_sndrcv.c coll: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:57 +09:00
ompi_datatype.h datatype/[un]pack_external[_size]: move subroutines down to ompi/datatype 2016-03-30 13:01:33 +09:00