1
1
openmpi/ompi/datatype
Brian Barrett 1302cb4072 The next in a long line of crazed build system changes from Brian. This was
originally suggested by Ralf Wildenhues, to try to speed autogen, configure,
and make (and possibly even make install).  Use automake's include directive
to drastically reduce the number of Makefile files (although the number of
Makefile.am files is the same - most are just included in a top-level
Makefile.am).  Also use an Automake SUBDIRs feature to eliminate the
dynamic-mca tree, which was no longer really needed.  This makes adding
a framework easier (since you don't have to remember the dynamic-mca
tree) and makes building faster (as make doesn't have to recurse through
the dynamic-mca tree)

This commit was SVN r7777.
2005-10-17 00:21:10 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor.c Comment out what seems to be a debugging output. Will confirm with 2005-09-29 16:39:27 +00:00
convertor.h Correct a small typo 2005-10-04 14:42:37 +00:00
datatype_internal.h Silence compiler warnings. 2005-10-14 22:06:25 +00:00
datatype.h Cleanups ... 2005-09-18 12:34:29 +00:00
ddt_test.c - fixed issue w/ btl send-in-place option that was affecting tcp 2005-09-14 17:08:08 +00:00
dt_add.c Do not allow the use of the optimized path for predefined non contiguous datatypes (like MPI_SHORT_INT on most of the architectures). 2005-10-16 19:41:40 +00:00
dt_arch.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_arch.h Ensure to get ompi/include/constants.h 2005-08-12 21:42:07 +00:00
dt_args.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_create_array.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_create_dup.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_create_indexed.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_create_struct.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_create_vector.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_create.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_destroy.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_external32.c Add a global local architecture. It is required by the proc.c file as all new procs by default 2005-07-29 00:12:33 +00:00
dt_match_size.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_module.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_optimize.c Cleanups ... 2005-09-18 12:34:29 +00:00
dt_pack.c Make the datatype compile on solaris. 2005-10-04 15:45:18 +00:00
dt_sndrcv.c Correct the send-recv operation. 2005-10-11 22:41:08 +00:00
dt_unpack.c Make the datatype compile on solaris. 2005-10-04 15:45:18 +00:00
fake_stack.c Cleanups ... 2005-09-18 12:34:29 +00:00
Makefile.am The next in a long line of crazed build system changes from Brian. This was 2005-10-17 00:21:10 +00:00
mpi_test.c - fixed issue w/ btl send-in-place option that was affecting tcp 2005-09-14 17:08:08 +00:00
new_pack.c Alway call the memory allocation function with the correct type for the first argument. The problem is 2005-10-04 14:44:59 +00:00
new_unpack.c Add more debug messages to the pack and unpack functions. 2005-09-11 18:51:06 +00:00