1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Printing improvement

This commit is contained in:
Peter Boyle 2019-07-31 08:01:24 +01:00
parent 639dc1ab21
commit 9cd33a7b9c

View File

@ -345,7 +345,9 @@ void GridGpuInit(void)
#endif
}
}
if ( world_rank == 0 ) {
printf("GpuInit: ================================================\n");
}
#endif
}