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,4 @@
program mpi_ver
@MPI_Fortran_INCLUDE_LINE@
print *, 'INFO:SUBARRAYS[', MPI_SUBARRAYS_SUPPORTED, ']-ASYNCPROT[', MPI_ASYNC_PROTECTS_NONBLOCKING, ']'
end program mpi_ver