Compile on CUDA

This commit is contained in:
2025-08-21 22:10:27 +01:00
parent 583fa7bb0a
commit e5fa3d887f
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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;