<?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 Re: TAU installation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190078#M91441</link>
    <description>Hello,&lt;BR /&gt;     in line 3758 there is a function in that file. it is :&lt;BR /&gt;&lt;BR /&gt;int MPI_File_iread_at( MPI_File fh, MPI_Offset offset, void * buf, int count, MPI_Datatype datatype, MPI_Request * request)&lt;BR /&gt;{&lt;BR /&gt;  int retvalue; &lt;BR /&gt;  TAU_PROFILE_TIMER(t, "MPI_File_iread_at()", "", TAU_MESSAGE); &lt;BR /&gt;  TAU_PROFILE_START(t); &lt;BR /&gt;  retvalue = PMPI_File_iread_at( fh, offset, buf, count, datatype, request) ; &lt;BR /&gt;  TAU_PROFILE_STOP(t); &lt;BR /&gt;  return retvalue; &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;and in line 178 there is a prototype declaration. it is :&lt;BR /&gt;&lt;BR /&gt;int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf,&lt;BR /&gt;       int count, MPI_Datatype datatype, MPIO_Request *request);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i am also sending both the files if u need it for further reference.&lt;BR /&gt;Thank you</description>
    <pubDate>Fri, 02 May 2008 10:25:28 GMT</pubDate>
    <dc:creator>Kamath</dc:creator>
    <dc:date>2008-05-02T10:25:28Z</dc:date>
    <item>
      <title>TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190074#M91437</link>
      <description>Hi,&lt;BR /&gt;   When i install TAU on hpux server after installing pdt it configures but gives follwing error when giving the command make install. When configuring i have specied the aCC compiler, mpi include, mpi library and pdt paths. I have attached the error with this mail. Can anyone please help me out.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Thu, 01 May 2008 03:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190074#M91437</guid>
      <dc:creator>Kamath</dc:creator>
      <dc:date>2008-05-01T03:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190075#M91438</link>
      <description>Please use the correct forum for your thread: HP-UX &amp;gt; Languages:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/categoryhome.do?categoryId=150" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/categoryhome.do?categoryId=150&lt;/A&gt;&lt;BR /&gt;I'll ask the moderators to move it.&lt;BR /&gt;&lt;BR /&gt;Your errors seem to be:&lt;BR /&gt;TauMpiExtensions.c:3798: error: conflicting types for 'MPI_File_iread_at'&lt;BR /&gt;/opt/mpi/include/mpio.h:178: error: previous declaration of 'MPI_File_iread_at' was here&lt;BR /&gt;&lt;BR /&gt;What's on line 3798 and 178?</description>
      <pubDate>Thu, 01 May 2008 03:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190075#M91438</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-01T03:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190076#M91439</link>
      <description>Hello,&lt;BR /&gt;      can u please tell which line do u want me to say? when giving make install it gives me those errors</description>
      <pubDate>Fri, 02 May 2008 09:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190076#M91439</guid>
      <dc:creator>Kamath</dc:creator>
      <dc:date>2008-05-02T09:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190077#M91440</link>
      <description>&amp;gt;can you please tell which line do you want me to say?&lt;BR /&gt;&lt;BR /&gt;The lines from the above error messages: lines 3798 and 178</description>
      <pubDate>Fri, 02 May 2008 09:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190077#M91440</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-02T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190078#M91441</link>
      <description>Hello,&lt;BR /&gt;     in line 3758 there is a function in that file. it is :&lt;BR /&gt;&lt;BR /&gt;int MPI_File_iread_at( MPI_File fh, MPI_Offset offset, void * buf, int count, MPI_Datatype datatype, MPI_Request * request)&lt;BR /&gt;{&lt;BR /&gt;  int retvalue; &lt;BR /&gt;  TAU_PROFILE_TIMER(t, "MPI_File_iread_at()", "", TAU_MESSAGE); &lt;BR /&gt;  TAU_PROFILE_START(t); &lt;BR /&gt;  retvalue = PMPI_File_iread_at( fh, offset, buf, count, datatype, request) ; &lt;BR /&gt;  TAU_PROFILE_STOP(t); &lt;BR /&gt;  return retvalue; &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;and in line 178 there is a prototype declaration. it is :&lt;BR /&gt;&lt;BR /&gt;int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf,&lt;BR /&gt;       int count, MPI_Datatype datatype, MPIO_Request *request);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i am also sending both the files if u need it for further reference.&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 02 May 2008 10:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190078#M91441</guid>
      <dc:creator>Kamath</dc:creator>
      <dc:date>2008-05-02T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190079#M91442</link>
      <description>&amp;gt;line 3758 there is a function in that file&lt;BR /&gt;int MPI_File_iread_at(MPI_File, MPI_Offset, void*, int, MPI_Datatype, MPI_Request*)&lt;BR /&gt;&lt;BR /&gt;(You mean line 3798.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;line 178 there is a prototype declaration.&lt;BR /&gt;int MPI_File_iread_at(MPI_File, MPI_Offset, void*, int, MPI_Datatype, MPIO_Request*);&lt;BR /&gt;&lt;BR /&gt;If you look at 3676 and set -DTAU_MPIOREQUEST you should get a match.</description>
      <pubDate>Sat, 03 May 2008 07:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190079#M91442</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-03T07:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190080#M91443</link>
      <description>Yes sorry its 3798. Can u please tell me where do i set '-DTAU_MPIOREQUEST'?</description>
      <pubDate>Sat, 03 May 2008 08:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190080#M91443</guid>
      <dc:creator>Kamath</dc:creator>
      <dc:date>2008-05-03T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190081#M91444</link>
      <description>&amp;gt;Can u please tell me where do i set -DTAU_MPIOREQUEST?&lt;BR /&gt;&lt;BR /&gt;You set it on the compile command line, or in the makefile with similar -D options.</description>
      <pubDate>Sat, 03 May 2008 22:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190081#M91444</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-03T22:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190082#M91445</link>
      <description>i did the changes in makefile. but still its giving me the same error.</description>
      <pubDate>Sun, 04 May 2008 03:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190082#M91445</guid>
      <dc:creator>Kamath</dc:creator>
      <dc:date>2008-05-04T03:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190083#M91446</link>
      <description>&amp;gt;i did the changes in makefile. but still its giving me the same error.&lt;BR /&gt;&lt;BR /&gt;Do you see that -D on the compile command?&lt;BR /&gt;Can you grep the sources for TAU_MPIOREQUEST to see if there is an undef for it?</description>
      <pubDate>Sun, 04 May 2008 11:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190083#M91446</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-04T11:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190084#M91447</link>
      <description>hello&lt;BR /&gt;        can anyone please help me with how to install pdt and tau on windows. i went through tau users guide. but it did not specify any information on installing tau and pdt on windows.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thank you in advanca</description>
      <pubDate>Fri, 09 May 2008 10:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190084#M91447</guid>
      <dc:creator>suma1512</dc:creator>
      <dc:date>2008-05-09T10:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190085#M91448</link>
      <description>&amp;gt;can anyone please help me with how to install pdt and tau on windows.&lt;BR /&gt;&lt;BR /&gt;You'll probably have to create another thread in a windows forum.  Possibly adding a link to this thread.</description>
      <pubDate>Sat, 10 May 2008 06:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190085#M91448</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-10T06:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190086#M91449</link>
      <description>thank you. TAU is running</description>
      <pubDate>Wed, 14 May 2008 10:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190086#M91449</guid>
      <dc:creator>Kamath</dc:creator>
      <dc:date>2008-05-14T10:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: TAU installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190087#M91450</link>
      <description>Hello,&lt;BR /&gt;    i need OpenGL for 3D visualization of paraprof on hpux-11.23. Can anyone please suggest me fron where can i download it?</description>
      <pubDate>Thu, 15 May 2008 05:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau-installation/m-p/4190087#M91450</guid>
      <dc:creator>Kamath</dc:creator>
      <dc:date>2008-05-15T05:12:27Z</dc:date>
    </item>
  </channel>
</rss>

