Add back Find module and add support files
This commit is contained in:
6
config/cmake_ext_mod/FindMPI/test_mpi.f90.in
Normal file
6
config/cmake_ext_mod/FindMPI/test_mpi.f90.in
Normal file
@@ -0,0 +1,6 @@
|
||||
program hello
|
||||
@MPI_Fortran_INCLUDE_LINE@
|
||||
integer@MPI_Fortran_INTEGER_LINE@ ierror
|
||||
call MPI_INIT(ierror)
|
||||
call MPI_FINALIZE(ierror)
|
||||
end program
|
||||
Reference in New Issue
Block a user