Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/share/cmake/Modules/FindMPI/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/share/cmake/Modules/FindMPI/test_mpi.f90.in

      program hello
      @MPI_Fortran_INCLUDE_LINE@
      integer@MPI_Fortran_INTEGER_LINE@ ierror
      call MPI_INIT(ierror)
      call MPI_FINALIZE(ierror)
      end program