simple MPI test for testing the autocmake

- code reviewer's comments included
This commit is contained in:
Miro ILIAS
2015-08-07 08:01:26 +02:00
parent baa9fe5555
commit f8905fed65
5 changed files with 57 additions and 4 deletions

View File

@ -0,0 +1,6 @@
if (MPI_FOUND)
add_executable(example example.f90)
else()
message(FATAL "MPI not found!")
endif()