From edb260b4f4e79433f38bdda11bc84fa5ee56b080 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 31 Jul 2017 15:38:26 -0400 Subject: Move MPI tests into frameworks. This prevents them being cross-compiled (which wouldn't work without MPI cross-compilers) and disables Windows builds (will need to be fixed later.) --- test cases/common/157 mpi/main.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test cases/common/157 mpi/main.cpp (limited to 'test cases/common/157 mpi/main.cpp') diff --git a/test cases/common/157 mpi/main.cpp b/test cases/common/157 mpi/main.cpp deleted file mode 100644 index 0e0b62173..000000000 --- a/test cases/common/157 mpi/main.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include - -int main(int argc, char **argv) -{ - MPI::Init(argc, argv); - if (!MPI::Is_initialized()) { - printf("MPI did not initialize!\n"); - return 1; - } - MPI::Finalize(); -} -- cgit v1.2.3