<?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 Error when compiling with -tcollect in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1450493#M10302</link>
    <description>&lt;P&gt;I am trying to trace a large Fortran code that uses MPI. In the past, I have added -tcollect to the list of compiler options (mpiifort). This seems to be causing trouble now&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/opt/intel/oneapi/itac/2021.7.1/lib/libdwarf.a(libdwarf_la-dwarf_init_finish.o): In function `do_decompress_zlib':
/localdisk3/tomasrod/dwarf/libdwarf-20190110/libdwarf/dwarf_init_finish.c:1644: undefined reference to `uncompress'
&lt;/LI-CODE&gt;
&lt;P&gt;Can anyone tell me what the current procedure is for collecting and tracing? I have read the various "Getting Started" guides, but I seem to be getting stale information. What is the most up to date description of tracing a Fortran code. I am still using the classic compiler, 2021.7.1&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 21:07:59 GMT</pubDate>
    <dc:creator>Kevin_McGrattan</dc:creator>
    <dc:date>2023-01-26T21:07:59Z</dc:date>
    <item>
      <title>Error when compiling with -tcollect</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1450493#M10302</link>
      <description>&lt;P&gt;I am trying to trace a large Fortran code that uses MPI. In the past, I have added -tcollect to the list of compiler options (mpiifort). This seems to be causing trouble now&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/opt/intel/oneapi/itac/2021.7.1/lib/libdwarf.a(libdwarf_la-dwarf_init_finish.o): In function `do_decompress_zlib':
/localdisk3/tomasrod/dwarf/libdwarf-20190110/libdwarf/dwarf_init_finish.c:1644: undefined reference to `uncompress'
&lt;/LI-CODE&gt;
&lt;P&gt;Can anyone tell me what the current procedure is for collecting and tracing? I have read the various "Getting Started" guides, but I seem to be getting stale information. What is the most up to date description of tracing a Fortran code. I am still using the classic compiler, 2021.7.1&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 21:07:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1450493#M10302</guid>
      <dc:creator>Kevin_McGrattan</dc:creator>
      <dc:date>2023-01-26T21:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling with -tcollect</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1450540#M10303</link>
      <description>&lt;P&gt;I'm moving this question to the HPC Toolkit Forum. That's the best place for MPI questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 23:37:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1450540#M10303</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-01-26T23:37:21Z</dc:date>
    </item>
    <item>
      <title>Re:Error when compiling with -tcollect</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1451246#M10309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in the Intel forums.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For a workaround, you can add "-lz" to the compiler options. If you further face any issues please let us know.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If this resolves your issue please accept it as a solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2023 06:27:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1451246#M10309</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-01-30T06:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Error when compiling with -tcollect</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1451360#M10314</link>
      <description>&lt;P&gt;The -lz option did not help. Let me tell you what I am doing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using&amp;nbsp;ifort version 2021.7.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am compiling with these options&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-tcollect -lz -m64 -fc=ifort -O2 -ipo -no-wrap-margin -DUSE_IFPORT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am setting these environment variables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export OMP_NUM_THREADS=1&lt;BR /&gt;export I_MPI_DEBUG=5&lt;BR /&gt;export LD_PRELOAD=/opt/intel/oneapi/itac/latest/slib/libVT.so&lt;BR /&gt;export VT_LOGFILE_FORMAT=stfsingle&lt;BR /&gt;export VT_PCTRACE=5&lt;BR /&gt;export VT_CONFIG=&amp;lt;path to conf file&amp;gt;/fds_trace.conf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Standard error gives me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;srun: error: blaze025: tasks 1,3,5-6: Segmentation fault&lt;BR /&gt;srun: Terminating job step 5073590.0&lt;BR /&gt;srun: error: blaze025: task 2: Segmentation fault (core dumped)&lt;BR /&gt;slurmstepd: error: *** STEP 5073590.0 ON blaze025 CANCELLED AT 2023-01-30T09:10:49 ***&lt;BR /&gt;srun: error: blaze025: task 7: Segmentation fault (core dumped)&lt;BR /&gt;srun: error: blaze025: task 4: Segmentation fault (core dumped)&lt;BR /&gt;srun: error: blaze025: task 0: Segmentation fault (core dumped)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log file is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mon Jan 30 09:10:23 EST 2023&lt;BR /&gt;Input file: strong_scaling_test_008.fds&lt;BR /&gt;Directory: /home/mcgratta/firemodels/fds_central/Validation/MPI_Scaling_Tests/Test&lt;BR /&gt;Host: blaze025&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.7 Build 20221022 (id: f7b29a2495)&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;[0] MPI startup(): Copyright (C) 2003-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;[0] MPI startup(): library kind: release&lt;BR /&gt;MPIR_pmi_virtualization(): MPI startup(): PMI calls are forwarded to /usr/lib64/libpmi.so&lt;BR /&gt;[0] MPI startup(): libfabric version: 1.13.2rc1-impi&lt;BR /&gt;[0] MPI startup(): libfabric provider: psm3&lt;BR /&gt;[0] MPI startup(): File "/opt/intel/oneapi/mpi/2021.7.1/etc/tuning_skx_shm-ofi_psm3_20.dat" not found&lt;BR /&gt;[0] MPI startup(): Load tuning file: "/opt/intel/oneapi/mpi/2021.7.1/etc/tuning_skx_shm-ofi_psm3.dat"&lt;BR /&gt;[0] MPI startup(): Rank Pid Node name Pin cpu&lt;BR /&gt;[0] MPI startup(): 0 9909 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): 1 9910 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): 2 9911 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): 3 9912 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): 4 9913 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): 5 9914 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): 6 9915 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): 7 9916 blaze025 0,1,2,3,4,5,6,7&lt;BR /&gt;[0] MPI startup(): I_MPI_ROOT=/opt/intel/oneapi/mpi/2021.7.1&lt;BR /&gt;[0] MPI startup(): I_MPI_DEBUG=5&lt;BR /&gt;[0] MPI startup(): I_MPI_PMI_LIBRARY=/usr/lib64/libpmi.so&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 14:25:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1451360#M10314</guid>
      <dc:creator>Kevin_McGrattan</dc:creator>
      <dc:date>2023-01-30T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Error when compiling with -tcollect</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1451840#M10323</link>
      <description>&lt;P&gt;Never mind. I just learned that CPU I am using on our linux cluster is over 10 years old and no longer supports vtune. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 16:57:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1451840#M10323</guid>
      <dc:creator>Kevin_McGrattan</dc:creator>
      <dc:date>2023-01-31T16:57:44Z</dc:date>
    </item>
    <item>
      <title>Re:Error when compiling with -tcollect</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1452121#M10327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 09:13:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-when-compiling-with-tcollect/m-p/1452121#M10327</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2023-02-01T09:13:23Z</dc:date>
    </item>
  </channel>
</rss>

