<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using ITT Event and/or Task API in Fortran in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163763#M17809</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I wanted to use the ITT Event API (and maybe the Task API) to help mark sections of my Fortran code for profiling but there doesn't appear to any event functions in the Fortran ittnotify module?&lt;/P&gt;

&lt;P&gt;Is there a different way to access the Event (or Task) API in Fortran? I can't seem to find anything in the manual relating to Fortran, it only refers to C/C++. Looking in ittnotify.h the correct API methods are available.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2017 11:03:12 GMT</pubDate>
    <dc:creator>Towie__Ewan</dc:creator>
    <dc:date>2017-08-08T11:03:12Z</dc:date>
    <item>
      <title>Using ITT Event and/or Task API in Fortran</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163763#M17809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I wanted to use the ITT Event API (and maybe the Task API) to help mark sections of my Fortran code for profiling but there doesn't appear to any event functions in the Fortran ittnotify module?&lt;/P&gt;

&lt;P&gt;Is there a different way to access the Event (or Task) API in Fortran? I can't seem to find anything in the manual relating to Fortran, it only refers to C/C++. Looking in ittnotify.h the correct API methods are available.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 11:03:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163763#M17809</guid>
      <dc:creator>Towie__Ewan</dc:creator>
      <dc:date>2017-08-08T11:03:12Z</dc:date>
    </item>
    <item>
      <title>Hello Ewan,</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163764#M17810</link>
      <description>&lt;P&gt;Hello Ewan,&lt;/P&gt;

&lt;P&gt;Please look at &lt;A href="https://software.intel.com/en-us/node/544197"&gt;https://software.intel.com/en-us/node/544197&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;

&lt;P&gt;In sum:&lt;/P&gt;

&lt;P&gt;1) Add the ITTNOTIFY module to your source files with the following source line:&lt;/P&gt;

&lt;P&gt;USE ITTNOTIFY&lt;/P&gt;

&lt;P&gt;2) Insert ITT Notifications in Your Application e.g.:&lt;/P&gt;

&lt;P&gt;CALL ITT_PAUSE()&lt;/P&gt;

&lt;P&gt;3) Link the libittnotify.a Static Library to Your Application.&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 13:37:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163764#M17810</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2017-08-08T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Hi Dmitry,</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163765#M17811</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;

&lt;P&gt;I already make use of the ITT pause and resume functions, they are extremely helpful.&lt;/P&gt;

&lt;P&gt;I am trying to use the Event API of ITT which doesn't seem to be accessible through the Fortran interface. The Event API I am referring to is discussed at&amp;nbsp;https://software.intel.com/en-us/node/544209&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Ewan&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 13:42:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163765#M17811</guid>
      <dc:creator>Towie__Ewan</dc:creator>
      <dc:date>2017-08-08T13:42:04Z</dc:date>
    </item>
    <item>
      <title>Can anyone offer any help</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163766#M17812</link>
      <description>&lt;P&gt;Can anyone offer any help here?&lt;/P&gt;

&lt;P&gt;I am looking at the C header file and the Fortran module, and I am wondering if it is just a case of defining an appropriate interface between the Fortran and C subroutines. Unfortunately, I don't think I can easily do this?&lt;/P&gt;

&lt;P&gt;Ewan&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 09:39:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163766#M17812</guid>
      <dc:creator>Towie__Ewan</dc:creator>
      <dc:date>2017-08-09T09:39:31Z</dc:date>
    </item>
    <item>
      <title>Hello Ewan,</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163767#M17813</link>
      <description>&lt;P&gt;Hello Ewan,&lt;/P&gt;

&lt;P&gt;Acknowledging that at some point we enabled only a subset of ITT API Fortran bindings.&lt;/P&gt;

&lt;P&gt;I included the full ITT API set support to VTune plans. Stay tuned.&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 09:01:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163767#M17813</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2017-08-11T09:01:23Z</dc:date>
    </item>
    <item>
      <title>Hi Dmitry,</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163768#M17814</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;

&lt;P&gt;Thank you! It would be good to have more access to the ITT API in Fortran and allow us to make better use of the Intel tools.&lt;/P&gt;

&lt;P&gt;I will stay posted :)&lt;/P&gt;

&lt;P&gt;Thanks, Ewan&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 09:06:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163768#M17814</guid>
      <dc:creator>Towie__Ewan</dc:creator>
      <dc:date>2017-08-11T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Dmitry,</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163769#M17815</link>
      <description>&lt;P&gt;Dmitry,&lt;/P&gt;

&lt;P&gt;Just wanted to second Ewan's request for Fortran access to Events. Would be extremely helpful to my group.&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;Robert Crockett, Ph.D.&lt;BR /&gt;
	Dynamics and Numerical Methods Group&lt;BR /&gt;
	Siemens PL Software&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 13:24:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163769#M17815</guid>
      <dc:creator>Robert_C_7</dc:creator>
      <dc:date>2017-09-13T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Same here!</title>
      <link>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163770#M17816</link>
      <description>&lt;P&gt;Same here!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Fabian,&lt;/P&gt;

&lt;P&gt;Fraunhofer SCAI.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 14:45:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Using-ITT-Event-and-or-Task-API-in-Fortran/m-p/1163770#M17816</guid>
      <dc:creator>Nick__Fabian</dc:creator>
      <dc:date>2018-07-23T14:45:30Z</dc:date>
    </item>
  </channel>
</rss>

