[Dart-dev] [6446] DART/trunk/observations/NCEP/prep_bufr/install.sh: add another compiler option to the list; also add the -O optimize
nancy at ucar.edu
nancy at ucar.edu
Fri Aug 30 11:54:56 MDT 2013
Revision: 6446
Author: nancy
Date: 2013-08-30 11:54:56 -0600 (Fri, 30 Aug 2013)
Log Message:
-----------
add another compiler option to the list; also add the -O optimize
flag to the compiler choices for linux. this section should be
revamped to be by compiler and not by platform - but it came
this way and there's always an argument about leaving it as close
to the original script as possible.
Modified Paths:
--------------
DART/trunk/observations/NCEP/prep_bufr/install.sh
-------------- next part --------------
Modified: DART/trunk/observations/NCEP/prep_bufr/install.sh
===================================================================
--- DART/trunk/observations/NCEP/prep_bufr/install.sh 2013-08-30 17:51:39 UTC (rev 6445)
+++ DART/trunk/observations/NCEP/prep_bufr/install.sh 2013-08-30 17:54:56 UTC (rev 6446)
@@ -44,8 +44,8 @@
elif [ $CPLAT = linux ]
then
# possible different compiler choices
-# cc=cc; ff=pgf90
-# cc=icc; ff=ifort
+# cc='cc -O'; ff='pgf90 -O'
+# cc='icc -O'; ff='ifort -O'
cc='gcc -DUNDERSCORE -O'; ff='ifort -O'
elif [ $CPLAT = aix ]
then
More information about the Dart-dev
mailing list