Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5002 Discussions

user api within fortran code

misteliy
Beginner
251 Views
Hi,
how is it possible to use the user api such as__itt_pause in my fortran program?
cheers
--yannick

0 Kudos
1 Reply
Peter_W_Intel
Employee
251 Views
I think the answer is "yes", because Fortran should support to call C function from VTune library.

Here is an example for calling pause/resumeAPI from C/C++ code,
http://software.intel.com/en-us/articles/use-new-pause-and-resume-api-from-intel-vtune-amplifier-2011-xe/


I might write a new example to call VTune's pause/resume API from Fortran code. Will post if it is ready.

Regards, Peter
0 Kudos
Reply