File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -994,7 +994,7 @@ void gmr_handle_add_request(armci_hdl_t * handle, MPI_Request req)
994994 ARMCII_Warning ("gmr_handle_add_request: handle is corrupt (single_request_array is not MPI_REQUEST_NULL).\n" );
995995 }
996996 if (handle -> request_array != NULL ) {
997- ARMCII_Warning ("gmr_handle_add_request: handle is corrupt (request_array is not NULL).\n" );
997+ // ARMCII_Warning("gmr_handle_add_request: handle is corrupt (request_array is not NULL).\n");
998998 }
999999
10001000 handle -> batch_size = 1 ;
@@ -1006,7 +1006,7 @@ void gmr_handle_add_request(armci_hdl_t * handle, MPI_Request req)
10061006 ARMCII_Warning ("gmr_handle_add_request: handle is corrupt (single_request_array is MPI_REQUEST_NULL).\n" );
10071007 }
10081008 if (handle -> request_array != NULL ) {
1009- ARMCII_Warning ("gmr_handle_add_request: handle is corrupt (request_array is not NULL).\n" );
1009+ // ARMCII_Warning("gmr_handle_add_request: handle is corrupt (request_array is not NULL).\n");
10101010 }
10111011
10121012 // there is a single request in the handle, so we allocate space for two,
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ int PARMCI_Wait(armci_hdl_t* handle)
252252 ARMCII_Warning ("ARMCI_Wait: handle is corrupt (single_request_array is MPI_REQUEST_NULL)\n" );
253253 }
254254 if (handle -> request_array != NULL ) {
255- ARMCII_Warning ("ARMCI_Wait: handle is corrupt (request_array is not NULL)\n" );
255+ // ARMCII_Warning("ARMCI_Wait: handle is corrupt (request_array is not NULL)\n");
256256 }
257257
258258 MPI_Wait ( & (handle -> single_request ), MPI_STATUS_IGNORE );
You can’t perform that action at this time.
0 commit comments