--- MITgcm/tools/build_options/linux_amd64_absoft 2007/01/31 21:43:34 1.1 +++ MITgcm/tools/build_options/linux_amd64_absoft 2009/07/08 19:03:55 1.2 @@ -9,6 +9,7 @@ CPP='cpp -traditional -P' NOOPTFLAGS='-B108 -YCFRL=1 -YEXT_NAMES=LCS -YVAR_NAMES=LCS -g -m64 -fPIC' NOOPTFILES='ini_parms.F' +EXTENDED_SRC_FLAG='-W132' if test "x$DEVEL" != x ; then FFLAGS='-B108 -YCFRL=1 -YEXT_NAMES=LCS -YVAR_NAMES=LCS -g -trap=INVALID,DIVBYZERO,OVERFLOW -Rb -Rs -Rc' @@ -18,7 +19,7 @@ if test "x$IEEE" = x ; then # No need for IEEE-754 - FOPTIM='-Ofast -m64 -fPIC -speed_math=9 -WOPT:if_conv=off -LNO:fu=9:full_unroll_size=7000 -cpu:host -TARG:sse2=on' + FOPTIM='-Ofast -m64 -fPIC -speed_math=9 -WOPT:if_conv=off -LNO:fu=9:full_unroll_size=7000 -cpu:host -TARG:sse2=on -TENV:simd_imask,simd_dmask,simd_zmask,simd_omask' # FOPTIM='-O3 -m64 -U -cpu:host -fPIC' else # Try to follow IEEE-754