Add back Find module and add support files

This commit is contained in:
Allen Byrne
2017-11-01 15:06:46 -05:00
parent f190509675
commit 21874ce5c2
7 changed files with 1544 additions and 0 deletions

View 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