1
1
openmpi/ompi/mpi/c
Rainer Keller 6c5532072a - Split the datatype engine into two parts: an MPI specific part in
OMPI
   and a language agnostic part in OPAL. The convertor is completely
   moved into OPAL.  This offers several benefits as described in RFC
   http://www.open-mpi.org/community/lists/devel/2009/07/6387.php
   namely:
    - Fewer basic types (int* and float* types, boolean and wchar
    - Fixing naming scheme to ompi-nomenclature.
    - Usability outside of the ompi-layer.
 - Due to the fixed nature of simple opal types, their information is
   completely
   known at compile time and therefore constified
 - With fewer datatypes (22), the actual sizes of bit-field types may be
   reduced
   from 64 to 32 bits, allowing reorganizing the opal_datatype
   structure, eliminating holes and keeping data required in convertor
   (upon send/recv) in one cacheline...
   This has implications to the convertor-datastructure and other parts
   of the code.
 - Several performance tests have been run, the netpipe latency does not
   change with
   this patch on Linux/x86-64 on the smoky cluster.
 - Extensive tests have been done to verify correctness (no new
   regressions) using:
   1. mpi_test_suite on linux/x86-64 using clean ompi-trunk and
    ompi-ddt:
    a. running both trunk and ompi-ddt resulted in no differences
       (except for MPI_SHORT_INT and MPI_TYPE_MIX_LB_UB do now run
       correctly).
    b. with --enable-memchecker and running under valgrind (one buglet
       when run with static found in test-suite, commited)
   2. ibm testsuite on linux/x86-64 using clean ompi-trunk and ompi-ddt:
      all passed (except for the dynamic/ tests failed!! as trunk/MTT)
   3. compilation and usage of HDF5 tests on Jaguar using PGI and
      PathScale compilers.
   4. compilation and usage on Scicortex.
 - Please note, that for the heterogeneous case, (-m32 compiled
   binaries/ompi), neither
   ompi-trunk, nor ompi-ddt branch would successfully launch.

This commit was SVN r21641.
2009-07-13 04:56:31 +00:00
..
profile Two major things in this commit: 2009-01-14 23:44:31 +00:00
abort.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
accumulate.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
add_error_class.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
add_error_code.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
add_error_string.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
address.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
allgather.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
allgatherv.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
alloc_mem.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
allreduce.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
alltoall.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
alltoallv.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
alltoallw.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
attr_delete.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
attr_fn.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
attr_get.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
attr_put.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
barrier.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
bcast.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
bindings.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
bsend_init.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
bsend.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
buffer_attach.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
buffer_detach.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cancel.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cart_coords.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cart_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cart_get.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cart_map.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cart_rank.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cart_shift.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cart_sub.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
cartdim_get.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
close_port.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_accept.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_call_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_compare.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_connect.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_create_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_create_keyval.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_delete_attr.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_disconnect.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_dup.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_free_keyval.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_get_attr.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_get_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_get_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_get_parent.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_group.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_join.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_rank.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_remote_group.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_remote_size.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_set_attr.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_set_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_set_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_size.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_spawn_multiple.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_spawn.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_split.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
comm_test_inter.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
dims_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
errhandler_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
errhandler_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
errhandler_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
errhandler_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
errhandler_get.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
errhandler_set.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
error_class.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
error_string.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
exscan.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_call_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_close.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_create_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_delete.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_amode.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_atomicity.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_byte_offset.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_group.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_info.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_position_shared.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_position.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_size.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_type_extent.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_get_view.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_iread_at.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_iread_shared.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_iread.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_iwrite_at.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_iwrite_shared.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_iwrite.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_open.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_preallocate.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_read_all_begin.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read_all_end.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_read_all.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read_at_all_begin.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read_at_all_end.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_read_at_all.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read_at.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read_ordered_begin.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read_ordered_end.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_read_ordered.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read_shared.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_read.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_seek_shared.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_seek.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_set_atomicity.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_set_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_set_info.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_set_size.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_set_view.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_sync.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_write_all_begin.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write_all_end.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_write_all.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write_at_all_begin.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write_at_all_end.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_write_at_all.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write_at.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write_ordered_begin.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write_ordered_end.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
file_write_ordered.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write_shared.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
file_write.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
finalize.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
finalized.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
free_mem.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
gather.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
gatherv.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
get_address.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
get_count.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
get_elements.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
get_processor_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
get_version.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
get.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
graph_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
graph_get.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
graph_map.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
graph_neighbors_count.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
graph_neighbors.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
graphdims_get.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
grequest_complete.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
grequest_start.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_compare.c fix the group_compare operation which failed to recognize unequal groups in 2009-05-08 13:51:28 +00:00
group_difference.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_excl.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_incl.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_intersection.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_range_excl.c - Fix Coverity CID 525 and 526 --- and some more; 2009-05-07 16:45:18 +00:00
group_range_incl.c - Fix Coverity CID 525 and 526 --- and some more; 2009-05-07 16:45:18 +00:00
group_rank.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_size.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_translate_ranks.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
group_union.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
ibsend.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_delete.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_dup.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_get_nkeys.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_get_nthkey.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_get_valuelen.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_get.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
info_set.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
init_thread.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
init.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
initialized.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
intercomm_create.c second part of the 'running out of cids problem', this time focusing on what 2009-05-27 15:21:07 +00:00
intercomm_merge.c second part of the 'running out of cids problem', this time focusing on what 2009-05-27 15:21:07 +00:00
iprobe.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
irecv.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
irsend.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
is_thread_main.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
isend.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
issend.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
keyval_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
keyval_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
lookup_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
Makefile.am Two major things in this commit: 2009-01-14 23:44:31 +00:00
op_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
op_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
op_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
op_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
open_port.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
pack_external_size.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pack_external.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pack_size.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pack.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pcontrol.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
probe.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
publish_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
put.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
query_thread.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
recv_init.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
recv.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
reduce_local.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
reduce_scatter.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
reduce.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
register_datarep.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
request_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
request_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
request_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
request_get_status.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
rsend_init.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
rsend.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
scan.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
scatter.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
scatterv.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
send_init.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
send.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
sendrecv_replace.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
sendrecv.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
ssend_init.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
ssend.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
start.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
startall.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
status_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
status_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
status_set_cancelled.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
status_set_elements.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
test_cancelled.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
test.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
testall.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
testany.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
testsome.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
topo_test.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
type_c2f.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_commit.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_contiguous.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_darray.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_f90_complex.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_f90_integer.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_f90_real.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_hindexed.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_hvector.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_indexed_block.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_keyval.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
type_create_resized.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_struct.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_create_subarray.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_delete_attr.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_dup.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_extent.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_f2c.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_free_keyval.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
type_free.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_get_attr.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_get_contents.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_get_envelope.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_get_extent.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_get_name.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_get_true_extent.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_hindexed.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
type_hvector.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
type_indexed.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_lb.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_match_size.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_set_attr.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_set_name.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_size.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_struct.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
type_ub.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
type_vector.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
unpack_external.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
unpack.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
unpublish_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
wait.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
waitall.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
waitany.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
waitsome.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_c2f.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_call_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_complete.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_create_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_create_keyval.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_create.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_delete_attr.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_f2c.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_fence.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_free_keyval.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_free.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_get_attr.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_get_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_get_group.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_get_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_lock.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_post.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_set_attr.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_set_errhandler.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_set_name.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_start.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_test.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_unlock.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
win_wait.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
wtick.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
wtime.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00