|
[Sponsors] |
November 29, 2005, 08:11 |
About "Release" mode
|
#1 |
Guest
Posts: n/a
|
I use Fortran powerstation. Although the code runs O.K. under "Debug" mode, there are strange mistakes occuring under "Release" mode. Has anybody met such situation?
|
|
November 29, 2005, 10:30 |
Re: About "Release" mode
|
#2 |
Guest
Posts: n/a
|
Hi,
You should carefully check all the options you use in the release mode. In particular, the reordering of operations or the loop transformation can induce errors. Regards Buch |
|
November 29, 2005, 20:54 |
Re: About "Release" mode
|
#3 |
Guest
Posts: n/a
|
Thank! But why in "debug" mode, we cannot see the mistake?
|
|
November 30, 2005, 05:24 |
Re: About "Release" mode
|
#4 |
Guest
Posts: n/a
|
Hi,
Usually in the debug mode you do not see the mistakes due to the optimizations simply because the optimisation options are turned off ;-) You may try to use the release mode, increasing the number of compilation options asked for efficiency. I think your compiler manual will be of great help to identify, and possibly turn off, which optimisation options are the most "agressive". Good luck Buch |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extend Project Release 1.6-ext | hjasak | OpenFOAM Announcements from Other Sources | 33 | July 14, 2011 19:54 |
Grid Check Fails in Parallel Processing Mode | askance | Main CFD Forum | 0 | October 20, 2010 11:11 |
OpenCFD release OpenFOAMŪ version 1.7.1 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | August 26, 2010 12:40 |
Diesel combustion simulation ( Heat release rate) | venkatesh | Siemens | 2 | April 29, 2009 08:38 |
Public Release of the Wiki | Jonas Larsson | CFD-Wiki | 3 | November 7, 2005 05:13 |