1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

disable TOFU by default

This commit is contained in:
nmeyer-ur
2020-06-30 19:27:08 +02:00
parent a87e45ba25
commit 1635c263ee
2 changed files with 12 additions and 1 deletions

View File

@ -45,12 +45,14 @@ void CartesianCommunicator::Init(int *argc, char ***argv)
if ( !flag ) {
// Fugaku Tofu: enable by default
/*
#if defined (A64FX) || defined (A64FXFIXEDSIZE)
#ifndef TOFU
#define TOFU
#pragma message ("TOFU network / MPI_THREAD_SERIALIZED")
#endif
#endif
*/
#if defined (TOFU) // FUGAKU, credits go to Issaku Kanamori
nCommThreads=1;