<?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: Fortran program freezes in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354153#M159613</link>
    <description>&lt;P&gt;Thanks, JohnNichols.&lt;/P&gt;
&lt;P&gt;I just googled and found this post: &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-frozen-after-iterations-in-a-loop/td-p/941535" target="_blank"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-frozen-after-iterations-in-a-loop/td-p/941535&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It appears that this is a bug in the function&amp;nbsp;RNPOI in IMSL that trigger nonexit loop forever. The error depends on random seed and Poisson intensity, so it could be difficult to replicate on your end.&lt;/P&gt;
&lt;P&gt;There is no way I can change the IMSL function, so I wonder if there is a way to do something like 2) I mentioned above?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 18:33:30 GMT</pubDate>
    <dc:creator>Li__Jun</dc:creator>
    <dc:date>2022-01-24T18:33:30Z</dc:date>
    <item>
      <title>Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354129#M159606</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I had an issue running a simulation program. The program run in loops and, within each loop, uses OpenML in a parallel way. The program can run more than 100 loops without any problem, but it freezes completely at a loop 136 and certain thread, without any error message.&lt;/P&gt;
&lt;P&gt;After digging into the program, it appears that it freezes at the Poisson process step:&lt;/P&gt;
&lt;P&gt;CALL S_RNPOI(LAMBDA, IR)&lt;/P&gt;
&lt;P&gt;for that thread. The lambda value was 3.74, so it was a reasonable value.&lt;/P&gt;
&lt;P&gt;My question is:&lt;/P&gt;
&lt;P&gt;1) Do someone know why this happens, and if there is any direct way of resolving this?&lt;/P&gt;
&lt;P&gt;2) Is there any indirect way to get around this? For example, try to run this line of code, but it takes more than 5 seconds, it runs an alternative code.&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;
&lt;P&gt;Jun&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 17:32:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354129#M159606</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-24T17:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354152#M159612</link>
      <description>&lt;P&gt;You should provide a sample that fails as observed.&amp;nbsp; You did not provide enough information.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 18:24:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354152#M159612</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2022-01-24T18:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354153#M159613</link>
      <description>&lt;P&gt;Thanks, JohnNichols.&lt;/P&gt;
&lt;P&gt;I just googled and found this post: &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-frozen-after-iterations-in-a-loop/td-p/941535" target="_blank"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-frozen-after-iterations-in-a-loop/td-p/941535&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It appears that this is a bug in the function&amp;nbsp;RNPOI in IMSL that trigger nonexit loop forever. The error depends on random seed and Poisson intensity, so it could be difficult to replicate on your end.&lt;/P&gt;
&lt;P&gt;There is no way I can change the IMSL function, so I wonder if there is a way to do something like 2) I mentioned above?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 18:33:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354153#M159613</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-24T18:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354173#M159614</link>
      <description>&lt;P&gt;The IMSL error that you encountered was reported about nine years ago in this forum,&amp;nbsp; also 13 years ago in comp.lang.fortran, and pertains to an old version of IMSL (some platform distributions of versions 4, 5, 6 and early releases of 7). Which version of IMSL are you using?&lt;/P&gt;
&lt;P&gt;You can find an extended discussion of this bug &lt;A href="https://comp.lang.fortran.narkive.com/71xJ5w7A/why-does-the-program-stop-when-random-numbers-from-a-poisson-distribution-are-generated" target="_self"&gt;here&lt;/A&gt; . Note that this is an IMSL bug that was fixed many years ago, and has little to do with the Intel Fortran Compiler. Intel no longer provides a bundled version of IMSL, and the bug was no longer present in the last IMSL version (7.0.1) that was available from Intel as an optional add on to the Fortran compiler package.&lt;/P&gt;
&lt;P&gt;The MKL library provides the same functionality. For details, read the MKL documentation for &lt;STRONG&gt;virngpoisson&lt;/STRONG&gt; . After some initial set up, you can use the following lines of code to fill an array with the desired random numbers as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;errcode=vslnewstream( stream, brng, iseed ) 
do j = 1, nr 
   errcode = virngpoisson( method, stream, 1, y(j), lambda(j) ) 
end do&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 12:07:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1354173#M159614</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-25T12:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355206#M159680</link>
      <description>&lt;P&gt;Thank you so much, mecej4！ I followed your suggestion, managed to install MKL, and used the RNG there. Now it works well.&lt;/P&gt;
&lt;P&gt;I am not sure the version of IMSL I have. The folder name is w_fcompxe_imsl_p_15.0.1.032. It came with my purchase of "Intel® Visual Fortran Composer XE for Windows* with IMSL*" about 10 years ago. Since the thread was back in 2013, so I think the version of IMSL has not fixed that issue.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:27:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355206#M159680</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-27T17:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355357#M159685</link>
      <description>&lt;P&gt;You have a workaround now, but I think that if you actually have installed IMSL from&amp;nbsp;&lt;SPAN&gt;w_fcompxe_imsl_p_15.0.1.032 you should have version of 7.0.1 of IMSL and with it the program should not hang. I wonder if you have an older version of IMSL that gets linked because of your environmental setup.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is a short test program that you can run to help identify the version of IMSL that gets used. Please report the program output and also tell us if the program freezes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;!https://comp.lang.fortran.narkive.com/71xJ5w7A/why-does-the-program-stop-when-random-numbers-from-a-poisson-distribution-are-generated
!Hangs with CVF 6.6C + IMSL4
!OK with IFort 14 + IMSL 7.0.1
PROGRAM TEST
IMPLICIT NONE
INTEGER NR
PARAMETER (NR=7)
INTEGER IR(NR), ISEED
REAL MEAN
INTEGER    ISELCT, NOUT
CHARACTER  STRING(4)*80, TEMP*80, VERML*80
EXTERNAL   VERML
!
STRING(1) = '(" IMSL MATH/LIBRARY Version Number:  ", A)'
STRING(3) = '(" Fortran Compiler Version Number:  ", A)'
!                                Print the versions and numbers.
DO ISELCT=1, 3, 2
   TEMP = VERML(ISELCT)
   WRITE (*,STRING(ISELCT)) trim(TEMP)
END DO
MEAN = Z'41224925'
ISEED = 1013973114
print *,'Calling RNSET(',iseed,')'
CALL RNSET (ISEED)
print *,'Calling RNPOI'
CALL RNPOI(NR,MEAN,IR)
END PROGRAM&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 03:09:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355357#M159685</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-28T03:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355365#M159686</link>
      <description>&lt;P&gt;Thanks, mecej4.&lt;/P&gt;
&lt;P&gt;I just tried it. Somehow, I got an error message in running STRING(3), so I modified the code slightly so that it does not print out the fortran compiler version number. Below is what I got:&lt;/P&gt;
&lt;P&gt;*************&lt;/P&gt;
&lt;P&gt;IMSL MATH/LIBRARY Version Number: IMSL Fortran Numerical Library, Version 7.0.1&lt;BR /&gt;Calling RNSET( 1013973114 )&lt;BR /&gt;Calling RNPOI&lt;BR /&gt;Press any key to continue . . .&lt;/P&gt;
&lt;P&gt;*************&lt;/P&gt;
&lt;P&gt;It appears that it is version 7.0.1, and the program did finish.&lt;/P&gt;
&lt;P&gt;But my original program does freeze even when I use different parameter values, seeds, and it stops at the function RNPOI. I guess&amp;nbsp; the problem remains at version 7.0.1 at different circumstances.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 03:44:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355365#M159686</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-28T03:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355370#M159687</link>
      <description>&lt;P&gt;Thanks, mercej4!&lt;/P&gt;
&lt;P&gt;Below is what I got. I had to mute the STRING(3) as I got an error message. But it appears that the version is 7.0.1, and the program did finish. I guess the issue remains unfixed at different occasions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMSL MATH/LIBRARY Version Number: IMSL Fortran Numerical Library, Version 7.0.1&lt;BR /&gt;Calling RNSET( 1013973114 )&lt;BR /&gt;Calling RNPOI&lt;BR /&gt;Press any key to continue . . .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 03:57:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355370#M159687</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-28T03:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355524#M159690</link>
      <description>&lt;P&gt;Thanks, mercej4!&lt;/P&gt;
&lt;P&gt;Below is what I got. I had to mute the STRING(3) as I got an error message. But it appears that the version is 7.0.1, and the program did finish. I guess the issue remains unfixed at different occasions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMSL MATH/LIBRARY Version Number: IMSL Fortran Numerical Library, Version 7.0.1&lt;BR /&gt;Calling RNSET( 1013973114 )&lt;BR /&gt;Calling RNPOI&lt;BR /&gt;Press any key to continue . . .&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 15:42:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355524#M159690</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-28T15:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355531#M159691</link>
      <description>&lt;P&gt;Thanks, mercej4! Somehow I tried to post my reply several times without success. &lt;/P&gt;
&lt;P&gt;Below is what I got. I had to mute the STRING(3) as I got an error message. But it appears that the version is 7.0.1, and the program did finish. I guess the issue remains unfixed at different occasions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMSL MATH/LIBRARY Version Number: IMSL Fortran Numerical Library, Version 7.0.1&lt;BR /&gt;Calling RNSET( 1013973114 )&lt;BR /&gt;Calling RNPOI&lt;BR /&gt;Press any key to continue .&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 16:13:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355531#M159691</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-28T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355532#M159692</link>
      <description>&lt;P&gt;I tried to post my reply several times without success. Did I violate some forum policy?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 16:14:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355532#M159692</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-28T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355533#M159693</link>
      <description>&lt;P&gt;Thanks, mercej4! &lt;/P&gt;
&lt;P&gt;I had to mute the STRING(3) as I got an error message. But based on the outputs, it appears that the version is 7.0.1 and the program did finish without being frozen. I guess the issue remains unfixed at different occasions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 16:15:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355533#M159693</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-28T16:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355748#M159716</link>
      <description>&lt;P&gt;The bug in the IMSL routine has since been fixed, but the reason for the failure is worth noting. The IMSL function RNPOI calls a uniform-distribution RNG, and solves a nonlinear equation to find the corresponding random number in a Poisson distribution. The solution fails to converge for certain values when the calculations are performed in single precision. Here is a simple demonstration program, which does not depend on having IMSL or MKL available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In each iteration, variables u and fp are updated, and the iterations are stopped when u falls below fp. In the old version of the IMSL library, the variable u was single-precision, and that caused the failure. To see this, change the declaration of u to single precision and run the program again.&lt;/P&gt;
&lt;P&gt;In the old forum thread (posted in 2013) that Li__Jun linked to, there were some codes that were originally available for testing related issues, but the revamping of the forum may have caused those to be removed.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;program xrnp
   implicit none
   real :: ymu = 8.0, fp
   integer :: ix
   real*8 :: u !single precision causes failure
   integer :: i , j, iter
   real, external :: rnunf
!
   i=1
   ix = 0
   fp = exp(-ymu)
   u = 0.9999999    !value very near 1.0
   iter = 0
   do
      if( u &amp;lt;= fp )exit
      ix = ix + 1
      u = u - fp
      fp = fp*ymu/ix
      iter = iter+1
      print '(2i4,2x,2ES12.5)',iter,ix,u,fp
      if(iter &amp;lt;= 30)cycle  ! place a limit of 30 on iterations
      stop 'Failed'        ! u never went below fp
   end do
   stop
end program&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 17:32:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355748#M159716</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-29T17:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355766#M159717</link>
      <description>&lt;P&gt;A brief look at the results with EXCEL for Real* 4 shows the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-01-29 143012.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/26127i35B432D8A876757E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2022-01-29 143012.png" alt="Screenshot 2022-01-29 143012.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt; program xrnp
   implicit none
   real :: ymu = 8.0, fp
   real :: ix
   real :: u !single precision causes failure
   integer :: i , j, iter
   real, external :: rnunf
!
   i=1
   ix = 0.0D0
   fp = exp(-ymu)
   u = 0.9999999    !value very near 1.0
   iter = 0
   do
      if( abs(u- fp) &amp;lt; 0.0000001 )exit
      ix = ix + 1.0D0
      u = u - fp
      fp = fp*ymu/ix
      iter = iter+1
      write(*, '(i4,2x,4ES12.5)'),iter,ymu,ix,u,fp
      if(iter &amp;lt;= 100)cycle  ! place a limit of 30 on iterations
      stop 'Failed'        ! u never went below fp
   end do
   stop
end program&lt;/LI-CODE&gt;
&lt;P&gt;Does solve the problem and is the way my very old and probably dead lecturers taught us how to do it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Conte and de Boore page 82 is the sort of thing I was taught.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;ERROR = ABS(B-A)
DO WHILE ERROR .GT. XTOL&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 20:36:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355766#M159717</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2022-01-29T20:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355767#M159718</link>
      <description>&lt;P&gt;In my humble opinion, a human cannot write a RNG that is truly&amp;nbsp; random, it may pass the spectral tests, but that is also human.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even measuring some physical property that is supposedly random, is dependent on the generator.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So randomness is a neat mathematical idea, it is purely an idea.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 20:41:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355767#M159718</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2022-01-29T20:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355773#M159720</link>
      <description>&lt;P&gt;Yes, I can replicate the failure (with a small change, u = 0.99999999, not u = 0.9999999), but I have no clue about the bug in IMSL. I noticed this freeze more a year ago, but never doubted the problem was due to the RNPOI function until recently.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 22:53:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355773#M159720</guid>
      <dc:creator>Li__Jun</dc:creator>
      <dc:date>2022-01-29T22:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355778#M159722</link>
      <description>&lt;P&gt;Just understand that Intel can't help you with IMSL anymore. Visual Numerics withdrew all rights to IMSL from Intel (Intel chose not to renew their contract.)&lt;/P&gt;
&lt;P&gt;I'd definitely recommend an MKL solution if that works for you.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 00:07:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1355778#M159722</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-01-30T00:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1356631#M159801</link>
      <description>&lt;P&gt;most likely this is due to an error in the RNPOI function&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 08:00:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1356631#M159801</guid>
      <dc:creator>nordmay0</dc:creator>
      <dc:date>2022-02-02T08:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran program freezes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1356632#M159802</link>
      <description>&lt;P&gt;perhaps you tried to write an incorrect answer?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 08:01:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-program-freezes/m-p/1356632#M159802</guid>
      <dc:creator>nordmay0</dc:creator>
      <dc:date>2022-02-02T08:01:22Z</dc:date>
    </item>
  </channel>
</rss>

