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:
@ -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;
|
||||
|
Reference in New Issue
Block a user