diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-07-31 15:38:26 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-08-04 20:07:08 -0400 |
| commit | edb260b4f4e79433f38bdda11bc84fa5ee56b080 (patch) | |
| tree | d27b0f958319e46f5487b328019b34b704c1e809 /test cases/common/157 mpi/main.cpp | |
| parent | 4cbfb9a08dd8b89aaec7fffd4efbe3a542a67a3d (diff) | |
| download | meson-edb260b4f4e79433f38bdda11bc84fa5ee56b080.tar.gz | |
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.)
Diffstat (limited to 'test cases/common/157 mpi/main.cpp')
| -rw-r--r-- | test cases/common/157 mpi/main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
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 <mpi.h> - -int main(int argc, char **argv) -{ - MPI::Init(argc, argv); - if (!MPI::Is_initialized()) { - printf("MPI did not initialize!\n"); - return 1; - } - MPI::Finalize(); -} |
