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

Optimisation control improvements

This commit is contained in:
paboyle
2017-02-10 18:22:31 -05:00
parent 2c246551d0
commit aca7a3ef0a
3 changed files with 20 additions and 40 deletions

View File

@ -52,8 +52,6 @@ int main (int argc, char ** argv)
{
Grid_init(&argc,&argv);
CartesianCommunicator::SetCommunicatorPolicy(CartesianCommunicator::CommunicatorPolicySendrecv);
WilsonKernelsStatic::Comms = WilsonKernelsStatic::CommsAndCompute;
int threads = GridThread::GetThreads();
std::cout<<GridLogMessage << "Grid is setup to use "<<threads<<" threads"<<std::endl;