Commit ef8456eb authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

warning that coarsegraining test is not portable off summit

parent ac20f113
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -195,6 +195,8 @@ void computeMockSigma(SigmaType& Sigma) {
int main(int argc, char** argv) {
  int result = 0;

  std::cout << "This Test is not portable.  Currently passes on summit with build-aux std version\nFails almost everywherer else.";
  
  ::testing::InitGoogleTest(&argc, argv);

  dca::parallel::MPIConcurrency concurrency(argc, argv);