Skip to content

Commit

Permalink
csh updates to point Gemenviron sourcing to NAWIPS directory. Debuggi…
Browse files Browse the repository at this point in the history
…ng enabled by default in 64bit linux gfortran builds.
  • Loading branch information
mjames-upc committed Aug 28, 2014
1 parent 6aaf616 commit 48bc10a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemenviron
Expand Up @@ -21,7 +21,7 @@
# Please configure the following definitions to reflect your system:
#
# Top level directory:
setenv NAWIPS /home/gempak/GEMPAK7
setenv NAWIPS /home/gempak/NAWIPS
#
# Uncomment the following lines for using GCC compilers (Solaris/HP only)
# set USEGCC_SOL=1
Expand Down
2 changes: 1 addition & 1 deletion bin/dcrotatelog.csh
Expand Up @@ -7,7 +7,7 @@
# Steve Chiswell 2/2003
###########################################################

source ~gempak/Gemenviron
source ~gempak/NAWIPS/Gemenviron

cd $GEMDATA/logs

Expand Down
4 changes: 2 additions & 2 deletions config/Makeinc.linux64_gfortran
Expand Up @@ -8,8 +8,8 @@ FC = gfortran
MOTIFINC = -I/usr/X11R6/include
XWINCDIR = -I/usr/X11R6/include

COPT = -DUNDERSCORE -D$(OPSYS) $(GEMINC) $(MOTIFINC) -DG_64BIT -O -g
FOPT = -fno-second-underscore -fno-range-check -fd-lines-as-comments $(GEMINC) -O -g
COPT = -DUNDERSCORE -D$(OPSYS) $(GEMINC) $(MOTIFINC) -DG_64BIT -O2 -fPIC -g
FOPT = -fno-second-underscore -fno-range-check -fd-lines-as-comments $(GEMINC) -g #-O -g
NCII = "-I../libsrc"
NCOPT = "CPPFLAGS=-DNDEBUG -Df2cFortran" "FFLAGS=-O -Wno-globals" "CFLAGS=-O $(NCII)" "CXX= "
JASPEROPT = 'CC=$(CC)' 'CFLAGS=-O' '--disable-libjpeg'
Expand Down
2 changes: 1 addition & 1 deletion gempak/source/programs/dc/dccosmic/cosmic_decode.csh
@@ -1,6 +1,6 @@
#!/bin/csh -f

source ~gempak/Gemenviron
source ~gempak/NAWIPS/Gemenviron

cd ~ldm/data/cosmic

Expand Down
2 changes: 1 addition & 1 deletion gempak/source/programs/dc/dcredbook/doall.csh
@@ -1,6 +1,6 @@
#!/bin/csh -f

source /home/gempak/Gemenviron
source ~gempak/NAWIPS/Gemenviron

set TOP=$cwd
set REDBOOK=$GEMDATA/afos/rbk
Expand Down

0 comments on commit 48bc10a

Please sign in to comment.