simple MPI test for testing the autocmake
- code reviewer's comments included
This commit is contained in:
6
test/fc_mpi/src/CMakeLists.txt
Normal file
6
test/fc_mpi/src/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
if (MPI_FOUND)
|
||||
add_executable(example example.f90)
|
||||
else()
|
||||
message(FATAL "MPI not found!")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user