1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00
This commit is contained in:
nmeyer-ur 2020-07-22 09:34:05 +02:00
parent 906b78811b
commit ea7f8fda5e

View File

@ -320,7 +320,7 @@ void Grid_init(int *argc,char ***argv)
#if defined(A64FX)
if( GridCmdOptionExists(*argv,*argv+*argc,"--comms-overlap") ){
std::cout << "Option --comms-overlap currently not supported on QPACE4. Exiting."
std::cout << "Option --comms-overlap currently not supported on QPACE4. Exiting." << std::endl;
exit(EXIT_FAILURE);
}
#endif