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

@ -104,7 +104,7 @@ class CartesianCommunicator {
void *ShmBuffer(int rank);
void *ShmBufferTranslate(int rank,void * local_p);
void *ShmBufferMalloc(size_t bytes);
void *ShmBufferFreeAll(void) ;
void ShmBufferFreeAll(void) ;
////////////////////////////////////////////////
// Must call in Grid startup