cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Execution Time for Fortran using C
Execution Time for Fortran using C
May 29, 2009 at 2:07pm UTC
vijkrr
(86)
Hi,
I want to write C fuctions Which will be called by fortran. It has to tell how much time it takes to execute the program.
For eg:
from Fortran:
CALLCSTART()
FORTRANCODE
..
..
..
CALLCEND()
This CALLCSTART and END are defined in C, it has to calculate the time take between START and END.
Can anyone help me in this.. Cos i dont know FORTRAN
May 29, 2009 at 3:23pm UTC
kbw
(9488)
All of that depends on your environment. Precise timing will vary between operating systems. Linking different languages will depend on the compilers used.
Topic archived. No new replies allowed.