This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Flag Conversion from g77 to gfortran


Hi,

I'm trying to install IOAPI 3.0 using gcc/gfortran compliers, as I
used this combination to compile all my modeling tools.  Following is
my Makeinclude file, which has set g77 as its defaults compiler.  Can
anyone please help me in setting the script for gfortran.

I thought I need to change only the MFLAGS. So I tried setting the FC=
gfortran and setting MFLAGS    =  #. But I got some error message and
attaching the same here.

Thanking you in advance.

Surya

# @(#)$Header: /env/proj/archive/cvs/ioapi/./ioapi/src/Makeinclude.Linux2_x86,v
1.2 2000/11/28 21:56:44 smith_w Exp $ #
#       Linux for x86 using the GNU compiler suite
#

AR   = ar
CC   = gcc
FC   = g77
M4   = m4
CPP  = cpp
LINK = $(CC)

MFLAGS    =  -m486 -malign-double \
 -ffast-math -funroll-loops -fschedule-insns

OMPFLAGS  = # -mp
OMPLIBS   = # -lmp
COPTFLAGS = -O2 ${MFLAGS}
FOPTFLAGS = -O2 ${MFLAGS}
FPPFLAGS  =
FSFLAGS   = -fno-automatic
ARCHFLAGS = -DFLDMN=1 -DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1 PARFLAGS  =
ARCHLIB   = -lc

PVM_ARCH  = LINUXI386
M4DEFFILE = $(PVM_ROOT)/conf/$(PVM_ARCH).m4
PVMLIBS   = -L$(PVM_ROOT)/lib/$(PVM_ARCH) -lpvm3

-------

log file

cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/bilin.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/bmatvec.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/chkfil3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ckdesc3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ckfile3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ckgeom.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ckname.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/cktflag3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/close3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/crdict3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/crtbuf3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/currstep.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/dble2real.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/dmatvec.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/dscgrid.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/dt2str.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/filchk3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/find1.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/find2.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/find3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/find4.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/findc.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/findr1.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/findr2.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/findr3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/findr4.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/flush3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/gcd.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c
-fno-automatic -DFLDMN=1 -DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2
-DFLDMN=1 -DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1
-I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/gctp.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/getdble.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/getmenu.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/getnum.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/getreal.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/getstr.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/getyn.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/grdchk3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/gridops.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/hhmmss.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/index1.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/initblk3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/inqatt3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/intg2real.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/intlist.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ioparms3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/kfindx.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/kfopen.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/lambert.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/lblank.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/len2.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ll2utm.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locat1.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locat2.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locat3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locat4.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locatc.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locatr1.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locatr2.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locatr3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/locatr4.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/lustr.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/m3warn.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/name2fid.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/opnlist3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/pcoef.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/pgrdsum.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/pmatvec.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/poly.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/promptdfile.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/promptffile.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/promptgrid.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/promptmfile.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdatt3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdbndary.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdbuf3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdcustom.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rddict3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdgrdded.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdiddata.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdsmatrx.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/rdtflag.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/readsmet.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/realist.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/scanint.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/sec2time.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/setsphere.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/str2dble.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/skipl.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/smatvec.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/str2int.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/str2real.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/strlist.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/sync3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/syncfid.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/synchtao.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/time2sec.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/trimlen.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ungridb.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/ungridi.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/upcase.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/utm2ll.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wratt3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wrbndary.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wrbuf3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wrcustom.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wrdict3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wrgrdded.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wriddata.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wrsmatrx.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/wrtflag.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/xtbuf3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/xtract3.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/year4.f
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c  -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/cbarnes1.F
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c  -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/cbarnesN.F
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c  -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/check3.F
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c  -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/crtfil3.F
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c  -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/crlf.F
cd /home/surya/Download/CMAQ/IOAPI/Linux2_x86; gfortran -c  -DFLDMN=1
-DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2   -DFLDMN=1 -DAUTO_ARRAYS=1
-DSECOND_UNDERSCORE=1 -I/home/surya/Download/CMAQ/IOAPI/ioapi
/home/surya/Download/CMAQ/IOAPI/ioapi/crtkf.F
gfortran -DFLDMN=1 -DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1  -O2
-DFLDMN=1 -DAUTO_ARRAYS=1 -DSECOND_UNDERSCORE=1
-I/home/surya/Download/CMAQ/IOAPI/ioapi   -F -o currec.f currec.F
/tmp/cc0rko87.o: In function `currec_':
currec.F:(.text+0x7e): undefined reference to `nextime_'
currec.F:(.text+0xa8): undefined reference to `nextime_'
currec.F:(.text+0xfa): undefined reference to `nextime_'
currec.F:(.text+0x129): undefined reference to `nextime_'
currec.F:(.text+0x13f): undefined reference to `time2sec_'
currec.F:(.text+0x165): undefined reference to `sec2time_'
currec.F:(.text+0x187): undefined reference to `nextime_'
currec.F:(.text+0x1b0): undefined reference to `secsdiff_'
currec.F:(.text+0x1d1): undefined reference to `sec2time_'
currec.F:(.text+0x1e7): undefined reference to `nextime_'
currec.F:(.text+0x236): undefined reference to `secsdiff_'
currec.F:(.text+0x243): undefined reference to `time2sec_'
currec.F:(.text+0x266): undefined reference to `sec2time_'
currec.F:(.text+0x27c): undefined reference to `nextime_'
/usr/lib/gcc/i386-redhat-linux/4.3.2/libgfortranbegin.a(fmain.o): In
function `main':
(.text+0x35): undefined reference to `MAIN__'
collect2: ld returned 1 exit status
make: *** [currec.f] Error 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]