Hi all,<div><br></div><div>I have built and installed ncarg.v5.2.1 under OpenSUSE 11 with Intel compilers. Now I have a problem with calling Periml (Gridal package) in my fortran program. The program can be compiled and run (appears correctly) if I don&#39;t add the float point exception flag (fpe0). However, if I add the fpe0 flag and compile and run it, then it will stop with a floating overflow. I debugged it and found it is with the Periml call.</div>
<div><br></div><div>I then found an example (tgrida) in ncarg with Periml and tested it with adding the fpe0 option, and it also have the float overflow problem. My compilation options are as follows.</div><div><br></div>
<div><span style="font-size:11.0pt;line-height:115%;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:Calibri;mso-bidi-font-family:
&quot;Times New Roman&quot;;mso-ansi-language:EN-AU;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA">ifort –fpe0 -traceback -O0 -o tgrida tgrida.f
-L/usr/local/ncarg_build/lib -lncarg -lncarg_gks -lncarg_c -lX11 -lXext,</span></div><div><span style="font-size:11.0pt;line-height:115%;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:Calibri;mso-bidi-font-family:
&quot;Times New Roman&quot;;mso-ansi-language:EN-AU;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA"><br></span></div><div><span style="font-size:11.0pt;line-height:115%;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:Calibri;mso-bidi-font-family:
&quot;Times New Roman&quot;;mso-ansi-language:EN-AU;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA">and the running results are</span></div><div><span style="font-size:11.0pt;line-height:115%;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:Calibri;mso-bidi-font-family:
&quot;Times New Roman&quot;;mso-ansi-language:EN-AU;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA"><br></span></div><div><span style="font-size:11.0pt;line-height:115%;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:Calibri;mso-bidi-font-family:
&quot;Times New Roman&quot;;mso-ansi-language:EN-AU;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA"><div>~/model/ncl_ncarg-5.2.1&gt; ./tgrida</div><div>forrtl: error (72): floating overflow</div><div>Image              PC                Routine            Line        Source      </div><div>tgrida             00000000004FCDFB  Unknown               Unknown  Unknown</div>
<div>tgrida             000000000040688E  Unknown               Unknown  Unknown</div><div>tgrida             0000000000406330  Unknown               Unknown  Unknown</div><div>tgrida             00000000004054FC  grida_                     85  tgrida.f</div>
<div>tgrida             0000000000405339  MAIN__                     22  tgrida.f</div><div>tgrida             000000000040529C  Unknown               Unknown  Unknown</div><div>libc.so.6          00007F539004AB7D  Unknown               Unknown  Unknown</div>
<div>tgrida             0000000000405199  Unknown               Unknown  Unknown</div><div>Aborted</div><div><br></div></span></div><div><font class="Apple-style-span" face="Calibri, sans-serif"><span class="Apple-style-span" style="font-size: 15px; line-height: 17px; "><br>
</span></font></div><div><font class="Apple-style-span" face="Calibri, sans-serif"><span class="Apple-style-span" style="font-size: 15px; line-height: 17px;">Does anyone know what&#39;s wrong?  </span></font></div><div><font class="Apple-style-span" face="Calibri, sans-serif"><span class="Apple-style-span" style="font-size: 15px; line-height: 17px;"><br>
</span></font></div><div><font class="Apple-style-span" face="Calibri, sans-serif"><span class="Apple-style-span" style="font-size: 15px; line-height: 17px;">Any comments would be appreciated.<br clear="all"></span></font><br>
-- <br>Regards,<div>Jemma</div><br>
</div>