1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Smaller MVAPICH test case. More... about 14 years ago
Smaller MVAPICH test case. More... about 14 years ago
MPI test that exercises the datatypes bug in MVAPICH. More... about 14 years ago
MPI test that exercises the datatypes bug in MVAPICH. More... about 14 years ago
Found a bug in MPI datatype gather on MVAPICH. Committing the ARMCI test then on to the MPI test. More... about 14 years ago
Found a bug in MPI datatype gather on MVAPICH. Committing the ARMCI test then on to the MPI test. More... about 14 years ago
Fixed same allocation checks. Added an environment variable to select among implementations for IOV operations. Currently the data type implementation fails (in different ways) ARMCI test on OpenMPI and MVAPICH. More... about 14 years ago
Fixed same allocation checks. Added an environment variable to select among implementations for IOV operations. Currently the data type implementation fails (in different ways) ARMCI test on OpenMPI and MVAPICH. More... about 14 years ago
Reorganization of vector code to allow for cleaner integration of optimizations. Added additional safety checks to enable optimized versions when possible. More... about 14 years ago
Reorganization of vector code to allow for cleaner integration of optimizations. Added additional safety checks to enable optimized versions when possible. More... about 14 years ago
Updated for OpenMPI bug report. More... about 14 years ago
Updated for OpenMPI bug report. More... about 14 years ago
[svn breadcrumb: r178 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... about 14 years ago
[svn breadcrumb: r178 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... about 14 years ago
[svn breadcrumb: r177 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... about 14 years ago
[svn breadcrumb: r177 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... about 14 years ago
MPI Indexed data type test. I think this exercises a bug in OpenMPI 1.5. More... about 14 years ago
MPI Indexed data type test. I think this exercises a bug in OpenMPI 1.5. More... about 14 years ago
Initial implementation of vector and strided operations using MPI datatypes (I can't believe this actually works on my first try!). Tests pass under MPICH2 on shared memory, cluster testing needed. If this code gives anyone trouble, revert to the old implementation by commenting out this line in vector.c: #define IOV_USES_MPI_TYPE In order to support typed operations (i.e. MPI gather/scatter) new versions of mem_region get/put/acc have been added that accept the needed MPI types. mreg_accumulate's arguments have been reordered to match mreg_accumulate_typed. More... about 14 years ago
Initial implementation of vector and strided operations using MPI datatypes (I can't believe this actually works on my first try!). Tests pass under MPICH2 on shared memory, cluster testing needed. If this code gives anyone trouble, revert to the old implementation by commenting out this line in vector.c: #define IOV_USES_MPI_TYPE In order to support typed operations (i.e. MPI gather/scatter) new versions of mem_region get/put/acc have been added that accept the needed MPI types. mreg_accumulate's arguments have been reordered to match mreg_accumulate_typed. More... about 14 years ago
Updated ARMCI_Finalize to free all allocations when finalize is called. User will see a message like this if they leak ARMCI allocations: Warning: Freed 2 leaked allocations More... about 14 years ago
Updated ARMCI_Finalize to free all allocations when finalize is called. User will see a message like this if they leak ARMCI allocations: Warning: Freed 2 leaked allocations More... about 14 years ago
Bugfix: Use group rank to look up my base pointer. More... about 14 years ago
Bugfix: Use group rank to look up my base pointer. More... about 14 years ago
Updated buffer prep functions to return the number of buffers that were moved. More... about 14 years ago
Updated buffer prep functions to return the number of buffers that were moved. More... about 14 years ago
MPI Subarray type test. More... about 14 years ago
MPI Subarray type test. More... about 14 years ago
Create a function to translate ARMCI_ACC_TYPE to MPI_TYPE. More... about 14 years ago
Create a function to translate ARMCI_ACC_TYPE to MPI_TYPE. More... about 14 years ago