mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 14:15:55 +01:00
exit in Init when using --comms-overlap
This commit is contained in:
parent
d9474c6cb6
commit
906b78811b
@ -318,6 +318,13 @@ void Grid_init(int *argc,char ***argv)
|
|||||||
Grid_debug_handler_init();
|
Grid_debug_handler_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(A64FX)
|
||||||
|
if( GridCmdOptionExists(*argv,*argv+*argc,"--comms-overlap") ){
|
||||||
|
std::cout << "Option --comms-overlap currently not supported on QPACE4. Exiting."
|
||||||
|
exit(EXIT_FAILURE);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
// Memory manager
|
// Memory manager
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user