1
1
openmpi/ompi/mca/pml/csum
Jeff Squyres c8bb7537e7 Remove include/opal/sys/cache.h -- its only purpose in life was to
#define CACHE_LINE_SIZE to 128.  This name has a conflict on NetBSD,
and it seems kinda odd to have a header file that ''only'' defines a
single value.  Also, we'll soon be raising hwloc to be a first-class
item, so having this file around seemed kinda weird.

Therefore, I replaced CACHE_LINE_SIZE with opal_cache_line_size, an
int (in opal/runtime/opal_init.c and opal/runtime/opal.h) on the
rationale that we can fill this in at runtime with hwloc info (trunk
and v1.5/beyond, only).  The only place we ''needed'' a compile-time
CACHE_LINE_SIZE was in the BTL SM (for struct padding), so I made a
new BTL_SM_ preprocessor macro with the old CACHE_LINE_SIZE value
(128).  That use isn't suitable for run-time hwloc information,
anyway.

This commit was SVN r23349.
2010-07-06 14:33:36 +00:00
..
configure.params Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
help-mpi-pml-csum.txt Add in eager limit checks in pmls. 2009-08-10 12:46:20 +00:00
Makefile.am Add in eager limit checks in pmls. 2009-08-10 12:46:20 +00:00
pml_csum_comm.c Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_comm.h - Replace combinations of 2009-08-20 11:42:18 +00:00
pml_csum_component.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
pml_csum_component.h Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_endpoint.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
pml_csum_endpoint.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
pml_csum_hdr.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
pml_csum_iprobe.c Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_irecv.c Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_isend.c Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_progress.c Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_rdma.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
pml_csum_rdma.h Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_rdmafrag.c Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00
pml_csum_rdmafrag.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_csum_recvfrag.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
pml_csum_recvfrag.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
pml_csum_recvreq.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
pml_csum_recvreq.h * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
pml_csum_sendreq.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
pml_csum_sendreq.h * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
pml_csum_start.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_csum.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
pml_csum.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
post_configure.sh Add a new PML module that acts as a "mini-dr" - when requested, it performs a dr-like checksum on messages for BTL's that require it, as specified by MCA params. 2009-03-23 23:52:05 +00:00