1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Travis fail fix attempt

This commit is contained in:
azusayamaguchi
2016-10-25 01:45:53 +01:00
parent 460d0753a1
commit d7d92af09d
3 changed files with 4 additions and 3 deletions

View File

@ -821,7 +821,7 @@ PARALLEL_FOR_LOOP
cobj *send_buf = (cobj *)_grid->ShmBufferTranslate(xmit_to_rank,u_recv_buf_p);
if ( (send_buf==NULL) ) {
if ( send_buf==NULL ) {
send_buf = u_send_buf_p;
}
// std::cout << " send_bufs "<<std::hex<< send_buf <<" ubp "<<u_send_buf_p <<std::dec<<std::endl;