mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 13:22:01 +00:00
5 lines
192 B
Fortran
5 lines
192 B
Fortran
|
program mpi_ver
|
||
|
@MPI_Fortran_INCLUDE_LINE@
|
||
|
print *, 'INFO:SUBARRAYS[', MPI_SUBARRAYS_SUPPORTED, ']-ASYNCPROT[', MPI_ASYNC_PROTECTS_NONBLOCKING, ']'
|
||
|
end program mpi_ver
|