mirror of
https://github.com/paboyle/Grid.git
synced 2026-09-03 16:29:37 +01:00
Compile on CUDA
This commit is contained in:
@@ -349,7 +349,6 @@ void CartesianCommunicator::SendToRecvFromBegin(std::vector<MpiCommsRequest_t> &
|
||||
|
||||
GRID_ASSERT(dest != _processor);
|
||||
GRID_ASSERT(from != _processor);
|
||||
GRID_ASSERT(bytes/(sizeof(int32_t))<= 2*1024*1024*1024);
|
||||
int tag;
|
||||
|
||||
tag= dir+from*32;
|
||||
|
||||
Reference in New Issue
Block a user