blob: a7135f22cd3809d3aeb767cf766316923ce9bc0b [file] [log] [blame]
subroutine second(t)
include 'mpif.h'
real*8 t
t = MPI_WTIME()
return
end