Re: [AMBER-Developers] Goals for AMBER code format/style?; platforms

From: Joe Krahn <krahn.niehs.nih.gov>
Date: Fri, 27 Mar 2009 21:51:33 +0000

Volodymyr Babin wrote:
> On Fri, March 27, 2009 16:17, David A. Case wrote:
>> On Fri, Mar 27, 2009, Joe Krahn wrote:
>>> I would like to use the following flags in ifort:
>>> -stand f95 -warn all
>>>
>>> For debug builds, I also use:
>>> -check bounds -check uninit
>>>
>>> The 'uninit' check helps with using uninitialized values that happen to
>>> be zero most of the time, but may not always be, especially for multiple
>>> SANDER invocations.
>> Can put this advice on the Wiki?
OK.

>
> Why not just do '-check all -traceback'?
>
That might work, too. I don't like "-check all" because the
'arg_temp_created' check often causes useless warnings for tiny arrays.
Bounds and uninitialized variables are the important ones for serious
bugs. It would be good to also include "-check pointers".

Joe

_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Sun Mar 29 2009 - 01:11:07 PDT
Custom Search