Dear fortran 90 experts;
I am looking for a good wall-clock time routine for Fortran 90. I want
something like MPI_Wtime routine, but I want to have one independent of
MPI library. I basically want to do sometinh like this:
REAL :: start, finish
start = WALL_CLOCK()
..do something...
finish = WALL_CLOCK()
write(*,*) "Elapsed time is: ", finish - start, " seconds"
Any suggestion for where to look for?
-- Seong-Gon
------------------------------------------------------------------------------
Seong-Gon Kim, Ph.D. (703) 866-9584
[Home]
Code 6390 (202) 404-4419
[Work]
Center for Computational Materials Science (202)
404-7546 [Fax]
[email]
Washington, DC 20375-5320