- 11 Jun, 2015 16 commits
-
-
-
-
-
-
1. Correspond to the changes of the LLC interface 2. Use communicator LLC_COM_MPICH
-
This reverts commit 05059e74e6869b62f9d10d9e8874aa1d6df5c1a1.
-
Sender does not know if UNSOLICITED command was sent or not. So process might be finished before the command is sent. To avoid this, wait until all UNSOLICITED are done.
-
-
-
The data format to transmit or receive may be contiguous and have the nonzero lower bound.
-
The values of request status are used when using collective communication. So update them after receiving data.
-
-
-
Squash this because it's a mixed commit.
-
-
-
- 09 Jun, 2015 1 commit
-
-
Kenneth Raffenetti authored
Truncated message counts were incorrectly overwritten with the full message size. Closes #2260. Signed-off-by:
Antonio J. Pena <apenya@mcs.anl.gov>
-
- 08 Jun, 2015 2 commits
-
-
Jithin Jose authored
Change-Id: Idfdd37cb62878d9890da80c1092539153f637006 Signed-off-by:
Charles J Archer <charles.j.archer@intel.com>
-
64 is big enough to include 32-bit, 64-bit, and possilbe 128-bit floating point or integer data types. Also, fixed a bug. We need to return an error when we need to add a new data type but nAlloc is already >= MAX_F90_TYPES Fixes #2265 Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 06 Jun, 2015 2 commits
-
-
Valentin Petrov authored
The previous version of the protocol assumed that fi_trecv utilizes direct address for matching. This does not hold, for example, for PSM OFI provider (it does not set claim FI_DIRECTED_RECV capability). So, the API1 set should work w/o directed recv assumption. Hence, we have to encapsulate rank info in the tag in the RCD protocol in order to avoid mismatch. Change-Id: I7868f2f033cf3cdec29f7daded8b29c275b2632f Signed-off-by:
Charles J Archer <charles.j.archer@intel.com>
-
Jithin Jose authored
Change-Id: I25d9c8e80329dc185ee89da9fa1d8d9f54ea493e Signed-off-by:
Jithin Jose <jithin.jose@intel.com> Signed-off-by:
Charles J Archer <charles.j.archer@intel.com>
-
- 05 Jun, 2015 1 commit
-
-
Sangmin Seo authored
htmldir was not created before installing index.html. This caused `make install` to fail on FreeBSD. This patch fixes this issue. Signed-off-by:
Junchao Zhang <jczhang@mcs.anl.gov>
-
- 04 Jun, 2015 3 commits
-
-
Junchao Zhang authored
Some special options might be added by libtool, such as -Wl,-flat_namespace -Wl,-commons,use_dylibs, and we do not want to drop them even when interlibrary deps is on. Also reference [eb0e7712 ] Fixes #2271 Signed-off-by:
Pavan Balaji <balaji@anl.gov>
-
Kenneth Raffenetti authored
Signed-off-by:
Halim Amer <aamer@anl.gov>
-
Add a test to configure.ac that tests, if type_tag_for_datatype is agnostic for modifiers as const or volatile. If the test fails, the type_tag_for_datatype test is disabled in mpi.h by setting a flag to avoid compiler warning. In this case, there are no type tests for MPI data types when compiling. Fixes #2223. Signed-off-by:
Pavan Balaji <balaji@anl.gov>
-
- 02 Jun, 2015 3 commits
-
-
Xin Zhao authored
In e50bec3a , we add code in Nemesis and TCP/Portals4/MXM netmods to issue extended packet header stored in the request. In this patch, we did the similiar modification to OFI netmod. Signed-off-by:
Pavan Balaji <balaji@anl.gov>
-
The implementation of Ibsend had several issues: 1) incorrect ref counting when canceling a request, which leads to handle leaks; 2) writing MPI_REQUEST_NULL directly in the handle field of a request (MPID_Request) in the request pool because the handle field is passed by reference to MPIR_Wait_impl; 3) the memory used in the attached buffer is never freed after a successful cancellation This patch fixes all the above mentioned issues. In addition it fixes and closes ticket:287. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
These tests are not passing yet, but the plan is to fix them for the upcoming release. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 31 May, 2015 5 commits
-
-
Kenneth Raffenetti authored
Signed-off-by:
Halim Amer <aamer@anl.gov>
-
Kenneth Raffenetti authored
No reviewer.
-
Kenneth Raffenetti authored
-
Kenneth Raffenetti authored
Cancel send is not implemented in all our tested netmods. xfail this test for now. No reviewer.
-
Originally we add extended packet header for RMA packets and issue it from Nemesis and netmods, unfortunately we forgot to modify Sock channel. This patch fixes this problem. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 30 May, 2015 7 commits
-
-
Kenneth Raffenetti authored
No reviewer.
-
Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
Originally in CH3, we have two issuing functions to issue RMA messages: issue_from_origin_buffer() for issuing non-streamed messages and issue_from_origin_buffer_stream() for issuing streamed messages. Most code in those two functions are the same, therefore here we merge them into one function. The function requires stream_offset and stream_size as input arguments, for non-streamed messages, we pass stream_offset as 0 and stream_size as the size of the entire message. Signed-off-by:
Pavan Balaji <balaji@anl.gov>
-