1
1
openmpi/ompi/mca/op/base
George Bosilca 5390fd6f33 Reshape the datatype engine. The basic types are built down in OPAL. MPI types are
either direct link to these basic predefined types, or a combination of them.
Anyway, the first items in the datatype list belong to OPAL, the second round
are MPI datatypes created by composing basic OPAL datatypes, and the last
batch are mapped datatype (direct correspondance between an OMPI datatype and
an OPAL one such as int -> int32_t).

Modify the op to fit this new scheme.

This commit was SVN r24247.
2011-01-13 06:08:54 +00:00
..
base.h This function doesn't have to be globally visible. 2009-06-22 17:14:54 +00:00
functions.h Reshape the datatype engine. The basic types are built down in OPAL. MPI types are 2011-01-13 06:08:54 +00:00
help-mca-op-base.txt Two major things in this commit: 2009-01-14 23:44:31 +00:00
Makefile.include Two major things in this commit: 2009-01-14 23:44:31 +00:00
op_base_close.c Two major things in this commit: 2009-01-14 23:44:31 +00:00
op_base_find_available.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
op_base_functions.c Reshape the datatype engine. The basic types are built down in OPAL. MPI types are 2011-01-13 06:08:54 +00:00
op_base_op_select.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
op_base_open.c - Get pgcc on XT to complain less: 2009-03-13 02:10:32 +00:00