<?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: why does sqrt(0.000000000000000D+000) give me an error? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1426561#M163376</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used Valgrind to detect the memory issues for my codes (mixed by C++ and Fortran). Here are the error messages. It seems the memory lost is from oneAPI? Does anybody know how to understand these information? Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== LEAK SUMMARY:&lt;BR /&gt;==22803== definitely lost: 76 bytes in 3 blocks&lt;BR /&gt;==22803== indirectly lost: 0 bytes in 0 blocks&lt;BR /&gt;==22803== possibly lost: 0 bytes in 0 blocks&lt;BR /&gt;==22803== still reachable: 5,173 bytes in 17 blo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== &lt;BR /&gt;==22803== HEAP SUMMARY:&lt;BR /&gt;==22803== in use at exit: 5,249 bytes in 20 blocks&lt;BR /&gt;==22803== total heap usage: 9,716 allocs, 9,696 frees, 14,371,548 bytes allocated&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== Searching for pointers to 20 not-freed blocks&lt;BR /&gt;==22803== Checked 2,357,980,840 bytes&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== 8 bytes in 1 blocks are still reachable in loss record 1 of 18&lt;BR /&gt;==22803== at 0x5487738: operator new(unsigned long) (vg_replace_malloc.c:417)&lt;BR /&gt;==22803== by 0xBBF83F: CryptoPP::NewObject&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;::operator()() const (misc.h:258)&lt;BR /&gt;==22803== by 0xBBF954: CryptoPP::Singleton&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt;, CryptoPP::NewObject&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;, 0&amp;gt;::Ref() const (misc.h:346)&lt;BR /&gt;==22803== by 0xBBF0AC: CryptoPP::TF_ObjectImplBase&amp;lt;CryptoPP::TF_DecryptorBase, CryptoPP::TF_CryptoSchemeOptions&amp;lt;CryptoPP::TF_ES&amp;lt;CryptoPP::RSA, CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt;, int&amp;gt;, CryptoPP::RSA, CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;, CryptoPP::InvertibleRSAFunction&amp;gt;::GetMessageEncodingInterface() const (pubkey.h:594)&lt;BR /&gt;==22803== by 0xBBC103: CryptoPP::TF_CryptoSystemBase&amp;lt;CryptoPP::PK_Decryptor, CryptoPP::TF_Base&amp;lt;CryptoPP::TrapdoorFunctionInverse, CryptoPP::PK_EncryptionMessageEncodingMethod&amp;gt; &amp;gt;::FixedMaxPlaintextLength() const (pubkey.h:273)&lt;BR /&gt;==22803== by 0xBB61CF: license::decrypt(std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;) (Encrypt.cpp:83)&lt;BR /&gt;==22803== by 0xBAEB6D: license::is_valid(std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::vector&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;, std::allocator&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, int const&amp;amp;, double const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;) (License.cpp:140)&lt;BR /&gt;==22803== by 0x8ACA0B: license::check_license(double) (License.cpp:120)&lt;BR /&gt;==22803== by 0x891712: SHE_license_check_license (wrapsheff_license.cpp:17)&lt;BR /&gt;==22803== by 0x6CCFF6: varnam_ (varnam.f90:108)&lt;BR /&gt;==22803== by 0x410079: MAIN__ (mainf1.f:47)&lt;BR /&gt;==22803== by 0x410011: main (in /home/ga/gaoz/bin/bsam20_2022_10)&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== 13 bytes in 1 blocks are definitely lost in loss record 2 of 18&lt;BR /&gt;==22803== at 0x5487017: malloc (vg_replace_malloc.c:380)&lt;BR /&gt;==22803== by 0x116950C9: strdup (in /usr/lib64/libc-2.17.so)&lt;BR /&gt;==22803== by 0x12DD9197: ???&lt;BR /&gt;==22803== by 0x486B8F2: _dl_init (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x48704CD: dl_open_worker (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486FABA: _dl_open (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF31EEA: dlopen_doit (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF324EC: _dlerror_run (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0xEF31F80: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x11E6E051: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== 31 bytes in 1 blocks are definitely lost in loss record 5 of 18&lt;BR /&gt;==22803== at 0x5487017: malloc (vg_replace_malloc.c:380)&lt;BR /&gt;==22803== by 0x12DD96F5: ???&lt;BR /&gt;==22803== by 0x486B8F2: _dl_init (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x48704CD: dl_open_worker (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486FABA: _dl_open (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF31EEA: dlopen_doit (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF324EC: _dlerror_run (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0xEF31F80: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x11E6E051: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6E6B8: fi_ini (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803==&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== 32 bytes in 1 blocks are definitely lost in loss record 8 of 18&lt;BR /&gt;==22803== at 0x548B778: calloc (vg_replace_malloc.c:1117)&lt;BR /&gt;==22803== by 0x12B7905A: ???&lt;BR /&gt;==22803== by 0x12B6017A: ???&lt;BR /&gt;==22803== by 0x11E6E06F: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6E6B8: fi_ini (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6F460: fi_getinfo@@FABRIC_1.3 (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E73E65: fi_getinfo@FABRIC_1.1 (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x106E1BB2: MPIDI_OFI_mpi_init_hook (ofi_init.c:1167)&lt;BR /&gt;==22803== by 0x1022FCE7: MPID_Init (ch4_init.c:1138)&lt;BR /&gt;==22803== by 0x104C624F: MPIR_Init_thread (initthread.c:137)&lt;BR /&gt;==22803== by 0x104C624F: PMPI_Init_thread (initthread.c:269)&lt;BR /&gt;==22803== by 0xFDC0F4B: MPI_INIT_THREAD (initthreadf.c:270)&lt;BR /&gt;==22803== by 0x6391A8: mpi_util_mp_mpi_util_start_ (mpi_util.f90:52)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 22:39:27 GMT</pubDate>
    <dc:creator>Carlygao</dc:creator>
    <dc:date>2022-10-31T22:39:27Z</dc:date>
    <item>
      <title>why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417554#M162926</link>
      <description>&lt;P&gt;In my Fortran code, I have the line&amp;nbsp;nxi = sqrt(nxi), and nxi=0.000000000000000D+00. The compiler gave me the error related to the Floating-point invalid operation shown below. How should I do to avoid this error? Thanks.&lt;/P&gt;
&lt;P&gt;Unhandled exception at 0x00007FF7E9EFECBB in bsam20_2022_08_03_fe9fe6e.exe: 0xC0000090: Floating-point invalid operation (parameters: 0x0000000000000000, 0x0000000000009961).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, this error message only happened when my simulation model is big. When the model is small, no error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Carly&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 05:53:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417554#M162926</guid>
      <dc:creator>Carlygao</dc:creator>
      <dc:date>2022-09-27T05:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417615#M162927</link>
      <description>&lt;P&gt;We need more information regarding the circumstances in which the error occurs.&lt;/P&gt;
&lt;P&gt;The following program fits the description that you gave, except for "model is big", and shows no error.&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;program cgao
   double precision :: n = 0.0d0
   n = sqrt(n)
   print *,n
end program&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 27 Sep 2022 09:46:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417615#M162927</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-09-27T09:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417642#M162928</link>
      <description>&lt;P&gt;This kind of obvious errors is often the sign of a stack corruption elsewhere in the program. The fact that it appears only when "the model is big" reinforce that suspicion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 11:52:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417642#M162928</guid>
      <dc:creator>GVautier</dc:creator>
      <dc:date>2022-09-27T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417699#M162934</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it is related to how I should set up some data options in visual studio 2019. I used the following lines to avoid the error or warning because of sqrt:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if (nxi.lt.1e-10) nxi = 0.d0&lt;BR /&gt;nxi = sqrt(nxi)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the codes crashed in another place:&lt;/P&gt;
&lt;P&gt;do i = 1,6&lt;BR /&gt;enormal(i) = xi(i)/nxi&lt;BR /&gt;end do !&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where nxi=6.429822199431394D-002,&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH&gt;Name&lt;/TH&gt;
&lt;TH&gt;Value&lt;/TH&gt;
&lt;TH&gt;Type&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;xi(1)&lt;/TD&gt;
&lt;TD&gt;-9.269196949204623D-003&lt;/TD&gt;
&lt;TD&gt;REAL(8)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;xi(2)&lt;/TD&gt;
&lt;TD&gt;8.046774271464946D-003&lt;/TD&gt;
&lt;TD&gt;REAL(8)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;xi(3)&lt;/TD&gt;
&lt;TD&gt;1.222422677739678D-003&lt;/TD&gt;
&lt;TD&gt;REAL(8)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;xi(4)&lt;/TD&gt;
&lt;TD&gt;-4.427044871218580D-005&lt;/TD&gt;
&lt;TD&gt;REAL(8)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;xi(5)&lt;/TD&gt;
&lt;TD&gt;-2.973747192262531D-005&lt;/TD&gt;
&lt;TD&gt;REAL(8)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;xi(6)&lt;/TD&gt;
&lt;TD&gt;4.462114273406856D-002&lt;/TD&gt;
&lt;TD&gt;REAL(8)&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;and enomal was defined as real(8) enormal in the beginning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I need to set up some flags or options to avoid this. Do you know how to do that? Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Carly&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 16:06:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417699#M162934</guid>
      <dc:creator>Carlygao</dc:creator>
      <dc:date>2022-09-27T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417705#M162935</link>
      <description>&lt;P&gt;Or how should I detect where the stack corruption is?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible the stack is not big enough for my big model simulation? I can set up the stack commit size and reserve size via&amp;nbsp;&lt;SPAN&gt;Properties - Configuration Properties - Linker - System in Visual Studio 2019. Is there any recommendation what kind of value I should put there? I don't want to crash the computer if the number is too big.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Carly&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 17:52:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417705#M162935</guid>
      <dc:creator>Carlygao</dc:creator>
      <dc:date>2022-09-27T17:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417729#M162936</link>
      <description>&lt;P&gt;The quickest way to ascertain if this issue is stack related is to &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top/compiler-reference/compiler-options/advanced-optimization-options/heap-arrays.html" target="_self"&gt;enable heap-arrays&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 18:30:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1417729#M162936</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2022-09-27T18:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1418109#M162957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I set optimization-&amp;gt; Heap Arrays to be 0, and Floating Point-&amp;gt;Check Floating-Point Stack=Yes (Qfp-stack-check). I rerun the simulation. The error message is as below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unhandled exception at 0x00007FF7AE35F30B in bsam20_2022_08_03_fe9fe6e.exe: 0xC000008E: Floating-point division by zero (parameters: 0x0000000000000000, 0x0000000000009964).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The crashed location is the same as before.&lt;/P&gt;
&lt;P&gt;do i = 1,6&lt;BR /&gt;enormal(i) = xi(i)/nxi&lt;BR /&gt;end do&lt;/P&gt;
&lt;P&gt;However, nxi =6.158640282302164D-002. So this place is not where the error was triggered. How should I locate the error location. Thanks.&lt;/P&gt;
&lt;P&gt;_________________________________________________________&lt;/P&gt;
&lt;P&gt;I just realized I am using MPI, so it might show a wrong location for me. Then I switched to only one processor. Now the code crashed at the end of another subroutine (the "end subroutine con_initial" line). This happened a lot before, even for small model simulation. I just run multiple time. Eventually I can run through the simulation. The error message is just "bsam20_2022_08_03_fe9fe6e.exe &lt;FONT color="#FF0000"&gt;has triggered a breakpoint&lt;/FONT&gt;.".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;subroutine con_initial(cid, elem_in, qp, deltaT, cmat_tang)&lt;/P&gt;
&lt;P&gt;----------&lt;/P&gt;
&lt;P&gt;end subroutine con_initial&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anybody has clue about what caused this breakpoint? Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Carly&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 23:20:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1418109#M162957</guid>
      <dc:creator>Carlygao</dc:creator>
      <dc:date>2022-09-28T23:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1418142#M162961</link>
      <description>&lt;P&gt;When you get the breakpoint message, look in another window for the console window that will have more information.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 00:02:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1418142#M162961</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-09-29T00:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1426561#M163376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used Valgrind to detect the memory issues for my codes (mixed by C++ and Fortran). Here are the error messages. It seems the memory lost is from oneAPI? Does anybody know how to understand these information? Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== LEAK SUMMARY:&lt;BR /&gt;==22803== definitely lost: 76 bytes in 3 blocks&lt;BR /&gt;==22803== indirectly lost: 0 bytes in 0 blocks&lt;BR /&gt;==22803== possibly lost: 0 bytes in 0 blocks&lt;BR /&gt;==22803== still reachable: 5,173 bytes in 17 blo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== &lt;BR /&gt;==22803== HEAP SUMMARY:&lt;BR /&gt;==22803== in use at exit: 5,249 bytes in 20 blocks&lt;BR /&gt;==22803== total heap usage: 9,716 allocs, 9,696 frees, 14,371,548 bytes allocated&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== Searching for pointers to 20 not-freed blocks&lt;BR /&gt;==22803== Checked 2,357,980,840 bytes&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== 8 bytes in 1 blocks are still reachable in loss record 1 of 18&lt;BR /&gt;==22803== at 0x5487738: operator new(unsigned long) (vg_replace_malloc.c:417)&lt;BR /&gt;==22803== by 0xBBF83F: CryptoPP::NewObject&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;::operator()() const (misc.h:258)&lt;BR /&gt;==22803== by 0xBBF954: CryptoPP::Singleton&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt;, CryptoPP::NewObject&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;, 0&amp;gt;::Ref() const (misc.h:346)&lt;BR /&gt;==22803== by 0xBBF0AC: CryptoPP::TF_ObjectImplBase&amp;lt;CryptoPP::TF_DecryptorBase, CryptoPP::TF_CryptoSchemeOptions&amp;lt;CryptoPP::TF_ES&amp;lt;CryptoPP::RSA, CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt;, int&amp;gt;, CryptoPP::RSA, CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;, CryptoPP::InvertibleRSAFunction&amp;gt;::GetMessageEncodingInterface() const (pubkey.h:594)&lt;BR /&gt;==22803== by 0xBBC103: CryptoPP::TF_CryptoSystemBase&amp;lt;CryptoPP::PK_Decryptor, CryptoPP::TF_Base&amp;lt;CryptoPP::TrapdoorFunctionInverse, CryptoPP::PK_EncryptionMessageEncodingMethod&amp;gt; &amp;gt;::FixedMaxPlaintextLength() const (pubkey.h:273)&lt;BR /&gt;==22803== by 0xBB61CF: license::decrypt(std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;) (Encrypt.cpp:83)&lt;BR /&gt;==22803== by 0xBAEB6D: license::is_valid(std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::vector&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;, std::allocator&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, int const&amp;amp;, double const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;) (License.cpp:140)&lt;BR /&gt;==22803== by 0x8ACA0B: license::check_license(double) (License.cpp:120)&lt;BR /&gt;==22803== by 0x891712: SHE_license_check_license (wrapsheff_license.cpp:17)&lt;BR /&gt;==22803== by 0x6CCFF6: varnam_ (varnam.f90:108)&lt;BR /&gt;==22803== by 0x410079: MAIN__ (mainf1.f:47)&lt;BR /&gt;==22803== by 0x410011: main (in /home/ga/gaoz/bin/bsam20_2022_10)&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== 13 bytes in 1 blocks are definitely lost in loss record 2 of 18&lt;BR /&gt;==22803== at 0x5487017: malloc (vg_replace_malloc.c:380)&lt;BR /&gt;==22803== by 0x116950C9: strdup (in /usr/lib64/libc-2.17.so)&lt;BR /&gt;==22803== by 0x12DD9197: ???&lt;BR /&gt;==22803== by 0x486B8F2: _dl_init (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x48704CD: dl_open_worker (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486FABA: _dl_open (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF31EEA: dlopen_doit (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF324EC: _dlerror_run (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0xEF31F80: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x11E6E051: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== 31 bytes in 1 blocks are definitely lost in loss record 5 of 18&lt;BR /&gt;==22803== at 0x5487017: malloc (vg_replace_malloc.c:380)&lt;BR /&gt;==22803== by 0x12DD96F5: ???&lt;BR /&gt;==22803== by 0x486B8F2: _dl_init (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x48704CD: dl_open_worker (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486FABA: _dl_open (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF31EEA: dlopen_doit (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF324EC: _dlerror_run (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0xEF31F80: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x11E6E051: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6E6B8: fi_ini (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803==&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== 32 bytes in 1 blocks are definitely lost in loss record 8 of 18&lt;BR /&gt;==22803== at 0x548B778: calloc (vg_replace_malloc.c:1117)&lt;BR /&gt;==22803== by 0x12B7905A: ???&lt;BR /&gt;==22803== by 0x12B6017A: ???&lt;BR /&gt;==22803== by 0x11E6E06F: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6E6B8: fi_ini (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6F460: fi_getinfo@@FABRIC_1.3 (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E73E65: fi_getinfo@FABRIC_1.1 (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x106E1BB2: MPIDI_OFI_mpi_init_hook (ofi_init.c:1167)&lt;BR /&gt;==22803== by 0x1022FCE7: MPID_Init (ch4_init.c:1138)&lt;BR /&gt;==22803== by 0x104C624F: MPIR_Init_thread (initthread.c:137)&lt;BR /&gt;==22803== by 0x104C624F: PMPI_Init_thread (initthread.c:269)&lt;BR /&gt;==22803== by 0xFDC0F4B: MPI_INIT_THREAD (initthreadf.c:270)&lt;BR /&gt;==22803== by 0x6391A8: mpi_util_mp_mpi_util_start_ (mpi_util.f90:52)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 22:39:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1426561#M163376</guid>
      <dc:creator>Carlygao</dc:creator>
      <dc:date>2022-10-31T22:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: why does sqrt(0.000000000000000D+000) give me an error?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1426642#M163377</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used Valgrind to detect the heap corruption in my code (mixed by C++ and Fortran). Here are the error messages. It seems the memory loss is from OneAPI? Does anyone know how to interpret the information? Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== &lt;BR /&gt;==22803== HEAP SUMMARY:&lt;BR /&gt;==22803== in use at exit: 5,249 bytes in 20 blocks&lt;BR /&gt;==22803== total heap usage: 9,716 allocs, 9,696 frees, 14,371,548 bytes allocated&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== Searching for pointers to 20 not-freed blocks&lt;BR /&gt;==22803== Checked 2,357,980,840 bytes&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== 8 bytes in 1 blocks are still reachable in loss record 1 of 18&lt;BR /&gt;==22803== at 0x5487738: operator new(unsigned long) (vg_replace_malloc.c:417)&lt;BR /&gt;==22803== by 0xBBF83F: CryptoPP::NewObject&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;::operator()() const (misc.h:258)&lt;BR /&gt;==22803== by 0xBBF954: CryptoPP::Singleton&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt;, CryptoPP::NewObject&amp;lt;CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;, 0&amp;gt;::Ref() const (misc.h:346)&lt;BR /&gt;==22803== by 0xBBF0AC: CryptoPP::TF_ObjectImplBase&amp;lt;CryptoPP::TF_DecryptorBase, CryptoPP::TF_CryptoSchemeOptions&amp;lt;CryptoPP::TF_ES&amp;lt;CryptoPP::RSA, CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt;, int&amp;gt;, CryptoPP::RSA, CryptoPP::OAEP&amp;lt;CryptoPP::SHA1, CryptoPP::P1363_MGF1&amp;gt; &amp;gt;, CryptoPP::InvertibleRSAFunction&amp;gt;::GetMessageEncodingInterface() const (pubkey.h:594)&lt;BR /&gt;==22803== by 0xBBC103: CryptoPP::TF_CryptoSystemBase&amp;lt;CryptoPP::PK_Decryptor, CryptoPP::TF_Base&amp;lt;CryptoPP::TrapdoorFunctionInverse, CryptoPP::PK_EncryptionMessageEncodingMethod&amp;gt; &amp;gt;::FixedMaxPlaintextLength() const (pubkey.h:273)&lt;BR /&gt;==22803== by 0xBB61CF: license::decrypt(std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;) (Encrypt.cpp:83)&lt;BR /&gt;==22803== by 0xBAEB6D: license::is_valid(std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::vector&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;, std::allocator&amp;lt;std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; const&amp;amp;, int const&amp;amp;, double const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;) (License.cpp:140)&lt;BR /&gt;==22803== by 0x8ACA0B: license::check_license(double) (License.cpp:120)&lt;BR /&gt;==22803== by 0x891712: SHE_license_check_license (wrapsheff_license.cpp:17)&lt;BR /&gt;==22803== by 0x6CCFF6: varnam_ (varnam.f90:108)&lt;BR /&gt;==22803== by 0x410079: MAIN__ (mainf1.f:47)&lt;BR /&gt;==22803== by 0x410011: main (in /home/ga/gaoz/bin/bsam20_2022_10)&lt;BR /&gt;==22803== &lt;BR /&gt;==22803== 13 bytes in 1 blocks are definitely lost in loss record 2 of 18&lt;BR /&gt;==22803== at 0x5487017: malloc (vg_replace_malloc.c:380)&lt;BR /&gt;==22803== by 0x116950C9: strdup (in /usr/lib64/libc-2.17.so)&lt;BR /&gt;==22803== by 0x12DD9197: ???&lt;BR /&gt;==22803== by 0x486B8F2: _dl_init (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x48704CD: dl_open_worker (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486FABA: _dl_open (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF31EEA: dlopen_doit (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF324EC: _dlerror_run (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0xEF31F80: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x11E6E051: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== 31 bytes in 1 blocks are definitely lost in loss record 5 of 18&lt;BR /&gt;==22803== at 0x5487017: malloc (vg_replace_malloc.c:380)&lt;BR /&gt;==22803== by 0x12DD96F5: ???&lt;BR /&gt;==22803== by 0x486B8F2: _dl_init (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x48704CD: dl_open_worker (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0x486FABA: _dl_open (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF31EEA: dlopen_doit (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x486B703: _dl_catch_error (in /usr/lib64/ld-2.17.so)&lt;BR /&gt;==22803== by 0xEF324EC: _dlerror_run (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0xEF31F80: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.17.so)&lt;BR /&gt;==22803== by 0x11E6E051: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6E6B8: fi_ini (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803==&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== 32 bytes in 1 blocks are definitely lost in loss record 8 of 18&lt;BR /&gt;==22803== at 0x548B778: calloc (vg_replace_malloc.c:1117)&lt;BR /&gt;==22803== by 0x12B7905A: ???&lt;BR /&gt;==22803== by 0x12B6017A: ???&lt;BR /&gt;==22803== by 0x11E6E06F: ofi_reg_dl_prov (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6E6B8: fi_ini (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E6F460: fi_getinfo@@FABRIC_1.3 (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x11E73E65: fi_getinfo@FABRIC_1.1 (in /home/ba/ballardmk/bin/intel/oneapi/mpi/2021.1.1/libfabric/lib/libfabric.so.1)&lt;BR /&gt;==22803== by 0x106E1BB2: MPIDI_OFI_mpi_init_hook (ofi_init.c:1167)&lt;BR /&gt;==22803== by 0x1022FCE7: MPID_Init (ch4_init.c:1138)&lt;BR /&gt;==22803== by 0x104C624F: MPIR_Init_thread (initthread.c:137)&lt;BR /&gt;==22803== by 0x104C624F: PMPI_Init_thread (initthread.c:269)&lt;BR /&gt;==22803== by 0xFDC0F4B: MPI_INIT_THREAD (initthreadf.c:270)&lt;BR /&gt;==22803== by 0x6391A8: mpi_util_mp_mpi_util_start_ (mpi_util.f90:52)&lt;BR /&gt;==22803==&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==22803== &lt;BR /&gt;==22803== LEAK SUMMARY:&lt;BR /&gt;==22803== definitely lost: 76 bytes in 3 blocks&lt;BR /&gt;==22803== indirectly lost: 0 bytes in 0 blocks&lt;BR /&gt;==22803== possibly lost: 0 bytes in 0 blocks&lt;BR /&gt;==22803== still reachable: 5,173 bytes in 17 blocks&lt;BR /&gt;==22803== suppressed: 0 bytes in 0 blocks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 03:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-does-sqrt-0-000000000000000D-000-give-me-an-error/m-p/1426642#M163377</guid>
      <dc:creator>Carlygao</dc:creator>
      <dc:date>2022-11-01T03:30:53Z</dc:date>
    </item>
  </channel>
</rss>

