<?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 tau in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tau/m-p/4182403#M91105</link>
    <description>after configuring tau i gave "make install" command. But it gives the following errors.&lt;BR /&gt;&lt;BR /&gt;$ make install&lt;BR /&gt;        /bin/rm -rf *.o tau_reduce pprof tau_convert tau_merge      tau_instrume&lt;BR /&gt;ntor          tau_wrap *.dep lib*.a *.ii *.ti ti_files cxx_repository ii_files r&lt;BR /&gt;ii_files&lt;BR /&gt;        /bin/rm -rf *.ii *.ti ti_files cxx_repository ii_files rii_files *.a *.o&lt;BR /&gt; *.so&lt;BR /&gt;        /bin/rm -f simple.o simple&lt;BR /&gt;        /bin/rm -f hello.o hello&lt;BR /&gt;        /bin/rm -f hello.o hello&lt;BR /&gt;        /bin/rm -f hello.o hello&lt;BR /&gt;        /bin/rm -f cubes.o cubes&lt;BR /&gt;        /bin/rm -f klargest.o klargest.inst.cpp klargest klargest.pdb&lt;BR /&gt;        /bin/rm -f klargest.o klargest.inst.cpp klargest klargest.pdb *.refined*&lt;BR /&gt; profile* pprof.dat&lt;BR /&gt;        touch .clean&lt;BR /&gt;Determining Configuration...&lt;BR /&gt;System previously configured as a hp&lt;BR /&gt;*********** RECURSIVELY MAKING SUBDIRECTORIES ***********&lt;BR /&gt;*** COMPILING utils DIRECTORY&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c p&lt;BR /&gt;prof.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c f&lt;BR /&gt;unction_data.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c u&lt;BR /&gt;ser_event_data.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  ppro&lt;BR /&gt;f.o user_event_data.o function_data.o -o pprof -lm&lt;BR /&gt;Installing pprof in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                           else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp pprof /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c t&lt;BR /&gt;au_reduce.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c p&lt;BR /&gt;prof_elem.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  tau_&lt;BR /&gt;reduce.o pprof_elem.o -o tau_reduce -lm&lt;BR /&gt;Installing tau_reduce in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                  else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp tau_reduce /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -c&lt;BR /&gt; tau_merge.c&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -c&lt;BR /&gt;tau_events.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   tau&lt;BR /&gt;_merge.o tau_events.o -o tau_merge -lm&lt;BR /&gt;Installing tau_merge in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                           else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp tau_merge /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   tau&lt;BR /&gt;_convert.c -o tau_convert -lm&lt;BR /&gt;Installing tau_convert in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                           else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp tau_convert /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++      -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -D&lt;BR /&gt;TAU_USE_SIZE_INSTEAD_OF_SIZEOF -I/home/suma/pdtoolkit-3.12/include -c tau_instru&lt;BR /&gt;mentor.cpp&lt;BR /&gt;        g++      -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -D&lt;BR /&gt;TAU_USE_SIZE_INSTEAD_OF_SIZEOF -I/home/suma/pdtoolkit-3.12/include -c tau_instru&lt;BR /&gt;ment.cpp&lt;BR /&gt;        g++      -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -D&lt;BR /&gt;TAU_USE_SIZE_INSTEAD_OF_SIZEOF -I/home/suma/pdtoolkit-3.12/include -c tau_select&lt;BR /&gt;ive.cpp&lt;BR /&gt;&lt;BR /&gt;******************************************************&lt;BR /&gt;PDT Configuration Error. /home/suma/pdtoolkit-3.12/hp/lib/libpdb.a not found.&lt;BR /&gt;Please configure PDT again and then install TAU.&lt;BR /&gt;&lt;BR /&gt;******************************************************&lt;BR /&gt;Make: Cannot load exit.  Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;We have configured and installed pdt.&lt;BR /&gt;please can you suggest some solution to this problem.&lt;BR /&gt; Thank you in advance.&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Apr 2008 03:19:38 GMT</pubDate>
    <dc:creator>suma1512</dc:creator>
    <dc:date>2008-04-18T03:19:38Z</dc:date>
    <item>
      <title>tau</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau/m-p/4182403#M91105</link>
      <description>after configuring tau i gave "make install" command. But it gives the following errors.&lt;BR /&gt;&lt;BR /&gt;$ make install&lt;BR /&gt;        /bin/rm -rf *.o tau_reduce pprof tau_convert tau_merge      tau_instrume&lt;BR /&gt;ntor          tau_wrap *.dep lib*.a *.ii *.ti ti_files cxx_repository ii_files r&lt;BR /&gt;ii_files&lt;BR /&gt;        /bin/rm -rf *.ii *.ti ti_files cxx_repository ii_files rii_files *.a *.o&lt;BR /&gt; *.so&lt;BR /&gt;        /bin/rm -f simple.o simple&lt;BR /&gt;        /bin/rm -f hello.o hello&lt;BR /&gt;        /bin/rm -f hello.o hello&lt;BR /&gt;        /bin/rm -f hello.o hello&lt;BR /&gt;        /bin/rm -f cubes.o cubes&lt;BR /&gt;        /bin/rm -f klargest.o klargest.inst.cpp klargest klargest.pdb&lt;BR /&gt;        /bin/rm -f klargest.o klargest.inst.cpp klargest klargest.pdb *.refined*&lt;BR /&gt; profile* pprof.dat&lt;BR /&gt;        touch .clean&lt;BR /&gt;Determining Configuration...&lt;BR /&gt;System previously configured as a hp&lt;BR /&gt;*********** RECURSIVELY MAKING SUBDIRECTORIES ***********&lt;BR /&gt;*** COMPILING utils DIRECTORY&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c p&lt;BR /&gt;prof.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c f&lt;BR /&gt;unction_data.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c u&lt;BR /&gt;ser_event_data.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  ppro&lt;BR /&gt;f.o user_event_data.o function_data.o -o pprof -lm&lt;BR /&gt;Installing pprof in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                           else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp pprof /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c t&lt;BR /&gt;au_reduce.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  -c p&lt;BR /&gt;prof_elem.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE  tau_&lt;BR /&gt;reduce.o pprof_elem.o -o tau_reduce -lm&lt;BR /&gt;Installing tau_reduce in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                  else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp tau_reduce /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -c&lt;BR /&gt; tau_merge.c&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -c&lt;BR /&gt;tau_events.cpp&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   tau&lt;BR /&gt;_merge.o tau_events.o -o tau_merge -lm&lt;BR /&gt;Installing tau_merge in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                           else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp tau_merge /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++     -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   tau&lt;BR /&gt;_convert.c -o tau_convert -lm&lt;BR /&gt;Installing tau_convert in /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        if [ -d /home/suma/tau-2.17/hp/bin ] ; then true; \&lt;BR /&gt;                           else mkdir /home/suma/tau-2.17/hp/bin ;fi&lt;BR /&gt;        /bin/cp tau_convert /home/suma/tau-2.17/hp/bin&lt;BR /&gt;        g++      -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -D&lt;BR /&gt;TAU_USE_SIZE_INSTEAD_OF_SIZEOF -I/home/suma/pdtoolkit-3.12/include -c tau_instru&lt;BR /&gt;mentor.cpp&lt;BR /&gt;        g++      -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -D&lt;BR /&gt;TAU_USE_SIZE_INSTEAD_OF_SIZEOF -I/home/suma/pdtoolkit-3.12/include -c tau_instru&lt;BR /&gt;ment.cpp&lt;BR /&gt;        g++      -I../include  -w     -DTAU_LARGEFILE -D_LARGEFILE64_SOURCE   -D&lt;BR /&gt;TAU_USE_SIZE_INSTEAD_OF_SIZEOF -I/home/suma/pdtoolkit-3.12/include -c tau_select&lt;BR /&gt;ive.cpp&lt;BR /&gt;&lt;BR /&gt;******************************************************&lt;BR /&gt;PDT Configuration Error. /home/suma/pdtoolkit-3.12/hp/lib/libpdb.a not found.&lt;BR /&gt;Please configure PDT again and then install TAU.&lt;BR /&gt;&lt;BR /&gt;******************************************************&lt;BR /&gt;Make: Cannot load exit.  Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;We have configured and installed pdt.&lt;BR /&gt;please can you suggest some solution to this problem.&lt;BR /&gt; Thank you in advance.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2008 03:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau/m-p/4182403#M91105</guid>
      <dc:creator>suma1512</dc:creator>
      <dc:date>2008-04-18T03:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: tau</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau/m-p/4182404#M91106</link>
      <description>I don't know anything about, but if your system syas&lt;BR /&gt;&lt;BR /&gt;PDT Configuration Error. &lt;BR /&gt;/home/suma/pdtoolkit-3.12/hp/lib/libpdb.a not found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i would guess the file is not there ...</description>
      <pubDate>Fri, 18 Apr 2008 09:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau/m-p/4182404#M91106</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-04-18T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: tau</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tau/m-p/4182405#M91107</link>
      <description>&amp;gt;Torsten: I don't know anything about ... I would guess the file is not there&lt;BR /&gt;&lt;BR /&gt;Exactly.  Either parallel make is trying to use the lib before it is built, or there is a step that is failing to invoke ar(1).&lt;BR /&gt;Try looking where libpdb.a is built.&lt;BR /&gt;&lt;BR /&gt;Note: /usr/bin/ar or /usr/ccs/bin/ar must be used.</description>
      <pubDate>Fri, 18 Apr 2008 10:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tau/m-p/4182405#M91107</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-18T10:11:06Z</dc:date>
    </item>
  </channel>
</rss>

