[ncl-install] empty ncl file

Luis Cebamanos luiceur at gmail.com
Tue Sep 26 09:41:59 MDT 2017


Hi Mary,

I tried to make it simple as possible installing NCL with no other
packages, my idea was progressively build it with more external
packages. We've tried with gcc 6.2.0

> Can you provide:
>
> 1. The make-output file from running "make Everything"
> 2. The file $NCARG/config/Site.local
> 3. If this is a LINUX system, the file $NCARG/config/LINUX

These 3 files are now attached. For some reason ft2build.h was not found
by the Makefile, but I was able to compile those files manually and 

Thanks again for your help.

Regards,
Luis

>
> On Tue, Sep 26, 2017 at 4:01 AM, Luis Cebamanos <luiceur at gmail.com
> <mailto:luiceur at gmail.com>> wrote:
>
>     Hi all,
>
>     I have been trying to install NCL to our SGI system and although
>     most of
>     the binaries are installed, I cannot use the NCL binary. The use
>     of this
>     does not report any error or warning, just nothing. And the file
>     command
>     reports the file is empty:
>     $file ncl/bin/ncl
>     ncl/bin/ncl: empty
>
>
>     Any ideas of what is happening here?
>
>     Regards,
>     Luis
>
>     _______________________________________________
>     ncl-install mailing list
>     List instructions, subscriber options, unsubscribe:
>     http://mailman.ucar.edu/mailman/listinfo/ncl-install
>     <http://mailman.ucar.edu/mailman/listinfo/ncl-install>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-install/attachments/20170926/e50db8fb/attachment-0001.html>
-------------- next part --------------
/*
 *  Description:    This file contains all the directives needed to
 *                  tell ymake how to build NCARG/NCL on a LINUX
 *                  system. 
 *
 *                  The default version of this file assumes you are
 *                  using the GNU compilers, gcc and gfortran.
 *
 *                  You may need to modify it to change or include
 *                  options. You can also look at the other LINUX* 
 *                  files in this directory for help on how to configure
 *                  this file.
 */

#define HdfDefines  -DLINUX
#define StdDefines  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped
#define ByteSwapped
#define Cstatic
#define Cdynamic
#define CppCommand '/usr/bin/cpp -traditional'
#define CCompiler   gcc
#define FCompiler   gfortran
#define CtoFLibraries   -lgfortran -lm
#define CtoFLibrariesUser  -lgfortran -lm
#define CcOptions      -ansi -fPIC -fopenmp -std=c99
#define FcOptions      -fPIC -fno-second-underscore -fno-range-check -fopenmp
#define XToolLibrary    -lXt -lSM -lICE
#define BuildShared NO
#define XLibrary      -lX11 -lXext
#define ExtraExportFlags -rdynamic

#define LibSearchUser    -L/usr/X11R6/lib64
#define IncSearchUser    -I/usr/X11R6/include

#define ArchRecLibSearch    -L/usr/X11R6/lib64
#define ArchRecIncSearch    -I/usr/X11R6/include

FC = $(F77)

/*************** Redefine Macros from Rules ********************************/

/*
 * Macro:   MakeDir
 *
 * Description: This rule creates a directory - if a parent dir doesn't exist
 *      it attempts to create it.
 */
#ifndef MakeDir
#define MakeDir(dir)    @if (test ! -d dir); then ($(MKDIRHIER) dir); fi
#endif
-------------- next part --------------
/*
 *	This file was created by the Configure script.
 */

#ifdef FirstSite

#endif /* FirstSite */


#ifdef SecondSite

#define YmakeRoot /lustre/home/z04/lcebaman/tickets/ncl
#define TmpRoot ~/

#define NetCDFlib -lnetcdf

#define LibSearch -L/usr/lib64
#define IncSearch -I/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/



#define BuildRasterHDF 0
#define HDFlib
#define BuildHDF4 0
#define HDFlib
#define UseNetCDF4Features 0
#define BuildNetCDF4 0
#define NetCDF4lib
#define BuildTRIANGLE 0
#define BuildHDFEOS 0
#define HDFEOSlib
#define BuildHDFEOS5 0
#define HDFEOS5lib
#define BuildGRIB2 0
#define GRIB2lib
#define BuildEEMD 0
#define EEMDlib

#define NoMakeDepend

#endif /* SecondSite */
-------------- next part --------------

Making <Everything>.
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
Making Makefile in .
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'

	NCL/NCAR Graphics - Version 6.4.0 Installation Configuration

System File		LINUX
Binary Install Directory	/lustre/home/z04/lcebaman/tickets/ncl/bin
Library Install Directory	/lustre/home/z04/lcebaman/tickets/ncl/lib
Include Install Directory	/lustre/home/z04/lcebaman/tickets/ncl/include
Manpage Install Directory	/lustre/home/z04/lcebaman/tickets/ncl/man
Config Install Directory	/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/config
Data Base Directory	/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/database
Programmer Doc Dir	/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/doc
Reloc Obj. Directory	/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/robj
Examples Directory	/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/examples
Tutorial Directory	/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/tutorial
Test Directory		/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/tests
X App. Def. Directory	/lustre/home/z04/lcebaman/tickets/ncl/lib/ncarg/xapp
f77 Compiler		gfortran
f77 Flags		-fPIC -fno-second-underscore -fno-range-check -fopenmp -O
C Compiler		gcc
cc Flags		-ansi -fPIC -fopenmp -std=c99 -O -I./include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/ -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
Tue Sep 26 15:53:44 BST 2017
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
Making Makefiles in ./config
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
make[2]: Nothing to be done for `Makefiles'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
Making Makefiles in ./external
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making Makefiles in ./external/blas
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
make[3]: Nothing to be done for `Makefiles'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Making Makefiles in ./external/lapack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
make[3]: Nothing to be done for `Makefiles'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Making Makefiles in ./external/sphere3.1_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
make[3]: Nothing to be done for `Makefiles'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Making Makefiles in ./external/fftpack5_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[3]: Nothing to be done for `Makefiles'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making Makefiles in ./common
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making Makefiles in ./common/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making Makefiles in ./common/src/libncarg_c
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Making Makefiles in ./common/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making Makefiles in ./common/src/bin/ncargpath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making Makefiles in ./common/src/fontcap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Making Makefiles in ./common/src/graphcap
In file included from ../../.././config/Template:917:0,
                 from <stdin>:2:
./ymake.tmp35265:46:0: warning: "linux" redefined [enabled by default]
 #define linux
 ^
<built-in>:229:0: note: this is the location of the previous definition
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making Makefiles in ./common/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[3]: Nothing to be done for `Makefiles'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making Makefiles in ./ncarg2d
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making Makefiles in ./ncarg2d/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making Makefiles in ./ncarg2d/src/libncarg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making Makefiles in ./ncarg2d/src/libncarg/Iftran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making Makefiles in ./ncarg2d/src/libncarg/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making Makefiles in ./ncarg2d/src/libncarg/autogrph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making Makefiles in ./ncarg2d/src/libncarg/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making Makefiles in ./ncarg2d/src/libncarg/common
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making Makefiles in ./ncarg2d/src/libncarg/concom
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making Makefiles in ./ncarg2d/src/libncarg/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making Makefiles in ./ncarg2d/src/libncarg/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making Makefiles in ./ncarg2d/src/libncarg/conran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making Makefiles in ./ncarg2d/src/libncarg/conrec
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making Makefiles in ./ncarg2d/src/libncarg/conterp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making Makefiles in ./ncarg2d/src/libncarg/dashchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making Makefiles in ./ncarg2d/src/libncarg/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making Makefiles in ./ncarg2d/src/libncarg/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making Makefiles in ./ncarg2d/src/libncarg/ezmapa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making Makefiles in ./ncarg2d/src/libncarg/ezmapb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making Makefiles in ./ncarg2d/src/libncarg/ezmapc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making Makefiles in ./ncarg2d/src/libncarg/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making Makefiles in ./ncarg2d/src/libncarg/gridal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making Makefiles in ./ncarg2d/src/libncarg/hafton
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making Makefiles in ./ncarg2d/src/libncarg/histgr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making Makefiles in ./ncarg2d/src/libncarg/isosrf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making Makefiles in ./ncarg2d/src/libncarg/isosrfhr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making Makefiles in ./ncarg2d/src/libncarg/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making Makefiles in ./ncarg2d/src/libncarg/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making Makefiles in ./ncarg2d/src/libncarg/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making Makefiles in ./ncarg2d/src/libncarg/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making Makefiles in ./ncarg2d/src/libncarg/pwritx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making Makefiles in ./ncarg2d/src/libncarg/pwrity
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making Makefiles in ./ncarg2d/src/libncarg/pwrzi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making Makefiles in ./ncarg2d/src/libncarg/pwrzs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making Makefiles in ./ncarg2d/src/libncarg/pwrzt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making Makefiles in ./ncarg2d/src/libncarg/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making Makefiles in ./ncarg2d/src/libncarg/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making Makefiles in ./ncarg2d/src/libncarg/srface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making Makefiles in ./ncarg2d/src/libncarg/stitle
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making Makefiles in ./ncarg2d/src/libncarg/strmln
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making Makefiles in ./ncarg2d/src/libncarg/support
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making Makefiles in ./ncarg2d/src/libncarg/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making Makefiles in ./ncarg2d/src/libncarg/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making Makefiles in ./ncarg2d/src/libncarg/vaspackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making Makefiles in ./ncarg2d/src/libncarg/velvct
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making Makefiles in ./ncarg2d/src/libncarg/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making Makefiles in ./ncarg2d/src/libncarg/areasC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making Makefiles in ./ncarg2d/src/libncarg/autogrphC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making Makefiles in ./ncarg2d/src/libncarg/colconvC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making Makefiles in ./ncarg2d/src/libncarg/conpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making Makefiles in ./ncarg2d/src/libncarg/conpacktC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making Makefiles in ./ncarg2d/src/libncarg/commonC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making Makefiles in ./ncarg2d/src/libncarg/dashcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making Makefiles in ./ncarg2d/src/libncarg/dashpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making Makefiles in ./ncarg2d/src/libncarg/ezmapCC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making Makefiles in ./ncarg2d/src/libncarg/gflashC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making Makefiles in ./ncarg2d/src/libncarg/gridalC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making Makefiles in ./ncarg2d/src/libncarg/histgrC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making Makefiles in ./ncarg2d/src/libncarg/isosrfC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making Makefiles in ./ncarg2d/src/libncarg/labelbarC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making Makefiles in ./ncarg2d/src/libncarg/ngmiscC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making Makefiles in ./ncarg2d/src/libncarg/plotcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making Makefiles in ./ncarg2d/src/libncarg/polypackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making Makefiles in ./ncarg2d/src/libncarg/softfillC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making Makefiles in ./ncarg2d/src/libncarg/sppsC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making Makefiles in ./ncarg2d/src/libncarg/srfaceC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making Makefiles in ./ncarg2d/src/libncarg/stitleC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making Makefiles in ./ncarg2d/src/libncarg/supportC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making Makefiles in ./ncarg2d/src/libncarg/strmlnC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making Makefiles in ./ncarg2d/src/libncarg/tdpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making Makefiles in ./ncarg2d/src/libncarg/threedC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making Makefiles in ./ncarg2d/src/libncarg/velvctC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making Makefiles in ./ncarg2d/src/libncarg/wmapC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making Makefiles in ./ncarg2d/src/libncarg_gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making Makefiles in ./ncarg2d/src/libncarg_gks/awi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making Makefiles in ./ncarg2d/src/libncarg_gks/bwi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making Makefiles in ./ncarg2d/src/libncarg_gks/wiss
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making Makefiles in ./ncarg2d/src/libncarg_gks/cdrivers
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making Makefiles in ./ncarg2d/src/libncarg_gks/awiC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making Makefiles in ./ncarg2d/src/liboptional
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making Makefiles in ./ncarg2d/src/liboptional/conraq
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Making Makefiles in ./ncarg2d/src/liboptional/conras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Making Makefiles in ./ncarg2d/src/liboptional/conrcqck
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Making Makefiles in ./ncarg2d/src/liboptional/conrcspr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Making Makefiles in ./ncarg2d/src/liboptional/dashsmth
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Making Makefiles in ./ncarg2d/src/liboptional/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Making Makefiles in ./ncarg2d/src/liboptional/dashsupr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Making Makefiles in ./ncarg2d/src/liboptional/agupwrtx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Making Makefiles in ./ncarg2d/src/liboptional/ncarbd
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making Makefiles in ./ncarg2d/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making Makefiles in ./ncarg2d/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Making Makefiles in ./ncarg2d/src/bin/impltest
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
Making Makefiles in ./ncarg2d/src/bin/ncargworld
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
Making Makefiles in ./ncarg2d/src/bin/findg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Making Makefiles in ./ncarg2d/src/bin/logos
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Making Makefiles in ./ncarg2d/src/bin/psfltrs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Making Makefiles in ./ncarg2d/src/bin/pre2ncgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
Making Makefiles in ./ncarg2d/src/bin/psplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Making Makefiles in ./ncarg2d/src/bin/tdpackdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
Making Makefiles in ./ncarg2d/src/bin/ezmapdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making Makefiles in ./ncarg2d/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making Makefiles in ./ncarg2d/src/db/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Making Makefiles in ./ncarg2d/src/db/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
Making Makefiles in ./ncarg2d/src/db/pwritxnt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
Making Makefiles in ./ncarg2d/src/db/ranfdata
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Making Makefiles in ./ncarg2d/src/db/ftfonts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making Makefiles in ./ncarg2d/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making Makefiles in ./ncarg2d/src/examples/eareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Making Makefiles in ./ncarg2d/src/examples/eautog
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Making Makefiles in ./ncarg2d/src/examples/ecolcv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Making Makefiles in ./ncarg2d/src/examples/econpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Making Makefiles in ./ncarg2d/src/examples/econpt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Making Makefiles in ./ncarg2d/src/examples/eezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Making Makefiles in ./ncarg2d/src/examples/eezmpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Making Makefiles in ./ncarg2d/src/examples/elblba
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Making Makefiles in ./ncarg2d/src/examples/emisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Making Makefiles in ./ncarg2d/src/examples/epltch
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Making Makefiles in ./ncarg2d/src/examples/eppack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Making Makefiles in ./ncarg2d/src/examples/esoftf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Making Makefiles in ./ncarg2d/src/examples/espps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Making Makefiles in ./ncarg2d/src/examples/esrfac
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Making Makefiles in ./ncarg2d/src/examples/estitl
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Making Makefiles in ./ncarg2d/src/examples/estrml
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Making Makefiles in ./ncarg2d/src/examples/etpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Making Makefiles in ./ncarg2d/src/examples/evaspt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Making Makefiles in ./ncarg2d/src/examples/evelvc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Making Makefiles in ./ncarg2d/src/examples/ewmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making Makefiles in ./ncarg2d/src/fundamental
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making Makefiles in ./ncarg2d/src/fundamental/fautograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Making Makefiles in ./ncarg2d/src/fundamental/fcolconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Making Makefiles in ./ncarg2d/src/fundamental/fdashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Making Makefiles in ./ncarg2d/src/fundamental/ffield_flow
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
Making Makefiles in ./ncarg2d/src/fundamental/fgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Making Makefiles in ./ncarg2d/src/fundamental/fisosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Making Makefiles in ./ncarg2d/src/fundamental/flabelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Making Makefiles in ./ncarg2d/src/fundamental/fngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Making Makefiles in ./ncarg2d/src/fundamental/fplotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Making Makefiles in ./ncarg2d/src/fundamental/fscrolled_title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
Making Makefiles in ./ncarg2d/src/fundamental/fsoftfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Making Makefiles in ./ncarg2d/src/fundamental/fspps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Making Makefiles in ./ncarg2d/src/fundamental/fstreamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Making Makefiles in ./ncarg2d/src/fundamental/fsurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Making Makefiles in ./ncarg2d/src/fundamental/fthreed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making Makefiles in ./ncarg2d/src/tests
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Making Makefiles in ./ncarg2d/src/tutorial
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making Makefiles in ./ncarg2d/src/tutorial/tareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Making Makefiles in ./ncarg2d/src/tutorial/tconpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Making Makefiles in ./ncarg2d/src/tutorial/tezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Making Makefiles in ./ncarg2d/src/tutorial/class
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making Makefiles in ./ncarg2d/src/examplesC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making Makefiles in ./ncarg2d/src/examplesC/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Making Makefiles in ./ncarg2d/src/examplesC/autograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Making Makefiles in ./ncarg2d/src/examplesC/bivar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Making Makefiles in ./ncarg2d/src/examplesC/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Making Makefiles in ./ncarg2d/src/examplesC/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Making Makefiles in ./ncarg2d/src/examplesC/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Making Makefiles in ./ncarg2d/src/examplesC/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Making Makefiles in ./ncarg2d/src/examplesC/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Making Makefiles in ./ncarg2d/src/examplesC/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Making Makefiles in ./ncarg2d/src/examplesC/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Making Makefiles in ./ncarg2d/src/examplesC/gks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Making Makefiles in ./ncarg2d/src/examplesC/gridall
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Making Makefiles in ./ncarg2d/src/examplesC/histogram
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Making Makefiles in ./ncarg2d/src/examplesC/isosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Making Makefiles in ./ncarg2d/src/examplesC/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Making Makefiles in ./ncarg2d/src/examplesC/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Making Makefiles in ./ncarg2d/src/examplesC/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Making Makefiles in ./ncarg2d/src/examplesC/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Making Makefiles in ./ncarg2d/src/examplesC/scrolled_title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
Making Makefiles in ./ncarg2d/src/examplesC/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Making Makefiles in ./ncarg2d/src/examplesC/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Making Makefiles in ./ncarg2d/src/examplesC/streamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Making Makefiles in ./ncarg2d/src/examplesC/surface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Making Makefiles in ./ncarg2d/src/examplesC/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Making Makefiles in ./ncarg2d/src/examplesC/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Making Makefiles in ./ncarg2d/src/examplesC/vectors
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Making Makefiles in ./ncarg2d/src/examplesC/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making Makefiles in ./ncarg2d/src/pdocexamples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
Making Makefiles in ./ncarg2d/src/pdocexamples/pgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making Makefiles in ./ncarg2d/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
Making Makefiles in ./ncarg2d/man/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Making Makefiles in ./ncarg2d/man/autograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Making Makefiles in ./ncarg2d/man/bivar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Making Makefiles in ./ncarg2d/man/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Making Makefiles in ./ncarg2d/man/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Making Makefiles in ./ncarg2d/man/conran_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Making Makefiles in ./ncarg2d/man/conrec_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Making Makefiles in ./ncarg2d/man/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Making Makefiles in ./ncarg2d/man/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Making Makefiles in ./ncarg2d/man/error_handling
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Making Makefiles in ./ncarg2d/man/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Making Makefiles in ./ncarg2d/man/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Making Makefiles in ./ncarg2d/man/gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Making Makefiles in ./ncarg2d/man/gksC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Making Makefiles in ./ncarg2d/man/gridall
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Making Makefiles in ./ncarg2d/man/halftone
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Making Makefiles in ./ncarg2d/man/histogram
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Making Makefiles in ./ncarg2d/man/isosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Making Makefiles in ./ncarg2d/man/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Making Makefiles in ./ncarg2d/man/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Making Makefiles in ./ncarg2d/man/other
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Making Makefiles in ./ncarg2d/man/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Making Makefiles in ./ncarg2d/man/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Making Makefiles in ./ncarg2d/man/pwrite_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Making Makefiles in ./ncarg2d/man/scrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Making Makefiles in ./ncarg2d/man/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Making Makefiles in ./ncarg2d/man/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Making Makefiles in ./ncarg2d/man/streamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Making Makefiles in ./ncarg2d/man/surface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Making Makefiles in ./ncarg2d/man/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Making Makefiles in ./ncarg2d/man/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Making Makefiles in ./ncarg2d/man/vectors
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Making Makefiles in ./ncarg2d/man/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making Makefiles in ./ngmath
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making Makefiles in ./ngmath/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making Makefiles in ./ngmath/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making Makefiles in ./ngmath/src/lib/gridpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Making Makefiles in ./ngmath/src/lib/gridpack/cssgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making Makefiles in ./ngmath/src/lib/gridpack/natgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making Makefiles in ./ngmath/src/lib/gridpack/dsgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making Makefiles in ./ngmath/src/lib/gridpack/fitgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making Makefiles in ./ngmath/src/lib/gridpack/csagrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making Makefiles in ./ngmath/src/lib/gridpack/shgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making Makefiles in ./ngmath/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making Makefiles in ./ngmath/src/bin/nnalg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making Makefiles in ./ngmath/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
Making Makefiles in ./ngmath/src/examples/ecsagrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Making Makefiles in ./ngmath/src/examples/ecssgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Making Makefiles in ./ngmath/src/examples/edsgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Making Makefiles in ./ngmath/src/examples/efitgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Making Makefiles in ./ngmath/src/examples/enatgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Making Makefiles in ./ngmath/src/examples/eshgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making Makefiles in ./ngmath/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
Making Makefiles in ./ngmath/man/csagrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Making Makefiles in ./ngmath/man/cssgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Making Makefiles in ./ngmath/man/natgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Making Makefiles in ./ngmath/man/dsgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Making Makefiles in ./ngmath/man/fitgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Making Makefiles in ./ngmath/man/shgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making Makefiles in ./ncarview
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making Makefiles in ./ncarview/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making Makefiles in ./ncarview/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making Makefiles in ./ncarview/src/lib/libcgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Making Makefiles in ./ncarview/src/lib/libncarg_ras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
Making Makefiles in ./ncarview/src/lib/libctrans
In file included from ../../../.././config/Template:917:0,
                 from <stdin>:2:
./ymake.tmp41840:22:0: warning: extra tokens at end of #endif directive [enabled by default]
 #endif BuildCGIctrans
 ^
./ymake.tmp41840:28:0: warning: extra tokens at end of #endif directive [enabled by default]
 #endif BuildXlibDependentCode
 ^
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Making Makefiles in ./ncarview/src/lib/libictrans
In file included from ../../../.././config/Template:917:0,
                 from <stdin>:2:
./ymake.tmp41866:24:0: warning: "linux" redefined [enabled by default]
 #define linux
 ^
<built-in>:229:0: note: this is the location of the previous definition
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making Makefiles in ./ncarview/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
Making Makefiles in ./ncarview/src/bin/ctrans
In file included from ../../../.././config/Template:917:0,
                 from <stdin>:2:
./ymake.tmp41931:17:0: warning: extra tokens at end of #endif directive [enabled by default]
 #endif BuildXlibDependentCode
 ^
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Making Makefiles in ./ncarview/src/bin/ictrans
In file included from ../../../.././config/Template:917:0,
                 from <stdin>:2:
./ymake.tmp41954:13:0: warning: extra tokens at end of #endif directive [enabled by default]
 #endif BuildXlibDependentCode
 ^
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Making Makefiles in ./ncarview/src/bin/filter
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Making Makefiles in ./ncarview/src/bin/med
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Making Makefiles in ./ncarview/src/bin/scripts
In file included from ../../../.././config/Template:917:0,
                 from <stdin>:2:
./ymake.tmp42024:20:0: warning: extra tokens at end of #endif directive [enabled by default]
 #endif BuildXlibDependentCode
 ^
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Making Makefiles in ./ncarview/src/bin/rascat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Making Makefiles in ./ncarview/src/bin/rasstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Making Makefiles in ./ncarview/src/bin/ncgmstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Making Makefiles in ./ncarview/src/bin/idt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Making Makefiles in ./ncarview/src/bin/rasview
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Making Makefiles in ./ncarview/src/bin/rasls
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Making Makefiles in ./ncarview/src/bin/rasgetpal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Making Makefiles in ./ncarview/src/bin/rassplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Making Makefiles in ./ncarview/src/bin/ras2ccir601
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making Makefiles in ./ncarview/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
make[3]: Nothing to be done for `Makefiles'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Making Makefiles in ./ncarview/app
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[3]: Nothing to be done for `Makefiles'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making Makefiles in ./ni
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
Making Makefiles in ./ni/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
Making Makefiles in ./ni/src/nyacc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
Making Makefiles in ./ni/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making Makefiles in ./ni/src/lib/hlu
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Making Makefiles in ./ni/src/lib/nfp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Making Makefiles in ./ni/src/lib/nfpfort
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Making Makefiles in ./ni/src/lib/nio
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making Makefiles in ./ni/src/ncl
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Making Makefiles in ./ni/src/mkwrap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
Making Makefiles in ./ni/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making Makefiles in ./ni/src/db/rgb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Making Makefiles in ./ni/src/db/colormaps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Making Makefiles in ./ni/src/db/udunits
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Making Makefiles in ./ni/src/db/grib2_codetables
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
Making Makefiles in ./ni/src/db/grib2_codetables/ecmwf/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
Making Makefiles in ./ni/src/db/grib2_codetables/ncep/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
Making Makefiles in ./ni/src/db/grib2_codetables/tigge/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making Makefiles in ./ni/src/db/grib2_codetables.previous
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ecmwf/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/ncep/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
Making Makefiles in ./ni/src/db/grib2_codetables.previous/tigge/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
make[7]: Nothing to be done for `Makefiles'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making Makefiles in ./ni/src/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Making Makefiles in ./ni/src/contrib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
make[4]: Nothing to be done for `Makefiles'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Making Makefiles in ./ni/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
Making Makefiles in ./ni/src/examples/app
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Making Makefiles in ./ni/src/examples/basic
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Making Makefiles in ./ni/src/examples/contourplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Making Makefiles in ./ni/src/examples/gsun
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Making Makefiles in ./ni/src/examples/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Making Makefiles in ./ni/src/examples/legend
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Making Makefiles in ./ni/src/examples/mapplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Making Makefiles in ./ni/src/examples/ngmath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Making Makefiles in ./ni/src/examples/nug
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Making Makefiles in ./ni/src/examples/primitives
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Making Makefiles in ./ni/src/examples/streamlineplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Making Makefiles in ./ni/src/examples/textitem
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Making Makefiles in ./ni/src/examples/tickmark
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Making Makefiles in ./ni/src/examples/title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Making Makefiles in ./ni/src/examples/vectorplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Making Makefiles in ./ni/src/examples/xyplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
make[5]: Nothing to be done for `Makefiles'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Making Makefiles in ./ni/src/examples/data
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
Making Makefiles in ./ni/src/examples/data/asc
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
Making Makefiles in ./ni/src/examples/data/bin
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
Making Makefiles in ./ni/src/examples/data/cdf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
Making Makefiles in ./ni/src/examples/data/grb
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
Making Makefiles in ./ni/src/examples/data/hdf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
Making Makefiles in ./ni/src/examples/data/shp
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
Making Makefiles in ./ni/src/examples/data/nug
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[6]: Nothing to be done for `Makefiles'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
cleaning in .
Making clean in ./config
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
cleaning in ./config
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
Making clean in ./external
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
cleaning in ./external
Making clean in ./external/blas
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
cleaning in ./external/blas
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Making clean in ./external/lapack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
cleaning in ./external/lapack
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Making clean in ./external/sphere3.1_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
cleaning in ./external/sphere3.1_dp
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Making clean in ./external/fftpack5_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
cleaning in ./external/fftpack5_dp
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making clean in ./common
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
cleaning in ./common
Making clean in ./common/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
cleaning in ./common/src
Making clean in ./common/src/libncarg_c
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
cleaning in ./common/src/libncarg_c
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Making clean in ./common/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
cleaning in ./common/src/bin
Making clean in ./common/src/bin/ncargpath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
cleaning in ./common/src/bin/ncargpath
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making clean in ./common/src/fontcap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
cleaning in ./common/src/fontcap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Making clean in ./common/src/graphcap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
cleaning in ./common/src/graphcap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making clean in ./common/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
cleaning in ./common/man
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making clean in ./ncarg2d
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
cleaning in ./ncarg2d
Making clean in ./ncarg2d/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
cleaning in ./ncarg2d/src
Making clean in ./ncarg2d/src/libncarg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
cleaning in ./ncarg2d/src/libncarg
Making clean in ./ncarg2d/src/libncarg/Iftran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
cleaning in ./ncarg2d/src/libncarg/Iftran
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making clean in ./ncarg2d/src/libncarg/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
cleaning in ./ncarg2d/src/libncarg/areas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making clean in ./ncarg2d/src/libncarg/autogrph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
cleaning in ./ncarg2d/src/libncarg/autogrph
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making clean in ./ncarg2d/src/libncarg/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
cleaning in ./ncarg2d/src/libncarg/colconv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making clean in ./ncarg2d/src/libncarg/common
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
cleaning in ./ncarg2d/src/libncarg/common
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making clean in ./ncarg2d/src/libncarg/concom
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
cleaning in ./ncarg2d/src/libncarg/concom
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making clean in ./ncarg2d/src/libncarg/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
cleaning in ./ncarg2d/src/libncarg/conpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making clean in ./ncarg2d/src/libncarg/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
cleaning in ./ncarg2d/src/libncarg/conpackt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making clean in ./ncarg2d/src/libncarg/conran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
cleaning in ./ncarg2d/src/libncarg/conran
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making clean in ./ncarg2d/src/libncarg/conrec
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
cleaning in ./ncarg2d/src/libncarg/conrec
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making clean in ./ncarg2d/src/libncarg/conterp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
cleaning in ./ncarg2d/src/libncarg/conterp
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making clean in ./ncarg2d/src/libncarg/dashchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
cleaning in ./ncarg2d/src/libncarg/dashchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making clean in ./ncarg2d/src/libncarg/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
cleaning in ./ncarg2d/src/libncarg/dashpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making clean in ./ncarg2d/src/libncarg/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
cleaning in ./ncarg2d/src/libncarg/ezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making clean in ./ncarg2d/src/libncarg/ezmapa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
cleaning in ./ncarg2d/src/libncarg/ezmapa
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making clean in ./ncarg2d/src/libncarg/ezmapb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
cleaning in ./ncarg2d/src/libncarg/ezmapb
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making clean in ./ncarg2d/src/libncarg/ezmapc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
cleaning in ./ncarg2d/src/libncarg/ezmapc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making clean in ./ncarg2d/src/libncarg/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
cleaning in ./ncarg2d/src/libncarg/gflash
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making clean in ./ncarg2d/src/libncarg/gridal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
cleaning in ./ncarg2d/src/libncarg/gridal
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making clean in ./ncarg2d/src/libncarg/hafton
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
cleaning in ./ncarg2d/src/libncarg/hafton
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making clean in ./ncarg2d/src/libncarg/histgr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
cleaning in ./ncarg2d/src/libncarg/histgr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making clean in ./ncarg2d/src/libncarg/isosrf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
cleaning in ./ncarg2d/src/libncarg/isosrf
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making clean in ./ncarg2d/src/libncarg/isosrfhr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
cleaning in ./ncarg2d/src/libncarg/isosrfhr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making clean in ./ncarg2d/src/libncarg/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
cleaning in ./ncarg2d/src/libncarg/labelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making clean in ./ncarg2d/src/libncarg/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
cleaning in ./ncarg2d/src/libncarg/ngmisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making clean in ./ncarg2d/src/libncarg/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
cleaning in ./ncarg2d/src/libncarg/plotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making clean in ./ncarg2d/src/libncarg/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
cleaning in ./ncarg2d/src/libncarg/polypack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making clean in ./ncarg2d/src/libncarg/pwritx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
cleaning in ./ncarg2d/src/libncarg/pwritx
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making clean in ./ncarg2d/src/libncarg/pwrity
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
cleaning in ./ncarg2d/src/libncarg/pwrity
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making clean in ./ncarg2d/src/libncarg/pwrzi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
cleaning in ./ncarg2d/src/libncarg/pwrzi
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making clean in ./ncarg2d/src/libncarg/pwrzs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
cleaning in ./ncarg2d/src/libncarg/pwrzs
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making clean in ./ncarg2d/src/libncarg/pwrzt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
cleaning in ./ncarg2d/src/libncarg/pwrzt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making clean in ./ncarg2d/src/libncarg/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
cleaning in ./ncarg2d/src/libncarg/softfill
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making clean in ./ncarg2d/src/libncarg/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
cleaning in ./ncarg2d/src/libncarg/spps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making clean in ./ncarg2d/src/libncarg/srface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
cleaning in ./ncarg2d/src/libncarg/srface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making clean in ./ncarg2d/src/libncarg/stitle
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
cleaning in ./ncarg2d/src/libncarg/stitle
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making clean in ./ncarg2d/src/libncarg/strmln
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
cleaning in ./ncarg2d/src/libncarg/strmln
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making clean in ./ncarg2d/src/libncarg/support
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
cleaning in ./ncarg2d/src/libncarg/support
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making clean in ./ncarg2d/src/libncarg/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
cleaning in ./ncarg2d/src/libncarg/tdpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making clean in ./ncarg2d/src/libncarg/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
cleaning in ./ncarg2d/src/libncarg/threed
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making clean in ./ncarg2d/src/libncarg/vaspackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
cleaning in ./ncarg2d/src/libncarg/vaspackt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making clean in ./ncarg2d/src/libncarg/velvct
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
cleaning in ./ncarg2d/src/libncarg/velvct
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making clean in ./ncarg2d/src/libncarg/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
cleaning in ./ncarg2d/src/libncarg/wmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making clean in ./ncarg2d/src/libncarg/areasC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
cleaning in ./ncarg2d/src/libncarg/areasC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making clean in ./ncarg2d/src/libncarg/autogrphC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
cleaning in ./ncarg2d/src/libncarg/autogrphC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making clean in ./ncarg2d/src/libncarg/colconvC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
cleaning in ./ncarg2d/src/libncarg/colconvC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making clean in ./ncarg2d/src/libncarg/conpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
cleaning in ./ncarg2d/src/libncarg/conpackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making clean in ./ncarg2d/src/libncarg/conpacktC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
cleaning in ./ncarg2d/src/libncarg/conpacktC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making clean in ./ncarg2d/src/libncarg/commonC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
cleaning in ./ncarg2d/src/libncarg/commonC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making clean in ./ncarg2d/src/libncarg/dashcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
cleaning in ./ncarg2d/src/libncarg/dashcharC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making clean in ./ncarg2d/src/libncarg/dashpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
cleaning in ./ncarg2d/src/libncarg/dashpackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making clean in ./ncarg2d/src/libncarg/ezmapCC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
cleaning in ./ncarg2d/src/libncarg/ezmapCC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making clean in ./ncarg2d/src/libncarg/gflashC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
cleaning in ./ncarg2d/src/libncarg/gflashC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making clean in ./ncarg2d/src/libncarg/gridalC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
cleaning in ./ncarg2d/src/libncarg/gridalC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making clean in ./ncarg2d/src/libncarg/histgrC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
cleaning in ./ncarg2d/src/libncarg/histgrC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making clean in ./ncarg2d/src/libncarg/isosrfC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
cleaning in ./ncarg2d/src/libncarg/isosrfC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making clean in ./ncarg2d/src/libncarg/labelbarC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
cleaning in ./ncarg2d/src/libncarg/labelbarC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making clean in ./ncarg2d/src/libncarg/ngmiscC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
cleaning in ./ncarg2d/src/libncarg/ngmiscC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making clean in ./ncarg2d/src/libncarg/plotcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
cleaning in ./ncarg2d/src/libncarg/plotcharC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making clean in ./ncarg2d/src/libncarg/polypackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
cleaning in ./ncarg2d/src/libncarg/polypackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making clean in ./ncarg2d/src/libncarg/softfillC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
cleaning in ./ncarg2d/src/libncarg/softfillC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making clean in ./ncarg2d/src/libncarg/sppsC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
cleaning in ./ncarg2d/src/libncarg/sppsC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making clean in ./ncarg2d/src/libncarg/srfaceC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
cleaning in ./ncarg2d/src/libncarg/srfaceC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making clean in ./ncarg2d/src/libncarg/stitleC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
cleaning in ./ncarg2d/src/libncarg/stitleC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making clean in ./ncarg2d/src/libncarg/supportC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
cleaning in ./ncarg2d/src/libncarg/supportC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making clean in ./ncarg2d/src/libncarg/strmlnC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
cleaning in ./ncarg2d/src/libncarg/strmlnC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making clean in ./ncarg2d/src/libncarg/tdpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
cleaning in ./ncarg2d/src/libncarg/tdpackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making clean in ./ncarg2d/src/libncarg/threedC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
cleaning in ./ncarg2d/src/libncarg/threedC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making clean in ./ncarg2d/src/libncarg/velvctC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
cleaning in ./ncarg2d/src/libncarg/velvctC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making clean in ./ncarg2d/src/libncarg/wmapC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
cleaning in ./ncarg2d/src/libncarg/wmapC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making clean in ./ncarg2d/src/libncarg_gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
cleaning in ./ncarg2d/src/libncarg_gks
Making clean in ./ncarg2d/src/libncarg_gks/awi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
cleaning in ./ncarg2d/src/libncarg_gks/awi
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making clean in ./ncarg2d/src/libncarg_gks/bwi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
cleaning in ./ncarg2d/src/libncarg_gks/bwi
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making clean in ./ncarg2d/src/libncarg_gks/wiss
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
cleaning in ./ncarg2d/src/libncarg_gks/wiss
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making clean in ./ncarg2d/src/libncarg_gks/cdrivers
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
cleaning in ./ncarg2d/src/libncarg_gks/cdrivers
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making clean in ./ncarg2d/src/libncarg_gks/awiC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
cleaning in ./ncarg2d/src/libncarg_gks/awiC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making clean in ./ncarg2d/src/liboptional
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
cleaning in ./ncarg2d/src/liboptional
Making clean in ./ncarg2d/src/liboptional/conraq
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
cleaning in ./ncarg2d/src/liboptional/conraq
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Making clean in ./ncarg2d/src/liboptional/conras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
cleaning in ./ncarg2d/src/liboptional/conras
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Making clean in ./ncarg2d/src/liboptional/conrcqck
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
cleaning in ./ncarg2d/src/liboptional/conrcqck
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Making clean in ./ncarg2d/src/liboptional/conrcspr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
cleaning in ./ncarg2d/src/liboptional/conrcspr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Making clean in ./ncarg2d/src/liboptional/dashsmth
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
cleaning in ./ncarg2d/src/liboptional/dashsmth
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Making clean in ./ncarg2d/src/liboptional/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
cleaning in ./ncarg2d/src/liboptional/dashline
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Making clean in ./ncarg2d/src/liboptional/dashsupr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
cleaning in ./ncarg2d/src/liboptional/dashsupr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Making clean in ./ncarg2d/src/liboptional/agupwrtx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
cleaning in ./ncarg2d/src/liboptional/agupwrtx
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Making clean in ./ncarg2d/src/liboptional/ncarbd
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
cleaning in ./ncarg2d/src/liboptional/ncarbd
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making clean in ./ncarg2d/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
cleaning in ./ncarg2d/src/bin
Making clean in ./ncarg2d/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
cleaning in ./ncarg2d/src/bin/scripts
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Making clean in ./ncarg2d/src/bin/impltest
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
cleaning in ./ncarg2d/src/bin/impltest
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
Making clean in ./ncarg2d/src/bin/ncargworld
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
cleaning in ./ncarg2d/src/bin/ncargworld
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
Making clean in ./ncarg2d/src/bin/findg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
cleaning in ./ncarg2d/src/bin/findg
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Making clean in ./ncarg2d/src/bin/logos
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
cleaning in ./ncarg2d/src/bin/logos
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Making clean in ./ncarg2d/src/bin/psfltrs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
cleaning in ./ncarg2d/src/bin/psfltrs
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Making clean in ./ncarg2d/src/bin/pre2ncgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
cleaning in ./ncarg2d/src/bin/pre2ncgm
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
Making clean in ./ncarg2d/src/bin/psplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
cleaning in ./ncarg2d/src/bin/psplit
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Making clean in ./ncarg2d/src/bin/tdpackdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
cleaning in ./ncarg2d/src/bin/tdpackdemo
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
Making clean in ./ncarg2d/src/bin/ezmapdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
cleaning in ./ncarg2d/src/bin/ezmapdemo
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making clean in ./ncarg2d/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
cleaning in ./ncarg2d/src/db
Making clean in ./ncarg2d/src/db/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
cleaning in ./ncarg2d/src/db/ezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Making clean in ./ncarg2d/src/db/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
cleaning in ./ncarg2d/src/db/plotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
Making clean in ./ncarg2d/src/db/pwritxnt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
cleaning in ./ncarg2d/src/db/pwritxnt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
Making clean in ./ncarg2d/src/db/ranfdata
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
cleaning in ./ncarg2d/src/db/ranfdata
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Making clean in ./ncarg2d/src/db/ftfonts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
cleaning in ./ncarg2d/src/db/ftfonts
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making clean in ./ncarg2d/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
cleaning in ./ncarg2d/src/examples
Making clean in ./ncarg2d/src/examples/eareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
cleaning in ./ncarg2d/src/examples/eareas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Making clean in ./ncarg2d/src/examples/eautog
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
cleaning in ./ncarg2d/src/examples/eautog
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Making clean in ./ncarg2d/src/examples/ecolcv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
cleaning in ./ncarg2d/src/examples/ecolcv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Making clean in ./ncarg2d/src/examples/econpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
cleaning in ./ncarg2d/src/examples/econpa
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Making clean in ./ncarg2d/src/examples/econpt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
cleaning in ./ncarg2d/src/examples/econpt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Making clean in ./ncarg2d/src/examples/eezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
cleaning in ./ncarg2d/src/examples/eezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Making clean in ./ncarg2d/src/examples/eezmpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
cleaning in ./ncarg2d/src/examples/eezmpa
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Making clean in ./ncarg2d/src/examples/elblba
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
cleaning in ./ncarg2d/src/examples/elblba
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Making clean in ./ncarg2d/src/examples/emisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
cleaning in ./ncarg2d/src/examples/emisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Making clean in ./ncarg2d/src/examples/epltch
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
cleaning in ./ncarg2d/src/examples/epltch
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Making clean in ./ncarg2d/src/examples/eppack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
cleaning in ./ncarg2d/src/examples/eppack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Making clean in ./ncarg2d/src/examples/esoftf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
cleaning in ./ncarg2d/src/examples/esoftf
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Making clean in ./ncarg2d/src/examples/espps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
cleaning in ./ncarg2d/src/examples/espps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Making clean in ./ncarg2d/src/examples/esrfac
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
cleaning in ./ncarg2d/src/examples/esrfac
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Making clean in ./ncarg2d/src/examples/estitl
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
cleaning in ./ncarg2d/src/examples/estitl
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Making clean in ./ncarg2d/src/examples/estrml
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
cleaning in ./ncarg2d/src/examples/estrml
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Making clean in ./ncarg2d/src/examples/etpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
cleaning in ./ncarg2d/src/examples/etpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Making clean in ./ncarg2d/src/examples/evaspt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
cleaning in ./ncarg2d/src/examples/evaspt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Making clean in ./ncarg2d/src/examples/evelvc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
cleaning in ./ncarg2d/src/examples/evelvc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Making clean in ./ncarg2d/src/examples/ewmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
cleaning in ./ncarg2d/src/examples/ewmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making clean in ./ncarg2d/src/fundamental
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
cleaning in ./ncarg2d/src/fundamental
Making clean in ./ncarg2d/src/fundamental/fautograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
cleaning in ./ncarg2d/src/fundamental/fautograph
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Making clean in ./ncarg2d/src/fundamental/fcolconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
cleaning in ./ncarg2d/src/fundamental/fcolconv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Making clean in ./ncarg2d/src/fundamental/fdashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
cleaning in ./ncarg2d/src/fundamental/fdashline
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Making clean in ./ncarg2d/src/fundamental/ffield_flow
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
cleaning in ./ncarg2d/src/fundamental/ffield_flow
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
Making clean in ./ncarg2d/src/fundamental/fgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
cleaning in ./ncarg2d/src/fundamental/fgks
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Making clean in ./ncarg2d/src/fundamental/fisosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
cleaning in ./ncarg2d/src/fundamental/fisosurface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Making clean in ./ncarg2d/src/fundamental/flabelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
cleaning in ./ncarg2d/src/fundamental/flabelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Making clean in ./ncarg2d/src/fundamental/fngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
cleaning in ./ncarg2d/src/fundamental/fngmisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Making clean in ./ncarg2d/src/fundamental/fplotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
cleaning in ./ncarg2d/src/fundamental/fplotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Making clean in ./ncarg2d/src/fundamental/fscrolled_title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
cleaning in ./ncarg2d/src/fundamental/fscrolled_title
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
Making clean in ./ncarg2d/src/fundamental/fsoftfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
cleaning in ./ncarg2d/src/fundamental/fsoftfill
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Making clean in ./ncarg2d/src/fundamental/fspps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
cleaning in ./ncarg2d/src/fundamental/fspps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Making clean in ./ncarg2d/src/fundamental/fstreamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
cleaning in ./ncarg2d/src/fundamental/fstreamlines
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Making clean in ./ncarg2d/src/fundamental/fsurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
cleaning in ./ncarg2d/src/fundamental/fsurface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Making clean in ./ncarg2d/src/fundamental/fthreed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
cleaning in ./ncarg2d/src/fundamental/fthreed
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making clean in ./ncarg2d/src/tests
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
cleaning in ./ncarg2d/src/tests
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Making clean in ./ncarg2d/src/tutorial
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
cleaning in ./ncarg2d/src/tutorial
Making clean in ./ncarg2d/src/tutorial/tareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
cleaning in ./ncarg2d/src/tutorial/tareas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Making clean in ./ncarg2d/src/tutorial/tconpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
cleaning in ./ncarg2d/src/tutorial/tconpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Making clean in ./ncarg2d/src/tutorial/tezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
cleaning in ./ncarg2d/src/tutorial/tezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Making clean in ./ncarg2d/src/tutorial/class
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
cleaning in ./ncarg2d/src/tutorial/class
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making clean in ./ncarg2d/src/examplesC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
cleaning in ./ncarg2d/src/examplesC
Making clean in ./ncarg2d/src/examplesC/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
cleaning in ./ncarg2d/src/examplesC/areas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Making clean in ./ncarg2d/src/examplesC/autograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
cleaning in ./ncarg2d/src/examplesC/autograph
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Making clean in ./ncarg2d/src/examplesC/bivar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
cleaning in ./ncarg2d/src/examplesC/bivar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Making clean in ./ncarg2d/src/examplesC/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
cleaning in ./ncarg2d/src/examplesC/colconv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Making clean in ./ncarg2d/src/examplesC/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
cleaning in ./ncarg2d/src/examplesC/conpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Making clean in ./ncarg2d/src/examplesC/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
cleaning in ./ncarg2d/src/examplesC/conpackt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Making clean in ./ncarg2d/src/examplesC/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
cleaning in ./ncarg2d/src/examplesC/dashline
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Making clean in ./ncarg2d/src/examplesC/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
cleaning in ./ncarg2d/src/examplesC/dashpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Making clean in ./ncarg2d/src/examplesC/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
cleaning in ./ncarg2d/src/examplesC/ezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Making clean in ./ncarg2d/src/examplesC/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
cleaning in ./ncarg2d/src/examplesC/gflash
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Making clean in ./ncarg2d/src/examplesC/gks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
cleaning in ./ncarg2d/src/examplesC/gks
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Making clean in ./ncarg2d/src/examplesC/gridall
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
cleaning in ./ncarg2d/src/examplesC/gridall
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Making clean in ./ncarg2d/src/examplesC/histogram
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
cleaning in ./ncarg2d/src/examplesC/histogram
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Making clean in ./ncarg2d/src/examplesC/isosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
cleaning in ./ncarg2d/src/examplesC/isosurface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Making clean in ./ncarg2d/src/examplesC/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
cleaning in ./ncarg2d/src/examplesC/labelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Making clean in ./ncarg2d/src/examplesC/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
cleaning in ./ncarg2d/src/examplesC/ngmisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Making clean in ./ncarg2d/src/examplesC/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
cleaning in ./ncarg2d/src/examplesC/plotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Making clean in ./ncarg2d/src/examplesC/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
cleaning in ./ncarg2d/src/examplesC/polypack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Making clean in ./ncarg2d/src/examplesC/scrolled_title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
cleaning in ./ncarg2d/src/examplesC/scrolled_title
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
Making clean in ./ncarg2d/src/examplesC/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
cleaning in ./ncarg2d/src/examplesC/softfill
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Making clean in ./ncarg2d/src/examplesC/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
cleaning in ./ncarg2d/src/examplesC/spps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Making clean in ./ncarg2d/src/examplesC/streamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
cleaning in ./ncarg2d/src/examplesC/streamlines
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Making clean in ./ncarg2d/src/examplesC/surface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
cleaning in ./ncarg2d/src/examplesC/surface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Making clean in ./ncarg2d/src/examplesC/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
cleaning in ./ncarg2d/src/examplesC/tdpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Making clean in ./ncarg2d/src/examplesC/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
cleaning in ./ncarg2d/src/examplesC/threed
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Making clean in ./ncarg2d/src/examplesC/vectors
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
cleaning in ./ncarg2d/src/examplesC/vectors
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Making clean in ./ncarg2d/src/examplesC/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
cleaning in ./ncarg2d/src/examplesC/wmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making clean in ./ncarg2d/src/pdocexamples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
cleaning in ./ncarg2d/src/pdocexamples
Making clean in ./ncarg2d/src/pdocexamples/pgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
cleaning in ./ncarg2d/src/pdocexamples/pgks
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making clean in ./ncarg2d/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
cleaning in ./ncarg2d/man
Making clean in ./ncarg2d/man/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
cleaning in ./ncarg2d/man/areas
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Making clean in ./ncarg2d/man/autograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
cleaning in ./ncarg2d/man/autograph
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Making clean in ./ncarg2d/man/bivar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
cleaning in ./ncarg2d/man/bivar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Making clean in ./ncarg2d/man/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
cleaning in ./ncarg2d/man/colconv
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Making clean in ./ncarg2d/man/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
cleaning in ./ncarg2d/man/conpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Making clean in ./ncarg2d/man/conran_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
cleaning in ./ncarg2d/man/conran_family
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Making clean in ./ncarg2d/man/conrec_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
cleaning in ./ncarg2d/man/conrec_family
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Making clean in ./ncarg2d/man/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
cleaning in ./ncarg2d/man/dashline
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Making clean in ./ncarg2d/man/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
cleaning in ./ncarg2d/man/dashpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Making clean in ./ncarg2d/man/error_handling
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
cleaning in ./ncarg2d/man/error_handling
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Making clean in ./ncarg2d/man/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
cleaning in ./ncarg2d/man/ezmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Making clean in ./ncarg2d/man/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
cleaning in ./ncarg2d/man/gflash
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Making clean in ./ncarg2d/man/gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
cleaning in ./ncarg2d/man/gks
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Making clean in ./ncarg2d/man/gksC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
cleaning in ./ncarg2d/man/gksC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Making clean in ./ncarg2d/man/gridall
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
cleaning in ./ncarg2d/man/gridall
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Making clean in ./ncarg2d/man/halftone
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
cleaning in ./ncarg2d/man/halftone
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Making clean in ./ncarg2d/man/histogram
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
cleaning in ./ncarg2d/man/histogram
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Making clean in ./ncarg2d/man/isosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
cleaning in ./ncarg2d/man/isosurface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Making clean in ./ncarg2d/man/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
cleaning in ./ncarg2d/man/labelbar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Making clean in ./ncarg2d/man/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
cleaning in ./ncarg2d/man/ngmisc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Making clean in ./ncarg2d/man/other
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
cleaning in ./ncarg2d/man/other
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Making clean in ./ncarg2d/man/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
cleaning in ./ncarg2d/man/plotchar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Making clean in ./ncarg2d/man/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
cleaning in ./ncarg2d/man/polypack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Making clean in ./ncarg2d/man/pwrite_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
cleaning in ./ncarg2d/man/pwrite_family
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Making clean in ./ncarg2d/man/scrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
cleaning in ./ncarg2d/man/scrolled_title
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Making clean in ./ncarg2d/man/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
cleaning in ./ncarg2d/man/softfill
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Making clean in ./ncarg2d/man/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
cleaning in ./ncarg2d/man/spps
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Making clean in ./ncarg2d/man/streamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
cleaning in ./ncarg2d/man/streamlines
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Making clean in ./ncarg2d/man/surface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
cleaning in ./ncarg2d/man/surface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Making clean in ./ncarg2d/man/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
cleaning in ./ncarg2d/man/tdpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Making clean in ./ncarg2d/man/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
cleaning in ./ncarg2d/man/threed
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Making clean in ./ncarg2d/man/vectors
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
cleaning in ./ncarg2d/man/vectors
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Making clean in ./ncarg2d/man/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
cleaning in ./ncarg2d/man/wmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making clean in ./ngmath
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
cleaning in ./ngmath
Making clean in ./ngmath/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
cleaning in ./ngmath/src
Making clean in ./ngmath/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
cleaning in ./ngmath/src/lib
Making clean in ./ngmath/src/lib/gridpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
cleaning in ./ngmath/src/lib/gridpack
Making clean in ./ngmath/src/lib/gridpack/cssgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
cleaning in ./ngmath/src/lib/gridpack/cssgrid
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making clean in ./ngmath/src/lib/gridpack/natgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
cleaning in ./ngmath/src/lib/gridpack/natgrid
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making clean in ./ngmath/src/lib/gridpack/dsgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
cleaning in ./ngmath/src/lib/gridpack/dsgrid
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making clean in ./ngmath/src/lib/gridpack/fitgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
cleaning in ./ngmath/src/lib/gridpack/fitgrid
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making clean in ./ngmath/src/lib/gridpack/csagrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
cleaning in ./ngmath/src/lib/gridpack/csagrid
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making clean in ./ngmath/src/lib/gridpack/shgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
cleaning in ./ngmath/src/lib/gridpack/shgrid
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making clean in ./ngmath/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
cleaning in ./ngmath/src/bin
Making clean in ./ngmath/src/bin/nnalg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
cleaning in ./ngmath/src/bin/nnalg
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making clean in ./ngmath/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
cleaning in ./ngmath/src/examples
Making clean in ./ngmath/src/examples/ecsagrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
cleaning in ./ngmath/src/examples/ecsagrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Making clean in ./ngmath/src/examples/ecssgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
cleaning in ./ngmath/src/examples/ecssgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Making clean in ./ngmath/src/examples/edsgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
cleaning in ./ngmath/src/examples/edsgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Making clean in ./ngmath/src/examples/efitgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
cleaning in ./ngmath/src/examples/efitgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Making clean in ./ngmath/src/examples/enatgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
cleaning in ./ngmath/src/examples/enatgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Making clean in ./ngmath/src/examples/eshgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
cleaning in ./ngmath/src/examples/eshgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making clean in ./ngmath/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
cleaning in ./ngmath/man
Making clean in ./ngmath/man/csagrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
cleaning in ./ngmath/man/csagrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Making clean in ./ngmath/man/cssgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
cleaning in ./ngmath/man/cssgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Making clean in ./ngmath/man/natgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
cleaning in ./ngmath/man/natgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Making clean in ./ngmath/man/dsgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
cleaning in ./ngmath/man/dsgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Making clean in ./ngmath/man/fitgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
cleaning in ./ngmath/man/fitgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Making clean in ./ngmath/man/shgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
cleaning in ./ngmath/man/shgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making clean in ./ncarview
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
cleaning in ./ncarview
Making clean in ./ncarview/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
cleaning in ./ncarview/src
Making clean in ./ncarview/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
cleaning in ./ncarview/src/lib
Making clean in ./ncarview/src/lib/libcgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
cleaning in ./ncarview/src/lib/libcgm
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Making clean in ./ncarview/src/lib/libncarg_ras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
cleaning in ./ncarview/src/lib/libncarg_ras
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
Making clean in ./ncarview/src/lib/libctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
cleaning in ./ncarview/src/lib/libctrans
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Making clean in ./ncarview/src/lib/libictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
cleaning in ./ncarview/src/lib/libictrans
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making clean in ./ncarview/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
cleaning in ./ncarview/src/bin
Making clean in ./ncarview/src/bin/ctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
cleaning in ./ncarview/src/bin/ctrans
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Making clean in ./ncarview/src/bin/ictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
cleaning in ./ncarview/src/bin/ictrans
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Making clean in ./ncarview/src/bin/filter
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
cleaning in ./ncarview/src/bin/filter
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Making clean in ./ncarview/src/bin/med
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
cleaning in ./ncarview/src/bin/med
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Making clean in ./ncarview/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
cleaning in ./ncarview/src/bin/scripts
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Making clean in ./ncarview/src/bin/rascat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
cleaning in ./ncarview/src/bin/rascat
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Making clean in ./ncarview/src/bin/rasstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
cleaning in ./ncarview/src/bin/rasstat
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Making clean in ./ncarview/src/bin/ncgmstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
cleaning in ./ncarview/src/bin/ncgmstat
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Making clean in ./ncarview/src/bin/idt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
cleaning in ./ncarview/src/bin/idt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Making clean in ./ncarview/src/bin/rasview
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
cleaning in ./ncarview/src/bin/rasview
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Making clean in ./ncarview/src/bin/rasls
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
cleaning in ./ncarview/src/bin/rasls
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Making clean in ./ncarview/src/bin/rasgetpal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
cleaning in ./ncarview/src/bin/rasgetpal
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Making clean in ./ncarview/src/bin/rassplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
cleaning in ./ncarview/src/bin/rassplit
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Making clean in ./ncarview/src/bin/ras2ccir601
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
cleaning in ./ncarview/src/bin/ras2ccir601
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making clean in ./ncarview/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
cleaning in ./ncarview/man
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Making clean in ./ncarview/app
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
cleaning in ./ncarview/app
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making clean in ./ni
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
cleaning in ./ni
Making clean in ./ni/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
cleaning in ./ni/src
Making clean in ./ni/src/nyacc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
cleaning in ./ni/src/nyacc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
Making clean in ./ni/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
cleaning in ./ni/src/lib
Making clean in ./ni/src/lib/hlu
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
cleaning in ./ni/src/lib/hlu
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Making clean in ./ni/src/lib/nfp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
cleaning in ./ni/src/lib/nfp
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Making clean in ./ni/src/lib/nfpfort
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
cleaning in ./ni/src/lib/nfpfort
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Making clean in ./ni/src/lib/nio
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
cleaning in ./ni/src/lib/nio
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making clean in ./ni/src/ncl
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
cleaning in ./ni/src/ncl
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Making clean in ./ni/src/mkwrap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
cleaning in ./ni/src/mkwrap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
Making clean in ./ni/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
cleaning in ./ni/src/db
Making clean in ./ni/src/db/rgb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
cleaning in ./ni/src/db/rgb
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Making clean in ./ni/src/db/colormaps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
cleaning in ./ni/src/db/colormaps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Making clean in ./ni/src/db/udunits
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
cleaning in ./ni/src/db/udunits
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Making clean in ./ni/src/db/grib2_codetables
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
cleaning in ./ni/src/db/grib2_codetables
Making clean in ./ni/src/db/grib2_codetables/ecmwf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
cleaning in ./ni/src/db/grib2_codetables/ecmwf
Making clean in ./ni/src/db/grib2_codetables/ecmwf/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/0
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
Making clean in ./ni/src/db/grib2_codetables/ecmwf/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/1
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
Making clean in ./ni/src/db/grib2_codetables/ecmwf/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/2
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
Making clean in ./ni/src/db/grib2_codetables/ecmwf/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/3
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
Making clean in ./ni/src/db/grib2_codetables/ecmwf/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/4
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
Making clean in ./ni/src/db/grib2_codetables/ecmwf/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/5
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
Making clean in ./ni/src/db/grib2_codetables/ecmwf/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/6
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
Making clean in ./ni/src/db/grib2_codetables/ecmwf/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
cleaning in ./ni/src/db/grib2_codetables/ecmwf/7
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making clean in ./ni/src/db/grib2_codetables/ncep
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
cleaning in ./ni/src/db/grib2_codetables/ncep
Making clean in ./ni/src/db/grib2_codetables/ncep/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
cleaning in ./ni/src/db/grib2_codetables/ncep/0
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
Making clean in ./ni/src/db/grib2_codetables/ncep/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
cleaning in ./ni/src/db/grib2_codetables/ncep/1
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
Making clean in ./ni/src/db/grib2_codetables/ncep/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
cleaning in ./ni/src/db/grib2_codetables/ncep/2
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
Making clean in ./ni/src/db/grib2_codetables/ncep/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
cleaning in ./ni/src/db/grib2_codetables/ncep/3
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
Making clean in ./ni/src/db/grib2_codetables/ncep/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
cleaning in ./ni/src/db/grib2_codetables/ncep/4
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
Making clean in ./ni/src/db/grib2_codetables/ncep/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
cleaning in ./ni/src/db/grib2_codetables/ncep/5
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
Making clean in ./ni/src/db/grib2_codetables/ncep/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
cleaning in ./ni/src/db/grib2_codetables/ncep/6
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
Making clean in ./ni/src/db/grib2_codetables/ncep/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
cleaning in ./ni/src/db/grib2_codetables/ncep/7
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making clean in ./ni/src/db/grib2_codetables/tigge
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
cleaning in ./ni/src/db/grib2_codetables/tigge
Making clean in ./ni/src/db/grib2_codetables/tigge/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
cleaning in ./ni/src/db/grib2_codetables/tigge/0
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
Making clean in ./ni/src/db/grib2_codetables/tigge/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
cleaning in ./ni/src/db/grib2_codetables/tigge/1
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
Making clean in ./ni/src/db/grib2_codetables/tigge/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
cleaning in ./ni/src/db/grib2_codetables/tigge/2
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
Making clean in ./ni/src/db/grib2_codetables/tigge/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
cleaning in ./ni/src/db/grib2_codetables/tigge/3
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
Making clean in ./ni/src/db/grib2_codetables/tigge/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
cleaning in ./ni/src/db/grib2_codetables/tigge/4
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
Making clean in ./ni/src/db/grib2_codetables/tigge/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
cleaning in ./ni/src/db/grib2_codetables/tigge/5
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
Making clean in ./ni/src/db/grib2_codetables/tigge/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
cleaning in ./ni/src/db/grib2_codetables/tigge/6
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
Making clean in ./ni/src/db/grib2_codetables/tigge/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
cleaning in ./ni/src/db/grib2_codetables/tigge/7
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making clean in ./ni/src/db/grib2_codetables.previous
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
cleaning in ./ni/src/db/grib2_codetables.previous
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/0
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/1
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/2
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/3
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/4
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/5
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/6
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
Making clean in ./ni/src/db/grib2_codetables.previous/ecmwf/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
cleaning in ./ni/src/db/grib2_codetables.previous/ecmwf/7
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/0
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/1
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/2
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/3
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/4
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/5
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/6
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
Making clean in ./ni/src/db/grib2_codetables.previous/ncep/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
cleaning in ./ni/src/db/grib2_codetables.previous/ncep/7
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/0
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/1
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/2
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/3
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/4
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/5
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/6
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
Making clean in ./ni/src/db/grib2_codetables.previous/tigge/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
cleaning in ./ni/src/db/grib2_codetables.previous/tigge/7
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making clean in ./ni/src/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
cleaning in ./ni/src/scripts
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Making clean in ./ni/src/contrib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
cleaning in ./ni/src/contrib
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Making clean in ./ni/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
cleaning in ./ni/src/examples
Making clean in ./ni/src/examples/app
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
cleaning in ./ni/src/examples/app
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Making clean in ./ni/src/examples/basic
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
cleaning in ./ni/src/examples/basic
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Making clean in ./ni/src/examples/contourplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
cleaning in ./ni/src/examples/contourplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Making clean in ./ni/src/examples/gsun
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
cleaning in ./ni/src/examples/gsun
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Making clean in ./ni/src/examples/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
cleaning in ./ni/src/examples/labelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Making clean in ./ni/src/examples/legend
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
cleaning in ./ni/src/examples/legend
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Making clean in ./ni/src/examples/mapplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
cleaning in ./ni/src/examples/mapplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Making clean in ./ni/src/examples/ngmath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
cleaning in ./ni/src/examples/ngmath
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Making clean in ./ni/src/examples/nug
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
cleaning in ./ni/src/examples/nug
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Making clean in ./ni/src/examples/primitives
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
cleaning in ./ni/src/examples/primitives
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Making clean in ./ni/src/examples/streamlineplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
cleaning in ./ni/src/examples/streamlineplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Making clean in ./ni/src/examples/textitem
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
cleaning in ./ni/src/examples/textitem
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Making clean in ./ni/src/examples/tickmark
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
cleaning in ./ni/src/examples/tickmark
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Making clean in ./ni/src/examples/title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
cleaning in ./ni/src/examples/title
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Making clean in ./ni/src/examples/vectorplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
cleaning in ./ni/src/examples/vectorplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Making clean in ./ni/src/examples/xyplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
cleaning in ./ni/src/examples/xyplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Making clean in ./ni/src/examples/data
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
cleaning in ./ni/src/examples/data
Making clean in ./ni/src/examples/data/asc
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
cleaning in ./ni/src/examples/data/asc
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
Making clean in ./ni/src/examples/data/bin
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
cleaning in ./ni/src/examples/data/bin
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
Making clean in ./ni/src/examples/data/cdf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
cleaning in ./ni/src/examples/data/cdf
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
Making clean in ./ni/src/examples/data/grb
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
cleaning in ./ni/src/examples/data/grb
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
Making clean in ./ni/src/examples/data/hdf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
cleaning in ./ni/src/examples/data/hdf
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
Making clean in ./ni/src/examples/data/shp
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
cleaning in ./ni/src/examples/data/shp
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
Making clean in ./ni/src/examples/data/nug
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
cleaning in ./ni/src/examples/data/nug
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
rm -f -r include
Making includes in ./config
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
make[2]: Nothing to be done for `includes'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
Making includes in ./external
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making includes in ./external/blas
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Making includes in ./external/lapack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Making includes in ./external/sphere3.1_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Making includes in ./external/fftpack5_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making includes in ./common
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making includes in ./common/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making includes in ./common/src/libncarg_c
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
ln -s .././.././common/src/libncarg_c/c.h .
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Making includes in ./common/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making includes in ./common/src/bin/ncargpath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making includes in ./common/src/fontcap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Making includes in ./common/src/graphcap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making includes in ./common/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making includes in ./ncarg2d
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making includes in ./ncarg2d/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making includes in ./ncarg2d/src/libncarg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
ln -s .././.././ncarg2d/src/libncarg/ncargC.h .
Making includes in ./ncarg2d/src/libncarg/Iftran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making includes in ./ncarg2d/src/libncarg/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making includes in ./ncarg2d/src/libncarg/autogrph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making includes in ./ncarg2d/src/libncarg/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making includes in ./ncarg2d/src/libncarg/common
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making includes in ./ncarg2d/src/libncarg/concom
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making includes in ./ncarg2d/src/libncarg/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making includes in ./ncarg2d/src/libncarg/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making includes in ./ncarg2d/src/libncarg/conran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making includes in ./ncarg2d/src/libncarg/conrec
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making includes in ./ncarg2d/src/libncarg/conterp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making includes in ./ncarg2d/src/libncarg/dashchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making includes in ./ncarg2d/src/libncarg/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making includes in ./ncarg2d/src/libncarg/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making includes in ./ncarg2d/src/libncarg/ezmapa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making includes in ./ncarg2d/src/libncarg/ezmapb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making includes in ./ncarg2d/src/libncarg/ezmapc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making includes in ./ncarg2d/src/libncarg/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making includes in ./ncarg2d/src/libncarg/gridal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making includes in ./ncarg2d/src/libncarg/hafton
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making includes in ./ncarg2d/src/libncarg/histgr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making includes in ./ncarg2d/src/libncarg/isosrf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making includes in ./ncarg2d/src/libncarg/isosrfhr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making includes in ./ncarg2d/src/libncarg/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making includes in ./ncarg2d/src/libncarg/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making includes in ./ncarg2d/src/libncarg/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making includes in ./ncarg2d/src/libncarg/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making includes in ./ncarg2d/src/libncarg/pwritx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making includes in ./ncarg2d/src/libncarg/pwrity
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making includes in ./ncarg2d/src/libncarg/pwrzi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making includes in ./ncarg2d/src/libncarg/pwrzs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making includes in ./ncarg2d/src/libncarg/pwrzt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making includes in ./ncarg2d/src/libncarg/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making includes in ./ncarg2d/src/libncarg/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making includes in ./ncarg2d/src/libncarg/srface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making includes in ./ncarg2d/src/libncarg/stitle
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making includes in ./ncarg2d/src/libncarg/strmln
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making includes in ./ncarg2d/src/libncarg/support
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making includes in ./ncarg2d/src/libncarg/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making includes in ./ncarg2d/src/libncarg/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making includes in ./ncarg2d/src/libncarg/vaspackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making includes in ./ncarg2d/src/libncarg/velvct
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making includes in ./ncarg2d/src/libncarg/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making includes in ./ncarg2d/src/libncarg/areasC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making includes in ./ncarg2d/src/libncarg/autogrphC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making includes in ./ncarg2d/src/libncarg/colconvC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making includes in ./ncarg2d/src/libncarg/conpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making includes in ./ncarg2d/src/libncarg/conpacktC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making includes in ./ncarg2d/src/libncarg/commonC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making includes in ./ncarg2d/src/libncarg/dashcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making includes in ./ncarg2d/src/libncarg/dashpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making includes in ./ncarg2d/src/libncarg/ezmapCC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making includes in ./ncarg2d/src/libncarg/gflashC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making includes in ./ncarg2d/src/libncarg/gridalC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making includes in ./ncarg2d/src/libncarg/histgrC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making includes in ./ncarg2d/src/libncarg/isosrfC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making includes in ./ncarg2d/src/libncarg/labelbarC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making includes in ./ncarg2d/src/libncarg/ngmiscC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making includes in ./ncarg2d/src/libncarg/plotcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making includes in ./ncarg2d/src/libncarg/polypackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making includes in ./ncarg2d/src/libncarg/softfillC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making includes in ./ncarg2d/src/libncarg/sppsC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making includes in ./ncarg2d/src/libncarg/srfaceC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making includes in ./ncarg2d/src/libncarg/stitleC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making includes in ./ncarg2d/src/libncarg/supportC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making includes in ./ncarg2d/src/libncarg/strmlnC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making includes in ./ncarg2d/src/libncarg/tdpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making includes in ./ncarg2d/src/libncarg/threedC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making includes in ./ncarg2d/src/libncarg/velvctC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making includes in ./ncarg2d/src/libncarg/wmapC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making includes in ./ncarg2d/src/libncarg_gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
ln -s .././.././ncarg2d/src/libncarg_gks/gks.h .
Making includes in ./ncarg2d/src/libncarg_gks/awi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making includes in ./ncarg2d/src/libncarg_gks/bwi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making includes in ./ncarg2d/src/libncarg_gks/wiss
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making includes in ./ncarg2d/src/libncarg_gks/cdrivers
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
ln -s .././.././ncarg2d/src/libncarg_gks/cdrivers/gksP.h .
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making includes in ./ncarg2d/src/libncarg_gks/awiC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making includes in ./ncarg2d/src/liboptional
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making includes in ./ncarg2d/src/liboptional/conraq
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Making includes in ./ncarg2d/src/liboptional/conras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Making includes in ./ncarg2d/src/liboptional/conrcqck
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Making includes in ./ncarg2d/src/liboptional/conrcspr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Making includes in ./ncarg2d/src/liboptional/dashsmth
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Making includes in ./ncarg2d/src/liboptional/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Making includes in ./ncarg2d/src/liboptional/dashsupr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Making includes in ./ncarg2d/src/liboptional/agupwrtx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Making includes in ./ncarg2d/src/liboptional/ncarbd
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making includes in ./ncarg2d/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making includes in ./ncarg2d/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Making includes in ./ncarg2d/src/bin/impltest
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
Making includes in ./ncarg2d/src/bin/ncargworld
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
Making includes in ./ncarg2d/src/bin/findg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Making includes in ./ncarg2d/src/bin/logos
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Making includes in ./ncarg2d/src/bin/psfltrs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Making includes in ./ncarg2d/src/bin/pre2ncgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
Making includes in ./ncarg2d/src/bin/psplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Making includes in ./ncarg2d/src/bin/tdpackdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
Making includes in ./ncarg2d/src/bin/ezmapdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making includes in ./ncarg2d/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making includes in ./ncarg2d/src/db/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Making includes in ./ncarg2d/src/db/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
Making includes in ./ncarg2d/src/db/pwritxnt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
Making includes in ./ncarg2d/src/db/ranfdata
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Making includes in ./ncarg2d/src/db/ftfonts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making includes in ./ncarg2d/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making includes in ./ncarg2d/src/examples/eareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Making includes in ./ncarg2d/src/examples/eautog
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Making includes in ./ncarg2d/src/examples/ecolcv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Making includes in ./ncarg2d/src/examples/econpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Making includes in ./ncarg2d/src/examples/econpt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Making includes in ./ncarg2d/src/examples/eezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Making includes in ./ncarg2d/src/examples/eezmpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Making includes in ./ncarg2d/src/examples/elblba
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Making includes in ./ncarg2d/src/examples/emisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Making includes in ./ncarg2d/src/examples/epltch
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Making includes in ./ncarg2d/src/examples/eppack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Making includes in ./ncarg2d/src/examples/esoftf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Making includes in ./ncarg2d/src/examples/espps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Making includes in ./ncarg2d/src/examples/esrfac
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Making includes in ./ncarg2d/src/examples/estitl
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Making includes in ./ncarg2d/src/examples/estrml
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Making includes in ./ncarg2d/src/examples/etpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Making includes in ./ncarg2d/src/examples/evaspt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Making includes in ./ncarg2d/src/examples/evelvc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Making includes in ./ncarg2d/src/examples/ewmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making includes in ./ncarg2d/src/fundamental
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making includes in ./ncarg2d/src/fundamental/fautograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Making includes in ./ncarg2d/src/fundamental/fcolconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Making includes in ./ncarg2d/src/fundamental/fdashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Making includes in ./ncarg2d/src/fundamental/ffield_flow
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
Making includes in ./ncarg2d/src/fundamental/fgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Making includes in ./ncarg2d/src/fundamental/fisosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Making includes in ./ncarg2d/src/fundamental/flabelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Making includes in ./ncarg2d/src/fundamental/fngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Making includes in ./ncarg2d/src/fundamental/fplotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Making includes in ./ncarg2d/src/fundamental/fscrolled_title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
Making includes in ./ncarg2d/src/fundamental/fsoftfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Making includes in ./ncarg2d/src/fundamental/fspps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Making includes in ./ncarg2d/src/fundamental/fstreamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Making includes in ./ncarg2d/src/fundamental/fsurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Making includes in ./ncarg2d/src/fundamental/fthreed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making includes in ./ncarg2d/src/tests
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Making includes in ./ncarg2d/src/tutorial
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making includes in ./ncarg2d/src/tutorial/tareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Making includes in ./ncarg2d/src/tutorial/tconpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Making includes in ./ncarg2d/src/tutorial/tezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Making includes in ./ncarg2d/src/tutorial/class
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making includes in ./ncarg2d/src/examplesC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making includes in ./ncarg2d/src/examplesC/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Making includes in ./ncarg2d/src/examplesC/autograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Making includes in ./ncarg2d/src/examplesC/bivar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Making includes in ./ncarg2d/src/examplesC/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Making includes in ./ncarg2d/src/examplesC/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Making includes in ./ncarg2d/src/examplesC/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Making includes in ./ncarg2d/src/examplesC/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Making includes in ./ncarg2d/src/examplesC/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Making includes in ./ncarg2d/src/examplesC/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Making includes in ./ncarg2d/src/examplesC/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Making includes in ./ncarg2d/src/examplesC/gks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Making includes in ./ncarg2d/src/examplesC/gridall
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Making includes in ./ncarg2d/src/examplesC/histogram
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Making includes in ./ncarg2d/src/examplesC/isosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Making includes in ./ncarg2d/src/examplesC/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Making includes in ./ncarg2d/src/examplesC/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Making includes in ./ncarg2d/src/examplesC/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Making includes in ./ncarg2d/src/examplesC/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Making includes in ./ncarg2d/src/examplesC/scrolled_title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
Making includes in ./ncarg2d/src/examplesC/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Making includes in ./ncarg2d/src/examplesC/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Making includes in ./ncarg2d/src/examplesC/streamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Making includes in ./ncarg2d/src/examplesC/surface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Making includes in ./ncarg2d/src/examplesC/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Making includes in ./ncarg2d/src/examplesC/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Making includes in ./ncarg2d/src/examplesC/vectors
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Making includes in ./ncarg2d/src/examplesC/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making includes in ./ncarg2d/src/pdocexamples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
Making includes in ./ncarg2d/src/pdocexamples/pgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making includes in ./ncarg2d/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
Making includes in ./ncarg2d/man/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Making includes in ./ncarg2d/man/autograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Making includes in ./ncarg2d/man/bivar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Making includes in ./ncarg2d/man/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Making includes in ./ncarg2d/man/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Making includes in ./ncarg2d/man/conran_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Making includes in ./ncarg2d/man/conrec_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Making includes in ./ncarg2d/man/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Making includes in ./ncarg2d/man/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Making includes in ./ncarg2d/man/error_handling
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Making includes in ./ncarg2d/man/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Making includes in ./ncarg2d/man/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Making includes in ./ncarg2d/man/gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Making includes in ./ncarg2d/man/gksC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Making includes in ./ncarg2d/man/gridall
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Making includes in ./ncarg2d/man/halftone
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Making includes in ./ncarg2d/man/histogram
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Making includes in ./ncarg2d/man/isosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Making includes in ./ncarg2d/man/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Making includes in ./ncarg2d/man/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Making includes in ./ncarg2d/man/other
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Making includes in ./ncarg2d/man/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Making includes in ./ncarg2d/man/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Making includes in ./ncarg2d/man/pwrite_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Making includes in ./ncarg2d/man/scrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Making includes in ./ncarg2d/man/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Making includes in ./ncarg2d/man/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Making includes in ./ncarg2d/man/streamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Making includes in ./ncarg2d/man/surface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Making includes in ./ncarg2d/man/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Making includes in ./ncarg2d/man/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Making includes in ./ncarg2d/man/vectors
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Making includes in ./ncarg2d/man/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making includes in ./ngmath
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making includes in ./ngmath/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making includes in ./ngmath/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
ln -s .././.././ngmath/src/lib/ngmath.h .
Making includes in ./ngmath/src/lib/gridpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Making includes in ./ngmath/src/lib/gridpack/cssgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making includes in ./ngmath/src/lib/gridpack/natgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making includes in ./ngmath/src/lib/gridpack/dsgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making includes in ./ngmath/src/lib/gridpack/fitgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making includes in ./ngmath/src/lib/gridpack/csagrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making includes in ./ngmath/src/lib/gridpack/shgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making includes in ./ngmath/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making includes in ./ngmath/src/bin/nnalg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making includes in ./ngmath/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
Making includes in ./ngmath/src/examples/ecsagrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Making includes in ./ngmath/src/examples/ecssgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Making includes in ./ngmath/src/examples/edsgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Making includes in ./ngmath/src/examples/efitgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Making includes in ./ngmath/src/examples/enatgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Making includes in ./ngmath/src/examples/eshgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making includes in ./ngmath/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
Making includes in ./ngmath/man/csagrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Making includes in ./ngmath/man/cssgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Making includes in ./ngmath/man/natgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Making includes in ./ngmath/man/dsgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Making includes in ./ngmath/man/fitgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Making includes in ./ngmath/man/shgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making includes in ./ncarview
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making includes in ./ncarview/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making includes in ./ncarview/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making includes in ./ncarview/src/lib/libcgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
ln -s .././.././ncarview/src/lib/libcgm/cgm_tools.h .
ln -s .././.././ncarview/src/lib/libcgm/cgmdef.h .
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Making includes in ./ncarview/src/lib/libncarg_ras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
ln -s .././.././ncarview/src/lib/libncarg_ras/ncarg_ras.h .
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
Making includes in ./ncarview/src/lib/libctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
ln -s .././.././ncarview/src/lib/libctrans/ctrans.h .
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Making includes in ./ncarview/src/lib/libictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making includes in ./ncarview/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
Making includes in ./ncarview/src/bin/ctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Making includes in ./ncarview/src/bin/ictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Making includes in ./ncarview/src/bin/filter
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Making includes in ./ncarview/src/bin/med
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Making includes in ./ncarview/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Making includes in ./ncarview/src/bin/rascat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Making includes in ./ncarview/src/bin/rasstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Making includes in ./ncarview/src/bin/ncgmstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Making includes in ./ncarview/src/bin/idt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Making includes in ./ncarview/src/bin/rasview
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Making includes in ./ncarview/src/bin/rasls
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Making includes in ./ncarview/src/bin/rasgetpal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Making includes in ./ncarview/src/bin/rassplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Making includes in ./ncarview/src/bin/ras2ccir601
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making includes in ./ncarview/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Making includes in ./ncarview/app
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making includes in ./ni
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
Making includes in ./ni/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
Making includes in ./ni/src/nyacc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o closure.o closure.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o lalr.o lalr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o main.o main.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o output.o output.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o skeleton.o skeleton.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o verbose.o verbose.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o error.o error.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o lr0.o lr0.c
In file included from verbose.c:2:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
In file included from lr0.c:2:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
In file included from skeleton.c:1:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
In file included from error.c:3:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
In file included from output.c:1:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
In file included from lalr.c:1:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
In file included from closure.c:1:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
In file included from main.c:2:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
verbose.c: In function ‘verbose’:
closure.c:11:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_EFF()
 ^~~~~~~
main.c:64:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 done(k)
 ^~~~
main.c: In function ‘done’:
main.c:67:45: warning: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration]
     if (action_file) { fclose(action_file); unlink(action_file_name); }
                                             ^~~~~~
lalr.c:37:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 lalr()
 ^~~~
main.c:70:5: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
     exit(k);
     ^~~~
main.c:70:5: warning: incompatible implicit declaration of built-in function ‘exit’
closure.c: In function ‘set_EFF’:
main.c:70:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
closure.c:39:5: warning: implicit declaration of function ‘reflexive_transitive_closure’ [-Wimplicit-function-declaration]
     reflexive_transitive_closure(EFF, nvars);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lalr.c: In function ‘lalr’:
main.c: At top level:
closure.c: At top level:
lalr.c:41:5: warning: implicit declaration of function ‘set_state_table’ [-Wimplicit-function-declaration]
     set_state_table();
     ^~~~~~~~~~~~~~~
main.c:80:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_signals()
 ^~~~~~~~~~~
closure.c:47:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_first_derives()
 ^~~~~~~~~~~~~~~~~
output.c:24:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output()
 ^~~~~~
lalr.c:42:5: warning: implicit declaration of function ‘set_accessing_symbol’ [-Wimplicit-function-declaration]
     set_accessing_symbol();
     ^~~~~~~~~~~~~~~~~~~~
lr0.c:33:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 allocate_itemsets()
 ^~~~~~~~~~~~~~~~~
output.c: In function ‘output’:
lalr.c:43:5: warning: implicit declaration of function ‘set_shift_table’ [-Wimplicit-function-declaration]
     set_shift_table();
     ^~~~~~~~~~~~~~~
output.c:26:5: warning: implicit declaration of function ‘free_itemsets’ [-Wimplicit-function-declaration]
     free_itemsets();
     ^~~~~~~~~~~~~
main.c:97:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 usage()
 ^~~~~
lalr.c:44:5: warning: implicit declaration of function ‘set_reduction_table’ [-Wimplicit-function-declaration]
     set_reduction_table();
     ^~~~~~~~~~~~~~~~~~~
output.c:27:5: warning: implicit declaration of function ‘free_shifts’ [-Wimplicit-function-declaration]
     free_shifts();
     ^~~~~~~~~~~
lalr.c:45:5: warning: implicit declaration of function ‘set_maxrhs’ [-Wimplicit-function-declaration]
     set_maxrhs();
     ^~~~~~~~~~
main.c: In function ‘usage’:
error.c:6:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 fatal(msg)
 ^~~~~
output.c:28:5: warning: implicit declaration of function ‘free_reductions’ [-Wimplicit-function-declaration]
     free_reductions();
     ^~~~~~~~~~~~~~~
lalr.c:46:5: warning: implicit declaration of function ‘initialize_LA’ [-Wimplicit-function-declaration]
     initialize_LA();
     ^~~~~~~~~~~~~
main.c:100:5: warning: incompatible implicit declaration of built-in function ‘exit’
     exit(1);
     ^~~~
output.c:29:5: warning: implicit declaration of function ‘output_prefix’ [-Wimplicit-function-declaration]
     output_prefix();
     ^~~~~~~~~~~~~
main.c:100:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
lalr.c:47:5: warning: implicit declaration of function ‘set_goto_map’ [-Wimplicit-function-declaration]
     set_goto_map();
     ^~~~~~~~~~~~
error.c: In function ‘fatal’:
output.c:31:5: warning: implicit declaration of function ‘output_defines’ [-Wimplicit-function-declaration]
     output_defines();
     ^~~~~~~~~~~~~~
verbose.c:14:26: warning: implicit declaration of function ‘no_space’ [-Wimplicit-function-declaration]
     if (null_rules == 0) no_space();
                          ^~~~~~~~
lalr.c:48:5: warning: implicit declaration of function ‘initialize_F’ [-Wimplicit-function-declaration]
     initialize_F();
     ^~~~~~~~~~~~
lr0.c:75:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 allocate_storage()
 ^~~~~~~~~~~~~~~~
error.c:10:5: warning: implicit declaration of function ‘done’ [-Wimplicit-function-declaration]
     done(2);
     ^~~~
output.c:32:5: warning: implicit declaration of function ‘output_rule_data’ [-Wimplicit-function-declaration]
     output_rule_data();
     ^~~~~~~~~~~~~~~~
lalr.c:49:5: warning: implicit declaration of function ‘build_relations’ [-Wimplicit-function-declaration]
     build_relations();
     ^~~~~~~~~~~~~~~
output.c:33:5: warning: implicit declaration of function ‘output_yydefred’ [-Wimplicit-function-declaration]
     output_yydefred();
     ^~~~~~~~~~~~~~~
error.c: At top level:
verbose.c:17:2: warning: implicit declaration of function ‘print_state’ [-Wimplicit-function-declaration]
  print_state(i);
  ^~~~~~~~~~~
lalr.c:50:5: warning: implicit declaration of function ‘compute_FOLLOWS’ [-Wimplicit-function-declaration]
     compute_FOLLOWS();
     ^~~~~~~~~~~~~~~
output.c:34:5: warning: implicit declaration of function ‘output_actions’ [-Wimplicit-function-declaration]
     output_actions();
     ^~~~~~~~~~~~~~
error.c:14:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 no_space()
 ^~~~~~~~
lr0.c:84:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 append_states()
 ^~~~~~~~~~~~~
lalr.c:51:5: warning: implicit declaration of function ‘compute_lookaheads’ [-Wimplicit-function-declaration]
     compute_lookaheads();
     ^~~~~~~~~~~~~~~~~~
output.c:35:5: warning: implicit declaration of function ‘free_parser’ [-Wimplicit-function-declaration]
     free_parser();
     ^~~~~~~~~~~
verbose.c:21:2: warning: implicit declaration of function ‘log_unused’ [-Wimplicit-function-declaration]
  log_unused();
  ^~~~~~~~~~
error.c:21:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 open_error(filename)
 ^~~~~~~~~~
output.c:36:5: warning: implicit declaration of function ‘output_debug’ [-Wimplicit-function-declaration]
     output_debug();
     ^~~~~~~~~~~~
lalr.c: At top level:
output.c:37:5: warning: implicit declaration of function ‘output_stype’ [-Wimplicit-function-declaration]
     output_stype();
     ^~~~~~~~~~~~
lalr.c:56:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_state_table()
 ^~~~~~~~~~~~~~~
main.c: In function ‘allocate’:
error.c:29:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unexpected_EOF()
 ^~~~~~~~~~~~~~
output.c:38:16: warning: implicit declaration of function ‘write_section’ [-Wimplicit-function-declaration]
     if (rflag) write_section(tables);
                ^~~~~~~~~~~~~
main.c:219:10: warning: implicit declaration of function ‘no_space’ [-Wimplicit-function-declaration]
  if (!p) no_space();
          ^~~~~~~~
closure.c:102:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 closure(nucleus, n)
 ^~~~~~~
main.c: At top level:
output.c: At top level:
main.c:225:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 create_file_names()
 ^~~~~~~~~~~~~~~~~
lalr.c:67:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_accessing_symbol()
 ^~~~~~~~~~~~~~~~~~~~
output.c:47:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_prefix()
 ^~~~~~~~~~~~~
main.c: In function ‘create_file_names’:
main.c:233:11: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
     len = strlen(tmpdir);
           ^~~~~~
skeleton.c:296:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 write_section(section)
 ^~~~~~~~~~~~~
main.c:233:11: warning: incompatible implicit declaration of built-in function ‘strlen’
main.c:233:11: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
lalr.c:78:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_shift_table()
 ^~~~~~~~~~~~~~~
lalr.c:89:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_reduction_table()
 ^~~~~~~~~~~~~~~~~~~
verbose.c:23:2: warning: implicit declaration of function ‘log_conflicts’ [-Wimplicit-function-declaration]
  log_conflicts();
  ^~~~~~~~~~~~~
output.c:107:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_rule_data()
 ^~~~~~~~~~~~~~~~
closure.c:172:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 finalize_closure()
 ^~~~~~~~~~~~~~~~
lr0.c:113:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_storage()
 ^~~~~~~~~~~~
lalr.c:100:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_maxrhs()
 ^~~~~~~~~~
verbose.c: At top level:
error.c:64:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 syntax_error(st_lineno, st_line, st_cptr)
 ^~~~~~~~~~~~
verbose.c:31:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 log_unused()
 ^~~~~~~~~~
lr0.c:126:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 generate_states()
 ^~~~~~~~~~~~~~~
error.c:76:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unterminated_comment(c_lineno, c_line, c_cptr)
 ^~~~~~~~~~~~~~~~~~~~
lalr.c:128:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 initialize_LA()
 ^~~~~~~~~~~~~
main.c: At top level:
lr0.c: In function ‘generate_states’:
main.c:308:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 open_files()
 ^~~~~~~~~~
error.c:88:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unterminated_string(s_lineno, s_line, s_cptr)
 ^~~~~~~~~~~~~~~~~~~
lr0.c:131:5: warning: implicit declaration of function ‘set_first_derives’ [-Wimplicit-function-declaration]
     set_first_derives();
     ^~~~~~~~~~~~~~~~~
lr0.c:132:5: warning: implicit declaration of function ‘initialize_states’ [-Wimplicit-function-declaration]
     initialize_states();
     ^~~~~~~~~~~~~~~~~
main.c: In function ‘open_files’:
verbose.c:50:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 log_conflicts()
 ^~~~~~~~~~~~~
lr0.c:136:2: warning: implicit declaration of function ‘closure’ [-Wimplicit-function-declaration]
  closure(this_state->items, this_state->nitems);
  ^~~~~~~
main.c:316:6: warning: implicit declaration of function ‘open_error’ [-Wimplicit-function-declaration]
      open_error(input_file_name);
      ^~~~~~~~~~
error.c:100:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unterminated_text(t_lineno, t_line, t_cptr)
 ^~~~~~~~~~~~~~~~~
output.c:154:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_yydefred()
 ^~~~~~~~~~~~~~~
lr0.c:137:2: warning: implicit declaration of function ‘save_reductions’ [-Wimplicit-function-declaration]
  save_reductions();
  ^~~~~~~~~~~~~~~
error.c:112:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unterminated_union(u_lineno, u_line, u_cptr)
 ^~~~~~~~~~~~~~~~~~
lr0.c:138:2: warning: implicit declaration of function ‘new_itemsets’ [-Wimplicit-function-declaration]
  new_itemsets();
  ^~~~~~~~~~~~
lalr.c:165:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_goto_map()
 ^~~~~~~~~~~~
lr0.c:142:6: warning: implicit declaration of function ‘save_shifts’ [-Wimplicit-function-declaration]
      save_shifts();
      ^~~~~~~~~~~
main.c: In function ‘main’:
error.c:124:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 over_unionized(u_cptr)
 ^~~~~~~~~~~~~~
lr0.c:147:5: warning: implicit declaration of function ‘finalize_closure’ [-Wimplicit-function-declaration]
     finalize_closure();
     ^~~~~~~~~~~~~~~~
main.c:367:5: warning: implicit declaration of function ‘reader’ [-Wimplicit-function-declaration]
     reader();
     ^~~~~~
main.c:368:5: warning: implicit declaration of function ‘lr0’ [-Wimplicit-function-declaration]
     lr0();
     ^~~
verbose.c:78:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_state(state)
 ^~~~~~~~~~~
error.c:134:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 illegal_tag(t_lineno, t_line, t_cptr)
 ^~~~~~~~~~~
main.c:369:5: warning: implicit declaration of function ‘lalr’ [-Wimplicit-function-declaration]
     lalr();
     ^~~~
output.c:181:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_actions()
 ^~~~~~~~~~~~~~
main.c:370:5: warning: implicit declaration of function ‘make_parser’ [-Wimplicit-function-declaration]
     make_parser();
     ^~~~~~~~~~~
lalr.c: In function ‘set_goto_map’:
verbose.c: In function ‘print_state’:
lalr.c:188:6: warning: implicit declaration of function ‘fatal’ [-Wimplicit-function-declaration]
      fatal("too many gotos");
      ^~~~~
error.c:146:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 illegal_character(c_cptr)
 ^~~~~~~~~~~~~~~~~
main.c:371:5: warning: implicit declaration of function ‘verbose’ [-Wimplicit-function-declaration]
     verbose();
     ^~~~~~~
verbose.c:84:2: warning: implicit declaration of function ‘print_conflicts’ [-Wimplicit-function-declaration]
  print_conflicts(state);
  ^~~~~~~~~~~~~~~
main.c:372:5: warning: implicit declaration of function ‘output’ [-Wimplicit-function-declaration]
     output();
     ^~~~~~
verbose.c:86:5: warning: implicit declaration of function ‘print_core’ [-Wimplicit-function-declaration]
     print_core(state);
     ^~~~~~~~~~
error.c:156:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 used_reserved(s)
 ^~~~~~~~~~~~~
output.c: In function ‘output_actions’:
lr0.c: At top level:
verbose.c:87:5: warning: implicit declaration of function ‘print_nulls’ [-Wimplicit-function-declaration]
     print_nulls(state);
     ^~~~~~~~~~~
output.c:190:5: warning: implicit declaration of function ‘token_actions’ [-Wimplicit-function-declaration]
     token_actions();
     ^~~~~~~~~~~~~
error.c:165:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 tokenized_start(s)
 ^~~~~~~~~~~~~~~
lr0.c:218:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 initialize_states()
 ^~~~~~~~~~~~~~~~~
verbose.c:88:5: warning: implicit declaration of function ‘print_actions’ [-Wimplicit-function-declaration]
     print_actions(state);
     ^~~~~~~~~~~~~
verbose.c: At top level:
error.c:174:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 retyped_warning(s)
 ^~~~~~~~~~~~~~~
output.c:196:5: warning: implicit declaration of function ‘goto_actions’ [-Wimplicit-function-declaration]
     goto_actions();
     ^~~~~~~~~~~~
verbose.c:92:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_conflicts(state)
 ^~~~~~~~~~~~~~~
lr0.c: In function ‘initialize_states’:
error.c:182:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 reprec_warning(s)
 ^~~~~~~~~~~~~~
output.c:201:5: warning: implicit declaration of function ‘sort_actions’ [-Wimplicit-function-declaration]
     sort_actions();
     ^~~~~~~~~~~~
lr0.c:229:17: warning: implicit declaration of function ‘no_space’ [-Wimplicit-function-declaration]
     if (p == 0) no_space();
                 ^~~~~~~~
output.c:202:5: warning: implicit declaration of function ‘pack_table’ [-Wimplicit-function-declaration]
     pack_table();
     ^~~~~~~~~~
error.c:190:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 revalued_warning(s)
 ^~~~~~~~~~~~~~~~
output.c:203:5: warning: implicit declaration of function ‘output_base’ [-Wimplicit-function-declaration]
     output_base();
     ^~~~~~~~~~~
lalr.c: At top level:
lr0.c: At top level:
output.c:204:5: warning: implicit declaration of function ‘output_table’ [-Wimplicit-function-declaration]
     output_table();
     ^~~~~~~~~~~~
error.c:198:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 terminal_start(s)
 ^~~~~~~~~~~~~~
lalr.c:263:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 initialize_F()
 ^~~~~~~~~~~~
lr0.c:245:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 new_itemsets()
 ^~~~~~~~~~~~
verbose.c:140:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_core(state)
 ^~~~~~~~~~
output.c:205:5: warning: implicit declaration of function ‘output_check’ [-Wimplicit-function-declaration]
     output_check();
     ^~~~~~~~~~~~
error.c:207:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 restarted_warning()
 ^~~~~~~~~~~~~~~~~
output.c: At top level:
output.c:209:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 token_actions()
 ^~~~~~~~~~~~~
error.c:214:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 no_grammar()
 ^~~~~~~~~~
lr0.c: In function ‘new_state’:
error.c:222:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 terminal_lhs(s_lineno)
 ^~~~~~~~~~~~
lr0.c:296:2: warning: implicit declaration of function ‘fatal’ [-Wimplicit-function-declaration]
  fatal("too many states");
  ^~~~~
error.c:231:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 prec_redeclared()
 ^~~~~~~~~~~~~~~
verbose.c:176:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_nulls(state)
 ^~~~~~~~~~~
error.c:238:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unterminated_action(a_lineno, a_line, a_cptr)
 ^~~~~~~~~~~~~~~~~~~
lr0.c: At top level:
lr0.c:322:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 show_cores()
 ^~~~~~~~~~
error.c:250:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 dollar_warning(a_lineno, i)
 ^~~~~~~~~~~~~~
lalr.c: In function ‘initialize_F’:
lalr.c:326:3: warning: implicit declaration of function ‘digraph’ [-Wimplicit-function-declaration]
   digraph(reads);
   ^~~~~~~
error.c:259:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 dollar_error(a_lineno, a_line, a_cptr)
 ^~~~~~~~~~~~
error.c:271:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 untyped_lhs()
 ^~~~~~~~~~~
lalr.c: At top level:
error.c:279:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 untyped_rhs(i, s)
 ^~~~~~~~~~~
lalr.c:340:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 build_relations()
 ^~~~~~~~~~~~~~~
lr0.c:357:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 show_ritems()
 ^~~~~~~~~~~
error.c:289:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unknown_rhs(i)
 ^~~~~~~~~~~
verbose.c:220:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_actions(stateno)
 ^~~~~~~~~~~~~
lr0.c:367:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 show_rrhs()
 ^~~~~~~~~
output.c:293:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 goto_actions()
 ^~~~~~~~~~~~
error.c:298:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 default_action_warning()
 ^~~~~~~~~~~~~~~~~~~~~~
verbose.c: In function ‘print_actions’:
lr0.c:378:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 show_shifts()
 ^~~~~~~~~~~
output.c: In function ‘goto_actions’:
verbose.c:233:2: warning: implicit declaration of function ‘print_shifts’ [-Wimplicit-function-declaration]
  print_shifts(p);
  ^~~~~~~~~~~~
error.c:305:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 undefined_goal(s)
 ^~~~~~~~~~~~~~
output.c:299:9: warning: implicit declaration of function ‘default_goto’ [-Wimplicit-function-declaration]
     k = default_goto(start_symbol + 1);
         ^~~~~~~~~~~~
lalr.c: In function ‘build_relations’:
verbose.c:234:2: warning: implicit declaration of function ‘print_reductions’ [-Wimplicit-function-declaration]
  print_reductions(p, defred[stateno]);
  ^~~~~~~~~~~~~~~~
error.c:313:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 undefined_symbol_warning(s)
 ^~~~~~~~~~~~~~~~~~~~~~~~
lalr.c:391:4: warning: implicit declaration of function ‘add_lookback_edge’ [-Wimplicit-function-declaration]
    add_lookback_edge(stateno, *rulep, i);
    ^~~~~~~~~~~~~~~~~
lr0.c:396:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 save_shifts()
 ^~~~~~~~~~~
verbose.c:242:6: warning: implicit declaration of function ‘print_gotos’ [-Wimplicit-function-declaration]
      print_gotos(stateno);
      ^~~~~~~~~~~
verbose.c: At top level:
verbose.c:247:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_shifts(p)
 ^~~~~~~~~~~~
lr0.c:430:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 save_reductions()
 ^~~~~~~~~~~~~~~
lalr.c: At top level:
verbose.c:272:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_reductions(p, defred)
 ^~~~~~~~~~~~~~~~
lalr.c:432:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 add_lookback_edge(stateno, ruleno, gotono)
 ^~~~~~~~~~~~~~~~~
lr0.c:479:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_derives()
 ^~~~~~~~~~~
output.c: At top level:
output.c:404:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 sort_actions()
 ^~~~~~~~~~~~
lr0.c:509:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_derives()
 ^~~~~~~~~~~~
verbose.c:310:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_gotos(stateno)
 ^~~~~~~~~~~
lr0.c:538:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 set_nullable()
 ^~~~~~~~~~~~
output.c:439:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 pack_table()
 ^~~~~~~~~~
lr0.c:587:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_nullable()
 ^~~~~~~~~~~~~
lalr.c:517:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 compute_FOLLOWS()
 ^~~~~~~~~~~~~~~
lr0.c:593:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 lr0()
 ^~~
lalr.c:523:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 compute_lookaheads()
 ^~~~~~~~~~~~~~~~~~
output.c: In function ‘pack_table’:
output.c:460:10: warning: implicit declaration of function ‘matching_vector’ [-Wimplicit-function-declaration]
  state = matching_vector(i);
          ^~~~~~~~~~~~~~~
output.c:463:14: warning: implicit declaration of function ‘pack_vector’ [-Wimplicit-function-declaration]
      place = pack_vector(i);
              ^~~~~~~~~~~
lalr.c:557:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 digraph(relation)
 ^~~~~~~
lalr.c: In function ‘digraph’:
lalr.c:575:2: warning: implicit declaration of function ‘traverse’ [-Wimplicit-function-declaration]
  traverse(i);
  ^~~~~~~~
lalr.c: At top level:
lalr.c:584:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 traverse(i)
 ^~~~~~~~
output.c: In function ‘pack_vector’:
output.c:576:7: warning: implicit declaration of function ‘fatal’ [-Wimplicit-function-declaration]
       fatal("maximum table size exceeded");
       ^~~~~
output.c:581:19: warning: implicit declaration of function ‘no_space’ [-Wimplicit-function-declaration]
   if (table == 0) no_space();
                   ^~~~~~~~
output.c: At top level:
output.c:620:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_base()
 ^~~~~~~~~~~
output.c:686:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_table()
 ^~~~~~~~~~~~
output.c:718:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_check()
 ^~~~~~~~~~~~
output.c:780:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_defines()
 ^~~~~~~~~~~~~~
output.c: In function ‘output_defines’:
output.c:823:26: warning: implicit declaration of function ‘open_error’ [-Wimplicit-function-declaration]
  if (union_file == NULL) open_error(union_file_name);
                          ^~~~~~~~~~
output.c: At top level:
output.c:859:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_debug()
 ^~~~~~~~~~~~
output.c: In function ‘output_debug’:
output.c:988:7: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
   k = strlen(s) + 3;
       ^~~~~~
output.c:988:7: warning: incompatible implicit declaration of built-in function ‘strlen’
output.c:988:7: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
output.c: At top level:
output.c:1073:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 output_stype()
 ^~~~~~~~~~~~
output.c:1177:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_itemsets()
 ^~~~~~~~~~~~~
output.c:1190:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_shifts()
 ^~~~~~~~~~~
output.c:1204:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_reductions()
 ^~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mkpar.o mkpar.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o reader.o reader.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o symtab.o symtab.c
In file included from mkpar.c:2:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
mkpar.c:23:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 make_parser()
 ^~~~~~~~~~~
mkpar.c: In function ‘make_parser’:
mkpar.c:31:5: warning: implicit declaration of function ‘find_final_state’ [-Wimplicit-function-declaration]
     find_final_state();
     ^~~~~~~~~~~~~~~~
mkpar.c:32:5: warning: implicit declaration of function ‘remove_conflicts’ [-Wimplicit-function-declaration]
     remove_conflicts();
     ^~~~~~~~~~~~~~~~
mkpar.c:33:5: warning: implicit declaration of function ‘unused_rules’ [-Wimplicit-function-declaration]
     unused_rules();
     ^~~~~~~~~~~~
mkpar.c:34:32: warning: implicit declaration of function ‘total_conflicts’ [-Wimplicit-function-declaration]
     if (SRtotal + RRtotal > 0) total_conflicts();
                                ^~~~~~~~~~~~~~~
mkpar.c:35:5: warning: implicit declaration of function ‘defreds’ [-Wimplicit-function-declaration]
     defreds();
     ^~~~~~~
mkpar.c: At top level:
mkpar.c:153:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 find_final_state()
 ^~~~~~~~~~~~~~~~
mkpar.c:170:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 unused_rules()
 ^~~~~~~~~~~~
mkpar.c: In function ‘unused_rules’:
mkpar.c:176:26: warning: implicit declaration of function ‘no_space’ [-Wimplicit-function-declaration]
     if (rules_used == 0) no_space();
                          ^~~~~~~~
mkpar.c: At top level:
mkpar.c:202:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 remove_conflicts()
 ^~~~~~~~~~~~~~~~
mkpar.c:277:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 total_conflicts()
 ^~~~~~~~~~~~~~~
mkpar.c:326:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 defreds()
 ^~~~~~~
mkpar.c:335:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_action_row(p)
 ^~~~~~~~~~~~~~~
mkpar.c:348:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_parser()
 ^~~~~~~~~~~
In file included from symtab.c:1:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
symtab.c: In function ‘make_bucket’:
symtab.c:40:18: warning: implicit declaration of function ‘no_space’ [-Wimplicit-function-declaration]
     if (bp == 0) no_space();
                  ^~~~~~~~
In file included from symtab.c:1:0:
symtab.c:43:23: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
     bp->name = MALLOC(strlen(name) + 1);
                       ^
defs.h:103:38: note: in definition of macro ‘MALLOC’
 #define MALLOC(n) (malloc((unsigned)(n)))
                                      ^
symtab.c:43:23: warning: incompatible implicit declaration of built-in function ‘strlen’
     bp->name = MALLOC(strlen(name) + 1);
                       ^
defs.h:103:38: note: in definition of macro ‘MALLOC’
 #define MALLOC(n) (malloc((unsigned)(n)))
                                      ^
symtab.c:43:23: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
     bp->name = MALLOC(strlen(name) + 1);
                       ^
defs.h:103:38: note: in definition of macro ‘MALLOC’
 #define MALLOC(n) (malloc((unsigned)(n)))
                                      ^
symtab.c: In function ‘lookup’:
symtab.c:70:6: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  if (strcmp(name, bp->name) == 0) return (bp);
      ^~~~~~
symtab.c: At top level:
symtab.c:83:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 create_symbol_table()
 ^~~~~~~~~~~~~~~~~~~
symtab.c:103:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_symbol_table()
 ^~~~~~~~~~~~~~~~~
symtab.c:110:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 free_symbols()
 ^~~~~~~~~~~~
In file included from reader.c:1:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
reader.c:37:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 cachec(c)
 ^~~~~~
reader.c: In function ‘cachec’:
reader.c:45:18: warning: implicit declaration of function ‘no_space’ [-Wimplicit-function-declaration]
  if (cache == 0) no_space();
                  ^~~~~~~~
reader.c: In function ‘skip_comment’:
reader.c:137:3: warning: implicit declaration of function ‘unterminated_comment’ [-Wimplicit-function-declaration]
   unterminated_comment(st_lineno, st_line, st_cptr);
   ^~~~~~~~~~~~~~~~~~~~
reader.c: In function ‘keyword’:
reader.c:233:6: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  if (strcmp(cache, "token") == 0 || strcmp(cache, "term") == 0)
      ^~~~~~
reader.c:266:5: warning: implicit declaration of function ‘syntax_error’ [-Wimplicit-function-declaration]
     syntax_error(lineno, line, t_cptr);
     ^~~~~~~~~~~~
reader.c: In function ‘copy_ident’:
reader.c:277:19: warning: implicit declaration of function ‘unexpected_EOF’ [-Wimplicit-function-declaration]
     if (c == EOF) unexpected_EOF();
                   ^~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o warshall.o warshall.c
reader.c: In function ‘copy_text’:
reader.c:314:6: warning: implicit declaration of function ‘unterminated_text’ [-Wimplicit-function-declaration]
      unterminated_text(t_lineno, t_line, t_cptr);
      ^~~~~~~~~~~~~~~~~
reader.c:350:7: warning: implicit declaration of function ‘unterminated_string’ [-Wimplicit-function-declaration]
       unterminated_string(s_lineno, s_line, s_cptr);
       ^~~~~~~~~~~~~~~~~~~
reader.c: In function ‘copy_union’:
reader.c:440:20: warning: implicit declaration of function ‘over_unionized’ [-Wimplicit-function-declaration]
     if (unionized) over_unionized(cptr - 6);
                    ^~~~~~~~~~~~~~
reader.c:459:17: warning: implicit declaration of function ‘unterminated_union’ [-Wimplicit-function-declaration]
  if (line == 0) unterminated_union(u_lineno, u_line, u_cptr);
                 ^~~~~~~~~~~~~~~~~~
reader.c: In function ‘get_literal’:
reader.c:630:20: warning: implicit declaration of function ‘illegal_character’ [-Wimplicit-function-declaration]
   if (n > MAXCHAR) illegal_character(c_cptr);
                    ^~~~~~~~~~~~~~~~~
reader.c: In function ‘get_name’:
reader.c:756:29: warning: implicit declaration of function ‘used_reserved’ [-Wimplicit-function-declaration]
     if (is_reserved(cache)) used_reserved(cache);
                             ^~~~~~~~~~~~~
reader.c: In function ‘get_tag’:
reader.c:790:2: warning: implicit declaration of function ‘illegal_tag’ [-Wimplicit-function-declaration]
  illegal_tag(t_lineno, t_line, t_cptr);
  ^~~~~~~~~~~
reader.c: In function ‘declare_tokens’:
reader.c:855:18: warning: implicit declaration of function ‘tokenized_start’ [-Wimplicit-function-declaration]
  if (bp == goal) tokenized_start(bp->name);
                  ^~~~~~~~~~~~~~~
reader.c:861:3: warning: implicit declaration of function ‘retyped_warning’ [-Wimplicit-function-declaration]
   retyped_warning(bp->name);
   ^~~~~~~~~~~~~~~
reader.c:868:3: warning: implicit declaration of function ‘reprec_warning’ [-Wimplicit-function-declaration]
   reprec_warning(bp->name);
   ^~~~~~~~~~~~~~
reader.c:880:3: warning: implicit declaration of function ‘revalued_warning’ [-Wimplicit-function-declaration]
   revalued_warning(bp->name);
   ^~~~~~~~~~~~~~~~
reader.c: At top level:
reader.c:917:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 declare_start()
 ^~~~~~~~~~~~~
reader.c: In function ‘declare_start’:
reader.c:928:2: warning: implicit declaration of function ‘terminal_start’ [-Wimplicit-function-declaration]
  terminal_start(bp->name);
  ^~~~~~~~~~~~~~
reader.c:930:2: warning: implicit declaration of function ‘restarted_warning’ [-Wimplicit-function-declaration]
  restarted_warning();
  ^~~~~~~~~~~~~~~~~
reader.c: At top level:
reader.c:984:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 initialize_grammar()
 ^~~~~~~~~~~~~~~~~~
reader.c:1015:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 expand_items()
 ^~~~~~~~~~~~
reader.c:1023:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 expand_rules()
 ^~~~~~~~~~~~
reader.c:1035:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 advance_to_start()
 ^~~~~~~~~~~~~~~~
reader.c: In function ‘advance_to_start’:
reader.c:1050:6: warning: implicit declaration of function ‘no_grammar’ [-Wimplicit-function-declaration]
      no_grammar();
      ^~~~~~~~~~
reader.c:1080:5: warning: implicit declaration of function ‘start_rule’ [-Wimplicit-function-declaration]
     start_rule(bp, s_lineno);
     ^~~~~~~~~~
reader.c: At top level:
reader.c:1085:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 start_rule(bp, s_lineno)
 ^~~~~~~~~~
reader.c: In function ‘start_rule’:
reader.c:1090:2: warning: implicit declaration of function ‘terminal_lhs’ [-Wimplicit-function-declaration]
  terminal_lhs(s_lineno);
  ^~~~~~~~~~~~
reader.c: At top level:
reader.c:1100:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 end_rule()
 ^~~~~~~~
reader.c: In function ‘end_rule’:
reader.c:1108:6: warning: implicit declaration of function ‘default_action_warning’ [-Wimplicit-function-declaration]
      default_action_warning();
      ^~~~~~~~~~~~~~~~~~~~~~
reader.c: At top level:
reader.c:1119:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 insert_empty_rule()
 ^~~~~~~~~~~~~~~~~
reader.c: In function ‘copy_action’:
reader.c:1227:14: warning: implicit declaration of function ‘dollar_warning’ [-Wimplicit-function-declaration]
   if (i > n) dollar_warning(d_lineno, i);
              ^~~~~~~~~~~~~~
reader.c:1241:3: warning: implicit declaration of function ‘dollar_error’ [-Wimplicit-function-declaration]
   dollar_error(d_lineno, d_line, d_cptr);
   ^~~~~~~~~~~~
reader.c:1248:17: warning: implicit declaration of function ‘untyped_lhs’ [-Wimplicit-function-declaration]
   if (tag == 0) untyped_lhs();
                 ^~~~~~~~~~~
reader.c:1263:7: warning: implicit declaration of function ‘unknown_rhs’ [-Wimplicit-function-declaration]
       unknown_rhs(i);
       ^~~~~~~~~~~
reader.c:1265:17: warning: implicit declaration of function ‘untyped_rhs’ [-Wimplicit-function-declaration]
   if (tag == 0) untyped_rhs(i, pitem[nitems + i - n - 1]->name);
                 ^~~~~~~~~~~
reader.c:1303:2: warning: implicit declaration of function ‘unterminated_action’ [-Wimplicit-function-declaration]
  unterminated_action(a_lineno, a_line, a_cptr);
  ^~~~~~~~~~~~~~~~~~~
reader.c: In function ‘mark_symbol’:
reader.c:1438:2: warning: implicit declaration of function ‘prec_redeclared’ [-Wimplicit-function-declaration]
  prec_redeclared();
  ^~~~~~~~~~~~~~~
reader.c: At top level:
reader.c:1446:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 read_grammar()
 ^~~~~~~~~~~~
reader.c:1494:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 pack_names()
 ^~~~~~~~~~
reader.c: In function ‘pack_names’:
reader.c:1501:20: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  name_pool_size += strlen(bp->name) + 1;
                    ^~~~~~
reader.c:1501:20: warning: incompatible implicit declaration of built-in function ‘strlen’
reader.c:1501:20: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
reader.c: At top level:
reader.c:1519:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 check_symbols()
 ^~~~~~~~~~~~~
reader.c: In function ‘check_symbols’:
reader.c:1524:2: warning: implicit declaration of function ‘undefined_goal’ [-Wimplicit-function-declaration]
  undefined_goal(goal->name);
  ^~~~~~~~~~~~~~
reader.c:1530:6: warning: implicit declaration of function ‘undefined_symbol_warning’ [-Wimplicit-function-declaration]
      undefined_symbol_warning(bp->name);
      ^~~~~~~~~~~~~~~~~~~~~~~~
reader.c: At top level:
reader.c:1537:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 pack_symbols()
 ^~~~~~~~~~~~
reader.c:1661:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 pack_grammar()
 ^~~~~~~~~~~~
reader.c: In function ‘print_grammar’:
reader.c:1736:16: warning: incompatible implicit declaration of built-in function ‘strlen’
      spacing = strlen(symbol_name[rlhs[i]]) + 1;
                ^~~~~~
reader.c:1736:16: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
reader.c: At top level:
reader.c:1757:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 reader()
 ^~~~~~
reader.c: In function ‘reader’:
reader.c:1759:5: warning: implicit declaration of function ‘write_section’ [-Wimplicit-function-declaration]
     write_section(banner);
     ^~~~~~~~~~~~~
reader.c:1760:5: warning: implicit declaration of function ‘create_symbol_table’ [-Wimplicit-function-declaration]
     create_symbol_table();
     ^~~~~~~~~~~~~~~~~~~
reader.c:1763:5: warning: implicit declaration of function ‘free_symbol_table’ [-Wimplicit-function-declaration]
     free_symbol_table();
     ^~~~~~~~~~~~~~~~~
reader.c:1769:5: warning: implicit declaration of function ‘free_symbols’ [-Wimplicit-function-declaration]
     free_symbols();
     ^~~~~~~~~~~~
In file included from warshall.c:1:0:
defs.h:286:14: warning: conflicting types for built-in function ‘calloc’
 extern char *calloc();
              ^~~~~~
defs.h:287:14: warning: conflicting types for built-in function ‘malloc’
 extern char *malloc();
              ^~~~~~
defs.h:288:14: warning: conflicting types for built-in function ‘realloc’
 extern char *realloc();
              ^~~~~~~
warshall.c:3:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 transitive_closure(R, n)
 ^~~~~~~~~~~~~~~~~~
warshall.c:55:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 reflexive_transitive_closure(R, n)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o nyacc closure.o lalr.o main.o output.o skeleton.o verbose.o 		error.o lr0.o mkpar.o reader.o symtab.o warshall.o  -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
main.o: In function `create_file_names':
main.c:(.text+0x567): warning: the use of `mktemp' is dangerous, better use `mkstemp'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
Making includes in ./ni/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making includes in ./ni/src/lib/hlu
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
ln -s ../.././.././ni/src/lib/hlu/Base.h .
ln -s ../.././.././ni/src/lib/hlu/BaseI.h .
ln -s ../.././.././ni/src/lib/hlu/BaseP.h .
ln -s ../.././.././ni/src/lib/hlu/Convert.h .
ln -s ../.././.././ni/src/lib/hlu/ConvertP.h .
ln -s ../.././.././ni/src/lib/hlu/ConvertersP.h .
ln -s ../.././.././ni/src/lib/hlu/CoordApprox.h .
ln -s ../.././.././ni/src/lib/hlu/Error.h .
ln -s ../.././.././ni/src/lib/hlu/ErrorI.h .
ln -s ../.././.././ni/src/lib/hlu/ErrorP.h .
ln -s ../.././.././ni/src/lib/hlu/IrregularTransObj.h .
ln -s ../.././.././ni/src/lib/hlu/IrregularTransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/IrregularType2TransObj.h .
ln -s ../.././.././ni/src/lib/hlu/IrregularType2TransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/LogLinTransObj.h .
ln -s ../.././.././ni/src/lib/hlu/LogLinTransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/MapTransObj.h .
ln -s ../.././.././ni/src/lib/hlu/MapTransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/MultiText.h .
ln -s ../.././.././ni/src/lib/hlu/MultiTextP.h .
ln -s ../.././.././ni/src/lib/hlu/NcgmWorkstation.h .
ln -s ../.././.././ni/src/lib/hlu/NcgmWorkstationP.h .
ln -s ../.././.././ni/src/lib/hlu/NresDB.h .
ln -s ../.././.././ni/src/lib/hlu/ResourcesP.h .
ln -s ../.././.././ni/src/lib/hlu/Segments.h .
ln -s ../.././.././ni/src/lib/hlu/TextItem.h .
ln -s ../.././.././ni/src/lib/hlu/TextItemP.h .
ln -s ../.././.././ni/src/lib/hlu/TickMark.h .
ln -s ../.././.././ni/src/lib/hlu/TickMarkP.h .
ln -s ../.././.././ni/src/lib/hlu/Title.h .
ln -s ../.././.././ni/src/lib/hlu/TitleP.h .
ln -s ../.././.././ni/src/lib/hlu/TransObj.h .
ln -s ../.././.././ni/src/lib/hlu/TransObjI.h .
ln -s ../.././.././ni/src/lib/hlu/TransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/Transform.h .
ln -s ../.././.././ni/src/lib/hlu/TransformP.h .
ln -s ../.././.././ni/src/lib/hlu/TransformI.h .
ln -s ../.././.././ni/src/lib/hlu/VarArg.h .
ln -s ../.././.././ni/src/lib/hlu/View.h .
ln -s ../.././.././ni/src/lib/hlu/ViewI.h .
ln -s ../.././.././ni/src/lib/hlu/ViewP.h .
ln -s ../.././.././ni/src/lib/hlu/Workstation.h .
ln -s ../.././.././ni/src/lib/hlu/WorkstationI.h .
ln -s ../.././.././ni/src/lib/hlu/WorkstationP.h .
ln -s ../.././.././ni/src/lib/hlu/XWorkstation.h .
ln -s ../.././.././ni/src/lib/hlu/XWorkstationP.h .
ln -s ../.././.././ni/src/lib/hlu/XyPlot.h .
ln -s ../.././.././ni/src/lib/hlu/XyPlotP.h .
ln -s ../.././.././ni/src/lib/hlu/NgSizeT.h .
ln -s ../.././.././ni/src/lib/hlu/defs.h .
ln -s ../.././.././ni/src/lib/hlu/hluutil.h .
ln -s ../.././.././ni/src/lib/hlu/hlu.h .
ln -s ../.././.././ni/src/lib/hlu/hluP.h .
ln -s ../.././.././ni/src/lib/hlu/DataComm.h .
ln -s ../.././.././ni/src/lib/hlu/DataCommP.h .
ln -s ../.././.././ni/src/lib/hlu/DataCommF.h .
ln -s ../.././.././ni/src/lib/hlu/DataItem.h .
ln -s ../.././.././ni/src/lib/hlu/DataItemP.h .
ln -s ../.././.././ni/src/lib/hlu/DataMgr.h .
ln -s ../.././.././ni/src/lib/hlu/DataMgrF.h .
ln -s ../.././.././ni/src/lib/hlu/DataMgrP.h .
ln -s ../.././.././ni/src/lib/hlu/Legend.h .
ln -s ../.././.././ni/src/lib/hlu/LegendP.h .
ln -s ../.././.././ni/src/lib/hlu/LabelBar.h .
ln -s ../.././.././ni/src/lib/hlu/LabelBarP.h .
ln -s ../.././.././ni/src/lib/hlu/CoordArrTable.h .
ln -s ../.././.././ni/src/lib/hlu/CoordArrTableP.h .
ln -s ../.././.././ni/src/lib/hlu/CoordArrTableFloatP.h .
ln -s ../.././.././ni/src/lib/hlu/CoordArrays.h .
ln -s ../.././.././ni/src/lib/hlu/CoordArraysP.h .
ln -s ../.././.././ni/src/lib/hlu/ContourPlot.h .
ln -s ../.././.././ni/src/lib/hlu/ContourPlotP.h .
ln -s ../.././.././ni/src/lib/hlu/PlotManager.h .
ln -s ../.././.././ni/src/lib/hlu/PlotManagerI.h .
ln -s ../.././.././ni/src/lib/hlu/PlotManagerP.h .
ln -s ../.././.././ni/src/lib/hlu/LogLinPlot.h .
ln -s ../.././.././ni/src/lib/hlu/LogLinPlotP.h .
ln -s ../.././.././ni/src/lib/hlu/IrregularPlot.h .
ln -s ../.././.././ni/src/lib/hlu/IrregularPlotP.h .
ln -s ../.././.././ni/src/lib/hlu/MapPlot.h .
ln -s ../.././.././ni/src/lib/hlu/MapPlotP.h .
ln -s ../.././.././ni/src/lib/hlu/ResList.h .
ln -s ../.././.././ni/src/lib/hlu/ResListP.h .
ln -s ../.././.././ni/src/lib/hlu/Workspace.h .
ln -s ../.././.././ni/src/lib/hlu/WorkspaceI.h .
ln -s ../.././.././ni/src/lib/hlu/WorkspaceP.h .
ln -s ../.././.././ni/src/lib/hlu/FortranP.h .
ln -s ../.././.././ni/src/lib/hlu/ScalarField.h .
ln -s ../.././.././ni/src/lib/hlu/ScalarFieldP.h .
ln -s ../.././.././ni/src/lib/hlu/ScalarFieldFloatP.h .
ln -s ../.././.././ni/src/lib/hlu/AnnoManager.h .
ln -s ../.././.././ni/src/lib/hlu/AnnoManagerP.h .
ln -s ../.././.././ni/src/lib/hlu/FormatI.h .
ln -s ../.././.././ni/src/lib/hlu/App.h .
ln -s ../.././.././ni/src/lib/hlu/AppI.h .
ln -s ../.././.././ni/src/lib/hlu/AppP.h .
ln -s ../.././.././ni/src/lib/hlu/PSWorkstation.h .
ln -s ../.././.././ni/src/lib/hlu/PSWorkstationP.h .
ln -s ../.././.././ni/src/lib/hlu/VectorField.h .
ln -s ../.././.././ni/src/lib/hlu/VectorFieldFloatP.h .
ln -s ../.././.././ni/src/lib/hlu/VectorFieldP.h .
ln -s ../.././.././ni/src/lib/hlu/VectorPlot.h .
ln -s ../.././.././ni/src/lib/hlu/VectorPlotP.h .
ln -s ../.././.././ni/src/lib/hlu/VecAnno.h .
ln -s ../.././.././ni/src/lib/hlu/VecAnnoP.h .
ln -s ../.././.././ni/src/lib/hlu/StreamlinePlot.h .
ln -s ../.././.././ni/src/lib/hlu/StreamlinePlotP.h .
ln -s ../.././.././ni/src/lib/hlu/Style.h .
ln -s ../.././.././ni/src/lib/hlu/StyleP.h .
ln -s ../.././.././ni/src/lib/hlu/GraphicStyle.h .
ln -s ../.././.././ni/src/lib/hlu/GraphicStyleP.h .
ln -s ../.././.././ni/src/lib/hlu/SubStylesP.h .
ln -s ../.././.././ni/src/lib/hlu/Callbacks.h .
ln -s ../.././.././ni/src/lib/hlu/CallbacksP.h .
ln -s ../.././.././ni/src/lib/hlu/ContourPlotI.h .
ln -s ../.././.././ni/src/lib/hlu/MapDataHandler.h .
ln -s ../.././.././ni/src/lib/hlu/MapDataHandlerP.h .
ln -s ../.././.././ni/src/lib/hlu/MapV40DataHandler.h .
ln -s ../.././.././ni/src/lib/hlu/MapV40DataHandlerP.h .
ln -s ../.././.././ni/src/lib/hlu/MapV41DataHandler.h .
ln -s ../.././.././ni/src/lib/hlu/MapV41DataHandlerP.h .
ln -s ../.././.././ni/src/lib/hlu/MapRGDataHandler.h .
ln -s ../.././.././ni/src/lib/hlu/MapRGDataHandlerP.h .
ln -s ../.././.././ni/src/lib/hlu/Primitive.h .
ln -s ../.././.././ni/src/lib/hlu/PrimitiveP.h .
ln -s ../.././.././ni/src/lib/hlu/CurvilinearTransObj.h .
ln -s ../.././.././ni/src/lib/hlu/CurvilinearTransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/SphericalTransObj.h .
ln -s ../.././.././ni/src/lib/hlu/SphericalTransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/SphericalGeometryP.h .
ln -s ../.././.././ni/src/lib/hlu/PDFWorkstation.h .
ln -s ../.././.././ni/src/lib/hlu/PDFWorkstationP.h .
ln -s ../.././.././ni/src/lib/hlu/CnRenderer.h .
ln -s ../.././.././ni/src/lib/hlu/CnRendererP.h .
ln -s ../.././.././ni/src/lib/hlu/CnStdRenderer.h .
ln -s ../.././.././ni/src/lib/hlu/CnStdRendererP.h .
ln -s ../.././.././ni/src/lib/hlu/CnTriMeshRenderer.h .
ln -s ../.././.././ni/src/lib/hlu/CnTriMeshRendererP.h .
ln -s ../.././.././ni/src/lib/hlu/TriMeshTransObj.h .
ln -s ../.././.././ni/src/lib/hlu/TriMeshTransObjP.h .
ln -s ../.././.././ni/src/lib/hlu/ImageWorkstation.h .
ln -s ../.././.././ni/src/lib/hlu/ImageWorkstationP.h .
ln -s ../.././.././ni/src/lib/hlu/MeshScalarField.h .
ln -s ../.././.././ni/src/lib/hlu/MeshScalarFieldP.h .
ln -s ../.././.././ni/src/lib/hlu/CairoWorkstation.h .
ln -s ../.././.././ni/src/lib/hlu/CairoWorkstationP.h .
ln -s ../.././.././ni/src/lib/hlu/pageutil.h .
ln -s ../.././.././ni/src/lib/hlu/color.h .
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Making includes in ./ni/src/lib/nfp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
ln -s ../.././.././ni/src/lib/nfp/wrapper.h .
ln -s ../.././.././ni/src/lib/nfp/nctime.h .
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Making includes in ./ni/src/lib/nfpfort
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Making includes in ./ni/src/lib/nio
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making includes in ./ni/src/ncl
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
copying NIO files to ../../.././ni/src/lib/nio
Copying ApiRecords.h
Copying AttSupport.h
Copying DataSupport.h
created NclTypelogical.h
created NclTypeshort.h
created NclTypelong.h
created NclTypeint.h
created NclTypedouble.h
created NclTypeobj.h
created NclTypefloat.h
created NclTypestring.h
../../.././ni/src/nyacc/nyacc -d -t ncl.y
created NclTypeuint.h
created NclTypeushort.h
created NclTypeulong.h
created NclTypeubyte.h
created NclTypeint64.h
created NclTypeuint64.h
Copying FileSupport.h
created NclTypebyte.h
created NclTypechar.h
ln -s ../.././.././ni/src/ncl/ApiRecords.h .
ln -s ../.././.././ni/src/ncl/AttSupport.h .
ln -s ../.././.././ni/src/ncl/DataSupport.h .
cp y.tab.h parser.h
Copying HLUSupport.h
ln -s ../.././.././ni/src/ncl/FileSupport.h .
ln -s ../.././.././ni/src/ncl/HluClasses.h .
ln -s ../.././.././ni/src/ncl/AdvancedFileSupport.h .
ln -s ../.././.././ni/src/ncl/NclAdvancedGroup.h .
ln -s ../.././.././ni/src/ncl/NclHDF.h .
ln -s ../.././.././ni/src/ncl/NclApi.h .
ln -s ../.././.././ni/src/ncl/NclAtt.h .
ln -s ../.././.././ni/src/ncl/NclBuiltInSupport.h .
ln -s ../.././.././ni/src/ncl/NclBuiltIns.h .
ln -s ../.././.././ni/src/ncl/NclCallBacksI.h .
ln -s ../.././.././ni/src/ncl/NclCoordVar.h .
Copying ListSupport.h
ln -s ../.././.././ni/src/ncl/NclData.h .
ln -s ../.././.././ni/src/ncl/NclDataDefs.h .
ln -s ../.././.././ni/src/ncl/NclDriver.h .
ln -s ../.././.././ni/src/ncl/NclFile.h .
ln -s ../.././.././ni/src/ncl/NclFileInterfaces.h .
ln -s ../.././.././ni/src/ncl/NclGroup.h .
ln -s ../.././.././ni/src/ncl/NclList.h .
Copying NclAtt.h
ln -s ../.././.././ni/src/ncl/NclMdInc.h .
ln -s ../.././.././ni/src/ncl/NclMultiDValData.h .
ln -s ../.././.././ni/src/ncl/NclMultiDValHLUObjData.h .
ln -s ../.././.././ni/src/ncl/NclMultiDVallistData.h .
ln -s ../.././.././ni/src/ncl/NclMultiDValnclfileData.h .
ln -s ../.././.././ni/src/ncl/NclAdvancedFile.h .
ln -s ../.././.././ni/src/ncl/NclAdvancedFileStructure.h .
ln -s ../.././.././ni/src/ncl/NclOneDValCoordData.h .
Copying NclCCM.h
ln -s ../.././.././ni/src/ncl/NclOptions.h .
ln -s ../.././.././ni/src/ncl/NclType.h .
ln -s ../.././.././ni/src/ncl/NclTypebyte.h .
ln -s ../.././.././ni/src/ncl/NclTypechar.h .
ln -s ../.././.././ni/src/ncl/NclTypedouble.h .
created TypeSupport.h
ln -s ../.././.././ni/src/ncl/NclTypefloat.h .
ln -s ../.././.././ni/src/ncl/NclTypeint.h .
ln -s ../.././.././ni/src/ncl/NclTypeint64.h .
ln -s ../.././.././ni/src/ncl/NclTypelist.h .
ln -s ../.././.././ni/src/ncl/NclTypelogical.h .
ln -s ../.././.././ni/src/ncl/NclTypelong.h .
ln -s ../.././.././ni/src/ncl/NclTypeobj.h .
ln -s ../.././.././ni/src/ncl/NclTypeshort.h .
Copying AdvancedFileSupport.h
ln -s ../.././.././ni/src/ncl/NclTypestring.h .
ln -s ../.././.././ni/src/ncl/NclTypeubyte.h .
ln -s ../.././.././ni/src/ncl/NclTypeuint.h .
ln -s ../.././.././ni/src/ncl/NclTypeuint64.h .
ln -s ../.././.././ni/src/ncl/NclTypeulong.h .
ln -s ../.././.././ni/src/ncl/NclTypeushort.h .
ln -s ../.././.././ni/src/ncl/NclVar.h .
ln -s ../.././.././ni/src/ncl/Symbol.h .
ln -s ../.././.././ni/src/ncl/TypeSupport.h .
ln -s ../.././.././ni/src/ncl/VarSupport.h .
Copying NclCallBacksI.h
ln -s ../.././.././ni/src/ncl/defs.h .
created MathFuncs.c
Copying NclCoordVar.h
Copying NclData.h
Copying NclDataDefs.h
Copying NclGroup.h
Copying NclFile.h
Copying NclFileInterfaces.h
Copying NclFileVar.h
Copying NclGRIB.h
Copying NclAdvancedGroup.h
Copying NclAdvancedFile.h
Copying NclAdvancedFileStructure.h
Copying NclOptions.h
Copying NclGRIB2.h
Copying NclHLUObj.h
Copying NclHLUVar.h
Copying NclList.h
Copying NclMdInc.h
Copying NclMultiDValData.h
Copying NclMultiDValData.h.sed
Copying NclMultiDValHLUObjData.h
Copying NclMultiDVallistData.h
Copying NclMultiDValnclfileData.h
Copying NclOneDValCoordData.h
Copying NclType.h
Copying NclType.h.sed
Copying NclTypelist.h
Copying NclVar.h
Copying NclExitCode.h
Copying NclHDF.h
Copying OpsList.h
Copying Symbol.h
Copying TypeSupport.h.sed
Copying NclGrpFuncs.null
Copying TypeSupportMatTemplate.h.sed
Copying TypeSupportMonoOpTemplate.h.sed
Copying TypeSupportOpTemplate.h.sed
Copying VarSupport.h
Copying ccmhdr.h
Copying h5data_struct.h
Copying cptec_254_gtb.h
Copying date.h
Copying defs.h
Copying dwd_002_gtb.h
Copying dwd_201_gtb.h
Copying dwd_202_gtb.h
Copying dwd_203_gtb.h
Copying dwd_204_gtb.h
Copying dwd_205_gtb.h
Copying dwd_206_gtb.h
Copying dwd_207_gtb.h
Copying ecmwf_128_gtb.h
Copying ecmwf_129_gtb.h
Copying ecmwf_130_gtb.h
Copying ecmwf_131_gtb.h
Copying ecmwf_132_gtb.h
Copying ecmwf_133_gtb.h
Copying ecmwf_140_gtb.h
Copying ecmwf_150_gtb.h
Copying ecmwf_151_gtb.h
Copying ecmwf_160_gtb.h
Copying ecmwf_162_gtb.h
Copying ecmwf_170_gtb.h
Copying ecmwf_171_gtb.h
Copying ecmwf_172_gtb.h
Copying ecmwf_173_gtb.h
Copying ecmwf_174_gtb.h
Copying ecmwf_175_gtb.h
Copying ecmwf_180_gtb.h
Copying ecmwf_190_gtb.h
Copying ecmwf_200_gtb.h
Copying ecmwf_201_gtb.h
Copying ecmwf_210_gtb.h
Copying ecmwf_211_gtb.h
Copying ecmwf_228_gtb.h
Copying ecmwf_230_gtb.h
Copying ecmwf_234_gtb.h
Copying ecmwf_213_gtb.h
Copying ecmwf_214_gtb.h
Copying ecmwf_215_gtb.h
Copying ecmwf_217_gtb.h
Copying ecmwf_218_gtb.h
Copying ecmwf_219_gtb.h
Copying ecmwf_220_gtb.h
Copying ecmwf_221_gtb.h
Copying fnmoc_gtb.h
Copying fsl0_gtb.h
Copying fsl1_gtb.h
Copying fsl2_gtb.h
Copying jma_3_gtb.h
Copying jra55_gtb.h
Copying mpi_128_gtb.h
Copying mpi_180_gtb.h
Copying mpi_199_gtb.h
Copying mpi_181_gtb.h
Copying ncep_128_gtb.h
Copying ncep_129_gtb.h
Copying ncep_130_gtb.h
Copying ncep_131_gtb.h
Copying ncep_133_gtb.h
Copying ncep_140_gtb.h
Copying ncep_141_gtb.h
Copying ncep_opn_gtb.h
Copying ncep_reanal_gtb.h
Copying tables.h
copying NIO files to ../../.././ni/src/lib/nio
Copying AddFileFormats.c
Copying AttSupport.c
Copying DataSupport.c
Copying FileSupport.c
Copying Formats.c
Copying GetGrids.c
Copying InitData.c
Copying ListSupport.c
Copying NclList.c
Copying AdvancedFileSupport.c
Copying NclAdvancedOGR.c
Copying NclNetCDF4.c
Copying NclNewHDF5.c
Copying NclNewHDFEOS5.c
Copying MatMulDValOp.c.sed
Copying Memory.c
Copying MultiDValOp.c.sed
Copying NclAtt.c
Copying NclCCM.c
Copying NclCoordVar.c
Copying NclData.c
Copying NclGroup.c
Copying NclFile.c
Copying NclAdvancedFile.c
Copying NclAdvancedGroup.c
Copying NclFileVar.c
Copying NclGRIB.c
Copying NclGRIB2.c
Copying NclHDF.c
Copying NclHDFEOS.c
Copying NclHDFEOS5.c
Copying NclHDF5.c
Copying NclMultiDValData.c.sed
Copying NclMultiDValnclfileData.c
Copying NclMultiDVallistData.c
Copying NclNetCdf.c
Copying NclOneDValCoordData.c
Copying NclType.c
Copying NclOGR.c
Copying NclType.c.sed
Copying NclTypebyte.c.specific
Copying NclTypechar.c.specific
Copying NclTypedouble.c.specific
Copying NclTypefloat.c.specific
Copying NclTypeint.c.specific
Copying NclTypelist.c
Copying NclTypelogical.c.specific
Copying NclTypeushort.c.specific
Copying NclTypeuint.c.specific
Copying NclTypeulong.c.specific
Copying NclTypeint64.c.specific
Copying NclTypeuint64.c.specific
Copying NclTypeubyte.c.specific
Copying NclTypelong.c.specific
Copying NclTypeobj.c.specific
Copying NclTypeshort.c.specific
Copying NclTypestring.c.sed
Copying NclTypestring.c.specific
Copying NclVar.c
Copying TypeDivOpTemplate.c.sed
Copying TypeFunctionOpTemplate.c.sed
Copying TypeInitClassTemplate.c.sed
Copying TypeIsMonoFunc.c.sed
Copying TypeMatMulOpTemplate.c.sed
Copying TypeMonoOpTemplate.c.sed
Copying TypeResetMissing.c.sed
Copying TypeSelectOpTemplate.c.sed
Copying TypeSimpleOpTemplate.c.sed
Copying TypeSupport.c.sed
Copying TypeSupportMatTemplate.c.sed
Copying TypeSupportMonoOpTemplate.c.sed
Copying TypeSupportOpTemplate.c.sed
Copying TypeXorOpTemplate.c.sed
Copying TypeAndOpTemplate.c.sed
Copying TypeOrOpTemplate.c.sed
Copying TypestringCompareOpTemplate.c.sed
Copying TypestringSelectOpTemplate.c.sed
Copying VarSupport.c
Copying h5reader.c
Copying h5writer.c
Copying byte_data_c.sh
Copying char_data_c.sh
Copying ctoiee.c
Copying data_h.sh
Copying date.c
Copying double_data_c.sh
Copying float_data_c.sh
Copying int_data_c.sh
Copying logical_data_c.sh
Copying long_data_c.sh
Copying math_funcs.sh
Copying multid_data_c.sh
Copying ncepcode.f
Copying nclfile_data_c.sh
Copying obj_data_c.sh
Copying op_funcs.sh
Copying qu2reg3.f
Copying rowina3.f
Copying scm0.f
Copying short_data_c.sh
Copying string_data_c.sh
Copying type_support_c.sh
Copying type_support_h.sh
Copying ushort_data_c.sh
Copying ulong_data_c.sh
Copying ubyte_data_c.sh
Copying uint_data_c.sh
Copying uint64_data_c.sh
Copying int64_data_c.sh
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Making includes in ./ni/src/mkwrap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
Making includes in ./ni/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making includes in ./ni/src/db/rgb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Making includes in ./ni/src/db/colormaps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Making includes in ./ni/src/db/udunits
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Making includes in ./ni/src/db/grib2_codetables
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making includes in ./ni/src/db/grib2_codetables/ecmwf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
Making includes in ./ni/src/db/grib2_codetables/ecmwf/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making includes in ./ni/src/db/grib2_codetables/ncep
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making includes in ./ni/src/db/grib2_codetables/ncep/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
Making includes in ./ni/src/db/grib2_codetables/ncep/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
Making includes in ./ni/src/db/grib2_codetables/ncep/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
Making includes in ./ni/src/db/grib2_codetables/ncep/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
Making includes in ./ni/src/db/grib2_codetables/ncep/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
Making includes in ./ni/src/db/grib2_codetables/ncep/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
Making includes in ./ni/src/db/grib2_codetables/ncep/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
Making includes in ./ni/src/db/grib2_codetables/ncep/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making includes in ./ni/src/db/grib2_codetables/tigge
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
Making includes in ./ni/src/db/grib2_codetables/tigge/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
Making includes in ./ni/src/db/grib2_codetables/tigge/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
Making includes in ./ni/src/db/grib2_codetables/tigge/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
Making includes in ./ni/src/db/grib2_codetables/tigge/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
Making includes in ./ni/src/db/grib2_codetables/tigge/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
Making includes in ./ni/src/db/grib2_codetables/tigge/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
Making includes in ./ni/src/db/grib2_codetables/tigge/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
Making includes in ./ni/src/db/grib2_codetables/tigge/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making includes in ./ni/src/db/grib2_codetables.previous
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
Making includes in ./ni/src/db/grib2_codetables.previous/ecmwf/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
Making includes in ./ni/src/db/grib2_codetables.previous/ncep/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/0
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/1
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/2
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/3
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/4
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/5
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/6
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
Making includes in ./ni/src/db/grib2_codetables.previous/tigge/7
make[7]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
make[7]: Nothing to be done for `includes'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making includes in ./ni/src/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Making includes in ./ni/src/contrib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Making includes in ./ni/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
Making includes in ./ni/src/examples/app
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Making includes in ./ni/src/examples/basic
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Making includes in ./ni/src/examples/contourplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Making includes in ./ni/src/examples/gsun
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Making includes in ./ni/src/examples/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Making includes in ./ni/src/examples/legend
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Making includes in ./ni/src/examples/mapplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Making includes in ./ni/src/examples/ngmath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Making includes in ./ni/src/examples/nug
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Making includes in ./ni/src/examples/primitives
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Making includes in ./ni/src/examples/streamlineplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Making includes in ./ni/src/examples/textitem
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Making includes in ./ni/src/examples/tickmark
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Making includes in ./ni/src/examples/title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Making includes in ./ni/src/examples/vectorplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Making includes in ./ni/src/examples/xyplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
make[5]: Nothing to be done for `includes'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Making includes in ./ni/src/examples/data
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
Making includes in ./ni/src/examples/data/asc
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
Making includes in ./ni/src/examples/data/bin
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
Making includes in ./ni/src/examples/data/cdf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
Making includes in ./ni/src/examples/data/grb
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
Making includes in ./ni/src/examples/data/hdf
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
Making includes in ./ni/src/examples/data/shp
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
Making includes in ./ni/src/examples/data/nug
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[6]: Nothing to be done for `includes'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0'
Making ./config
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
touch .home_made
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ymake-filter.o ymake-filter.c
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ymake-filter ymake-filter.o  -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
Making ./external
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making ./external/blas
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o caxpy.o caxpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ccopy.o ccopy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cdotc.o cdotc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cdotu.o cdotu.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbmv.o cgbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgemm.o cgemm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgemv.o cgemv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgerc.o cgerc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeru.o cgeru.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbmv.o chbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chemm.o chemm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chemv.o chemv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cher.o cher.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cher2.o cher2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cher2k.o cher2k.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cherk.o cherk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpmv.o chpmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpr.o chpr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpr2.o chpr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o crotg.o crotg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cscal.o cscal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csscal.o csscal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cswap.o cswap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csymm.o csymm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csyr2k.o csyr2k.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csyrk.o csyrk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctbmv.o ctbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctbsv.o ctbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpmv.o ctpmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpsv.o ctpsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrmm.o ctrmm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrmv.o ctrmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrsm.o ctrsm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrsv.o ctrsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dasum.o dasum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o daxpy.o daxpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dcabs1.o dcabs1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dcopy.o dcopy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ddot.o ddot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbmv.o dgbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgemm.o dgemm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgemv.o dgemv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dger.o dger.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dnrm2.o dnrm2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drot.o drot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drotg.o drotg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbmv.o dsbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dscal.o dscal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspmv.o dspmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspr.o dspr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspr2.o dspr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dswap.o dswap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsymm.o dsymm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsymv.o dsymv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyr.o dsyr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyr2.o dsyr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyr2k.o dsyr2k.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyrk.o dsyrk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtbmv.o dtbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtbsv.o dtbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtpmv.o dtpmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtpsv.o dtpsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrmm.o dtrmm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrmv.o dtrmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrsm.o dtrsm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrsv.o dtrsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dzasum.o dzasum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dznrm2.o dznrm2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icamax.o icamax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idamax.o idamax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isamax.o isamax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o izamax.o izamax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sasum.o sasum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o saxpy.o saxpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o scasum.o scasum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o scnrm2.o scnrm2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o scopy.o scopy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sdot.o sdot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbmv.o sgbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgemm.o sgemm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgemv.o sgemv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sger.o sger.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o snrm2.o snrm2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o srot.o srot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o srotg.o srotg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbmv.o ssbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sscal.o sscal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspmv.o sspmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspr.o sspr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspr2.o sspr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sswap.o sswap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssymm.o ssymm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssymv.o ssymv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyr.o ssyr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyr2.o ssyr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyr2k.o ssyr2k.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyrk.o ssyrk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stbmv.o stbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stbsv.o stbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stpmv.o stpmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stpsv.o stpsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strmm.o strmm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strmv.o strmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strsm.o strsm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strsv.o strsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zaxpy.o zaxpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zcopy.o zcopy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zdotc.o zdotc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zdotu.o zdotu.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zdscal.o zdscal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbmv.o zgbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgemm.o zgemm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgemv.o zgemv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgerc.o zgerc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeru.o zgeru.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbmv.o zhbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhemm.o zhemm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhemv.o zhemv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zher.o zher.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zher2.o zher2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zher2k.o zher2k.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zherk.o zherk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpmv.o zhpmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpr.o zhpr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpr2.o zhpr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zrotg.o zrotg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zscal.o zscal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zswap.o zswap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsymm.o zsymm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsyr2k.o zsyr2k.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsyrk.o zsyrk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztbmv.o ztbmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztbsv.o ztbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztpmv.o ztpmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztpsv.o ztpsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrmm.o ztrmm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrmv.o ztrmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrsm.o ztrsm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrsv.o ztrsv.f
rm -f libblas_ncl.a
ar: creating libblas_ncl.a
ranlib libblas_ncl.a
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Making ./external/lapack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cbdsqr.o cbdsqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbbrd.o cgbbrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbcon.o cgbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbequ.o cgbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbrfs.o cgbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbsv.o cgbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbsvx.o cgbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbtf2.o cgbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbtrf.o cgbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgbtrs.o cgbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgebak.o cgebak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgebal.o cgebal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgebd2.o cgebd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgebrd.o cgebrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgecon.o cgecon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeequ.o cgeequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgees.o cgees.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeesx.o cgeesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeev.o cgeev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeevx.o cgeevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgegs.o cgegs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgegv.o cgegv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgehd2.o cgehd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgehrd.o cgehrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgelq2.o cgelq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgelqf.o cgelqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgels.o cgels.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgelsd.o cgelsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgelss.o cgelss.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgelsx.o cgelsx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgelsy.o cgelsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeql2.o cgeql2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeqlf.o cgeqlf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeqp3.o cgeqp3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeqpf.o cgeqpf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeqr2.o cgeqr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgeqrf.o cgeqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgerfs.o cgerfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgerq2.o cgerq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgerqf.o cgerqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgesc2.o cgesc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgesdd.o cgesdd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgesv.o cgesv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgesvd.o cgesvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgesvx.o cgesvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgetc2.o cgetc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgetf2.o cgetf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgetrf.o cgetrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgetri.o cgetri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgetrs.o cgetrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggbak.o cggbak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggbal.o cggbal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgges.o cgges.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggesx.o cggesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggev.o cggev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggevx.o cggevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggglm.o cggglm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgghrd.o cgghrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgglse.o cgglse.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggqrf.o cggqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggrqf.o cggrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggsvd.o cggsvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cggsvp.o cggsvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgtcon.o cgtcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgtrfs.o cgtrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgtsv.o cgtsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgtsvx.o cgtsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgttrf.o cgttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgttrs.o cgttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cgtts2.o cgtts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbev.o chbev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbevd.o chbevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbevx.o chbevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbgst.o chbgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbgv.o chbgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbgvd.o chbgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbgvx.o chbgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chbtrd.o chbtrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o checon.o checon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cheev.o cheev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cheevd.o cheevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cheevr.o cheevr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cheevx.o cheevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chegs2.o chegs2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chegst.o chegst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chegv.o chegv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chegvd.o chegvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chegvx.o chegvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cherfs.o cherfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chesv.o chesv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chesvx.o chesvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chetd2.o chetd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chetf2.o chetf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chetrd.o chetrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chetrf.o chetrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chetri.o chetri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chetrs.o chetrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chgeqz.o chgeqz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpcon.o chpcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpev.o chpev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpevd.o chpevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpevx.o chpevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpgst.o chpgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpgv.o chpgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpgvd.o chpgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpgvx.o chpgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chprfs.o chprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpsv.o chpsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chpsvx.o chpsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chptrd.o chptrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chptrf.o chptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chptri.o chptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chptrs.o chptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chsein.o chsein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chseqr.o chseqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clabrd.o clabrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clacgv.o clacgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clacon.o clacon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clacp2.o clacp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clacpy.o clacpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clacrm.o clacrm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clacrt.o clacrt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cladiv.o cladiv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claed0.o claed0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claed7.o claed7.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claed8.o claed8.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claein.o claein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claesy.o claesy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claev2.o claev2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clags2.o clags2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clagtm.o clagtm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clahef.o clahef.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clahqr.o clahqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clahrd.o clahrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claic1.o claic1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clals0.o clals0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clalsa.o clalsa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clalsd.o clalsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clangb.o clangb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clange.o clange.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clangt.o clangt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clanhb.o clanhb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clanhe.o clanhe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clanhp.o clanhp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clanhs.o clanhs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clanht.o clanht.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clansb.o clansb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clansp.o clansp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clansy.o clansy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clantb.o clantb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clantp.o clantp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clantr.o clantr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clapll.o clapll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clapmt.o clapmt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqgb.o claqgb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqge.o claqge.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqhb.o claqhb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqhe.o claqhe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqhp.o claqhp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqp2.o claqp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqps.o claqps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqsb.o claqsb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqsp.o claqsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claqsy.o claqsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clar1v.o clar1v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clar2v.o clar2v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarcm.o clarcm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarf.o clarf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarfb.o clarfb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarfg.o clarfg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarft.o clarft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarfx.o clarfx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clargv.o clargv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarnv.o clarnv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarrv.o clarrv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clartg.o clartg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clartv.o clartv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarz.o clarz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarzb.o clarzb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clarzt.o clarzt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clascl.o clascl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claset.o claset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clasr.o clasr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o classq.o classq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o claswp.o claswp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clasyf.o clasyf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clatbs.o clatbs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clatdf.o clatdf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clatps.o clatps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clatrd.o clatrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clatrs.o clatrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clatrz.o clatrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clatzm.o clatzm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clauu2.o clauu2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clauum.o clauum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbcon.o cpbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbequ.o cpbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbrfs.o cpbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbstf.o cpbstf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbsv.o cpbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbsvx.o cpbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbtf2.o cpbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbtrf.o cpbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpbtrs.o cpbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpocon.o cpocon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpoequ.o cpoequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cporfs.o cporfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cposv.o cposv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cposvx.o cposvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpotf2.o cpotf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpotrf.o cpotrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpotri.o cpotri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpotrs.o cpotrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cppcon.o cppcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cppequ.o cppequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpprfs.o cpprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cppsv.o cppsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cppsvx.o cppsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpptrf.o cpptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpptri.o cpptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpptrs.o cpptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptcon.o cptcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpteqr.o cpteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptrfs.o cptrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptsv.o cptsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptsvx.o cptsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpttrf.o cpttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpttrs.o cpttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptts2.o cptts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o crot.o crot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cspcon.o cspcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cspmv.o cspmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cspr.o cspr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csprfs.o csprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cspsv.o cspsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cspsvx.o cspsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csptrf.o csptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csptri.o csptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csptrs.o csptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csrot.o csrot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csrscl.o csrscl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstedc.o cstedc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstegr.o cstegr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstein.o cstein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csteqr.o csteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csycon.o csycon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csymv.o csymv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csyr.o csyr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csyrfs.o csyrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csysv.o csysv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csysvx.o csysvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csytf2.o csytf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csytrf.o csytrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csytri.o csytri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csytrs.o csytrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctbcon.o ctbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctbrfs.o ctbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctbtrs.o ctbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgevc.o ctgevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgex2.o ctgex2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgexc.o ctgexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgsen.o ctgsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgsja.o ctgsja.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgsna.o ctgsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgsy2.o ctgsy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgsyl.o ctgsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpcon.o ctpcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctprfs.o ctprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctptri.o ctptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctptrs.o ctptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrcon.o ctrcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrevc.o ctrevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrexc.o ctrexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrrfs.o ctrrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrsen.o ctrsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrsna.o ctrsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrsyl.o ctrsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrti2.o ctrti2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrtri.o ctrtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrtrs.o ctrtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctzrqf.o ctzrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctzrzf.o ctzrzf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cung2l.o cung2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cung2r.o cung2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cungbr.o cungbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunghr.o cunghr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cungl2.o cungl2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunglq.o cunglq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cungql.o cungql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cungqr.o cungqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cungr2.o cungr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cungrq.o cungrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cungtr.o cungtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunm2l.o cunm2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunm2r.o cunm2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmbr.o cunmbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmhr.o cunmhr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunml2.o cunml2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmlq.o cunmlq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmql.o cunmql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmqr.o cunmqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmr2.o cunmr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmr3.o cunmr3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmrq.o cunmrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmrz.o cunmrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cunmtr.o cunmtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cupgtr.o cupgtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cupmtr.o cupmtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dbdsdc.o dbdsdc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dbdsqr.o dbdsqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ddisna.o ddisna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbbrd.o dgbbrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbcon.o dgbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbequ.o dgbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbrfs.o dgbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbsv.o dgbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbsvx.o dgbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbtf2.o dgbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbtrf.o dgbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgbtrs.o dgbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgebak.o dgebak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgebal.o dgebal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgebd2.o dgebd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgebrd.o dgebrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgecon.o dgecon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeequ.o dgeequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgees.o dgees.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeesx.o dgeesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeev.o dgeev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeevx.o dgeevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgegs.o dgegs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgegv.o dgegv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgehd2.o dgehd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgehrd.o dgehrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgelq2.o dgelq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgelqf.o dgelqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgels.o dgels.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgelsd.o dgelsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgelss.o dgelss.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgelsx.o dgelsx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgelsy.o dgelsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeql2.o dgeql2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeqlf.o dgeqlf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeqp3.o dgeqp3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeqpf.o dgeqpf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeqr2.o dgeqr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeqrf.o dgeqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgerfs.o dgerfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgerq2.o dgerq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgerqf.o dgerqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgesc2.o dgesc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgesdd.o dgesdd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgesv.o dgesv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgesvd.o dgesvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgesvx.o dgesvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgetc2.o dgetc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgetf2.o dgetf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgetrf.o dgetrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgetri.o dgetri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgetrs.o dgetrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggbak.o dggbak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggbal.o dggbal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgges.o dgges.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggesx.o dggesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggev.o dggev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggevx.o dggevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggglm.o dggglm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgghrd.o dgghrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgglse.o dgglse.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggqrf.o dggqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggrqf.o dggrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggsvd.o dggsvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dggsvp.o dggsvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgtcon.o dgtcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgtrfs.o dgtrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgtsv.o dgtsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgtsvx.o dgtsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgttrf.o dgttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgttrs.o dgttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgtts2.o dgtts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dhgeqz.o dhgeqz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dhsein.o dhsein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dhseqr.o dhseqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlabad.o dlabad.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlabrd.o dlabrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlacon.o dlacon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlacpy.o dlacpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dladiv.o dladiv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlae2.o dlae2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaebz.o dlaebz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed0.o dlaed0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed1.o dlaed1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed2.o dlaed2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed3.o dlaed3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed4.o dlaed4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed5.o dlaed5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed6.o dlaed6.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed7.o dlaed7.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed8.o dlaed8.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaed9.o dlaed9.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaeda.o dlaeda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaein.o dlaein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaev2.o dlaev2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaexc.o dlaexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlag2.o dlag2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlags2.o dlags2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlagtf.o dlagtf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlagtm.o dlagtm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlagts.o dlagts.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlagv2.o dlagv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlahqr.o dlahqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlahrd.o dlahrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaic1.o dlaic1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaln2.o dlaln2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlals0.o dlals0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlalsa.o dlalsa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlalsd.o dlalsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlamch.o dlamch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlamrg.o dlamrg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlangb.o dlangb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlange.o dlange.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlangt.o dlangt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlanhs.o dlanhs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlansb.o dlansb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlansp.o dlansp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlanst.o dlanst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlansy.o dlansy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlantb.o dlantb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlantp.o dlantp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlantr.o dlantr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlanv2.o dlanv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlapll.o dlapll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlapmt.o dlapmt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlapy2.o dlapy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlapy3.o dlapy3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqgb.o dlaqgb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqge.o dlaqge.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqp2.o dlaqp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqps.o dlaqps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqsb.o dlaqsb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqsp.o dlaqsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqsy.o dlaqsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaqtr.o dlaqtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlar1v.o dlar1v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlar2v.o dlar2v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarf.o dlarf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarfb.o dlarfb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarfg.o dlarfg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarft.o dlarft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarfx.o dlarfx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlargv.o dlargv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarnv.o dlarnv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarrb.o dlarrb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarre.o dlarre.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarrf.o dlarrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarrv.o dlarrv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlartg.o dlartg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlartv.o dlartv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaruv.o dlaruv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarz.o dlarz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarzb.o dlarzb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlarzt.o dlarzt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlas2.o dlas2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlascl.o dlascl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd0.o dlasd0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd1.o dlasd1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd2.o dlasd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd3.o dlasd3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd4.o dlasd4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd5.o dlasd5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd6.o dlasd6.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd7.o dlasd7.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd8.o dlasd8.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasd9.o dlasd9.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasda.o dlasda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasdq.o dlasdq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasdt.o dlasdt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaset.o dlaset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasq1.o dlasq1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasq2.o dlasq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasq3.o dlasq3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasq4.o dlasq4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasq5.o dlasq5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasq6.o dlasq6.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasr.o dlasr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasrt.o dlasrt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlassq.o dlassq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasv2.o dlasv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlaswp.o dlaswp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasy2.o dlasy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlasyf.o dlasyf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlatbs.o dlatbs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlatdf.o dlatdf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlatps.o dlatps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlatrd.o dlatrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlatrs.o dlatrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlatrz.o dlatrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlatzm.o dlatzm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlauu2.o dlauu2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dlauum.o dlauum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dopgtr.o dopgtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dopmtr.o dopmtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorg2l.o dorg2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorg2r.o dorg2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorgbr.o dorgbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorghr.o dorghr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorgl2.o dorgl2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorglq.o dorglq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorgql.o dorgql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorgqr.o dorgqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorgr2.o dorgr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorgrq.o dorgrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorgtr.o dorgtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorm2l.o dorm2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorm2r.o dorm2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormbr.o dormbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormhr.o dormhr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dorml2.o dorml2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormlq.o dormlq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormql.o dormql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormqr.o dormqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormr2.o dormr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormr3.o dormr3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormrq.o dormrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormrz.o dormrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dormtr.o dormtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbcon.o dpbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbequ.o dpbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbrfs.o dpbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbstf.o dpbstf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbsv.o dpbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbsvx.o dpbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbtf2.o dpbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbtrf.o dpbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpbtrs.o dpbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpocon.o dpocon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpoequ.o dpoequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dporfs.o dporfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dposv.o dposv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dposvx.o dposvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpotf2.o dpotf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpotrf.o dpotrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpotri.o dpotri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpotrs.o dpotrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dppcon.o dppcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dppequ.o dppequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpprfs.o dpprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dppsv.o dppsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dppsvx.o dppsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpptrf.o dpptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpptri.o dpptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpptrs.o dpptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dptcon.o dptcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpteqr.o dpteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dptrfs.o dptrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dptsv.o dptsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dptsvx.o dptsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpttrf.o dpttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpttrs.o dpttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dptts2.o dptts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drscl.o drscl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbev.o dsbev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbevd.o dsbevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbevx.o dsbevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbgst.o dsbgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbgv.o dsbgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbgvd.o dsbgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbgvx.o dsbgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsbtrd.o dsbtrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsecnd.o dsecnd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspcon.o dspcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspev.o dspev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspevd.o dspevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspevx.o dspevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspgst.o dspgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspgv.o dspgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspgvd.o dspgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspgvx.o dspgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsprfs.o dsprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspsv.o dspsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dspsvx.o dspsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsptrd.o dsptrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsptrf.o dsptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsptri.o dsptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsptrs.o dsptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstebz.o dstebz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstedc.o dstedc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstegr.o dstegr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstein.o dstein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsteqr.o dsteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsterf.o dsterf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstev.o dstev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstevd.o dstevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstevr.o dstevr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dstevx.o dstevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsycon.o dsycon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyev.o dsyev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyevd.o dsyevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyevr.o dsyevr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyevx.o dsyevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsygs2.o dsygs2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsygst.o dsygst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsygv.o dsygv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsygvd.o dsygvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsygvx.o dsygvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsyrfs.o dsyrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsysv.o dsysv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsysvx.o dsysvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsytd2.o dsytd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsytf2.o dsytf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsytrd.o dsytrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsytrf.o dsytrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsytri.o dsytri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsytrs.o dsytrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtbcon.o dtbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtbrfs.o dtbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtbtrs.o dtbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgevc.o dtgevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgex2.o dtgex2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgexc.o dtgexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgsen.o dtgsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgsja.o dtgsja.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgsna.o dtgsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgsy2.o dtgsy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtgsyl.o dtgsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtpcon.o dtpcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtprfs.o dtprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtptri.o dtptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtptrs.o dtptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrcon.o dtrcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrevc.o dtrevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrexc.o dtrexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrrfs.o dtrrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrsen.o dtrsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrsna.o dtrsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrsyl.o dtrsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrti2.o dtrti2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrtri.o dtrtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrtrs.o dtrtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtzrqf.o dtzrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtzrzf.o dtzrzf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dzsum1.o dzsum1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icmax1.o icmax1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ieeeck.o ieeeck.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ilaenv.o ilaenv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o izmax1.o izmax1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lsame.o lsame.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lsamen.o lsamen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sbdsdc.o sbdsdc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sbdsqr.o sbdsqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o scsum1.o scsum1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sdisna.o sdisna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o second.o second.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbbrd.o sgbbrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbcon.o sgbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbequ.o sgbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbrfs.o sgbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbsv.o sgbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbsvx.o sgbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbtf2.o sgbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbtrf.o sgbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgbtrs.o sgbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgebak.o sgebak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgebal.o sgebal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgebd2.o sgebd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgebrd.o sgebrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgecon.o sgecon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeequ.o sgeequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgees.o sgees.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeesx.o sgeesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeev.o sgeev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeevx.o sgeevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgegs.o sgegs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgegv.o sgegv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgehd2.o sgehd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgehrd.o sgehrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgelq2.o sgelq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgelqf.o sgelqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgels.o sgels.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgelsd.o sgelsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgelss.o sgelss.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgelsx.o sgelsx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgelsy.o sgelsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeql2.o sgeql2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeqlf.o sgeqlf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeqp3.o sgeqp3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeqpf.o sgeqpf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeqr2.o sgeqr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgeqrf.o sgeqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgerfs.o sgerfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgerq2.o sgerq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgerqf.o sgerqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgesc2.o sgesc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgesdd.o sgesdd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgesv.o sgesv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgesvd.o sgesvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgesvx.o sgesvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgetc2.o sgetc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgetf2.o sgetf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgetrf.o sgetrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgetri.o sgetri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgetrs.o sgetrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggbak.o sggbak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggbal.o sggbal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgges.o sgges.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggesx.o sggesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggev.o sggev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggevx.o sggevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggglm.o sggglm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgghrd.o sgghrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgglse.o sgglse.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggqrf.o sggqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggrqf.o sggrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggsvd.o sggsvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sggsvp.o sggsvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgtcon.o sgtcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgtrfs.o sgtrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgtsv.o sgtsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgtsvx.o sgtsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgttrf.o sgttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgttrs.o sgttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgtts2.o sgtts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shgeqz.o shgeqz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shsein.o shsein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shseqr.o shseqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slabad.o slabad.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slabrd.o slabrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slacon.o slacon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slacpy.o slacpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sladiv.o sladiv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slae2.o slae2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaebz.o slaebz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed0.o slaed0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed1.o slaed1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed2.o slaed2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed3.o slaed3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed4.o slaed4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed5.o slaed5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed6.o slaed6.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed7.o slaed7.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed8.o slaed8.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaed9.o slaed9.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaeda.o slaeda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaein.o slaein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaev2.o slaev2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaexc.o slaexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slag2.o slag2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slags2.o slags2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slagtf.o slagtf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slagtm.o slagtm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slagts.o slagts.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slagv2.o slagv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slahqr.o slahqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slahrd.o slahrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaic1.o slaic1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaln2.o slaln2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slals0.o slals0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slalsa.o slalsa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slalsd.o slalsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slamch.o slamch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slamrg.o slamrg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slangb.o slangb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slange.o slange.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slangt.o slangt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slanhs.o slanhs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slansb.o slansb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slansp.o slansp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slanst.o slanst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slansy.o slansy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slantb.o slantb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slantp.o slantp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slantr.o slantr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slanv2.o slanv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapll.o slapll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapmt.o slapmt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapy2.o slapy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapy3.o slapy3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqgb.o slaqgb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqge.o slaqge.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqp2.o slaqp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqps.o slaqps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqsb.o slaqsb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqsp.o slaqsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqsy.o slaqsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaqtr.o slaqtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slar1v.o slar1v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slar2v.o slar2v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarf.o slarf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarfb.o slarfb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarfg.o slarfg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarft.o slarft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarfx.o slarfx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slargv.o slargv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarnv.o slarnv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarrb.o slarrb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarre.o slarre.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarrf.o slarrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarrv.o slarrv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slartg.o slartg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slartv.o slartv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaruv.o slaruv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarz.o slarz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarzb.o slarzb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slarzt.o slarzt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slas2.o slas2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slascl.o slascl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd0.o slasd0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd1.o slasd1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd2.o slasd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd3.o slasd3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd4.o slasd4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd5.o slasd5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd6.o slasd6.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd7.o slasd7.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd8.o slasd8.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasd9.o slasd9.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasda.o slasda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasdq.o slasdq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasdt.o slasdt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaset.o slaset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasq1.o slasq1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasq2.o slasq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasq3.o slasq3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasq4.o slasq4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasq5.o slasq5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasq6.o slasq6.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasr.o slasr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasrt.o slasrt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slassq.o slassq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasv2.o slasv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slaswp.o slaswp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasy2.o slasy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slasyf.o slasyf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatbs.o slatbs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatdf.o slatdf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatps.o slatps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatrd.o slatrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatrs.o slatrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatrz.o slatrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatzm.o slatzm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slauu2.o slauu2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slauum.o slauum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sopgtr.o sopgtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sopmtr.o sopmtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorg2l.o sorg2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorg2r.o sorg2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorgbr.o sorgbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorghr.o sorghr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorgl2.o sorgl2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorglq.o sorglq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorgql.o sorgql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorgqr.o sorgqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorgr2.o sorgr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorgrq.o sorgrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorgtr.o sorgtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorm2l.o sorm2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorm2r.o sorm2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormbr.o sormbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormhr.o sormhr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sorml2.o sorml2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormlq.o sormlq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormql.o sormql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormqr.o sormqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormr2.o sormr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormr3.o sormr3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormrq.o sormrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormrz.o sormrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sormtr.o sormtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbcon.o spbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbequ.o spbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbrfs.o spbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbstf.o spbstf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbsv.o spbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbsvx.o spbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbtf2.o spbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbtrf.o spbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spbtrs.o spbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spocon.o spocon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spoequ.o spoequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sporfs.o sporfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sposv.o sposv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sposvx.o sposvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spotf2.o spotf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spotrf.o spotrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spotri.o spotri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spotrs.o spotrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sppcon.o sppcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sppequ.o sppequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spprfs.o spprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sppsv.o sppsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sppsvx.o sppsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spptrf.o spptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spptri.o spptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spptrs.o spptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sptcon.o sptcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spteqr.o spteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sptrfs.o sptrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sptsv.o sptsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sptsvx.o sptsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spttrf.o spttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spttrs.o spttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sptts2.o sptts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o srscl.o srscl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbev.o ssbev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbevd.o ssbevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbevx.o ssbevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbgst.o ssbgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbgv.o ssbgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbgvd.o ssbgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbgvx.o ssbgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssbtrd.o ssbtrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspcon.o sspcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspev.o sspev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspevd.o sspevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspevx.o sspevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspgst.o sspgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspgv.o sspgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspgvd.o sspgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspgvx.o sspgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssprfs.o ssprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspsv.o sspsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sspsvx.o sspsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssptrd.o ssptrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssptrf.o ssptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssptri.o ssptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssptrs.o ssptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstebz.o sstebz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstedc.o sstedc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstegr.o sstegr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstein.o sstein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssteqr.o ssteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssterf.o ssterf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstev.o sstev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstevd.o sstevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstevr.o sstevr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sstevx.o sstevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssycon.o ssycon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyev.o ssyev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyevd.o ssyevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyevr.o ssyevr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyevx.o ssyevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssygs2.o ssygs2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssygst.o ssygst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssygv.o ssygv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssygvd.o ssygvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssygvx.o ssygvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssyrfs.o ssyrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssysv.o ssysv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssysvx.o ssysvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssytd2.o ssytd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssytf2.o ssytf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssytrd.o ssytrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssytrf.o ssytrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssytri.o ssytri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ssytrs.o ssytrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stbcon.o stbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stbrfs.o stbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stbtrs.o stbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgevc.o stgevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgex2.o stgex2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgexc.o stgexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgsen.o stgsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgsja.o stgsja.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgsna.o stgsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgsy2.o stgsy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgsyl.o stgsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stpcon.o stpcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stprfs.o stprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stptri.o stptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stptrs.o stptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strcon.o strcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strevc.o strevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strexc.o strexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strrfs.o strrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strsen.o strsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strsna.o strsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strsyl.o strsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strti2.o strti2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strtri.o strtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strtrs.o strtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stzrqf.o stzrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stzrzf.o stzrzf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xerbla.o xerbla.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zbdsqr.o zbdsqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zdrot.o zdrot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zdrscl.o zdrscl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbbrd.o zgbbrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbcon.o zgbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbequ.o zgbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbrfs.o zgbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbsv.o zgbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbsvx.o zgbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbtf2.o zgbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbtrf.o zgbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgbtrs.o zgbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgebak.o zgebak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgebal.o zgebal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgebd2.o zgebd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgebrd.o zgebrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgecon.o zgecon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeequ.o zgeequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgees.o zgees.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeesx.o zgeesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeev.o zgeev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeevx.o zgeevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgegs.o zgegs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgegv.o zgegv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgehd2.o zgehd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgehrd.o zgehrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgelq2.o zgelq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgelqf.o zgelqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgels.o zgels.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgelsd.o zgelsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgelss.o zgelss.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgelsx.o zgelsx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgelsy.o zgelsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeql2.o zgeql2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeqlf.o zgeqlf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeqp3.o zgeqp3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeqpf.o zgeqpf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeqr2.o zgeqr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgeqrf.o zgeqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgerfs.o zgerfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgerq2.o zgerq2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgerqf.o zgerqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgesc2.o zgesc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgesdd.o zgesdd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgesv.o zgesv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgesvd.o zgesvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgesvx.o zgesvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgetc2.o zgetc2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgetf2.o zgetf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgetrf.o zgetrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgetri.o zgetri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgetrs.o zgetrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggbak.o zggbak.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggbal.o zggbal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgges.o zgges.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggesx.o zggesx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggev.o zggev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggevx.o zggevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggglm.o zggglm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgghrd.o zgghrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgglse.o zgglse.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggqrf.o zggqrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggrqf.o zggrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggsvd.o zggsvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zggsvp.o zggsvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgtcon.o zgtcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgtrfs.o zgtrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgtsv.o zgtsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgtsvx.o zgtsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgttrf.o zgttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgttrs.o zgttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zgtts2.o zgtts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbev.o zhbev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbevd.o zhbevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbevx.o zhbevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbgst.o zhbgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbgv.o zhbgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbgvd.o zhbgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbgvx.o zhbgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhbtrd.o zhbtrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhecon.o zhecon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zheev.o zheev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zheevd.o zheevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zheevr.o zheevr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zheevx.o zheevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhegs2.o zhegs2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhegst.o zhegst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhegv.o zhegv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhegvd.o zhegvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhegvx.o zhegvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zherfs.o zherfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhesv.o zhesv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhesvx.o zhesvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhetd2.o zhetd2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhetf2.o zhetf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhetrd.o zhetrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhetrf.o zhetrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhetri.o zhetri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhetrs.o zhetrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhgeqz.o zhgeqz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpcon.o zhpcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpev.o zhpev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpevd.o zhpevd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpevx.o zhpevx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpgst.o zhpgst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpgv.o zhpgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpgvd.o zhpgvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpgvx.o zhpgvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhprfs.o zhprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpsv.o zhpsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhpsvx.o zhpsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhptrd.o zhptrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhptrf.o zhptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhptri.o zhptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhptrs.o zhptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhsein.o zhsein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zhseqr.o zhseqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlabrd.o zlabrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlacgv.o zlacgv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlacon.o zlacon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlacp2.o zlacp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlacpy.o zlacpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlacrm.o zlacrm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlacrt.o zlacrt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zladiv.o zladiv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaed0.o zlaed0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaed7.o zlaed7.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaed8.o zlaed8.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaein.o zlaein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaesy.o zlaesy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaev2.o zlaev2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlags2.o zlags2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlagtm.o zlagtm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlahef.o zlahef.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlahqr.o zlahqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlahrd.o zlahrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaic1.o zlaic1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlals0.o zlals0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlalsa.o zlalsa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlalsd.o zlalsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlangb.o zlangb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlange.o zlange.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlangt.o zlangt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlanhb.o zlanhb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlanhe.o zlanhe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlanhp.o zlanhp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlanhs.o zlanhs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlanht.o zlanht.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlansb.o zlansb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlansp.o zlansp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlansy.o zlansy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlantb.o zlantb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlantp.o zlantp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlantr.o zlantr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlapll.o zlapll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlapmt.o zlapmt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqgb.o zlaqgb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqge.o zlaqge.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqhb.o zlaqhb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqhe.o zlaqhe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqhp.o zlaqhp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqp2.o zlaqp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqps.o zlaqps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqsb.o zlaqsb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqsp.o zlaqsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaqsy.o zlaqsy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlar1v.o zlar1v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlar2v.o zlar2v.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarcm.o zlarcm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarf.o zlarf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarfb.o zlarfb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarfg.o zlarfg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarft.o zlarft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarfx.o zlarfx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlargv.o zlargv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarnv.o zlarnv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarrv.o zlarrv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlartg.o zlartg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlartv.o zlartv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarz.o zlarz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarzb.o zlarzb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlarzt.o zlarzt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlascl.o zlascl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaset.o zlaset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlasr.o zlasr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlassq.o zlassq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlaswp.o zlaswp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlasyf.o zlasyf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlatbs.o zlatbs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlatdf.o zlatdf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlatps.o zlatps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlatrd.o zlatrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlatrs.o zlatrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlatrz.o zlatrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlatzm.o zlatzm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlauu2.o zlauu2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlauum.o zlauum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbcon.o zpbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbequ.o zpbequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbrfs.o zpbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbstf.o zpbstf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbsv.o zpbsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbsvx.o zpbsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbtf2.o zpbtf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbtrf.o zpbtrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpbtrs.o zpbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpocon.o zpocon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpoequ.o zpoequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zporfs.o zporfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zposv.o zposv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zposvx.o zposvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpotf2.o zpotf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpotrf.o zpotrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpotri.o zpotri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpotrs.o zpotrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zppcon.o zppcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zppequ.o zppequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpprfs.o zpprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zppsv.o zppsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zppsvx.o zppsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpptrf.o zpptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpptri.o zpptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpptrs.o zpptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zptcon.o zptcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpteqr.o zpteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zptrfs.o zptrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zptsv.o zptsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zptsvx.o zptsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpttrf.o zpttrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zpttrs.o zpttrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zptts2.o zptts2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zrot.o zrot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zspcon.o zspcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zspmv.o zspmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zspr.o zspr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsprfs.o zsprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zspsv.o zspsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zspsvx.o zspsvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsptrf.o zsptrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsptri.o zsptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsptrs.o zsptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zstedc.o zstedc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zstegr.o zstegr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zstein.o zstein.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsteqr.o zsteqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsycon.o zsycon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsymv.o zsymv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsyr.o zsyr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsyrfs.o zsyrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsysv.o zsysv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsysvx.o zsysvx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsytf2.o zsytf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsytrf.o zsytrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsytri.o zsytri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zsytrs.o zsytrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztbcon.o ztbcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztbrfs.o ztbrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztbtrs.o ztbtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgevc.o ztgevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgex2.o ztgex2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgexc.o ztgexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgsen.o ztgsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgsja.o ztgsja.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgsna.o ztgsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgsy2.o ztgsy2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztgsyl.o ztgsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztpcon.o ztpcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztprfs.o ztprfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztptri.o ztptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztptrs.o ztptrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrcon.o ztrcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrevc.o ztrevc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrexc.o ztrexc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrrfs.o ztrrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrsen.o ztrsen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrsna.o ztrsna.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrsyl.o ztrsyl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrti2.o ztrti2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrtri.o ztrtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztrtrs.o ztrtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztzrqf.o ztzrqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ztzrzf.o ztzrzf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zung2l.o zung2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zung2r.o zung2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zungbr.o zungbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunghr.o zunghr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zungl2.o zungl2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunglq.o zunglq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zungql.o zungql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zungqr.o zungqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zungr2.o zungr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zungrq.o zungrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zungtr.o zungtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunm2l.o zunm2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunm2r.o zunm2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmbr.o zunmbr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmhr.o zunmhr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunml2.o zunml2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmlq.o zunmlq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmql.o zunmql.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmqr.o zunmqr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmr2.o zunmr2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmr3.o zunmr3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmrq.o zunmrq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmrz.o zunmrz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zunmtr.o zunmtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zupgtr.o zupgtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zupmtr.o zupmtr.f
rm -f liblapack_ncl.a
ar: creating liblapack_ncl.a
ranlib liblapack_ncl.a
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Making ./external/sphere3.1_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o divec.o divec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dives.o dives.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o divgc.o divgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o divgs.o divgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gaqd.o gaqd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o geo2math.o geo2math.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gradec.o gradec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o grades.o grades.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gradgc.o gradgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gradgs.o gradgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hrfft.o hrfft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idivec.o idivec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idives.o idives.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idivgc.o idivgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idivgs.o idivgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idvtec.o idvtec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idvtes.o idvtes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idvtgc.o idvtgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idvtgs.o idvtgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o igradec.o igradec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o igrades.o igrades.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o igradgc.o igradgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o igradgs.o igradgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ihgeod.o ihgeod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isfvpec.o isfvpec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isfvpes.o isfvpes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isfvpgc.o isfvpgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isfvpgs.o isfvpgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o islapec.o islapec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o islapes.o islapes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o islapgc.o islapgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o islapgs.o islapgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivlapec.o ivlapec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivlapes.o ivlapes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivlapgc.o ivlapgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivlapgs.o ivlapgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivrtec.o ivrtec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivrtes.o ivrtes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivrtgc.o ivrtgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ivrtgs.o ivrtgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfvpec.o sfvpec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfvpes.o sfvpes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfvpgc.o sfvpgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfvpgs.o sfvpgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shaec.o shaec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shaes.o shaes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shagc.o shagc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shags.o shags.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shigc.o shigc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shigs.o shigs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shsec.o shsec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shses.o shses.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shsgc.o shsgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shsgs.o shsgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapec.o slapec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapes.o slapes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapgc.o slapgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slapgs.o slapgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sphcom.o sphcom.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sshifte.o sshifte.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trssph.o trssph.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trvsph.o trvsph.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhaec.o vhaec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhaes.o vhaes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhagc.o vhagc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhags.o vhags.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhsec.o vhsec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhses.o vhses.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhsgc.o vhsgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vhsgs.o vhsgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vlapec.o vlapec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vlapes.o vlapes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vlapgc.o vlapgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vlapgs.o vlapgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vrtec.o vrtec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vrtes.o vrtes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vrtgc.o vrtgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vrtgs.o vrtgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vshifte.o vshifte.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsec.o vtsec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtses.o vtses.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsgc.o vtsgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsgs.o vtsgs.f
rm -f libsphere3.1_dp.a
ar: creating libsphere3.1_dp.a
ranlib libsphere3.1_dp.a
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Making ./external/fftpack5_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f2kb.o c1f2kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f2kf.o c1f2kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f3kb.o c1f3kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f3kf.o c1f3kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f4kb.o c1f4kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f4kf.o c1f4kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f5kb.o c1f5kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1f5kf.o c1f5kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1fgkb.o c1fgkb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1fgkf.o c1fgkf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1fm1b.o c1fm1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o c1fm1f.o c1fm1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfft1b.o cfft1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfft1f.o cfft1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfft1i.o cfft1i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfft2b.o cfft2b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfft2f.o cfft2f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfft2i.o cfft2i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfftmb.o cfftmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfftmf.o cfftmf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfftmi.o cfftmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf2kb.o cmf2kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf2kf.o cmf2kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf3kb.o cmf3kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf3kf.o cmf3kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf4kb.o cmf4kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf4kf.o cmf4kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf5kb.o cmf5kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmf5kf.o cmf5kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmfgkb.o cmfgkb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmfgkf.o cmfgkf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmfm1b.o cmfm1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmfm1f.o cmfm1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosq1b.o cosq1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosq1f.o cosq1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosq1i.o cosq1i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosqb1.o cosqb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosqf1.o cosqf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosqmb.o cosqmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosqmf.o cosqmf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cosqmi.o cosqmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cost1b.o cost1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cost1f.o cost1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cost1i.o cost1i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o costb1.o costb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o costf1.o costf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o costmb.o costmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o costmf.o costmf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o costmi.o costmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o factor.o factor.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mcfti1.o mcfti1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mcsqb1.o mcsqb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mcsqf1.o mcsqf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mcstb1.o mcstb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mcstf1.o mcstf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradb2.o mradb2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradb3.o mradb3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradb4.o mradb4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradb5.o mradb5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradbg.o mradbg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradf2.o mradf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradf3.o mradf3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradf4.o mradf4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradf5.o mradf5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mradfg.o mradfg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mrftb1.o mrftb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mrftf1.o mrftf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mrfti1.o mrfti1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msntb1.o msntb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msntf1.o msntf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f2kb.o r1f2kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f2kf.o r1f2kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f3kb.o r1f3kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f3kf.o r1f3kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f4kb.o r1f4kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f4kf.o r1f4kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f5kb.o r1f5kb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1f5kf.o r1f5kf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1fgkb.o r1fgkb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1fgkf.o r1fgkf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfft1b.o rfft1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfft1f.o rfft1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfft1i.o rfft1i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfft2b.o rfft2b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfft2f.o rfft2f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfft2i.o rfft2i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfftb1.o rfftb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfftf1.o rfftf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rffti1.o rffti1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfftmb.o rfftmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfftmf.o rfftmf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rfftmi.o rfftmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sinq1b.o sinq1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sinq1f.o sinq1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sinq1i.o sinq1i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sinqmb.o sinqmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sinqmf.o sinqmf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sinqmi.o sinqmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sint1b.o sint1b.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sint1f.o sint1f.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sint1i.o sint1i.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sintb1.o sintb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sintf1.o sintf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sintmb.o sintmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sintmf.o sintmf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sintmi.o sintmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tables.o tables.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xercon.o xercon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xerfft.o xerfft.f
rm -f libfftpack5_dp.a
ar: creating libfftpack5_dp.a
ranlib libfftpack5_dp.a
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making ./common
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making ./common/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making ./common/src/libncarg_c
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sbytes.o sbytes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gbytes.o gbytes.f
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o bcopyswap.o bcopyswap.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o logic32.o logic32.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o options.o options.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o misc.o misc.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c argget.f
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o version.o version.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o error.o error.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o atoargv.o atoargv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o usleep.o usleep.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o env.o env.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o trnspprt.o trnspprt.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lblank.o lblank.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o iargct.o iargct.f
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rwchinfl.o rwchinfl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sdbm.o sdbm.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o i1mach.o i1mach.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o r1mach.o r1mach.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o d1mach.o d1mach.f
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mangle.o mangle.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DIBM -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"'  -DNCARGURL='"ngurl"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ncarg_path.o ncarg_path.c
r1mach.f:167:27:

                CALL I1MCRA(SMALL, K, 16, 0, 0)
                           1
Warning: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
r1mach.f:168:27:

                CALL I1MCRA(LARGE, K, 32751, 16777215, 16777215)
                           1
Warning: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
r1mach.f:169:27:

                CALL I1MCRA(RIGHT, K, 15520, 0, 0)
                           1
Warning: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
r1mach.f:170:27:

                CALL I1MCRA(DIVER, K, 15536, 0, 0)
                           1
Warning: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
r1mach.f:171:27:

                CALL I1MCRA(LOG10, K, 16339, 4461392, 10451455)
                           1
Warning: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
ncarg_path.c: In function ‘_NGResolvePath’:
ncarg_path.c:135:6: warning: implicit declaration of function ‘endpwent’ [-Wimplicit-function-declaration]
      endpwent();
      ^~~~~~~~
rm -f libncarg_c.a
ar: creating libncarg_c.a
ranlib libncarg_c.a
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Making ./common/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making ./common/src/bin/ncargpath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ncargpath.o ncargpath.c
ncargpath.c:40:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
ncargpath.c: In function ‘main’:
ncargpath.c:51:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
ncargpath.c:51:3: warning: incompatible implicit declaration of built-in function ‘exit’
ncargpath.c:51:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ncargpath.c:59:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
ncargpath.c:59:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ncargpath.c:64:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(0);
  ^~~~
ncargpath.c:64:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ncargpath ncargpath.o -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making ./common/src/fontcap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfrdln.o cfrdln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfwrit.o cfwrit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ffgttk.o ffgttk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ffinfo.o ffinfo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ffphol.o ffphol.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ffppkt.o ffppkt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ffprcf.o ffprcf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c cfaamn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ffprsa.o ffprsa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fftbkd.o fftbkd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fftkin.o fftkin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sffndc.o sffndc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfgtin.o sfgtin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfgtkw.o sfgtkw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfprcf.o sfprcf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfskbk.o sfskbk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sftbkd.o sftbkd.f
	Processing fontcap font1
make[4]: ../../.././common/src/fontcap/fontc: Command not found
make[4]: *** [font1] Error 127
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Making ./common/src/graphcap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o binput.o binput.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bndcls.o bndcls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o capdat.o capdat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cappar.o cappar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dascls.o dascls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o devcls.o devcls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c capchg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c capast.f
capast.f:89:16:

      4 'Z','[','\\',']','^','_','`','a','b','c','d','e','f','g','h',
                1
Warning: Initialization string at (1) was truncated to fit the variable (1/2)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o devcol.o devcol.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o devmap.o devmap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fndchr.o fndchr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o grinit.o grinit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtflt.o gtflt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtint.o gtint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtlog.o gtlog.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtstr.o gtstr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intcnv.o intcnv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lincls.o lincls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o marcls.o marcls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mtchit.o mtchit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plgcls.o plgcls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rascls.o rascls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rdline.o rdline.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o skpblk.o skpblk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o txtcls.o txtcls.f
	Processing graphcap adm5
make[4]: ../../.././common/src/graphcap/graphc: Command not found
make[4]: *** [adm5] Error 127
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making ./common/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making ./ncarg2d
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making ./ncarg2d/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making ./ncarg2d/src/libncarg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making in Iftran 	areas autogrph colconv common concom conpack conpackt conran conrec 	conterp dashchar dashpack ezmap ezmapa ezmapb ezmapc gflash 	gridal hafton histgr isosrf isosrfhr labelbar ngmisc plotchar 	polypack pwritx pwrity pwrzi pwrzs pwrzt softfill spps 	srface stitle strmln support tdpack threed vaspackt velvct wmap 	areasC autogrphC colconvC conpackC conpacktC 	commonC dashcharC dashpackC ezmapCC gflashC gridalC 	histgrC isosrfC labelbarC ngmiscC plotcharC 	polypackC softfillC sppsC srfaceC stitleC 	supportC strmlnC tdpackC threedC velvctC wmapC First...
Making ./ncarg2d/src/libncarg/Iftran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o Iftran.o Iftran.f
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Fsplit.o Fsplit.c
Fsplit.c:28:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char **argv) {
 ^~~~
Fsplit.c: In function ‘main’:
Fsplit.c:90:47: warning: implicit declaration of function ‘isspace’ [-Wimplicit-function-declaration]
       collecting=!(comment=(c=='c'||c=='C'))&&isspace(c);
                                               ^~~~~~~
Fsplit.c:99:13: warning: implicit declaration of function ‘isalpha’ [-Wimplicit-function-declaration]
         if (isalpha(c))
             ^~~~~~~
Fsplit.c:100:23: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration]
           *pkeyword++=tolower(c),*pkeyword='\0';
                       ^~~~~~~
Fsplit.c:104:24: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration]
               (c=='*'||isdigit(c)) )
                        ^~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o Fsplit Fsplit.o -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o Iftran Iftran.o -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making ./ncarg2d/src/libncarg/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
*** IFTRAN SUMMARY -  6099 CARDS,   0 ERRORS ***
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arrat2.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ardat2.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ardbda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ardbpa.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ardrln.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "aredam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "argeti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "argetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "argpai.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "argtai.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arinam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arinit.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arini2.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "armpia.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "armvam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arpram.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arscam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arseti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "arsetr.f".
touch IftranRun
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arblda.o arblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arrat2.o arrat2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ardat2.o ardat2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ardbda.o ardbda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ardbpa.o ardbpa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ardrln.o ardrln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aredam.o aredam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o argeti.o argeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o argetr.o argetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o argpai.o argpai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o argtai.o argtai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arinam.o arinam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arinit.o arinit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arini2.o arini2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o armpia.o armpia.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o armvam.o armvam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arpram.o arpram.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arscam.o arscam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arseti.o arseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o arsetr.o arsetr.f
ar vru ../libncarg.a arblda.o arrat2.o ardat2.o ardbda.o ardbpa.o ardrln.o aredam.o 	argeti.o argetr.o argpai.o argtai.o arinam.o arinit.o arini2.o 	armpia.o armvam.o arpram.o arscam.o arseti.o arsetr.o
ar vru ../libNGmp.a arblda.o arrat2.o ardat2.o ardbda.o ardbpa.o ardrln.o aredam.o 	argeti.o argetr.o argpai.o argtai.o arinam.o arinit.o arini2.o 	armpia.o armvam.o arpram.o arscam.o arseti.o arsetr.o
ar: creating ../libncarg.a
ar: creating ../libNGmp.a
a - arblda.o
a - arrat2.o
a - ardat2.o
a - ardbda.o
a - ardbpa.o
a - ardrln.o
a - aredam.o
a - argeti.o
a - argetr.o
a - argpai.o
a - argtai.o
a - arinam.o
a - arinit.o
a - arini2.o
a - armpia.o
a - armvam.o
a - arpram.o
a - arscam.o
a - arseti.o
a - arsetr.o
a - arblda.o
a - arrat2.o
a - ardat2.o
a - ardbda.o
a - ardbpa.o
a - ardrln.o
a - aredam.o
a - argeti.o
a - argetr.o
a - argpai.o
a - argtai.o
a - arinam.o
a - arinit.o
a - arini2.o
a - armpia.o
a - armvam.o
a - arpram.o
a - arscam.o
a - arseti.o
a - arsetr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making ./ncarg2d/src/libncarg/autogrph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agaxis.o agaxis.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agback.o agback.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agbnch.o agbnch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agchax.o agchax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agchcu.o agchcu.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agchil.o agchil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agchnl.o agchnl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agctcs.o agctcs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agctko.o agctko.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agcurv.o agcurv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agdash.o agdash.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agdflt.o agdflt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agdlch.o agdlch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agdshn.o agdshn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agexax.o agexax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agexus.o agexus.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agezsu.o agezsu.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agfpbn.o agfpbn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agftol.o agftol.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aggetc.o aggetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aggetf.o aggetf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aggeti.o aggeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aggetp.o aggetp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aggetr.o aggetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aggtch.o aggtch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aginit.o aginit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agkurv.o agkurv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aglbls.o aglbls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agmaxi.o agmaxi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agmini.o agmini.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agnumb.o agnumb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agppid.o agppid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agpwrt.o agpwrt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agqurv.o agqurv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agrpch.o agrpch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agrstr.o agrstr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agsave.o agsave.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agscan.o agscan.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agsetc.o agsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agsetf.o agsetf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agseti.o agseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agsetp.o agsetp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agsetr.o agsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agsrch.o agsrch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agstch.o agstch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agstup.o agstup.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agutol.o agutol.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o anotat.o anotat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o displa.o displa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezmxy.o ezmxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezmy.o ezmy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezxy.o ezxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezy.o ezy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idiot.o idiot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ifixmm.o ifixmm.f
ar vru ../libncarg.a agaxis.o agback.o agbnch.o agchax.o agchcu.o agchil.o agchnl.o	 agctcs.o agctko.o agcurv.o agdash.o agdflt.o agdlch.o agdshn.o	 agexax.o agexus.o agezsu.o agfpbn.o agftol.o aggetc.o aggetf.o	 aggeti.o aggetp.o aggetr.o aggtch.o aginit.o agkurv.o aglbls.o	 agmaxi.o agmini.o agnumb.o agppid.o agpwrt.o agqurv.o agrpch.o	 agrstr.o agsave.o agscan.o agsetc.o agsetf.o agseti.o agsetp.o	 agsetr.o agsrch.o agstch.o agstup.o agutol.o anotat.o displa.o	 ezmxy.o ezmy.o ezxy.o ezy.o idiot.o ifixmm.o
ar vru ../libNGmisc.a agaxis.o agback.o agbnch.o agchax.o agchcu.o agchil.o agchnl.o	 agctcs.o agctko.o agcurv.o agdash.o agdflt.o agdlch.o agdshn.o	 agexax.o agexus.o agezsu.o agfpbn.o agftol.o aggetc.o aggetf.o	 aggeti.o aggetp.o aggetr.o aggtch.o aginit.o agkurv.o aglbls.o	 agmaxi.o agmini.o agnumb.o agppid.o agpwrt.o agqurv.o agrpch.o	 agrstr.o agsave.o agscan.o agsetc.o agsetf.o agseti.o agsetp.o	 agsetr.o agsrch.o agstch.o agstup.o agutol.o anotat.o displa.o	 ezmxy.o ezmy.o ezxy.o ezy.o idiot.o ifixmm.o
ar: creating ../libNGmisc.a
a - agaxis.o
a - agback.o
a - agbnch.o
a - agchax.o
a - agchcu.o
a - agchil.o
a - agchnl.o
a - agctcs.o
a - agctko.o
a - agcurv.o
a - agdash.o
a - agdflt.o
a - agdlch.o
a - agdshn.o
a - agexax.o
a - agexus.o
a - agezsu.o
a - agfpbn.o
a - agftol.o
a - aggetc.o
a - aggetf.o
a - aggeti.o
a - aggetp.o
a - aggetr.o
a - aggtch.o
a - aginit.o
a - agkurv.o
a - aglbls.o
a - agmaxi.o
a - agmini.o
a - agnumb.o
a - agppid.o
a - agpwrt.o
a - agqurv.o
a - agrpch.o
a - agrstr.o
a - agsave.o
a - agscan.o
a - agsetc.o
a - agsetf.o
a - agseti.o
a - agsetp.o
a - agsetr.o
a - agsrch.o
a - agstch.o
a - agstup.o
a - agutol.o
a - anotat.o
a - displa.o
a - ezmxy.o
a - ezmy.o
a - ezxy.o
a - ezy.o
a - idiot.o
a - ifixmm.o
a - agaxis.o
a - agback.o
a - agbnch.o
a - agchax.o
a - agchcu.o
a - agchil.o
a - agchnl.o
a - agctcs.o
a - agctko.o
a - agcurv.o
a - agdash.o
a - agdflt.o
a - agdlch.o
a - agdshn.o
a - agexax.o
a - agexus.o
a - agezsu.o
a - agfpbn.o
a - agftol.o
a - aggetc.o
a - aggetf.o
a - aggeti.o
a - aggetp.o
a - aggetr.o
a - aggtch.o
a - aginit.o
a - agkurv.o
a - aglbls.o
a - agmaxi.o
a - agmini.o
a - agnumb.o
a - agppid.o
a - agpwrt.o
a - agqurv.o
a - agrpch.o
a - agrstr.o
a - agsave.o
a - agscan.o
a - agsetc.o
a - agsetf.o
a - agseti.o
a - agsetp.o
a - agsetr.o
a - agsrch.o
a - agstch.o
a - agstup.o
a - agutol.o
a - anotat.o
a - displa.o
a - ezmxy.o
a - ezmy.o
a - ezxy.o
a - ezy.o
a - idiot.o
a - ifixmm.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making ./ncarg2d/src/libncarg/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlsrgb.o hlsrgb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hsvrgb.o hsvrgb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rgbhls.o rgbhls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rgbhsv.o rgbhsv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rgbyiq.o rgbyiq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sigplc.o sigplc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o yiqrgb.o yiqrgb.f
ar vru ../libncarg.a hlsrgb.o hsvrgb.o rgbhls.o rgbhsv.o rgbyiq.o sigplc.o yiqrgb.o
ar vru ../libNGllu.a hlsrgb.o hsvrgb.o rgbhls.o rgbhsv.o rgbyiq.o sigplc.o yiqrgb.o
ar: creating ../libNGllu.a
a - hlsrgb.o
a - hsvrgb.o
a - rgbhls.o
a - rgbhsv.o
a - rgbyiq.o
a - sigplc.o
a - yiqrgb.o
a - hlsrgb.o
a - hsvrgb.o
a - rgbhls.o
a - rgbhsv.o
a - rgbyiq.o
a - sigplc.o
a - yiqrgb.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making ./ncarg2d/src/libncarg/common
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fx.o fx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fy.o fy.f
ar vru ../libncarg.a fx.o fy.o
ar vru ../libNGllu.a fx.o fy.o
a - fx.o
a - fy.o
a - fx.o
a - fy.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making ./ncarg2d/src/libncarg/concom
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conlod.o conlod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o condrw.o condrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o congen.o congen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o concom.o concom.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o concld.o concld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conreo.o conreo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conssd.o conssd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o consld.o consld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conlin.o conlin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conlcm.o conlcm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o condsd.o condsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conecd.o conecd.f
ar vru ../libncarg.a conlod.o condrw.o congen.o concom.o concld.o conreo.o conssd.o 	consld.o conlin.o conlcm.o condsd.o conecd.o
ar vru ../libNGcn.a conlod.o condrw.o congen.o concom.o concld.o conreo.o conssd.o 	consld.o conlin.o conlcm.o condsd.o conecd.o
ar: creating ../libNGcn.a
a - conlod.o
a - condrw.o
a - congen.o
a - concom.o
a - concld.o
a - conreo.o
a - conssd.o
a - consld.o
a - conlin.o
a - conlcm.o
a - condsd.o
a - conecd.o
a - conlod.o
a - condrw.o
a - congen.o
a - concom.o
a - concld.o
a - conreo.o
a - conssd.o
a - consld.o
a - conlin.o
a - conlcm.o
a - condsd.o
a - conecd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making ./ncarg2d/src/libncarg/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
*** IFTRAN SUMMARY - 20220 CARDS,   0 ERRORS ***
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpback.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpcica.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpclam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpcldm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpcldr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpcltr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpcnrc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpdrpl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpezct.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpgetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpgeti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpgetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cplbam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cplbdr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpmviw.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpmvrw.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cppkcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cppklb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cppklp.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cprect.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cprset.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpseti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsprs.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsps1.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsp1a.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsps2.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsp2a.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucpchcf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpchcf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucpchcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpchcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucpchhl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpchhl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucpchil.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpchil.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucpchll.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpchll.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucpmpxy.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpmpxy.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucpscae.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpscae.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpcflb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpcpag.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpdrsg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpgiws.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpgrws.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpgvai.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cphchm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cphchr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cphllb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cphlso.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cphls2.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpinit.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpinlb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpinrc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpinrk.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpnumb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpplar.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpplps.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpranf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsbst.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpsort.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpstls.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cptrcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cptreg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cptres.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cptrev.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cptrve.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cptroe.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cpwlam.f".
touch IftranRun
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpblda.o cpblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpback.o cpback.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpchcf.o cpchcf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpchcl.o cpchcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpchhl.o cpchhl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpchil.o cpchil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpchll.o cpchll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpclam.o cpclam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpcldm.o cpcldm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpcldr.o cpcldr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpcnrc.o cpcnrc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpdrpl.o cpdrpl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpezct.o cpezct.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpgetc.o cpgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpgeti.o cpgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpgetr.o cpgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpgvai.o cpgvai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpinrk.o cpinrk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cplbam.o cplbam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cplbdr.o cplbdr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpmpxy.o cpmpxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpmviw.o cpmviw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpmvrw.o cpmvrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cppkcl.o cppkcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cppklb.o cppklb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cppklp.o cppklp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cprect.o cprect.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cprset.o cprset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsetc.o cpsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpseti.o cpseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsetr.o cpsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsprs.o cpsprs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsps1.o cpsps1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsp1a.o cpsp1a.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsps2.o cpsps2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsp2a.o cpsp2a.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpcflb.o cpcflb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpcpag.o cpcpag.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpdrsg.o cpdrsg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpgiws.o cpgiws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpgrws.o cpgrws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cphllb.o cphllb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpinit.o cpinit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpinlb.o cpinlb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpinrc.o cpinrc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpnumb.o cpnumb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpplar.o cpplar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpplps.o cpplps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpranf.o cpranf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsbst.o cpsbst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpsort.o cpsort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpstls.o cpstls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptrcl.o cptrcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptreg.o cptreg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -g -c cptres.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptrev.o cptrev.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpcltr.o cpcltr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpcica.o cpcica.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cphchm.o cphchm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cphchr.o cphchr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpscae.o cpscae.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptroe.o cptroe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cptrve.o cptrve.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpwlam.o cpwlam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucpchcf.o hlucpchcf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucpchcl.o hlucpchcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucpchhl.o hlucpchhl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucpchil.o hlucpchil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucpchll.o hlucpchll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucpmpxy.o hlucpmpxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucpscae.o hlucpscae.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cphlso.o cphlso.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cphls2.o cphls2.f
ar vru ../libncarg.a cpblda.o cpback.o cpchcf.o cpchcl.o cpchhl.o cpchil.o cpchll.o 	cpclam.o cpcldm.o cpcldr.o cpcnrc.o cpdrpl.o cpezct.o cpgetc.o 	cpgeti.o cpgetr.o cpgvai.o cpinrk.o cplbam.o cplbdr.o cpmpxy.o 	cpmviw.o cpmvrw.o cppkcl.o cppklb.o cppklp.o cprect.o cprset.o 	cpsetc.o cpseti.o cpsetr.o cpsprs.o cpsps1.o cpsp1a.o cpsps2.o 	cpsp2a.o cpcflb.o cpcpag.o cpdrsg.o cpgiws.o cpgrws.o cphllb.o 	cpinit.o cpinlb.o cpinrc.o cpnumb.o cpplar.o cpplps.o cpranf.o 	cpsbst.o cpsort.o cpstls.o cptrcl.o cptreg.o cptres.o cptrev.o 	cpcltr.o cpcica.o cphchm.o cphchr.o cpscae.o cptroe.o cptrve.o 	cpwlam.o hlucpchcf.o hlucpchcl.o hlucpchhl.o hlucpchil.o hlucpchll.o 	hlucpmpxy.o hlucpscae.o cphlso.o cphls2.o
ar vru ../libNGcn.a cpblda.o cpback.o cpchcf.o cpchcl.o cpchhl.o cpchil.o cpchll.o 	cpclam.o cpcldm.o cpcldr.o cpcnrc.o cpdrpl.o cpezct.o cpgetc.o 	cpgeti.o cpgetr.o cpgvai.o cpinrk.o cplbam.o cplbdr.o cpmpxy.o 	cpmviw.o cpmvrw.o cppkcl.o cppklb.o cppklp.o cprect.o cprset.o 	cpsetc.o cpseti.o cpsetr.o cpsprs.o cpsps1.o cpsp1a.o cpsps2.o 	cpsp2a.o cpcflb.o cpcpag.o cpdrsg.o cpgiws.o cpgrws.o cphllb.o 	cpinit.o cpinlb.o cpinrc.o cpnumb.o cpplar.o cpplps.o cpranf.o 	cpsbst.o cpsort.o cpstls.o cptrcl.o cptreg.o cptres.o cptrev.o 	cpcltr.o cpcica.o cphchm.o cphchr.o cpscae.o cptroe.o cptrve.o 	cpwlam.o hlucpchcf.o hlucpchcl.o hlucpchhl.o hlucpchil.o hlucpchll.o 	hlucpmpxy.o hlucpscae.o cphlso.o cphls2.o
a - cpblda.o
a - cpback.o
a - cpchcf.o
a - cpchcl.o
a - cpchhl.o
a - cpchil.o
a - cpchll.o
a - cpclam.o
a - cpcldm.o
a - cpcldr.o
a - cpcnrc.o
a - cpdrpl.o
a - cpezct.o
a - cpgetc.o
a - cpgeti.o
a - cpgetr.o
a - cpgvai.o
a - cpinrk.o
a - cplbam.o
a - cplbdr.o
a - cpmpxy.o
a - cpmviw.o
a - cpmvrw.o
a - cppkcl.o
a - cppklb.o
a - cppklp.o
a - cprect.o
a - cprset.o
a - cpsetc.o
a - cpseti.o
a - cpsetr.o
a - cpsprs.o
a - cpsps1.o
a - cpsp1a.o
a - cpsps2.o
a - cpsp2a.o
a - cpcflb.o
a - cpcpag.o
a - cpdrsg.o
a - cpgiws.o
a - cpgrws.o
a - cphllb.o
a - cpinit.o
a - cpinlb.o
a - cpinrc.o
a - cpnumb.o
a - cpplar.o
a - cpplps.o
a - cpranf.o
a - cpsbst.o
a - cpsort.o
a - cpstls.o
a - cptrcl.o
a - cptreg.o
a - cptres.o
a - cptrev.o
a - cpcltr.o
a - cpcica.o
a - cphchm.o
a - cphchr.o
a - cpscae.o
a - cptroe.o
a - cptrve.o
a - cpwlam.o
a - hlucpchcf.o
a - hlucpchcl.o
a - hlucpchhl.o
a - hlucpchil.o
a - hlucpchll.o
a - hlucpmpxy.o
a - hlucpscae.o
a - cphlso.o
a - cphls2.o
a - cpblda.o
a - cpback.o
a - cpchcf.o
a - cpchcl.o
a - cpchhl.o
a - cpchil.o
a - cpchll.o
a - cpclam.o
a - cpcldm.o
a - cpcldr.o
a - cpcnrc.o
a - cpdrpl.o
a - cpezct.o
a - cpgetc.o
a - cpgeti.o
a - cpgetr.o
a - cpgvai.o
a - cpinrk.o
a - cplbam.o
a - cplbdr.o
a - cpmpxy.o
a - cpmviw.o
a - cpmvrw.o
a - cppkcl.o
a - cppklb.o
a - cppklp.o
a - cprect.o
a - cprset.o
a - cpsetc.o
a - cpseti.o
a - cpsetr.o
a - cpsprs.o
a - cpsps1.o
a - cpsp1a.o
a - cpsps2.o
a - cpsp2a.o
a - cpcflb.o
a - cpcpag.o
a - cpdrsg.o
a - cpgiws.o
a - cpgrws.o
a - cphllb.o
a - cpinit.o
a - cpinlb.o
a - cpinrc.o
a - cpnumb.o
a - cpplar.o
a - cpplps.o
a - cpranf.o
a - cpsbst.o
a - cpsort.o
a - cpstls.o
a - cptrcl.o
a - cptreg.o
a - cptres.o
a - cptrev.o
a - cpcltr.o
a - cpcica.o
a - cphchm.o
a - cphchr.o
a - cpscae.o
a - cptroe.o
a - cptrve.o
a - cpwlam.o
a - hlucpchcf.o
a - hlucpchcl.o
a - hlucpchhl.o
a - hlucpchil.o
a - hlucpchll.o
a - hlucpmpxy.o
a - hlucpscae.o
a - cphlso.o
a - cphls2.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making ./ncarg2d/src/libncarg/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
*** IFTRAN SUMMARY - 21179 CARDS,   0 ERRORS ***
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctback.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctcica.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctclam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctcldm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctcldr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctcltr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctdrpl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctgetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctgeti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctgetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctlbam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctlbdr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctmesh.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctmesh.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctmviw.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctmvrw.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctpkcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctpklb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctpklp.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctrset.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctsetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctseti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctsetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttmrg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttmtl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hlucttmtl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttmtx.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctchcf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctchcf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctchcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctchcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctchhl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctchhl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctchil.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctchil.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctchll.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctchll.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctmxyz.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctmxyz.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluctscae.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctscae.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttdca.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttdbf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttdbm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttddm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctcflb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctcpag.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctdrsg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctgiws.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctgrws.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctgvai.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cthchm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cthchr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cthllb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cthlso.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctinlb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctinrc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctinrk.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctnumb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctpisb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctpitt.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctplar.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctplps.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctranf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctsbst.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctsort.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctstls.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttrcl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttreg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttrve.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "cttroe.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctwlam.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluicapnt.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "icapnt.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "icapnx.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluicaedg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "icaedg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctfran.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ctabgc.f".
touch IftranRun
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctabgc.o ctabgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctback.o ctback.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctblda.o ctblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctcflb.o ctcflb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctchcf.o ctchcf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctchcl.o ctchcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctchhl.o ctchhl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctchil.o ctchil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctchll.o ctchll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctcica.o ctcica.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctclam.o ctclam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctcldm.o ctcldm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctcldr.o ctcldr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctcltr.o ctcltr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctcpag.o ctcpag.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctdrpl.o ctdrpl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctdrsg.o ctdrsg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctfran.o ctfran.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgetc.o ctgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgeti.o ctgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgetr.o ctgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgiws.o ctgiws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgrws.o ctgrws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctgvai.o ctgvai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cthchm.o cthchm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cthchr.o cthchr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cthllb.o cthllb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cthlso.o cthlso.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctinlb.o ctinlb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctinrc.o ctinrc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctinrk.o ctinrk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctlbam.o ctlbam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctlbdr.o ctlbdr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctmesh.o ctmesh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctmviw.o ctmviw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctmvrw.o ctmvrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctmxyz.o ctmxyz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctnumb.o ctnumb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpisb.o ctpisb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpitt.o ctpitt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpkcl.o ctpkcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpklb.o ctpklb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctpklp.o ctpklp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctplar.o ctplar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctplps.o ctplps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctranf.o ctranf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctrset.o ctrset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctsbst.o ctsbst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctscae.o ctscae.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctsetc.o ctsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctseti.o ctseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctsetr.o ctsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctsort.o ctsort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctstls.o ctstls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttdbf.o cttdbf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttdbm.o cttdbm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttdca.o cttdca.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttddm.o cttddm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttmrg.o cttmrg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttmtl.o cttmtl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttmtx.o cttmtx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttrcl.o cttrcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttreg.o cttreg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttroe.o cttroe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cttrve.o cttrve.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctwlam.o ctwlam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctchcf.o hluctchcf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctchcl.o hluctchcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctchhl.o hluctchhl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctchil.o hluctchil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctchll.o hluctchll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctmxyz.o hluctmxyz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctscae.o hluctscae.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icaedg.o icaedg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icapnt.o icapnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icapnx.o icapnx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlucttmtl.o hlucttmtl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluicaedg.o hluicaedg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluicapnt.o hluicapnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluctmesh.o hluctmesh.f
ar vru ../libncarg.a ctabgc.o ctback.o ctblda.o ctcflb.o ctchcf.o ctchcl.o ctchhl.o 	ctchil.o ctchll.o ctcica.o ctclam.o ctcldm.o ctcldr.o ctcltr.o 	ctcpag.o ctdrpl.o ctdrsg.o ctfran.o ctgetc.o ctgeti.o ctgetr.o 	ctgiws.o ctgrws.o ctgvai.o cthchm.o cthchr.o cthllb.o cthlso.o 	ctinlb.o ctinrc.o ctinrk.o ctlbam.o ctlbdr.o ctmesh.o ctmviw.o 	ctmvrw.o ctmxyz.o ctnumb.o ctpisb.o ctpitt.o ctpkcl.o ctpklb.o 	ctpklp.o ctplar.o ctplps.o ctranf.o ctrset.o ctsbst.o ctscae.o 	ctsetc.o ctseti.o ctsetr.o ctsort.o ctstls.o cttdbf.o cttdbm.o 	cttdca.o cttddm.o cttmrg.o cttmtl.o cttmtx.o cttrcl.o cttreg.o 	cttroe.o cttrve.o ctwlam.o hluctchcf.o hluctchcl.o hluctchhl.o 	hluctchil.o hluctchll.o hluctmxyz.o hluctscae.o icaedg.o       	icapnt.o icapnx.o hlucttmtl.o hluicaedg.o hluicapnt.o hluctmesh.o
ar vru ../libNGcn.a ctabgc.o ctback.o ctblda.o ctcflb.o ctchcf.o ctchcl.o ctchhl.o 	ctchil.o ctchll.o ctcica.o ctclam.o ctcldm.o ctcldr.o ctcltr.o 	ctcpag.o ctdrpl.o ctdrsg.o ctfran.o ctgetc.o ctgeti.o ctgetr.o 	ctgiws.o ctgrws.o ctgvai.o cthchm.o cthchr.o cthllb.o cthlso.o 	ctinlb.o ctinrc.o ctinrk.o ctlbam.o ctlbdr.o ctmesh.o ctmviw.o 	ctmvrw.o ctmxyz.o ctnumb.o ctpisb.o ctpitt.o ctpkcl.o ctpklb.o 	ctpklp.o ctplar.o ctplps.o ctranf.o ctrset.o ctsbst.o ctscae.o 	ctsetc.o ctseti.o ctsetr.o ctsort.o ctstls.o cttdbf.o cttdbm.o 	cttdca.o cttddm.o cttmrg.o cttmtl.o cttmtx.o cttrcl.o cttreg.o 	cttroe.o cttrve.o ctwlam.o hluctchcf.o hluctchcl.o hluctchhl.o 	hluctchil.o hluctchll.o hluctmxyz.o hluctscae.o icaedg.o       	icapnt.o icapnx.o hlucttmtl.o hluicaedg.o hluicapnt.o hluctmesh.o
a - ctabgc.o
a - ctback.o
a - ctblda.o
a - ctcflb.o
a - ctchcf.o
a - ctchcl.o
a - ctchhl.o
a - ctchil.o
a - ctchll.o
a - ctcica.o
a - ctclam.o
a - ctcldm.o
a - ctcldr.o
a - ctcltr.o
a - ctcpag.o
a - ctdrpl.o
a - ctdrsg.o
a - ctfran.o
a - ctgetc.o
a - ctgeti.o
a - ctgetr.o
a - ctgiws.o
a - ctgrws.o
a - ctgvai.o
a - cthchm.o
a - cthchr.o
a - cthllb.o
a - cthlso.o
a - ctinlb.o
a - ctinrc.o
a - ctinrk.o
a - ctlbam.o
a - ctlbdr.o
a - ctmesh.o
a - ctmviw.o
a - ctmvrw.o
a - ctmxyz.o
a - ctnumb.o
a - ctpisb.o
a - ctpitt.o
a - ctpkcl.o
a - ctpklb.o
a - ctpklp.o
a - ctplar.o
a - ctplps.o
a - ctranf.o
a - ctrset.o
a - ctsbst.o
a - ctscae.o
a - ctsetc.o
a - ctseti.o
a - ctsetr.o
a - ctsort.o
a - ctstls.o
a - cttdbf.o
a - cttdbm.o
a - cttdca.o
a - cttddm.o
a - cttmrg.o
a - cttmtl.o
a - cttmtx.o
a - cttrcl.o
a - cttreg.o
a - cttroe.o
a - cttrve.o
a - ctwlam.o
a - hluctchcf.o
a - hluctchcl.o
a - hluctchhl.o
a - hluctchil.o
a - hluctchll.o
a - hluctmxyz.o
a - hluctscae.o
a - icaedg.o
a - icapnt.o
a - icapnx.o
a - hlucttmtl.o
a - hluicaedg.o
a - hluicapnt.o
a - hluctmesh.o
a - ctabgc.o
a - ctback.o
a - ctblda.o
a - ctcflb.o
a - ctchcf.o
a - ctchcl.o
a - ctchhl.o
a - ctchil.o
a - ctchll.o
a - ctcica.o
a - ctclam.o
a - ctcldm.o
a - ctcldr.o
a - ctcltr.o
a - ctcpag.o
a - ctdrpl.o
a - ctdrsg.o
a - ctfran.o
a - ctgetc.o
a - ctgeti.o
a - ctgetr.o
a - ctgiws.o
a - ctgrws.o
a - ctgvai.o
a - cthchm.o
a - cthchr.o
a - cthllb.o
a - cthlso.o
a - ctinlb.o
a - ctinrc.o
a - ctinrk.o
a - ctlbam.o
a - ctlbdr.o
a - ctmesh.o
a - ctmviw.o
a - ctmvrw.o
a - ctmxyz.o
a - ctnumb.o
a - ctpisb.o
a - ctpitt.o
a - ctpkcl.o
a - ctpklb.o
a - ctpklp.o
a - ctplar.o
a - ctplps.o
a - ctranf.o
a - ctrset.o
a - ctsbst.o
a - ctscae.o
a - ctsetc.o
a - ctseti.o
a - ctsetr.o
a - ctsort.o
a - ctstls.o
a - cttdbf.o
a - cttdbm.o
a - cttdca.o
a - cttddm.o
a - cttmrg.o
a - cttmtl.o
a - cttmtx.o
a - cttrcl.o
a - cttreg.o
a - cttroe.o
a - cttrve.o
a - ctwlam.o
a - hluctchcf.o
a - hluctchcl.o
a - hluctchhl.o
a - hluctchil.o
a - hluctchll.o
a - hluctmxyz.o
a - hluctscae.o
a - icaedg.o
a - icapnt.o
a - icapnx.o
a - hlucttmtl.o
a - hluicaedg.o
a - hluicapnt.o
a - hluctmesh.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making ./ncarg2d/src/libncarg/conran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conran.o conran.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conpmm.o conpmm.f
ar vru ../libncarg.a conran.o conpmm.o
ar vru ../libNGcn.a conran.o conpmm.o
a - conran.o
a - conpmm.o
a - conran.o
a - conpmm.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making ./ncarg2d/src/libncarg/conrec
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conrec.o conrec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clgen.o clgen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o crdrln.o crdrln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o minmax.o minmax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o reord.o reord.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stline.o stline.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o calcnt.o calcnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezcntr.o ezcntr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conbd.o conbd.f
ar vru ../libncarg.a conrec.o clgen.o crdrln.o minmax.o reord.o stline.o calcnt.o 	ezcntr.o conbd.o
ar vru ../libNGcn.a conrec.o clgen.o crdrln.o minmax.o reord.o stline.o calcnt.o 	ezcntr.o conbd.o
a - conrec.o
a - clgen.o
a - crdrln.o
a - minmax.o
a - reord.o
a - stline.o
a - calcnt.o
a - ezcntr.o
a - conbd.o
a - conrec.o
a - clgen.o
a - crdrln.o
a - minmax.o
a - reord.o
a - stline.o
a - calcnt.o
a - ezcntr.o
a - conbd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making ./ncarg2d/src/libncarg/conterp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o condet.o condet.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conint.o conint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o concal.o concal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -g -c conloc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o contng.o contng.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conxch.o conxch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o concls.o concls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o constp.o constp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o contlk.o contlk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conpdv.o conpdv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conop1.o conop1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conop2.o conop2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conop3.o conop3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conop4.o conop4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conbdn.o conbdn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conout.o conout.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conot2.o conot2.f
ar vru ../libncarg.a condet.o conint.o concal.o conloc.o contng.o conxch.o 	concls.o constp.o contlk.o conpdv.o conop1.o conop2.o 	conop3.o conop4.o conbdn.o conout.o conot2.o
ar vru ../libNGcn.a condet.o conint.o concal.o conloc.o contng.o conxch.o 	concls.o constp.o contlk.o conpdv.o conop1.o conop2.o 	conop3.o conop4.o conbdn.o conout.o conot2.o
a - condet.o
a - conint.o
a - concal.o
a - conloc.o
a - contng.o
a - conxch.o
a - concls.o
a - constp.o
a - contlk.o
a - conpdv.o
a - conop1.o
a - conop2.o
a - conop3.o
a - conop4.o
a - conbdn.o
a - conout.o
a - conot2.o
a - condet.o
a - conint.o
a - concal.o
a - conloc.o
a - contng.o
a - conxch.o
a - concls.o
a - constp.o
a - contlk.o
a - conpdv.o
a - conop1.o
a - conop2.o
a - conop3.o
a - conop4.o
a - conbdn.o
a - conout.o
a - conot2.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making ./ncarg2d/src/libncarg/dashchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dashdc.o dashdc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dashdb.o dashdb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drawpv.o drawpv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dashbd.o dashbd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfvld.o cfvld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o frstd.o frstd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vectd.o vectd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lastd.o lastd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curved.o curved.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lined.o lined.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o reset.o reset.f
ar vru ../libncarg.a dashdc.o dashdb.o drawpv.o dashbd.o cfvld.o frstd.o vectd.o 	lastd.o curved.o lined.o reset.o
ar vru ../libNGllu.a dashdc.o dashdb.o drawpv.o dashbd.o cfvld.o frstd.o vectd.o 	lastd.o curved.o lined.o reset.o
a - dashdc.o
a - dashdb.o
a - drawpv.o
a - dashbd.o
a - cfvld.o
a - frstd.o
a - vectd.o
a - lastd.o
a - curved.o
a - lined.o
a - reset.o
a - dashdc.o
a - dashdb.o
a - drawpv.o
a - dashbd.o
a - cfvld.o
a - frstd.o
a - vectd.o
a - lastd.o
a - curved.o
a - lined.o
a - reset.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making ./ncarg2d/src/libncarg/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpblda.o dpblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpcurv.o dpcurv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpdraw.o dpdraw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpline.o dpline.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpfrst.o dpfrst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpvect.o dpvect.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dplast.o dplast.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpgetc.o dpgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpgeti.o dpgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpgetr.o dpgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dprset.o dprset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpsetc.o dpsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpseti.o dpseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpsetr.o dpsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpsmth.o dpsmth.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpdpws.o dpdpws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpdsym.o dpdsym.f
ar vru ../libncarg.a dpblda.o dpcurv.o dpdraw.o dpline.o dpfrst.o dpvect.o dplast.o 	dpgetc.o dpgeti.o dpgetr.o dprset.o dpsetc.o dpseti.o dpsetr.o 	dpsmth.o dpdpws.o dpdsym.o
ar vru ../libNGllu.a dpblda.o dpcurv.o dpdraw.o dpline.o dpfrst.o dpvect.o dplast.o 	dpgetc.o dpgeti.o dpgetr.o dprset.o dpsetc.o dpseti.o dpsetr.o 	dpsmth.o dpdpws.o dpdsym.o
a - dpblda.o
a - dpcurv.o
a - dpdraw.o
a - dpline.o
a - dpfrst.o
a - dpvect.o
a - dplast.o
a - dpgetc.o
a - dpgeti.o
a - dpgetr.o
a - dprset.o
a - dpsetc.o
a - dpseti.o
a - dpsetr.o
a - dpsmth.o
a - dpdpws.o
a - dpdsym.o
a - dpblda.o
a - dpcurv.o
a - dpdraw.o
a - dpline.o
a - dpfrst.o
a - dpvect.o
a - dplast.o
a - dpgetc.o
a - dpgeti.o
a - dpgetr.o
a - dprset.o
a - dpsetc.o
a - dpseti.o
a - dpsetr.o
a - dpsmth.o
a - dpdpws.o
a - dpdsym.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making ./ncarg2d/src/libncarg/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlumapeod.o hlumapeod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlumapusr.o hlumapusr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idictl.o idictl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapbd.o mapbd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapdrw.o mapdrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapeod.o mapeod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapfst.o mapfst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgci.o mapgci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgrd.o mapgrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgtc.o mapgtc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgtd.o mapgtd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgti.o mapgti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgtl.o mapgtl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgtr.o mapgtr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapint.o mapint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapio.o mapio.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapiq.o mapiq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapiqd.o mapiqd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapit.o mapit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapitd.o mapitd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maplbl.o maplbl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maplmb.o maplmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maplot.o maplot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mappos.o mappos.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maproj.o maproj.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maprs.o maprs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maprst.o maprst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapsav.o mapsav.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapset.o mapset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapstc.o mapstc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapstd.o mapstd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapsti.o mapsti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapstl.o mapstl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapstr.o mapstr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maptra.o maptra.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maptri.o maptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maptrn.o maptrn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapusr.o mapusr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapvec.o mapvec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgcog.o mdgcog.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgetc.o mdgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgetd.o mdgetd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgeti.o mdgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgetl.o mdgetl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgetr.o mdgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgnin.o mdgnin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdilat.o mdilat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdilon.o mdilon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdinch.o mdinch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mditve.o mditve.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlach.o mdlach.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlbln.o mdlbln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlblt.o mdlblt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdloch.o mdloch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpcem.o mdpcem.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpchi.o mdpchi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpdrw.o mdpdrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpeod.o mdpeod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpfst.o mdpfst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpgci.o mdpgci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpgrd.o mdpgrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpin1.o mdpin1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpin2.o mdpin2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpint.o mdpint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpio.o mdpio.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpiq.o mdpiq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpiqd.o mdpiqd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpit.o mdpit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpitd.o mdpitd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdplbl.o mdplbl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdplmb.o mdplmb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdplot.o mdplot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdppos.o mdppos.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdproj.o mdproj.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdprs.o mdprs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdprst.o mdprst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpsav.o mdpsav.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpset.o mdpset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdptra.o mdptra.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdptre.o mdptre.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdptri.o mdptri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdptrn.o mdptrn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdptrp.o mdptrp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpusr.o mdpusr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpvec.o mdpvec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpvp.o mdpvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpvpd.o mdpvpd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpwnd.o mdpwnd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgam.o mdrgam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgdi.o mdrgdi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgdl.o mdrgdl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgdp.o mdrgdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgdr.o mdrgdr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrged.o mdrged.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgfa.o mdrgfa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgfp.o mdrgfp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrggc.o mdrggc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgip.o mdrgip.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgof.o mdrgof.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgol.o mdrgol.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgsc.o mdrgsc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgsf.o mdrgsf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgsq.o mdrgsq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrgsx.o mdrgsx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdritd.o mdritd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrset.o mdrset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdscal.o mdscal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdsetc.o mdsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdsetd.o mdsetd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdseti.o mdseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdsetl.o mdsetl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdsetr.o mdsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpgetc.o mpgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpgetd.o mpgetd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpgeti.o mpgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpgetl.o mpgetl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpgetr.o mpgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mprset.o mprset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpsetc.o mpsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpsetd.o mpsetd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpseti.o mpseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpsetl.o mpsetl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpsetr.o mpsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rbgdfe.o rbgdfe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rbglen.o rbglen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rbidfe.o rbidfe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o supcon.o supcon.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o supmap.o supmap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rdpnaz.o rdpnaz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rdpndw.o rdpndw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rdpntz.o rdpntz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rdpnuw.o rdpnuw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlltd.o mdlltd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdllnd.o mdllnd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgnid.o mdgnid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlacd.o mdlacd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlocd.o mdlocd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maqini.o maqini.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdqini.o mdqini.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdqin2.o mdqin2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maqtra.o maqtra.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdqtra.o mdqtra.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maqtri.o maqtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdqtri.o mdqtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maqtrn.o maqtrn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdqtrn.o mdqtrn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aiproj.o aiproj.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aiprin.o aiprin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o haproj.o haproj.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o haprin.o haprin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o moproj.o moproj.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o moprin.o moprin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wtproj.o wtproj.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wtprin.o wtprin.f
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mapnga.o mapnga.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mapngb.o mapngb.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpdbdi.o mpdbdi.f
ar vru ../libncarg.a hlumapeod.o hlumapusr.o 	idictl.o  mapbd.o mapdrw.o mapeod.o mapfst.o mapgci.o mapgrd.o 	mapgtc.o mapgtd.o mapgti.o mapgtl.o mapgtr.o mapint.o  mapio.o 	 mapiq.o mapiqd.o  mapit.o mapitd.o maplbl.o maplmb.o maplot.o 	mappos.o maproj.o  maprs.o maprst.o mapsav.o mapset.o mapstc.o 	mapstd.o mapsti.o mapstl.o mapstr.o maptra.o maptri.o maptrn.o 	mapusr.o mapvec.o mdgcog.o mdgetc.o mdgetd.o mdgeti.o mdgetl.o 	mdgetr.o mdgnin.o mdilat.o mdilon.o mdinch.o mditve.o mdlach.o 	mdlbln.o mdlblt.o mdloch.o mdpcem.o mdpchi.o mdpdrw.o mdpeod.o 	mdpfst.o mdpgci.o mdpgrd.o mdpin1.o mdpin2.o mdpint.o  mdpio.o 	 mdpiq.o mdpiqd.o  mdpit.o mdpitd.o mdplbl.o mdplmb.o mdplot.o 	mdppos.o mdproj.o  mdprs.o mdprst.o mdpsav.o mdpset.o mdptra.o 	mdptre.o mdptri.o mdptrn.o mdptrp.o mdpusr.o mdpvec.o  mdpvp.o 	mdpvpd.o mdpwnd.o mdrgam.o mdrgdi.o mdrgdl.o mdrgdp.o mdrgdr.o 	mdrged.o mdrgfa.o mdrgfp.o mdrggc.o mdrgip.o mdrgof.o mdrgol.o 	mdrgsc.o mdrgsf.o mdrgsq.o mdrgsx.o mdritd.o mdrset.o mdscal.o 	mdsetc.o mdsetd.o mdseti.o mdsetl.o mdsetr.o mpgetc.o mpgetd.o 	mpgeti.o mpgetl.o mpgetr.o mprset.o mpsetc.o mpsetd.o mpseti.o 	mpsetl.o mpsetr.o rbgdfe.o rbglen.o rbidfe.o supcon.o supmap.o 	rdpnaz.o rdpndw.o rdpntz.o rdpnuw.o mdlltd.o mdllnd.o mdgnid.o 	mdlacd.o mdlocd.o maqini.o mdqini.o mdqin2.o maqtra.o mdqtra.o 	maqtri.o mdqtri.o maqtrn.o mdqtrn.o aiproj.o aiprin.o haproj.o 	haprin.o moproj.o moprin.o wtproj.o wtprin.o mpdbdi.o mapnga.o mapngb.o
ar vru ../libNGmp.a hlumapeod.o hlumapusr.o 	idictl.o  mapbd.o mapdrw.o mapeod.o mapfst.o mapgci.o mapgrd.o 	mapgtc.o mapgtd.o mapgti.o mapgtl.o mapgtr.o mapint.o  mapio.o 	 mapiq.o mapiqd.o  mapit.o mapitd.o maplbl.o maplmb.o maplot.o 	mappos.o maproj.o  maprs.o maprst.o mapsav.o mapset.o mapstc.o 	mapstd.o mapsti.o mapstl.o mapstr.o maptra.o maptri.o maptrn.o 	mapusr.o mapvec.o mdgcog.o mdgetc.o mdgetd.o mdgeti.o mdgetl.o 	mdgetr.o mdgnin.o mdilat.o mdilon.o mdinch.o mditve.o mdlach.o 	mdlbln.o mdlblt.o mdloch.o mdpcem.o mdpchi.o mdpdrw.o mdpeod.o 	mdpfst.o mdpgci.o mdpgrd.o mdpin1.o mdpin2.o mdpint.o  mdpio.o 	 mdpiq.o mdpiqd.o  mdpit.o mdpitd.o mdplbl.o mdplmb.o mdplot.o 	mdppos.o mdproj.o  mdprs.o mdprst.o mdpsav.o mdpset.o mdptra.o 	mdptre.o mdptri.o mdptrn.o mdptrp.o mdpusr.o mdpvec.o  mdpvp.o 	mdpvpd.o mdpwnd.o mdrgam.o mdrgdi.o mdrgdl.o mdrgdp.o mdrgdr.o 	mdrged.o mdrgfa.o mdrgfp.o mdrggc.o mdrgip.o mdrgof.o mdrgol.o 	mdrgsc.o mdrgsf.o mdrgsq.o mdrgsx.o mdritd.o mdrset.o mdscal.o 	mdsetc.o mdsetd.o mdseti.o mdsetl.o mdsetr.o mpgetc.o mpgetd.o 	mpgeti.o mpgetl.o mpgetr.o mprset.o mpsetc.o mpsetd.o mpseti.o 	mpsetl.o mpsetr.o rbgdfe.o rbglen.o rbidfe.o supcon.o supmap.o 	rdpnaz.o rdpndw.o rdpntz.o rdpnuw.o mdlltd.o mdllnd.o mdgnid.o 	mdlacd.o mdlocd.o maqini.o mdqini.o mdqin2.o maqtra.o mdqtra.o 	maqtri.o mdqtri.o maqtrn.o mdqtrn.o aiproj.o aiprin.o haproj.o 	haprin.o moproj.o moprin.o wtproj.o wtprin.o mpdbdi.o mapnga.o mapngb.o
a - hlumapeod.o
a - hlumapusr.o
a - idictl.o
a - mapbd.o
a - mapdrw.o
a - mapeod.o
a - mapfst.o
a - mapgci.o
a - mapgrd.o
a - mapgtc.o
a - mapgtd.o
a - mapgti.o
a - mapgtl.o
a - mapgtr.o
a - mapint.o
a - mapio.o
a - mapiq.o
a - mapiqd.o
a - mapit.o
a - mapitd.o
a - maplbl.o
a - maplmb.o
a - maplot.o
a - mappos.o
a - maproj.o
a - maprs.o
a - maprst.o
a - mapsav.o
a - mapset.o
a - mapstc.o
a - mapstd.o
a - mapsti.o
a - mapstl.o
a - mapstr.o
a - maptra.o
a - maptri.o
a - maptrn.o
a - mapusr.o
a - mapvec.o
a - mdgcog.o
a - mdgetc.o
a - mdgetd.o
a - mdgeti.o
a - mdgetl.o
a - mdgetr.o
a - mdgnin.o
a - mdilat.o
a - mdilon.o
a - mdinch.o
a - mditve.o
a - mdlach.o
a - mdlbln.o
a - mdlblt.o
a - mdloch.o
a - mdpcem.o
a - mdpchi.o
a - mdpdrw.o
a - mdpeod.o
a - mdpfst.o
a - mdpgci.o
a - mdpgrd.o
a - mdpin1.o
a - mdpin2.o
a - mdpint.o
a - mdpio.o
a - mdpiq.o
a - mdpiqd.o
a - mdpit.o
a - mdpitd.o
a - mdplbl.o
a - mdplmb.o
a - mdplot.o
a - mdppos.o
a - mdproj.o
a - mdprs.o
a - mdprst.o
a - mdpsav.o
a - mdpset.o
a - mdptra.o
a - mdptre.o
a - mdptri.o
a - mdptrn.o
a - mdptrp.o
a - mdpusr.o
a - mdpvec.o
a - mdpvp.o
a - mdpvpd.o
a - mdpwnd.o
a - mdrgam.o
a - mdrgdi.o
a - mdrgdl.o
a - mdrgdp.o
a - mdrgdr.o
a - mdrged.o
a - mdrgfa.o
a - mdrgfp.o
a - mdrggc.o
a - mdrgip.o
a - mdrgof.o
a - mdrgol.o
a - mdrgsc.o
a - mdrgsf.o
a - mdrgsq.o
a - mdrgsx.o
a - mdritd.o
a - mdrset.o
a - mdscal.o
a - mdsetc.o
a - mdsetd.o
a - mdseti.o
a - mdsetl.o
a - mdsetr.o
a - mpgetc.o
a - mpgetd.o
a - mpgeti.o
a - mpgetl.o
a - mpgetr.o
a - mprset.o
a - mpsetc.o
a - mpsetd.o
a - mpseti.o
a - mpsetl.o
a - mpsetr.o
a - rbgdfe.o
a - rbglen.o
a - rbidfe.o
a - supcon.o
a - supmap.o
a - rdpnaz.o
a - rdpndw.o
a - rdpntz.o
a - rdpnuw.o
a - mdlltd.o
a - mdllnd.o
a - mdgnid.o
a - mdlacd.o
a - mdlocd.o
a - maqini.o
a - mdqini.o
a - mdqin2.o
a - maqtra.o
a - mdqtra.o
a - maqtri.o
a - mdqtri.o
a - maqtrn.o
a - mdqtrn.o
a - aiproj.o
a - aiprin.o
a - haproj.o
a - haprin.o
a - moproj.o
a - moprin.o
a - wtproj.o
a - wtprin.o
a - mpdbdi.o
a - mapnga.o
a - mapngb.o
a - hlumapeod.o
a - hlumapusr.o
a - idictl.o
a - mapbd.o
a - mapdrw.o
a - mapeod.o
a - mapfst.o
a - mapgci.o
a - mapgrd.o
a - mapgtc.o
a - mapgtd.o
a - mapgti.o
a - mapgtl.o
a - mapgtr.o
a - mapint.o
a - mapio.o
a - mapiq.o
a - mapiqd.o
a - mapit.o
a - mapitd.o
a - maplbl.o
a - maplmb.o
a - maplot.o
a - mappos.o
a - maproj.o
a - maprs.o
a - maprst.o
a - mapsav.o
a - mapset.o
a - mapstc.o
a - mapstd.o
a - mapsti.o
a - mapstl.o
a - mapstr.o
a - maptra.o
a - maptri.o
a - maptrn.o
a - mapusr.o
a - mapvec.o
a - mdgcog.o
a - mdgetc.o
a - mdgetd.o
a - mdgeti.o
a - mdgetl.o
a - mdgetr.o
a - mdgnin.o
a - mdilat.o
a - mdilon.o
a - mdinch.o
a - mditve.o
a - mdlach.o
a - mdlbln.o
a - mdlblt.o
a - mdloch.o
a - mdpcem.o
a - mdpchi.o
a - mdpdrw.o
a - mdpeod.o
a - mdpfst.o
a - mdpgci.o
a - mdpgrd.o
a - mdpin1.o
a - mdpin2.o
a - mdpint.o
a - mdpio.o
a - mdpiq.o
a - mdpiqd.o
a - mdpit.o
a - mdpitd.o
a - mdplbl.o
a - mdplmb.o
a - mdplot.o
a - mdppos.o
a - mdproj.o
a - mdprs.o
a - mdprst.o
a - mdpsav.o
a - mdpset.o
a - mdptra.o
a - mdptre.o
a - mdptri.o
a - mdptrn.o
a - mdptrp.o
a - mdpusr.o
a - mdpvec.o
a - mdpvp.o
a - mdpvpd.o
a - mdpwnd.o
a - mdrgam.o
a - mdrgdi.o
a - mdrgdl.o
a - mdrgdp.o
a - mdrgdr.o
a - mdrged.o
a - mdrgfa.o
a - mdrgfp.o
a - mdrggc.o
a - mdrgip.o
a - mdrgof.o
a - mdrgol.o
a - mdrgsc.o
a - mdrgsf.o
a - mdrgsq.o
a - mdrgsx.o
a - mdritd.o
a - mdrset.o
a - mdscal.o
a - mdsetc.o
a - mdsetd.o
a - mdseti.o
a - mdsetl.o
a - mdsetr.o
a - mpgetc.o
a - mpgetd.o
a - mpgeti.o
a - mpgetl.o
a - mpgetr.o
a - mprset.o
a - mpsetc.o
a - mpsetd.o
a - mpseti.o
a - mpsetl.o
a - mpsetr.o
a - rbgdfe.o
a - rbglen.o
a - rbidfe.o
a - supcon.o
a - supmap.o
a - rdpnaz.o
a - rdpndw.o
a - rdpntz.o
a - rdpnuw.o
a - mdlltd.o
a - mdllnd.o
a - mdgnid.o
a - mdlacd.o
a - mdlocd.o
a - maqini.o
a - mdqini.o
a - mdqin2.o
a - maqtra.o
a - mdqtra.o
a - maqtri.o
a - mdqtri.o
a - maqtrn.o
a - mdqtrn.o
a - aiproj.o
a - aiprin.o
a - haproj.o
a - haprin.o
a - moproj.o
a - moprin.o
a - wtproj.o
a - wtprin.o
a - mpdbdi.o
a - mapnga.o
a - mapngb.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making ./ncarg2d/src/libncarg/ezmapa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
*** IFTRAN SUMMARY -  2920 CARDS,   0 ERRORS ***
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapaci.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpaci.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapbla.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpbla.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdrdnm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "maplmm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdplmm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapblm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpblm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapgrm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpgrm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapiqa.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpiqa.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapiqm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpiqm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapita.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpita.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mapitm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpitm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "mdpchm.f".
touch IftranRun
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapaci.o mapaci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapbla.o mapbla.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapblm.o mapblm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapgrm.o mapgrm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapiqa.o mapiqa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapiqm.o mapiqm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapita.o mapita.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapitm.o mapitm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maplmm.o maplmm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpaci.o mdpaci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpbla.o mdpbla.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpblm.o mdpblm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpchm.o mdpchm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpgrm.o mdpgrm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpiqa.o mdpiqa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpiqm.o mdpiqm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpita.o mdpita.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdpitm.o mdpitm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdplmm.o mdplmm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrdnm.o mdrdnm.f
ar vru ../libncarg.a mapaci.o mapbla.o mapblm.o mapgrm.o mapiqa.o mapiqm.o mapita.o 	mapitm.o maplmm.o mdpaci.o mdpbla.o mdpblm.o mdpchm.o mdpgrm.o 	mdpiqa.o mdpiqm.o mdpita.o mdpitm.o mdplmm.o mdrdnm.o
ar vru ../libNGmp.a mapaci.o mapbla.o mapblm.o mapgrm.o mapiqa.o mapiqm.o mapita.o 	mapitm.o maplmm.o mdpaci.o mdpbla.o mdpblm.o mdpchm.o mdpgrm.o 	mdpiqa.o mdpiqm.o mdpita.o mdpitm.o mdplmm.o mdrdnm.o
a - mapaci.o
a - mapbla.o
a - mapblm.o
a - mapgrm.o
a - mapiqa.o
a - mapiqm.o
a - mapita.o
a - mapitm.o
a - maplmm.o
a - mdpaci.o
a - mdpbla.o
a - mdpblm.o
a - mdpchm.o
a - mdpgrm.o
a - mdpiqa.o
a - mdpiqm.o
a - mdpita.o
a - mdpitm.o
a - mdplmm.o
a - mdrdnm.o
a - mapaci.o
a - mapbla.o
a - mapblm.o
a - mapgrm.o
a - mapiqa.o
a - mapiqm.o
a - mapita.o
a - mapitm.o
a - maplmm.o
a - mdpaci.o
a - mdpbla.o
a - mdpblm.o
a - mdpchm.o
a - mdpgrm.o
a - mdpiqa.o
a - mdpiqm.o
a - mdpita.o
a - mdpitm.o
a - mdplmm.o
a - mdrdnm.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making ./ncarg2d/src/libncarg/ezmapb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlumpchln.o hlumpchln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdchln.o mdchln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdfnme.o mdfnme.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdglty.o mdglty.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdiaty.o mdiaty.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdifnb.o mdifnb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdilnb.o mdilnb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdiola.o mdiola.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdiosa.o mdiosa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdipai.o mdipai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdipan.o mdipan.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdipar.o mdipar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdisci.o mdisci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlnam.o mdlnam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlndm.o mdlndm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlndr.o mdlndr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdlnri.o mdlnri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdname.o mdname.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdrdcs.o mdrdcs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpchln.o mpchln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpfnme.o mpfnme.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpglty.o mpglty.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpiaty.o mpiaty.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpifnb.o mpifnb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpilnb.o mpilnb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpiola.o mpiola.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpiosa.o mpiosa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpipai.o mpipai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpipan.o mpipan.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpipar.o mpipar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpisci.o mpisci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mplnam.o mplnam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mplndm.o mplndm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mplndr.o mplndr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mplnri.o mplnri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mpname.o mpname.f
ar vru ../libncarg.a hlumpchln.o mdchln.o mdfnme.o mdglty.o mdiaty.o mdifnb.o mdilnb.o 	mdiola.o mdiosa.o mdipai.o mdipan.o mdipar.o mdisci.o mdlnam.o 	mdlndm.o mdlndr.o mdlnri.o mdname.o mdrdcs.o mpchln.o mpfnme.o 	mpglty.o mpiaty.o mpifnb.o mpilnb.o mpiola.o mpiosa.o mpipai.o 	mpipan.o mpipar.o mpisci.o mplnam.o mplndm.o mplndr.o mplnri.o 	mpname.o
ar vru ../libNGmp.a hlumpchln.o mdchln.o mdfnme.o mdglty.o mdiaty.o mdifnb.o mdilnb.o 	mdiola.o mdiosa.o mdipai.o mdipan.o mdipar.o mdisci.o mdlnam.o 	mdlndm.o mdlndr.o mdlnri.o mdname.o mdrdcs.o mpchln.o mpfnme.o 	mpglty.o mpiaty.o mpifnb.o mpilnb.o mpiola.o mpiosa.o mpipai.o 	mpipan.o mpipar.o mpisci.o mplnam.o mplndm.o mplndr.o mplnri.o 	mpname.o
a - hlumpchln.o
a - mdchln.o
a - mdfnme.o
a - mdglty.o
a - mdiaty.o
a - mdifnb.o
a - mdilnb.o
a - mdiola.o
a - mdiosa.o
a - mdipai.o
a - mdipan.o
a - mdipar.o
a - mdisci.o
a - mdlnam.o
a - mdlndm.o
a - mdlndr.o
a - mdlnri.o
a - mdname.o
a - mdrdcs.o
a - mpchln.o
a - mpfnme.o
a - mpglty.o
a - mpiaty.o
a - mpifnb.o
a - mpilnb.o
a - mpiola.o
a - mpiosa.o
a - mpipai.o
a - mpipan.o
a - mpipar.o
a - mpisci.o
a - mplnam.o
a - mplndm.o
a - mplndr.o
a - mplnri.o
a - mpname.o
a - hlumpchln.o
a - mdchln.o
a - mdfnme.o
a - mdglty.o
a - mdiaty.o
a - mdifnb.o
a - mdilnb.o
a - mdiola.o
a - mdiosa.o
a - mdipai.o
a - mdipan.o
a - mdipar.o
a - mdisci.o
a - mdlnam.o
a - mdlndm.o
a - mdlndr.o
a - mdlnri.o
a - mdname.o
a - mdrdcs.o
a - mpchln.o
a - mpfnme.o
a - mpglty.o
a - mpiaty.o
a - mpifnb.o
a - mpilnb.o
a - mpiola.o
a - mpiosa.o
a - mpipai.o
a - mpipan.o
a - mpipar.o
a - mpisci.o
a - mplnam.o
a - mplndm.o
a - mplndr.o
a - mplnri.o
a - mpname.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making ./ncarg2d/src/libncarg/ezmapc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o adjldp.o adjldp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o adjlsp.o adjlsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o asindp.o asindp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o asinsp.o asinsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dmspdp.o dmspdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dmspsp.o dmspsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e0fndp.o e0fndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e0fnsp.o e0fnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e1fndp.o e1fndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e1fnsp.o e1fnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e2fndp.o e2fndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e2fnsp.o e2fnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e3fndp.o e3fndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e3fnsp.o e3fnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e4fndp.o e4fndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o e4fnsp.o e4fnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtpzbd.o gtpzbd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mddadp.o mddadp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mddasp.o mddasp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgddp.o mdgddp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdgdsp.o mdgdsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdutfd.o mdutfd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdutfs.o mdutfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdutid.o mdutid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdutin.o mdutin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mdutis.o mdutis.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mlfndp.o mlfndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mlfnsp.o mlfnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mputfd.o mputfd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mputfs.o mputfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mputid.o mputid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mputin.o mputin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mputis.o mputis.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msfndp.o msfndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msfnsp.o msfnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pakcdp.o pakcdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pakcsp.o pakcsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pakddp.o pakddp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pakdsp.o pakdsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pakrdp.o pakrdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pakrsp.o pakrsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o paksdp.o paksdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pakssp.o pakssp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi1dp.o phi1dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi1sp.o phi1sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi2dp.o phi2dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi2sp.o phi2sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi3dp.o phi3dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi3sp.o phi3sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi4dp.o phi4dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phi4sp.o phi4sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj03dp.o pj03dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj03sp.o pj03sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj04dp.o pj04dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj04sp.o pj04sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj05dp.o pj05dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj05sp.o pj05sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj06dp.o pj06dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj06sp.o pj06sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj07dp.o pj07dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj07sp.o pj07sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj08dp.o pj08dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj08sp.o pj08sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj09dp.o pj09dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj09sp.o pj09sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj10dp.o pj10dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj10sp.o pj10sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj11dp.o pj11dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj11sp.o pj11sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj12dp.o pj12dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj12sp.o pj12sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj13dp.o pj13dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj13sp.o pj13sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj14dp.o pj14dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj14sp.o pj14sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj15dp.o pj15dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj15sp.o pj15sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj16dp.o pj16dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj16sp.o pj16sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj17dp.o pj17dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj17sp.o pj17sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj18dp.o pj18dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj18sp.o pj18sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj19dp.o pj19dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj19sp.o pj19sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj20dp.o pj20dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj20sp.o pj20sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj21dp.o pj21dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj21sp.o pj21sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj22dp.o pj22dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj22sp.o pj22sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj23dp.o pj23dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pj23sp.o pj23sp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pjindp.o pjindp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pjinsp.o pjinsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o qsfndp.o qsfndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o qsfnsp.o qsfnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o radddp.o radddp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o raddsp.o raddsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o seradp.o seradp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o serasp.o serasp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sphddp.o sphddp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sphdsp.o sphdsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tsfndp.o tsfndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tsfnsp.o tsfnsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o untfdp.o untfdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o untfsp.o untfsp.f
ar vru ../libncarg.a adjldp.o adjlsp.o asindp.o asinsp.o dmspdp.o dmspsp.o e0fndp.o 	e0fnsp.o e1fndp.o e1fnsp.o e2fndp.o e2fnsp.o e3fndp.o e3fnsp.o 	e4fndp.o e4fnsp.o gtpzbd.o mddadp.o mddasp.o mdgddp.o mdgdsp.o 	mdutfd.o mdutfs.o mdutid.o mdutin.o mdutis.o mlfndp.o mlfnsp.o 	mputfd.o mputfs.o mputid.o mputin.o mputis.o msfndp.o msfnsp.o 	pakcdp.o pakcsp.o pakddp.o pakdsp.o pakrdp.o pakrsp.o paksdp.o 	pakssp.o phi1dp.o phi1sp.o phi2dp.o phi2sp.o phi3dp.o phi3sp.o 	phi4dp.o phi4sp.o pj03dp.o pj03sp.o pj04dp.o pj04sp.o pj05dp.o 	pj05sp.o pj06dp.o pj06sp.o pj07dp.o pj07sp.o pj08dp.o pj08sp.o 	pj09dp.o pj09sp.o pj10dp.o pj10sp.o pj11dp.o pj11sp.o pj12dp.o 	pj12sp.o pj13dp.o pj13sp.o pj14dp.o pj14sp.o pj15dp.o pj15sp.o 	pj16dp.o pj16sp.o pj17dp.o pj17sp.o pj18dp.o pj18sp.o pj19dp.o 	pj19sp.o pj20dp.o pj20sp.o pj21dp.o pj21sp.o pj22dp.o pj22sp.o 	pj23dp.o pj23sp.o pjindp.o pjinsp.o qsfndp.o qsfnsp.o radddp.o 	raddsp.o seradp.o serasp.o sphddp.o sphdsp.o tsfndp.o tsfnsp.o 	untfdp.o untfsp.o
ar vru ../libNGmp.a adjldp.o adjlsp.o asindp.o asinsp.o dmspdp.o dmspsp.o e0fndp.o 	e0fnsp.o e1fndp.o e1fnsp.o e2fndp.o e2fnsp.o e3fndp.o e3fnsp.o 	e4fndp.o e4fnsp.o gtpzbd.o mddadp.o mddasp.o mdgddp.o mdgdsp.o 	mdutfd.o mdutfs.o mdutid.o mdutin.o mdutis.o mlfndp.o mlfnsp.o 	mputfd.o mputfs.o mputid.o mputin.o mputis.o msfndp.o msfnsp.o 	pakcdp.o pakcsp.o pakddp.o pakdsp.o pakrdp.o pakrsp.o paksdp.o 	pakssp.o phi1dp.o phi1sp.o phi2dp.o phi2sp.o phi3dp.o phi3sp.o 	phi4dp.o phi4sp.o pj03dp.o pj03sp.o pj04dp.o pj04sp.o pj05dp.o 	pj05sp.o pj06dp.o pj06sp.o pj07dp.o pj07sp.o pj08dp.o pj08sp.o 	pj09dp.o pj09sp.o pj10dp.o pj10sp.o pj11dp.o pj11sp.o pj12dp.o 	pj12sp.o pj13dp.o pj13sp.o pj14dp.o pj14sp.o pj15dp.o pj15sp.o 	pj16dp.o pj16sp.o pj17dp.o pj17sp.o pj18dp.o pj18sp.o pj19dp.o 	pj19sp.o pj20dp.o pj20sp.o pj21dp.o pj21sp.o pj22dp.o pj22sp.o 	pj23dp.o pj23sp.o pjindp.o pjinsp.o qsfndp.o qsfnsp.o radddp.o 	raddsp.o seradp.o serasp.o sphddp.o sphdsp.o tsfndp.o tsfnsp.o 	untfdp.o untfsp.o
a - adjldp.o
a - adjlsp.o
a - asindp.o
a - asinsp.o
a - dmspdp.o
a - dmspsp.o
a - e0fndp.o
a - e0fnsp.o
a - e1fndp.o
a - e1fnsp.o
a - e2fndp.o
a - e2fnsp.o
a - e3fndp.o
a - e3fnsp.o
a - e4fndp.o
a - e4fnsp.o
a - gtpzbd.o
a - mddadp.o
a - mddasp.o
a - mdgddp.o
a - mdgdsp.o
a - mdutfd.o
a - mdutfs.o
a - mdutid.o
a - mdutin.o
a - mdutis.o
a - mlfndp.o
a - mlfnsp.o
a - mputfd.o
a - mputfs.o
a - mputid.o
a - mputin.o
a - mputis.o
a - msfndp.o
a - msfnsp.o
a - pakcdp.o
a - pakcsp.o
a - pakddp.o
a - pakdsp.o
a - pakrdp.o
a - pakrsp.o
a - paksdp.o
a - pakssp.o
a - phi1dp.o
a - phi1sp.o
a - phi2dp.o
a - phi2sp.o
a - phi3dp.o
a - phi3sp.o
a - phi4dp.o
a - phi4sp.o
a - pj03dp.o
a - pj03sp.o
a - pj04dp.o
a - pj04sp.o
a - pj05dp.o
a - pj05sp.o
a - pj06dp.o
a - pj06sp.o
a - pj07dp.o
a - pj07sp.o
a - pj08dp.o
a - pj08sp.o
a - pj09dp.o
a - pj09sp.o
a - pj10dp.o
a - pj10sp.o
a - pj11dp.o
a - pj11sp.o
a - pj12dp.o
a - pj12sp.o
a - pj13dp.o
a - pj13sp.o
a - pj14dp.o
a - pj14sp.o
a - pj15dp.o
a - pj15sp.o
a - pj16dp.o
a - pj16sp.o
a - pj17dp.o
a - pj17sp.o
a - pj18dp.o
a - pj18sp.o
a - pj19dp.o
a - pj19sp.o
a - pj20dp.o
a - pj20sp.o
a - pj21dp.o
a - pj21sp.o
a - pj22dp.o
a - pj22sp.o
a - pj23dp.o
a - pj23sp.o
a - pjindp.o
a - pjinsp.o
a - qsfndp.o
a - qsfnsp.o
a - radddp.o
a - raddsp.o
a - seradp.o
a - serasp.o
a - sphddp.o
a - sphdsp.o
a - tsfndp.o
a - tsfnsp.o
a - untfdp.o
a - untfsp.o
a - adjldp.o
a - adjlsp.o
a - asindp.o
a - asinsp.o
a - dmspdp.o
a - dmspsp.o
a - e0fndp.o
a - e0fnsp.o
a - e1fndp.o
a - e1fnsp.o
a - e2fndp.o
a - e2fnsp.o
a - e3fndp.o
a - e3fnsp.o
a - e4fndp.o
a - e4fnsp.o
a - gtpzbd.o
a - mddadp.o
a - mddasp.o
a - mdgddp.o
a - mdgdsp.o
a - mdutfd.o
a - mdutfs.o
a - mdutid.o
a - mdutin.o
a - mdutis.o
a - mlfndp.o
a - mlfnsp.o
a - mputfd.o
a - mputfs.o
a - mputid.o
a - mputin.o
a - mputis.o
a - msfndp.o
a - msfnsp.o
a - pakcdp.o
a - pakcsp.o
a - pakddp.o
a - pakdsp.o
a - pakrdp.o
a - pakrsp.o
a - paksdp.o
a - pakssp.o
a - phi1dp.o
a - phi1sp.o
a - phi2dp.o
a - phi2sp.o
a - phi3dp.o
a - phi3sp.o
a - phi4dp.o
a - phi4sp.o
a - pj03dp.o
a - pj03sp.o
a - pj04dp.o
a - pj04sp.o
a - pj05dp.o
a - pj05sp.o
a - pj06dp.o
a - pj06sp.o
a - pj07dp.o
a - pj07sp.o
a - pj08dp.o
a - pj08sp.o
a - pj09dp.o
a - pj09sp.o
a - pj10dp.o
a - pj10sp.o
a - pj11dp.o
a - pj11sp.o
a - pj12dp.o
a - pj12sp.o
a - pj13dp.o
a - pj13sp.o
a - pj14dp.o
a - pj14sp.o
a - pj15dp.o
a - pj15sp.o
a - pj16dp.o
a - pj16sp.o
a - pj17dp.o
a - pj17sp.o
a - pj18dp.o
a - pj18sp.o
a - pj19dp.o
a - pj19sp.o
a - pj20dp.o
a - pj20sp.o
a - pj21dp.o
a - pj21sp.o
a - pj22dp.o
a - pj22sp.o
a - pj23dp.o
a - pj23sp.o
a - pjindp.o
a - pjinsp.o
a - qsfndp.o
a - qsfnsp.o
a - radddp.o
a - raddsp.o
a - seradp.o
a - serasp.o
a - sphddp.o
a - sphdsp.o
a - tsfndp.o
a - tsfnsp.o
a - untfdp.o
a - untfsp.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making ./ncarg2d/src/libncarg/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gflas1.o gflas1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gflsbd.o gflsbd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gflas2.o gflas2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gflas3.o gflas3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gflas4.o gflas4.f
ar vru ../libncarg.a gflas1.o gflsbd.o gflas2.o gflas3.o gflas4.o
ar vru ../libNGmisc.a gflas1.o gflsbd.o gflas2.o gflas3.o gflas4.o
a - gflas1.o
a - gflsbd.o
a - gflas2.o
a - gflas3.o
a - gflas4.o
a - gflas1.o
a - gflsbd.o
a - gflas2.o
a - gflas3.o
a - gflas4.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making ./ncarg2d/src/libncarg/gridal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gabldt.o gabldt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gacolr.o gacolr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gagetc.o gagetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gageti.o gageti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gagetr.o gagetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gagtrn.o gagtrn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o galbex.o galbex.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gaplch.o gaplch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gasetc.o gasetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gaseti.o gaseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gasetr.o gasetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o grid.o grid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gridal.o gridal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gridl.o gridl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o halfax.o halfax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o labmod.o labmod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o perim.o perim.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o periml.o periml.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tick4.o tick4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ticks.o ticks.f
ar vru ../libncarg.a gabldt.o gacolr.o gagetc.o gageti.o gagetr.o gagtrn.o galbex.o 	gaplch.o gasetc.o gaseti.o gasetr.o grid.o gridal.o gridl.o halfax.o 	labmod.o perim.o periml.o tick4.o ticks.o
ar vru ../libNGllu.a gabldt.o gacolr.o gagetc.o gageti.o gagetr.o gagtrn.o galbex.o 	gaplch.o gasetc.o gaseti.o gasetr.o grid.o gridal.o gridl.o halfax.o 	labmod.o perim.o periml.o tick4.o ticks.o
a - gabldt.o
a - gacolr.o
a - gagetc.o
a - gageti.o
a - gagetr.o
a - gagtrn.o
a - galbex.o
a - gaplch.o
a - gasetc.o
a - gaseti.o
a - gasetr.o
a - grid.o
a - gridal.o
a - gridl.o
a - halfax.o
a - labmod.o
a - perim.o
a - periml.o
a - tick4.o
a - ticks.o
a - gabldt.o
a - gacolr.o
a - gagetc.o
a - gageti.o
a - gagetr.o
a - gagtrn.o
a - galbex.o
a - gaplch.o
a - gasetc.o
a - gaseti.o
a - gasetr.o
a - grid.o
a - gridal.o
a - gridl.o
a - halfax.o
a - labmod.o
a - perim.o
a - periml.o
a - tick4.o
a - ticks.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making ./ncarg2d/src/libncarg/hafton
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hafton.o hafton.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zlset.o zlset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gray.o gray.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bound.o bound.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezhftn.o ezhftn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hfinit.o hfinit.f
ar vru ../libncarg.a hafton.o zlset.o gray.o bound.o ezhftn.o hfinit.o
ar vru ../libNGmisc2.a hafton.o zlset.o gray.o bound.o ezhftn.o hfinit.o
ar: creating ../libNGmisc2.a
a - hafton.o
a - zlset.o
a - gray.o
a - bound.o
a - ezhftn.o
a - hfinit.o
a - hafton.o
a - zlset.o
a - gray.o
a - bound.o
a - ezhftn.o
a - hfinit.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making ./ncarg2d/src/libncarg/histgr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o histgr.o histgr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstbkd.o hstbkd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstexp.o hstexp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstlst.o hstlst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstmed.o hstmed.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstopc.o hstopc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstopi.o hstopi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstopl.o hstopl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hstopr.o hstopr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hststr.o hststr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nwtstr.o nwtstr.f
ar vru ../libncarg.a histgr.o hstbkd.o hstexp.o hstlst.o hstmed.o hstopc.o hstopi.o	 hstopl.o hstopr.o hststr.o nwtstr.o
ar vru ../libNGmisc.a histgr.o hstbkd.o hstexp.o hstlst.o hstmed.o hstopc.o hstopi.o	 hstopl.o hstopr.o hststr.o nwtstr.o
a - histgr.o
a - hstbkd.o
a - hstexp.o
a - hstlst.o
a - hstmed.o
a - hstopc.o
a - hstopi.o
a - hstopl.o
a - hstopr.o
a - hststr.o
a - nwtstr.o
a - histgr.o
a - hstbkd.o
a - hstexp.o
a - hstlst.o
a - hstmed.o
a - hstopc.o
a - hstopi.o
a - hstopl.o
a - hstopr.o
a - hststr.o
a - nwtstr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making ./ncarg2d/src/libncarg/isosrf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isosrf.o isosrf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezisos.o ezisos.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isgeti.o isgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isgetr.o isgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isseti.o isseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o issetr.o issetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ispltf.o ispltf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o istr32.o istr32.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isfill.o isfill.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isgfxy.o isgfxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isinit.o isinit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o issmth.o issmth.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isst3d.o isst3d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o istrcl.o istrcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o iszero.o iszero.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isblda.o isblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drawi.o drawi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o frstc.o frstc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trn32i.o trn32i.f
ar vru ../libncarg.a isosrf.o ezisos.o isgeti.o isgetr.o isseti.o issetr.o ispltf.o 	istr32.o isfill.o isgfxy.o isinit.o issmth.o isst3d.o istrcl.o 	iszero.o isblda.o drawi.o frstc.o trn32i.o
ar vru ../libNGmisc2.a isosrf.o ezisos.o isgeti.o isgetr.o isseti.o issetr.o ispltf.o 	istr32.o isfill.o isgfxy.o isinit.o issmth.o isst3d.o istrcl.o 	iszero.o isblda.o drawi.o frstc.o trn32i.o
a - isosrf.o
a - ezisos.o
a - isgeti.o
a - isgetr.o
a - isseti.o
a - issetr.o
a - ispltf.o
a - istr32.o
a - isfill.o
a - isgfxy.o
a - isinit.o
a - issmth.o
a - isst3d.o
a - istrcl.o
a - iszero.o
a - isblda.o
a - drawi.o
a - frstc.o
a - trn32i.o
a - isosrf.o
a - ezisos.o
a - isgeti.o
a - isgetr.o
a - isseti.o
a - issetr.o
a - ispltf.o
a - istr32.o
a - isfill.o
a - isgfxy.o
a - isinit.o
a - issmth.o
a - isst3d.o
a - istrcl.o
a - iszero.o
a - isblda.o
a - drawi.o
a - frstc.o
a - trn32i.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making ./ncarg2d/src/libncarg/isosrfhr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dandr.o dandr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o init3d.o init3d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o isoscr.o isoscr.f
ar vru ../libncarg.a dandr.o init3d.o isoscr.o
ar vru ../libNGmisc2.a dandr.o init3d.o isoscr.o
a - dandr.o
a - init3d.o
a - isoscr.o
a - dandr.o
a - init3d.o
a - isoscr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making ./ncarg2d/src/libncarg/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lblbar.o lblbar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lbgeti.o lbgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lbgetr.o lbgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lbfill.o lbfill.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lbseti.o lbseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lbsetr.o lbsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lbblda.o lbblda.f
ar vru ../libncarg.a lblbar.o lbgeti.o lbgetr.o lbfill.o lbseti.o lbsetr.o lbblda.o
ar vru ../libNGmisc.a lblbar.o lbgeti.o lbgetr.o lbfill.o lbseti.o lbsetr.o lbblda.o
a - lblbar.o
a - lbgeti.o
a - lbgetr.o
a - lbfill.o
a - lbseti.o
a - lbsetr.o
a - lbblda.o
a - lblbar.o
a - lbgeti.o
a - lbgetr.o
a - lbfill.o
a - lbseti.o
a - lbsetr.o
a - lbblda.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making ./ncarg2d/src/libncarg/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngdots.o ngdots.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nggcog.o nggcog.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nggsog.o nggsog.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngpict.o ngpict.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngpswk.o ngpswk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngputg.o ngputg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngritd.o ngritd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngwsym.o ngwsym.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngseti.o ngseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nggeti.o nggeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngsetr.o ngsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nggetr.o nggetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngsetc.o ngsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nggetc.o nggetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngblda.o ngblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngckop.o ngckop.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngreop.o ngreop.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngsrat.o ngsrat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngmftc.o ngmftc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nglogo.o nglogo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngezlogo.o ngezlogo.f
ar vru ../libncarg.a ngdots.o nggcog.o nggsog.o ngpict.o ngpswk.o ngputg.o ngritd.o 	ngwsym.o ngseti.o nggeti.o ngsetr.o nggetr.o ngsetc.o nggetc.o 	ngblda.o ngckop.o ngreop.o ngsrat.o ngmftc.o nglogo.o ngezlogo.o
ar vru ../libNGllu.a ngdots.o nggcog.o nggsog.o ngpict.o ngpswk.o ngputg.o ngritd.o 	ngwsym.o ngseti.o nggeti.o ngsetr.o nggetr.o ngsetc.o nggetc.o 	ngblda.o ngckop.o ngreop.o ngsrat.o ngmftc.o nglogo.o ngezlogo.o
a - ngdots.o
a - nggcog.o
a - nggsog.o
a - ngpict.o
a - ngpswk.o
a - ngputg.o
a - ngritd.o
a - ngwsym.o
a - ngseti.o
a - nggeti.o
a - ngsetr.o
a - nggetr.o
a - ngsetc.o
a - nggetc.o
a - ngblda.o
a - ngckop.o
a - ngreop.o
a - ngsrat.o
a - ngmftc.o
a - nglogo.o
a - ngezlogo.o
a - ngdots.o
a - nggcog.o
a - nggsog.o
a - ngpict.o
a - ngpswk.o
a - ngputg.o
a - ngritd.o
a - ngwsym.o
a - ngseti.o
a - nggeti.o
a - ngsetr.o
a - nggetr.o
a - ngsetc.o
a - nggetc.o
a - ngblda.o
a - ngckop.o
a - ngreop.o
a - ngsrat.o
a - ngmftc.o
a - nglogo.o
a - ngezlogo.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making ./ncarg2d/src/libncarg/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plchhq.o plchhq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plchmq.o plchmq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plchlq.o plchlq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgetc.o pcgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgeti.o pcgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgetr.o pcgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcsetc.o pcsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcseti.o pcseti.f
plchmq.f:51:68:

      5                         'S','T','U','V','W','X','Y','Z','[','\\',
                                                                    1
Warning: Initialization string at (1) was truncated to fit the variable (1/2)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcsetr.o pcsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pccchk.o pccchk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pccffc.o pccffc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcdchk.o pcdchk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcexcd.o pcexcd.f
plchhq.f:147:39:

      +            '<','>','?','@','[','\\',']','{','|','}',
                                       1
Warning: Initialization string at (1) was truncated to fit the variable (1/2)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgptr.o pcgptr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgtdi.o pcgtdi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgtpi.o pcgtpi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcmqlq.o pcmqlq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcsort.o pcsort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcblda.o pcblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcbdff.o pcbdff.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pccfff.o pccfff.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcffgd.o pcffgd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcffgp.o pcffgp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcffhl.o pcffhl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcffme.o pcffme.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgneg.o pcgneg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcmpxy.o pcmpxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plchhz.o plchhz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcdlsc.o pcdlsc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcgpai.o pcgpai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pchiqu.o pchiqu.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcloqu.o pcloqu.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcmequ.o pcmequ.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcpnwi.o pcpnwi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcrset.o pcrset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcfcls.o pcfcls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcfred.o pcfred.f
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o bofred.o bofred.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pcbnrd.o pcbnrd.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcfopn.o pcfopn.f
bofred.c: In function ‘bofred_’:
bofred.c:51:14: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration]
   if ( (fd = open(pathname, 0)) == -1)
              ^~~~
bofred.c:58:2: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  free(pathname);
  ^~~~
bofred.c:58:2: warning: incompatible implicit declaration of built-in function ‘free’
bofred.c:58:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
pcbnrd.c: In function ‘pcbnrd_’:
pcbnrd.c:61:11: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration]
  nbread = read( *unit, (char *) buffer, nbytes);
           ^~~~
ar vru ../libncarg.a plchhq.o plchmq.o plchlq.o pcgetc.o pcgeti.o pcgetr.o pcsetc.o 	pcseti.o pcsetr.o pccchk.o pccffc.o pcdchk.o pcexcd.o pcgptr.o 	pcgtdi.o pcgtpi.o pcmqlq.o pcsort.o pcblda.o 	pcbdff.o pccfff.o pcffgd.o pcffgp.o pcffhl.o 	pcffme.o pcgneg.o pcmpxy.o plchhz.o 	pcdlsc.o pcgpai.o pchiqu.o pcloqu.o pcmequ.o pcpnwi.o pcrset.o pcfcls.o pcfopn.o pcfred.o bofred.o pcbnrd.o
ar vru ../libNGllu.a plchhq.o plchmq.o plchlq.o pcgetc.o pcgeti.o pcgetr.o pcsetc.o 	pcseti.o pcsetr.o pccchk.o pccffc.o pcdchk.o pcexcd.o pcgptr.o 	pcgtdi.o pcgtpi.o pcmqlq.o pcsort.o pcblda.o 	pcbdff.o pccfff.o pcffgd.o pcffgp.o pcffhl.o 	pcffme.o pcgneg.o pcmpxy.o plchhz.o 	pcdlsc.o pcgpai.o pchiqu.o pcloqu.o pcmequ.o pcpnwi.o pcrset.o pcfcls.o pcfopn.o pcfred.o bofred.o pcbnrd.o
a - plchhq.o
a - plchmq.o
a - plchlq.o
a - pcgetc.o
a - pcgeti.o
a - pcgetr.o
a - pcsetc.o
a - pcseti.o
a - pcsetr.o
a - pccchk.o
a - pccffc.o
a - pcdchk.o
a - pcexcd.o
a - pcgptr.o
a - pcgtdi.o
a - pcgtpi.o
a - pcmqlq.o
a - pcsort.o
a - pcblda.o
a - pcbdff.o
a - pccfff.o
a - pcffgd.o
a - pcffgp.o
a - pcffhl.o
a - pcffme.o
a - pcgneg.o
a - pcmpxy.o
a - plchhz.o
a - pcdlsc.o
a - pcgpai.o
a - pchiqu.o
a - pcloqu.o
a - pcmequ.o
a - pcpnwi.o
a - pcrset.o
a - pcfcls.o
a - pcfopn.o
a - pcfred.o
a - bofred.o
a - pcbnrd.o
a - plchhq.o
a - plchmq.o
a - plchlq.o
a - pcgetc.o
a - pcgeti.o
a - pcgetr.o
a - pcsetc.o
a - pcseti.o
a - pcsetr.o
a - pccchk.o
a - pccffc.o
a - pcdchk.o
a - pcexcd.o
a - pcgptr.o
a - pcgtdi.o
a - pcgtpi.o
a - pcmqlq.o
a - pcsort.o
a - pcblda.o
a - pcbdff.o
a - pccfff.o
a - pcffgd.o
a - pcffgp.o
a - pcffhl.o
a - pcffme.o
a - pcgneg.o
a - pcmpxy.o
a - plchhz.o
a - pcdlsc.o
a - pcgpai.o
a - pchiqu.o
a - pcloqu.o
a - pcmequ.o
a - pcpnwi.o
a - pcrset.o
a - pcfcls.o
a - pcfopn.o
a - pcfred.o
a - bofred.o
a - pcbnrd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making ./ncarg2d/src/libncarg/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
*** IFTRAN SUMMARY - 10067 CARDS,   0 ERRORS ***
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppdipo.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppinpo.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppunpo.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppditr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppintr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppuntr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppppap.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppzbts.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "ppplcl.f".
touch IftranRun
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppdipo.o ppdipo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppditr.o ppditr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppinpo.o ppinpo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppintr.o ppintr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppplcl.o ppplcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppppap.o ppppap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppunpo.o ppunpo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppuntr.o ppuntr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ppzbts.o ppzbts.f
ar vru ../libncarg.a ppdipo.o ppditr.o ppinpo.o ppintr.o ppplcl.o ppppap.o 	ppunpo.o ppuntr.o ppzbts.o
ar vru ../libNGmisc.a ppdipo.o ppditr.o ppinpo.o ppintr.o ppplcl.o ppppap.o 	ppunpo.o ppuntr.o ppzbts.o
a - ppdipo.o
a - ppditr.o
a - ppinpo.o
a - ppintr.o
a - ppplcl.o
a - ppppap.o
a - ppunpo.o
a - ppuntr.o
a - ppzbts.o
a - ppdipo.o
a - ppditr.o
a - ppinpo.o
a - ppintr.o
a - ppplcl.o
a - ppppap.o
a - ppunpo.o
a - ppuntr.o
a - ppzbts.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making ./ncarg2d/src/libncarg/pwritx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ccheck.o ccheck.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dcheck.o dcheck.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gethol.o gethol.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtdgts.o gtdgts.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtnum.o gtnum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtnumb.o gtnumb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtsign.o gtsign.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o htable.o htable.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mkmsk.o mkmsk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwritx.o pwritx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrx.o pwrx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrxbd.o pwrxbd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xtch.o xtch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c openpw.f
ar vru ../libncarg.a ccheck.o dcheck.o gethol.o gtdgts.o gtnum.o gtnumb.o gtsign.o	 htable.o mkmsk.o pwritx.o pwrx.o pwrxbd.o xtch.o openpw.o
ar vru ../libNGmisc2.a ccheck.o dcheck.o gethol.o gtdgts.o gtnum.o gtnumb.o gtsign.o	 htable.o mkmsk.o pwritx.o pwrx.o pwrxbd.o xtch.o openpw.o
a - ccheck.o
a - dcheck.o
a - gethol.o
a - gtdgts.o
a - gtnum.o
a - gtnumb.o
a - gtsign.o
a - htable.o
a - mkmsk.o
a - pwritx.o
a - pwrx.o
a - pwrxbd.o
a - xtch.o
a - openpw.o
a - ccheck.o
a - dcheck.o
a - gethol.o
a - gtdgts.o
a - gtnum.o
a - gtnumb.o
a - gtsign.o
a - htable.o
a - mkmsk.o
a - pwritx.o
a - pwrx.o
a - pwrxbd.o
a - xtch.o
a - openpw.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making ./ncarg2d/src/libncarg/pwrity
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrity.o pwrity.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwry.o pwry.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrybd.o pwrybd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrygt.o pwrygt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwryso.o pwryso.f
ar vru ../libncarg.a pwrity.o pwry.o pwrybd.o pwrygt.o pwryso.o
ar vru ../libNGmisc2.a pwrity.o pwry.o pwrybd.o pwrygt.o pwryso.o
a - pwrity.o
a - pwry.o
a - pwrybd.o
a - pwrygt.o
a - pwryso.o
a - pwrity.o
a - pwry.o
a - pwrybd.o
a - pwrygt.o
a - pwryso.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making ./ncarg2d/src/libncarg/pwrzi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o initzi.o initzi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intzi.o intzi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzgi.o pwrzgi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzi.o pwrzi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzoi.o pwrzoi.f
ar vru ../libncarg.a initzi.o intzi.o pwrzgi.o pwrzi.o pwrzoi.o
ar vru ../libNGmisc2.a initzi.o intzi.o pwrzgi.o pwrzi.o pwrzoi.o
a - initzi.o
a - intzi.o
a - pwrzgi.o
a - pwrzi.o
a - pwrzoi.o
a - initzi.o
a - intzi.o
a - pwrzgi.o
a - pwrzi.o
a - pwrzoi.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making ./ncarg2d/src/libncarg/pwrzs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o initzs.o initzs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intzs.o intzs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzgs.o pwrzgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzos.o pwrzos.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzs.o pwrzs.f
ar vru ../libncarg.a initzs.o intzs.o pwrzgs.o pwrzos.o pwrzs.o
ar vru ../libNGmisc2.a initzs.o intzs.o pwrzgs.o pwrzos.o pwrzs.o
a - initzs.o
a - intzs.o
a - pwrzgs.o
a - pwrzos.o
a - pwrzs.o
a - initzs.o
a - intzs.o
a - pwrzgs.o
a - pwrzos.o
a - pwrzs.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making ./ncarg2d/src/libncarg/pwrzt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzt.o pwrzt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intzt.o intzt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o initzt.o initzt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzot.o pwrzot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrzgt.o pwrzgt.f
ar vru ../libncarg.a pwrzt.o intzt.o initzt.o pwrzot.o pwrzgt.o
ar vru ../libNGmisc2.a pwrzt.o intzt.o initzt.o pwrzot.o pwrzgt.o
a - pwrzt.o
a - intzt.o
a - initzt.o
a - pwrzot.o
a - pwrzgt.o
a - pwrzt.o
a - intzt.o
a - initzt.o
a - pwrzot.o
a - pwrzgt.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making ./ncarg2d/src/libncarg/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
*** IFTRAN SUMMARY -  1112 CARDS,   0 ERRORS ***
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfsgfa.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfwrld.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfnorm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfgetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfgeti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfgetp.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfgetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfsetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfseti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfsetp.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfsetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfsort.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "sfblda.f".
touch IftranRun
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfsgfa.o sfsgfa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfwrld.o sfwrld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfnorm.o sfnorm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfgetc.o sfgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfgeti.o sfgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfgetp.o sfgetp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfgetr.o sfgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfsetc.o sfsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfseti.o sfseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfsetp.o sfsetp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfsetr.o sfsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfsort.o sfsort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sfblda.o sfblda.f
ar vru ../libncarg.a sfsgfa.o sfwrld.o sfnorm.o sfgetc.o sfgeti.o sfgetp.o sfgetr.o 	 sfsetc.o sfseti.o sfsetp.o sfsetr.o sfsort.o sfblda.o
ar vru ../libNGmisc.a sfsgfa.o sfwrld.o sfnorm.o sfgetc.o sfgeti.o sfgetp.o sfgetr.o 	 sfsetc.o sfseti.o sfsetp.o sfsetr.o sfsort.o sfblda.o
a - sfsgfa.o
a - sfwrld.o
a - sfnorm.o
a - sfgetc.o
a - sfgeti.o
a - sfgetp.o
a - sfgetr.o
a - sfsetc.o
a - sfseti.o
a - sfsetp.o
a - sfsetr.o
a - sfsort.o
a - sfblda.o
a - sfsgfa.o
a - sfwrld.o
a - sfnorm.o
a - sfgetc.o
a - sfgeti.o
a - sfgetp.o
a - sfgetr.o
a - sfsetc.o
a - sfseti.o
a - sfsetp.o
a - sfsetr.o
a - sfsort.o
a - sfblda.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making ./ncarg2d/src/libncarg/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfux.o cfux.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfuy.o cfuy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmfx.o cmfx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmfy.o cmfy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmux.o cmux.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cmuy.o cmuy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpfx.o cpfx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpfy.o cpfy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpux.o cpux.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cpuy.o cpuy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cufx.o cufx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cufy.o cufy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kfmx.o kfmx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kfmy.o kfmy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kfpx.o kfpx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kfpy.o kfpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kmpx.o kmpx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kmpy.o kmpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kpmx.o kpmx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kpmy.o kpmy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kumx.o kumx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kumy.o kumy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kupx.o kupx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kupy.o kupy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clsgks.o clsgks.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curve.o curve.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fl2int.o fl2int.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sflush.o sflush.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o frame.o frame.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o frstpt.o frstpt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o getset.o getset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o getsi.o getsi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o getusv.o getusv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o line.o line.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mxmy.o mxmy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o opngks.o opngks.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plotif.o plotif.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plotit.o plotit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o point.o point.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o points.o points.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrit.o pwrit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o set.o set.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o seti.o seti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o setusv.o setusv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vector.o vector.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wtstr.o wtstr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o utilbd.o utilbd.f
ar vru ../libncarg.a cfux.o cfuy.o cmfx.o cmfy.o cmux.o cmuy.o cpfx.o cpfy.o cpux.o	cpuy.o cufx.o cufy.o kfmx.o kfmy.o kfpx.o kfpy.o kmpx.o kmpy.o	kpmx.o kpmy.o kumx.o kumy.o kupx.o kupy.o clsgks.o curve.o fl2int.o	sflush.o frame.o frstpt.o getset.o getsi.o getusv.o line.o mxmy.o	opngks.o plotif.o plotit.o point.o points.o pwrit.o set.o seti.o	setusv.o vector.o wtstr.o utilbd.o
ar vru ../libNGllu.a cfux.o cfuy.o cmfx.o cmfy.o cmux.o cmuy.o cpfx.o cpfy.o cpux.o	cpuy.o cufx.o cufy.o kfmx.o kfmy.o kfpx.o kfpy.o kmpx.o kmpy.o	kpmx.o kpmy.o kumx.o kumy.o kupx.o kupy.o clsgks.o curve.o fl2int.o	sflush.o frame.o frstpt.o getset.o getsi.o getusv.o line.o mxmy.o	opngks.o plotif.o plotit.o point.o points.o pwrit.o set.o seti.o	setusv.o vector.o wtstr.o utilbd.o
a - cfux.o
a - cfuy.o
a - cmfx.o
a - cmfy.o
a - cmux.o
a - cmuy.o
a - cpfx.o
a - cpfy.o
a - cpux.o
a - cpuy.o
a - cufx.o
a - cufy.o
a - kfmx.o
a - kfmy.o
a - kfpx.o
a - kfpy.o
a - kmpx.o
a - kmpy.o
a - kpmx.o
a - kpmy.o
a - kumx.o
a - kumy.o
a - kupx.o
a - kupy.o
a - clsgks.o
a - curve.o
a - fl2int.o
a - sflush.o
a - frame.o
a - frstpt.o
a - getset.o
a - getsi.o
a - getusv.o
a - line.o
a - mxmy.o
a - opngks.o
a - plotif.o
a - plotit.o
a - point.o
a - points.o
a - pwrit.o
a - set.o
a - seti.o
a - setusv.o
a - vector.o
a - wtstr.o
a - utilbd.o
a - cfux.o
a - cfuy.o
a - cmfx.o
a - cmfy.o
a - cmux.o
a - cmuy.o
a - cpfx.o
a - cpfy.o
a - cpux.o
a - cpuy.o
a - cufx.o
a - cufy.o
a - kfmx.o
a - kfmy.o
a - kfpx.o
a - kfpy.o
a - kmpx.o
a - kmpy.o
a - kpmx.o
a - kpmy.o
a - kumx.o
a - kumy.o
a - kupx.o
a - kupy.o
a - clsgks.o
a - curve.o
a - fl2int.o
a - sflush.o
a - frame.o
a - frstpt.o
a - getset.o
a - getsi.o
a - getusv.o
a - line.o
a - mxmy.o
a - opngks.o
a - plotif.o
a - plotit.o
a - point.o
a - points.o
a - pwrit.o
a - set.o
a - seti.o
a - setusv.o
a - vector.o
a - wtstr.o
a - utilbd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making ./ncarg2d/src/libncarg/srface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o srface.o srface.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o srfgk.o srfgk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezsrfc.o ezsrfc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o setr.o setr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o draws.o draws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trn32s.o trn32s.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clset.o clset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctcell.o ctcell.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o srfabd.o srfabd.f
ar vru ../libncarg.a srface.o srfgk.o ezsrfc.o setr.o draws.o trn32s.o clset.o ctcell.o	 srfabd.o
ar vru ../libNGmisc2.a srface.o srfgk.o ezsrfc.o setr.o draws.o trn32s.o clset.o ctcell.o	 srfabd.o
a - srface.o
a - srfgk.o
a - ezsrfc.o
a - setr.o
a - draws.o
a - trn32s.o
a - clset.o
a - ctcell.o
a - srfabd.o
a - srface.o
a - srfgk.o
a - ezsrfc.o
a - setr.o
a - draws.o
a - trn32s.o
a - clset.o
a - ctcell.o
a - srfabd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making ./ncarg2d/src/libncarg/stitle
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ftitle.o ftitle.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slbkgd.o slbkgd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slblda.o slblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slfrme.o slfrme.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slgclr.o slgclr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slgeti.o slgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slgetr.o slgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slgpai.o slgpai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slgwid.o slgwid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slogap.o slogap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slownd.o slownd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slpwrv.o slpwrv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slrset.o slrset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slsclr.o slsclr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slseti.o slseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slsetr.o slsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slstln.o slstln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slubkg.o slubkg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stitle.o stitle.f
ar vru ../libncarg.a ftitle.o slbkgd.o slblda.o slfrme.o slgclr.o slgeti.o slgetr.o 	slgpai.o slgwid.o slogap.o slownd.o slpwrv.o slrset.o slsclr.o 	slseti.o slsetr.o slstln.o slubkg.o stitle.o
ar vru ../libNGmisc.a ftitle.o slbkgd.o slblda.o slfrme.o slgclr.o slgeti.o slgetr.o 	slgpai.o slgwid.o slogap.o slownd.o slpwrv.o slrset.o slsclr.o 	slseti.o slsetr.o slstln.o slubkg.o stitle.o
a - ftitle.o
a - slbkgd.o
a - slblda.o
a - slfrme.o
a - slgclr.o
a - slgeti.o
a - slgetr.o
a - slgpai.o
a - slgwid.o
a - slogap.o
a - slownd.o
a - slpwrv.o
a - slrset.o
a - slsclr.o
a - slseti.o
a - slsetr.o
a - slstln.o
a - slubkg.o
a - stitle.o
a - ftitle.o
a - slbkgd.o
a - slblda.o
a - slfrme.o
a - slgclr.o
a - slgeti.o
a - slgetr.o
a - slgpai.o
a - slgwid.o
a - slogap.o
a - slownd.o
a - slpwrv.o
a - slrset.o
a - slsclr.o
a - slseti.o
a - slsetr.o
a - slstln.o
a - slubkg.o
a - stitle.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making ./ncarg2d/src/libncarg/strmln
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stcycl.o stcycl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stdraw.o stdraw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezstrm.o ezstrm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stdudv.o stdudv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strmln.o strmln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stinit.o stinit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stream.o stream.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stdata.o stdata.f
stinit.f:322:25:

          CALL STCMAG(U,V,RDM,0)
                         1
Warning: Rank mismatch in argument ‘rm’ at (1) (rank-2 and scalar)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stsetc.o stsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgetc.o stgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stseti.o stseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stsetr.o stsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgeti.o stgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stgetr.o stgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stutil.o stutil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stmpxy.o stmpxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stumxy.o stumxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strset.o strset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stumsl.o stumsl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stdrcv.o stdrcv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stdrcm.o stdrcm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stthin.o stthin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sthluint.o sthluint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hlustmpxy.o hlustmpxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chkcyc.o chkcyc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drwstr.o drwstr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gnewpt.o gnewpt.f
ar vru ../libncarg.a stcycl.o stdraw.o ezstrm.o stdudv.o strmln.o 	 	  stinit.o stream.o stdata.o stsetc.o stgetc.o 		  stseti.o stsetr.o stgeti.o stgetr.o stutil.o 		  stmpxy.o stumxy.o strset.o stumsl.o stdrcv.o 		  stdrcm.o stthin.o sthluint.o hlustmpxy.o 		  chkcyc.o drwstr.o gnewpt.o
ar vru ../libNGff.a stcycl.o stdraw.o ezstrm.o stdudv.o strmln.o 	 	  stinit.o stream.o stdata.o stsetc.o stgetc.o 		  stseti.o stsetr.o stgeti.o stgetr.o stutil.o 		  stmpxy.o stumxy.o strset.o stumsl.o stdrcv.o 		  stdrcm.o stthin.o sthluint.o hlustmpxy.o 		  chkcyc.o drwstr.o gnewpt.o
ar: creating ../libNGff.a
a - stcycl.o
a - stdraw.o
a - ezstrm.o
a - stdudv.o
a - strmln.o
a - stinit.o
a - stream.o
a - stdata.o
a - stsetc.o
a - stgetc.o
a - stseti.o
a - stsetr.o
a - stgeti.o
a - stgetr.o
a - stutil.o
a - stmpxy.o
a - stumxy.o
a - strset.o
a - stumsl.o
a - stdrcv.o
a - stdrcm.o
a - stthin.o
a - sthluint.o
a - hlustmpxy.o
a - chkcyc.o
a - drwstr.o
a - gnewpt.o
a - stcycl.o
a - stdraw.o
a - ezstrm.o
a - stdudv.o
a - strmln.o
a - stinit.o
a - stream.o
a - stdata.o
a - stsetc.o
a - stgetc.o
a - stseti.o
a - stsetr.o
a - stgeti.o
a - stgetr.o
a - stutil.o
a - stmpxy.o
a - stumxy.o
a - strset.o
a - stumsl.o
a - stdrcv.o
a - stdrcm.o
a - stthin.o
a - sthluint.o
a - hlustmpxy.o
a - chkcyc.o
a - drwstr.o
a - gnewpt.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making ./ncarg2d/src/libncarg/support
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o encd.o encd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o entsr.o entsr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o retsr.o retsr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nerro.o nerro.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o errof.o errof.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o seter.o seter.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o eprin.o eprin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fdum.o fdum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icloem.o icloem.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o seblda.o seblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o semess.o semess.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o q8qst4.o q8qst4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mskrv1.o mskrv1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mskrv2.o mskrv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msbsf1.o msbsf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msbsf2.o msbsf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mssrf1.o mssrf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mssrf2.o mssrf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msceez.o msceez.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mstrms.o mstrms.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msshch.o msshch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o msntvl.o msntvl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcbkd.o bcbkd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bccurv.o bccurv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcdp2l.o bcdp2l.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcfcrv.o bcfcrv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcftol.o bcftol.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcgeti.o bcgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcgetr.o bcgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcseti.o bcseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcsetr.o bcsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bcsubd.o bcsubd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idblda.o idblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idgetr.o idgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idlctn.o idlctn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idpltr.o idpltr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idsetr.o idsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idxchg.o idxchg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idbvip.o idbvip.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idgrid.o idgrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idlsqf.o idlsqf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idptip.o idptip.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idsfft.o idsfft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idxchn.o idxchn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idgeti.o idgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idgtcp.o idgtcp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idpdrv.o idpdrv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idseti.o idseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o idtang.o idtang.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o uliber.o uliber.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icfell.o icfell.f
ar vru ../libncarg.a encd.o entsr.o retsr.o nerro.o errof.o seter.o eprin.o fdum.o  	icloem.o seblda.o semess.o q8qst4.o mskrv1.o mskrv2.o msbsf1.o 	msbsf2.o mssrf1.o mssrf2.o msceez.o mstrms.o msshch.o msntvl.o 	bcbkd.o  bccurv.o bcdp2l.o bcfcrv.o bcftol.o bcgeti.o bcgetr.o 	bcseti.o bcsetr.o bcsubd.o idblda.o idgetr.o idlctn.o idpltr.o 	idsetr.o idxchg.o idbvip.o idgrid.o idlsqf.o idptip.o idsfft.o 	idxchn.o idgeti.o idgtcp.o idpdrv.o idseti.o idtang.o uliber.o 	icfell.o
ar vru ../libNGllu.a encd.o entsr.o retsr.o nerro.o errof.o seter.o eprin.o fdum.o  	icloem.o seblda.o semess.o q8qst4.o mskrv1.o mskrv2.o msbsf1.o 	msbsf2.o mssrf1.o mssrf2.o msceez.o mstrms.o msshch.o msntvl.o 	bcbkd.o  bccurv.o bcdp2l.o bcfcrv.o bcftol.o bcgeti.o bcgetr.o 	bcseti.o bcsetr.o bcsubd.o idblda.o idgetr.o idlctn.o idpltr.o 	idsetr.o idxchg.o idbvip.o idgrid.o idlsqf.o idptip.o idsfft.o 	idxchn.o idgeti.o idgtcp.o idpdrv.o idseti.o idtang.o uliber.o 	icfell.o
a - encd.o
a - entsr.o
a - retsr.o
a - nerro.o
a - errof.o
a - seter.o
a - eprin.o
a - fdum.o
a - icloem.o
a - seblda.o
a - semess.o
a - q8qst4.o
a - mskrv1.o
a - mskrv2.o
a - msbsf1.o
a - msbsf2.o
a - mssrf1.o
a - mssrf2.o
a - msceez.o
a - mstrms.o
a - msshch.o
a - msntvl.o
a - bcbkd.o
a - bccurv.o
a - bcdp2l.o
a - bcfcrv.o
a - bcftol.o
a - bcgeti.o
a - bcgetr.o
a - bcseti.o
a - bcsetr.o
a - bcsubd.o
a - idblda.o
a - idgetr.o
a - idlctn.o
a - idpltr.o
a - idsetr.o
a - idxchg.o
a - idbvip.o
a - idgrid.o
a - idlsqf.o
a - idptip.o
a - idsfft.o
a - idxchn.o
a - idgeti.o
a - idgtcp.o
a - idpdrv.o
a - idseti.o
a - idtang.o
a - uliber.o
a - icfell.o
a - encd.o
a - entsr.o
a - retsr.o
a - nerro.o
a - errof.o
a - seter.o
a - eprin.o
a - fdum.o
a - icloem.o
a - seblda.o
a - semess.o
a - q8qst4.o
a - mskrv1.o
a - mskrv2.o
a - msbsf1.o
a - msbsf2.o
a - mssrf1.o
a - mssrf2.o
a - msceez.o
a - mstrms.o
a - msshch.o
a - msntvl.o
a - bcbkd.o
a - bccurv.o
a - bcdp2l.o
a - bcfcrv.o
a - bcftol.o
a - bcgeti.o
a - bcgetr.o
a - bcseti.o
a - bcsetr.o
a - bcsubd.o
a - idblda.o
a - idgetr.o
a - idlctn.o
a - idpltr.o
a - idsetr.o
a - idxchg.o
a - idbvip.o
a - idgrid.o
a - idlsqf.o
a - idptip.o
a - idsfft.o
a - idxchn.o
a - idgeti.o
a - idgtcp.o
a - idpdrv.o
a - idseti.o
a - idtang.o
a - uliber.o
a - icfell.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making ./ncarg2d/src/libncarg/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ilsint.o ilsint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o itrovr.o itrovr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lnbpcs.o lnbpcs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdblda.o tdblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdclrs.o tdclrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdctab.o tdctab.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdctap.o tdctap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tddtri.o tddtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdez2d.o tdez2d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdez3d.o tdez3d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdgeti.o tdgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdgetr.o tdgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdgrds.o tdgrds.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdgrid.o tdgrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdgtrs.o tdgtrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdinit.o tdinit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tditri.o tditri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdlbla.o tdlbla.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdlbls.o tdlbls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdline.o tdline.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdlndp.o tdlndp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdlnpa.o tdlnpa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdlpdp.o tdlpdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdmrka.o tdmrka.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdmrkb.o tdmrkb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdmtri.o tdmtri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdotri.o tdotri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdpara.o tdpara.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdplch.o tdplch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdprpa.o tdprpa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdprpi.o tdprpi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdprpt.o tdprpt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdseti.o tdseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdsetr.o tdsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdsort.o tdsort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdstri.o tdstri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdstrs.o tdstrs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdctri.o tdctri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdttri.o tdttri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdcone.o tdcone.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdcudp.o tdcudp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdcurv.o tdcurv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdlblp.o tdlblp.f
ar vru ../libncarg.a ilsint.o itrovr.o lnbpcs.o tdblda.o tdclrs.o tdctab.o tdctap.o 	tddtri.o tdez2d.o tdez3d.o tdgeti.o tdgetr.o tdgrds.o tdgrid.o 	tdgtrs.o tdinit.o tditri.o tdlbla.o tdlbls.o tdline.o tdlndp.o 	tdlnpa.o tdlpdp.o tdmrka.o tdmrkb.o tdmtri.o tdotri.o tdpara.o 	tdplch.o tdprpa.o tdprpi.o tdprpt.o tdseti.o tdsetr.o tdsort.o 	tdstri.o tdstrs.o tdctri.o tdttri.o tdcone.o tdcudp.o tdcurv.o 	tdlblp.o
ar vru ../libNGmisc.a ilsint.o itrovr.o lnbpcs.o tdblda.o tdclrs.o tdctab.o tdctap.o 	tddtri.o tdez2d.o tdez3d.o tdgeti.o tdgetr.o tdgrds.o tdgrid.o 	tdgtrs.o tdinit.o tditri.o tdlbla.o tdlbls.o tdline.o tdlndp.o 	tdlnpa.o tdlpdp.o tdmrka.o tdmrkb.o tdmtri.o tdotri.o tdpara.o 	tdplch.o tdprpa.o tdprpi.o tdprpt.o tdseti.o tdsetr.o tdsort.o 	tdstri.o tdstrs.o tdctri.o tdttri.o tdcone.o tdcudp.o tdcurv.o 	tdlblp.o
a - ilsint.o
a - itrovr.o
a - lnbpcs.o
a - tdblda.o
a - tdclrs.o
a - tdctab.o
a - tdctap.o
a - tddtri.o
a - tdez2d.o
a - tdez3d.o
a - tdgeti.o
a - tdgetr.o
a - tdgrds.o
a - tdgrid.o
a - tdgtrs.o
a - tdinit.o
a - tditri.o
a - tdlbla.o
a - tdlbls.o
a - tdline.o
a - tdlndp.o
a - tdlnpa.o
a - tdlpdp.o
a - tdmrka.o
a - tdmrkb.o
a - tdmtri.o
a - tdotri.o
a - tdpara.o
a - tdplch.o
a - tdprpa.o
a - tdprpi.o
a - tdprpt.o
a - tdseti.o
a - tdsetr.o
a - tdsort.o
a - tdstri.o
a - tdstrs.o
a - tdctri.o
a - tdttri.o
a - tdcone.o
a - tdcudp.o
a - tdcurv.o
a - tdlblp.o
a - ilsint.o
a - itrovr.o
a - lnbpcs.o
a - tdblda.o
a - tdclrs.o
a - tdctab.o
a - tdctap.o
a - tddtri.o
a - tdez2d.o
a - tdez3d.o
a - tdgeti.o
a - tdgetr.o
a - tdgrds.o
a - tdgrid.o
a - tdgtrs.o
a - tdinit.o
a - tditri.o
a - tdlbla.o
a - tdlbls.o
a - tdline.o
a - tdlndp.o
a - tdlnpa.o
a - tdlpdp.o
a - tdmrka.o
a - tdmrkb.o
a - tdmtri.o
a - tdotri.o
a - tdpara.o
a - tdplch.o
a - tdprpa.o
a - tdprpi.o
a - tdprpt.o
a - tdseti.o
a - tdsetr.o
a - tdsort.o
a - tdstri.o
a - tdstrs.o
a - tdctri.o
a - tdttri.o
a - tdcone.o
a - tdcudp.o
a - tdcurv.o
a - tdlblp.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making ./ncarg2d/src/libncarg/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o set3.o set3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trn32t.o trn32t.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o frst3.o frst3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vect3.o vect3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o line3.o line3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o point3.o point3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curve3.o curve3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o psym3.o psym3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o perim3.o perim3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o line3w.o line3w.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drawt.o drawt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tick43.o tick43.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tick3.o tick3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fence3.o fence3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o threbd.o threbd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwrz.o pwrz.f
ar vru ../libncarg.a set3.o trn32t.o frst3.o vect3.o line3.o point3.o curve3.o psym3.o	 perim3.o line3w.o drawt.o tick43.o tick3.o fence3.o threbd.o	 pwrz.o
ar vru ../libNGmisc2.a set3.o trn32t.o frst3.o vect3.o line3.o point3.o curve3.o psym3.o	 perim3.o line3w.o drawt.o tick43.o tick3.o fence3.o threbd.o	 pwrz.o
a - set3.o
a - trn32t.o
a - frst3.o
a - vect3.o
a - line3.o
a - point3.o
a - curve3.o
a - psym3.o
a - perim3.o
a - line3w.o
a - drawt.o
a - tick43.o
a - tick3.o
a - fence3.o
a - threbd.o
a - pwrz.o
a - set3.o
a - trn32t.o
a - frst3.o
a - vect3.o
a - line3.o
a - point3.o
a - curve3.o
a - psym3.o
a - perim3.o
a - line3w.o
a - drawt.o
a - tick43.o
a - tick3.o
a - fence3.o
a - threbd.o
a - pwrz.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making ./ncarg2d/src/libncarg/vaspackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
*** IFTRAN SUMMARY - 16103 CARDS,   0 ERRORS ***
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtblda.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtback.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtdrpl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtgetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtgeti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtgetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtmesh.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtmviw.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtmvrw.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtrset.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsetc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtseti.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsetr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtcvdm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtcvdr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsldm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsldr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsvdm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsvdr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttmrg.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttmtl.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttmtx.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluvtchil.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtchil.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluvtchzf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtchzf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "hluvtmxyz.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtmxyz.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttdbf.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttdbm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttddm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttdfm.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtzflb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtrvsp.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtvrll.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtvrap.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtcudr.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtgiws.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtgrws.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtinlb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtinrc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtinrk.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtnumb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtpisb.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtpitt.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsbst.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtfran.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtabgc.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtrand.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtsort.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttlom.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttpom.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vttsom.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "vtdrel.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "icavpt.f".
../../../.././ncarg2d/src/libncarg/Iftran/Fsplit: Opening file "icavpx.f".
touch IftranRun
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluvtchil.o hluvtchil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluvtchzf.o hluvtchzf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluvtmxyz.o hluvtmxyz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icavpt.o icavpt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o icavpx.o icavpx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtabgc.o vtabgc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtback.o vtback.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtblda.o vtblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtchil.o vtchil.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtchzf.o vtchzf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtcudr.o vtcudr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtcvdm.o vtcvdm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtcvdr.o vtcvdr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtdrel.o vtdrel.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtdrpl.o vtdrpl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtfran.o vtfran.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtgetc.o vtgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtgeti.o vtgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtgetr.o vtgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtgiws.o vtgiws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtgrws.o vtgrws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtinlb.o vtinlb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtinrc.o vtinrc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtinrk.o vtinrk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtmesh.o vtmesh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtmviw.o vtmviw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtmvrw.o vtmvrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtmxyz.o vtmxyz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtnumb.o vtnumb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtpisb.o vtpisb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtpitt.o vtpitt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtrand.o vtrand.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtrset.o vtrset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtrvsp.o vtrvsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsbst.o vtsbst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsetc.o vtsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtseti.o vtseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsetr.o vtsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsldm.o vtsldm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsldr.o vtsldr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsort.o vtsort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsvdm.o vtsvdm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtsvdr.o vtsvdr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttdbf.o vttdbf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttdbm.o vttdbm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttddm.o vttddm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttdfm.o vttdfm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttlom.o vttlom.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttmrg.o vttmrg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttmtl.o vttmtl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttmtx.o vttmtx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttpom.o vttpom.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vttsom.o vttsom.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtvrap.o vtvrap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtvrll.o vtvrll.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vtzflb.o vtzflb.f
ar vru ../libncarg.a hluvtchil.o hluvtchzf.o hluvtmxyz.o icavpt.o icavpx.o vtabgc.o 	vtback.o vtblda.o vtchil.o vtchzf.o vtcudr.o vtcvdm.o vtcvdr.o 	vtdrel.o vtdrpl.o vtfran.o vtgetc.o vtgeti.o vtgetr.o vtgiws.o 	vtgrws.o vtinlb.o vtinrc.o vtinrk.o vtmesh.o vtmviw.o vtmvrw.o 	vtmxyz.o vtnumb.o vtpisb.o vtpitt.o vtrand.o vtrset.o vtrvsp.o 	vtsbst.o vtsetc.o vtseti.o vtsetr.o vtsldm.o vtsldr.o vtsort.o 	vtsvdm.o vtsvdr.o vttdbf.o vttdbm.o vttddm.o vttdfm.o vttlom.o 	vttmrg.o vttmtl.o vttmtx.o vttpom.o vttsom.o vtvrap.o vtvrll.o 	vtzflb.o
ar vru ../libNGcn.a hluvtchil.o hluvtchzf.o hluvtmxyz.o icavpt.o icavpx.o vtabgc.o 	vtback.o vtblda.o vtchil.o vtchzf.o vtcudr.o vtcvdm.o vtcvdr.o 	vtdrel.o vtdrpl.o vtfran.o vtgetc.o vtgeti.o vtgetr.o vtgiws.o 	vtgrws.o vtinlb.o vtinrc.o vtinrk.o vtmesh.o vtmviw.o vtmvrw.o 	vtmxyz.o vtnumb.o vtpisb.o vtpitt.o vtrand.o vtrset.o vtrvsp.o 	vtsbst.o vtsetc.o vtseti.o vtsetr.o vtsldm.o vtsldr.o vtsort.o 	vtsvdm.o vtsvdr.o vttdbf.o vttdbm.o vttddm.o vttdfm.o vttlom.o 	vttmrg.o vttmtl.o vttmtx.o vttpom.o vttsom.o vtvrap.o vtvrll.o 	vtzflb.o
a - hluvtchil.o
a - hluvtchzf.o
a - hluvtmxyz.o
a - icavpt.o
a - icavpx.o
a - vtabgc.o
a - vtback.o
a - vtblda.o
a - vtchil.o
a - vtchzf.o
a - vtcudr.o
a - vtcvdm.o
a - vtcvdr.o
a - vtdrel.o
a - vtdrpl.o
a - vtfran.o
a - vtgetc.o
a - vtgeti.o
a - vtgetr.o
a - vtgiws.o
a - vtgrws.o
a - vtinlb.o
a - vtinrc.o
a - vtinrk.o
a - vtmesh.o
a - vtmviw.o
a - vtmvrw.o
a - vtmxyz.o
a - vtnumb.o
a - vtpisb.o
a - vtpitt.o
a - vtrand.o
a - vtrset.o
a - vtrvsp.o
a - vtsbst.o
a - vtsetc.o
a - vtseti.o
a - vtsetr.o
a - vtsldm.o
a - vtsldr.o
a - vtsort.o
a - vtsvdm.o
a - vtsvdr.o
a - vttdbf.o
a - vttdbm.o
a - vttddm.o
a - vttdfm.o
a - vttlom.o
a - vttmrg.o
a - vttmtl.o
a - vttmtx.o
a - vttpom.o
a - vttsom.o
a - vtvrap.o
a - vtvrll.o
a - vtzflb.o
a - hluvtchil.o
a - hluvtchzf.o
a - hluvtmxyz.o
a - icavpt.o
a - icavpx.o
a - vtabgc.o
a - vtback.o
a - vtblda.o
a - vtchil.o
a - vtchzf.o
a - vtcudr.o
a - vtcvdm.o
a - vtcvdr.o
a - vtdrel.o
a - vtdrpl.o
a - vtfran.o
a - vtgetc.o
a - vtgeti.o
a - vtgetr.o
a - vtgiws.o
a - vtgrws.o
a - vtinlb.o
a - vtinrc.o
a - vtinrk.o
a - vtmesh.o
a - vtmviw.o
a - vtmvrw.o
a - vtmxyz.o
a - vtnumb.o
a - vtpisb.o
a - vtpitt.o
a - vtrand.o
a - vtrset.o
a - vtrvsp.o
a - vtsbst.o
a - vtsetc.o
a - vtseti.o
a - vtsetr.o
a - vtsldm.o
a - vtsldr.o
a - vtsort.o
a - vtsvdm.o
a - vtsvdr.o
a - vttdbf.o
a - vttdbm.o
a - vttddm.o
a - vttdfm.o
a - vttlom.o
a - vttmrg.o
a - vttmtl.o
a - vttmtx.o
a - vttpom.o
a - vttsom.o
a - vtvrap.o
a - vtvrll.o
a - vtzflb.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making ./ncarg2d/src/libncarg/velvct
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvectr.o vvectr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o velvct.o velvct.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezvec.o ezvec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o veldat.o veldat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o velvec.o velvec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvdata.o vvdata.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvdraw.o vvdraw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvsetc.o vvsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvseti.o vvseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvsetr.o vvsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvgetc.o vvgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvgeti.o vvgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvgetr.o vvgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvmpxy.o vvmpxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvumxy.o vvumxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvrset.o vvrset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvinit.o vvinit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvtext.o vvtext.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvudmv.o vvudmv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvdrwb.o vvdrwb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mxf.o mxf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o myf.o myf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o drwvec.o drwvec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluvvmpxy.o hluvvmpxy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvdrfl.o vvdrfl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvhluint.o vvhluint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vvthin.o vvthin.f
ar vru ../libncarg.a vvectr.o velvct.o ezvec.o veldat.o velvec.o vvdata.o vvdraw.o 	 vvsetc.o vvseti.o vvsetr.o vvgetc.o vvgeti.o vvgetr.o 	 vvmpxy.o vvumxy.o vvrset.o vvinit.o vvtext.o vvudmv.o vvdrwb.o 	 mxf.o myf.o drwvec.o hluvvmpxy.o vvdrfl.o vvhluint.o vvthin.o
ar vru ../libNGff.a vvectr.o velvct.o ezvec.o veldat.o velvec.o vvdata.o vvdraw.o 	 vvsetc.o vvseti.o vvsetr.o vvgetc.o vvgeti.o vvgetr.o 	 vvmpxy.o vvumxy.o vvrset.o vvinit.o vvtext.o vvudmv.o vvdrwb.o 	 mxf.o myf.o drwvec.o hluvvmpxy.o vvdrfl.o vvhluint.o vvthin.o
a - vvectr.o
a - velvct.o
a - ezvec.o
a - veldat.o
a - velvec.o
a - vvdata.o
a - vvdraw.o
a - vvsetc.o
a - vvseti.o
a - vvsetr.o
a - vvgetc.o
a - vvgeti.o
a - vvgetr.o
a - vvmpxy.o
a - vvumxy.o
a - vvrset.o
a - vvinit.o
a - vvtext.o
a - vvudmv.o
a - vvdrwb.o
a - mxf.o
a - myf.o
a - drwvec.o
a - hluvvmpxy.o
a - vvdrfl.o
a - vvhluint.o
a - vvthin.o
a - vvectr.o
a - velvct.o
a - ezvec.o
a - veldat.o
a - velvec.o
a - vvdata.o
a - vvdraw.o
a - vvsetc.o
a - vvseti.o
a - vvsetr.o
a - vvgetc.o
a - vvgeti.o
a - vvgetr.o
a - vvmpxy.o
a - vvumxy.o
a - vvrset.o
a - vvinit.o
a - vvtext.o
a - vvudmv.o
a - vvdrwb.o
a - mxf.o
a - myf.o
a - drwvec.o
a - hluvvmpxy.o
a - vvdrfl.o
a - vvhluint.o
a - vvthin.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making ./ncarg2d/src/libncarg/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmbarb.o wmbarb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmblda.o wmblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmcext.o wmcext.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmchbg.o wmchbg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmdflt.o wmdflt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmdrfl.o wmdrfl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmdrfs.o wmdrfs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmdrft.o wmdrft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmdrrg.o wmdrrg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmdrsm.o wmdrsm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmfpts.o wmfpts.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmgetc.o wmgetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmgeti.o wmgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmgetr.o wmgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmgtln.o wmgtln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmgtso.o wmgtso.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmintv.o wmintv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmlabc.o wmlabc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmlabs.o wmlabs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmlabt.o wmlabt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmlabw.o wmlabw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmlgfa.o wmlgfa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmlgnd.o wmlgnd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmlgpl.o wmlgpl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmrgwt.o wmrgwt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmsect.o wmsect.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmsetc.o wmsetc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmseti.o wmseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmsetr.o wmsetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmstnm.o wmstnm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmw2nx.o wmw2nx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmw2ny.o wmw2ny.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmcmax.o wmcmax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmvect.o wmvect.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmvlbl.o wmvlbl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wmvmap.o wmvmap.f
ar vru ../libncarg.a wmbarb.o wmblda.o wmcext.o wmchbg.o wmdflt.o wmdrfl.o 	wmdrfs.o wmdrft.o wmdrrg.o wmdrsm.o wmfpts.o wmgetc.o 	wmgeti.o wmgetr.o wmgtln.o wmgtso.o wmintv.o wmlabc.o 	wmlabs.o wmlabt.o wmlabw.o wmlgfa.o wmlgnd.o wmlgpl.o 	wmrgwt.o wmsect.o wmsetc.o wmseti.o wmsetr.o wmstnm.o 	wmw2nx.o wmw2ny.o wmcmax.o wmvect.o wmvlbl.o wmvmap.o 
ar vru ../libNGmisc.a wmbarb.o wmblda.o wmcext.o wmchbg.o wmdflt.o wmdrfl.o 	wmdrfs.o wmdrft.o wmdrrg.o wmdrsm.o wmfpts.o wmgetc.o 	wmgeti.o wmgetr.o wmgtln.o wmgtso.o wmintv.o wmlabc.o 	wmlabs.o wmlabt.o wmlabw.o wmlgfa.o wmlgnd.o wmlgpl.o 	wmrgwt.o wmsect.o wmsetc.o wmseti.o wmsetr.o wmstnm.o 	wmw2nx.o wmw2ny.o wmcmax.o wmvect.o wmvlbl.o wmvmap.o 
a - wmbarb.o
a - wmblda.o
a - wmcext.o
a - wmchbg.o
a - wmdflt.o
a - wmdrfl.o
a - wmdrfs.o
a - wmdrft.o
a - wmdrrg.o
a - wmdrsm.o
a - wmfpts.o
a - wmgetc.o
a - wmgeti.o
a - wmgetr.o
a - wmgtln.o
a - wmgtso.o
a - wmintv.o
a - wmlabc.o
a - wmlabs.o
a - wmlabt.o
a - wmlabw.o
a - wmlgfa.o
a - wmlgnd.o
a - wmlgpl.o
a - wmrgwt.o
a - wmsect.o
a - wmsetc.o
a - wmseti.o
a - wmsetr.o
a - wmstnm.o
a - wmw2nx.o
a - wmw2ny.o
a - wmcmax.o
a - wmvect.o
a - wmvlbl.o
a - wmvmap.o
a - wmbarb.o
a - wmblda.o
a - wmcext.o
a - wmchbg.o
a - wmdflt.o
a - wmdrfl.o
a - wmdrfs.o
a - wmdrft.o
a - wmdrrg.o
a - wmdrsm.o
a - wmfpts.o
a - wmgetc.o
a - wmgeti.o
a - wmgetr.o
a - wmgtln.o
a - wmgtso.o
a - wmintv.o
a - wmlabc.o
a - wmlabs.o
a - wmlabt.o
a - wmlabw.o
a - wmlgfa.o
a - wmlgnd.o
a - wmlgpl.o
a - wmrgwt.o
a - wmsect.o
a - wmsetc.o
a - wmseti.o
a - wmsetr.o
a - wmstnm.o
a - wmw2nx.o
a - wmw2ny.o
a - wmcmax.o
a - wmvect.o
a - wmvlbl.o
a - wmvmap.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making ./ncarg2d/src/libncarg/areasC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ardrln.o c_ardrln.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_aredam.o c_aredam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_argeti.o c_argeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_argtai.o c_argtai.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_arinam.o c_arinam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_armvam.o c_armvam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_arpram.o c_arpram.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_arscam.o c_arscam.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_argeti.c:14:
c_argeti.c: In function ‘c_argeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_argeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_argeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_argeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_arseti.o c_arseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_arsetr.o c_arsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_argetr.o c_argetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ardbpa.o c_ardbpa.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_arseti.c:14:
c_arseti.c: In function ‘c_arseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_arseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_arseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_arseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_argetr.c:14:
c_argetr.c: In function ‘c_argetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_argetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_argetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_argetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ardbpa.c:14:
c_ardbpa.c: In function ‘c_ardbpa’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ardbpa.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(lab);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ardbpa.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(lab);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ardbpa.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(lab);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_arsetr.c:14:
c_arsetr.c: In function ‘c_arsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_arsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_arsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_arsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
ar vru ../libncarg.a c_ardrln.o c_aredam.o c_argeti.o c_argtai.o 	c_arinam.o c_armvam.o c_arpram.o c_arscam.o 	c_arseti.o c_arsetr.o c_argetr.o c_ardbpa.o
ar vru ../libNGlluC.a c_ardrln.o c_aredam.o c_argeti.o c_argtai.o 	c_arinam.o c_armvam.o c_arpram.o c_arscam.o 	c_arseti.o c_arsetr.o c_argetr.o c_ardbpa.o
ar: creating ../libNGlluC.a
a - c_ardrln.o
a - c_aredam.o
a - c_argeti.o
a - c_argtai.o
a - c_arinam.o
a - c_armvam.o
a - c_arpram.o
a - c_arscam.o
a - c_arseti.o
a - c_arsetr.o
a - c_argetr.o
a - c_ardbpa.o
a - c_ardrln.o
a - c_aredam.o
a - c_argeti.o
a - c_argtai.o
a - c_arinam.o
a - c_armvam.o
a - c_arpram.o
a - c_arscam.o
a - c_arseti.o
a - c_arsetr.o
a - c_argetr.o
a - c_ardbpa.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making ./ncarg2d/src/libncarg/autogrphC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agback.o c_agback.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agbnch.o c_agbnch.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agcurv.o c_agcurv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agdshn.o c_agdshn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_aggetc.o c_aggetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_aggetf.o c_aggetf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_aggeti.o c_aggeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_aggetp.o c_aggetp.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_agback.c:14:
c_agback.c: In function ‘c_agback’:
c_agback.c:18:13: warning: implicit declaration of function ‘agback_’ [-Wimplicit-function-declaration]
     NGCALLF(agback,AGBACK)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_aggetc.c:14:
c_aggetc.c: In function ‘c_aggetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(tpid);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(tpid);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(tpid);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_aggetf.c:14:
c_aggetf.c: In function ‘c_aggetf’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetf.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetf.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetf.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_aggeti.c:14:
c_aggeti.c: In function ‘c_aggeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_aggetp.c:14:
c_aggetp.c: In function ‘c_aggetp’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_aggetr.o c_aggetr.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetp.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetp.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetp.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agrstr.o c_agrstr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agsave.o c_agsave.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agsetc.o c_agsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agsetf.o c_agsetf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agseti.o c_agseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agsetp.o c_agsetp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agsetr.o c_agsetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_aggetr.c:14:
c_aggetr.c: In function ‘c_aggetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_aggetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_agsetc.c:14:
c_agsetc.c: In function ‘c_agsetc’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_agseti.c:14:
c_agseti.c: In function ‘c_agseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetc.c:47:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(tpid);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetc.c:47:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(tpid);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetc.c:47:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(tpid);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_agsetr.c:14:
c_agsetr.c: In function ‘c_agsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_agsetf.c:14:
c_agsetf.c: In function ‘c_agsetf’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetf.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetf.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetf.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_agstup.o c_agstup.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_agsetp.c:14:
c_agsetp.c: In function ‘c_agsetp’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetp.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetp.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_agsetp.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(tpid);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_anotat.o c_anotat.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_displa.o c_displa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezmxy.o c_ezmxy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezmy.o c_ezmy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezxy.o c_ezxy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezy.o c_ezy.c
c_anotat.c: In function ‘c_anotat’:
c_anotat.c:50:18: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
         maxlen = strlen((char *)dshl);
                  ^~~~~~
c_anotat.c:50:18: warning: incompatible implicit declaration of built-in function ‘strlen’
c_anotat.c:50:18: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
c_anotat.c:56:9: warning: implicit declaration of function ‘strncpy’ [-Wimplicit-function-declaration]
         strncpy(dshl2,(char *)dshl,maxlen);
         ^~~~~~~
c_anotat.c:56:9: warning: incompatible implicit declaration of built-in function ‘strncpy’
c_anotat.c:56:9: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
c_anotat.c:67:23: warning: incompatible implicit declaration of built-in function ‘strlen’
                 len = strlen(dshl[i]);
                       ^~~~~~
c_anotat.c:67:23: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_anotat.c:15:
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_anotat.c:92:12: note: in expansion of macro ‘NGSTRLEN’
     lenx = NGSTRLEN(labx);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_anotat.c:92:12: note: in expansion of macro ‘NGSTRLEN’
     lenx = NGSTRLEN(labx);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ezmxy.c:14:
c_ezmxy.c: In function ‘c_ezmxy’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ezxy.c:14:
c_ezxy.c: In function ‘c_ezxy’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezmxy.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezmxy.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezmxy.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezxy.c:37:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezxy.c:37:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezxy.c:37:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ezy.c:14:
c_ezy.c: In function ‘c_ezy’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezy.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezy.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezy.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ezmy.c:14:
c_ezmy.c: In function ‘c_ezmy’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezmy.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezmy.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ezmy.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(labg);
           ^~~~~~~~
ar vru ../libncarg.a c_agback.o c_agbnch.o c_agcurv.o c_agdshn.o 	c_aggetc.o c_aggetf.o c_aggeti.o c_aggetp.o 	c_aggetr.o c_agrstr.o c_agsave.o c_agsetc.o 	c_agsetf.o c_agseti.o c_agsetp.o c_agsetr.o 	c_agstup.o c_anotat.o c_displa.o c_ezmxy.o c_ezmy.o 	c_ezxy.o c_ezy.o
ar vru ../libNGlluC.a c_agback.o c_agbnch.o c_agcurv.o c_agdshn.o 	c_aggetc.o c_aggetf.o c_aggeti.o c_aggetp.o 	c_aggetr.o c_agrstr.o c_agsave.o c_agsetc.o 	c_agsetf.o c_agseti.o c_agsetp.o c_agsetr.o 	c_agstup.o c_anotat.o c_displa.o c_ezmxy.o c_ezmy.o 	c_ezxy.o c_ezy.o
a - c_agback.o
a - c_agbnch.o
a - c_agcurv.o
a - c_agdshn.o
a - c_aggetc.o
a - c_aggetf.o
a - c_aggeti.o
a - c_aggetp.o
a - c_aggetr.o
a - c_agrstr.o
a - c_agsave.o
a - c_agsetc.o
a - c_agsetf.o
a - c_agseti.o
a - c_agsetp.o
a - c_agsetr.o
a - c_agstup.o
a - c_anotat.o
a - c_displa.o
a - c_ezmxy.o
a - c_ezmy.o
a - c_ezxy.o
a - c_ezy.o
a - c_agback.o
a - c_agbnch.o
a - c_agcurv.o
a - c_agdshn.o
a - c_aggetc.o
a - c_aggetf.o
a - c_aggeti.o
a - c_aggetp.o
a - c_aggetr.o
a - c_agrstr.o
a - c_agsave.o
a - c_agsetc.o
a - c_agsetf.o
a - c_agseti.o
a - c_agsetp.o
a - c_agsetr.o
a - c_agstup.o
a - c_anotat.o
a - c_displa.o
a - c_ezmxy.o
a - c_ezmy.o
a - c_ezxy.o
a - c_ezy.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making ./ncarg2d/src/libncarg/colconvC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_hlsrgb.o c_hlsrgb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_hsvrgb.o c_hsvrgb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_rgbhls.o c_rgbhls.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_rgbhsv.o c_rgbhsv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_rgbyiq.o c_rgbyiq.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_yiqrgb.o c_yiqrgb.c
ar vru ../libncarg.a c_hlsrgb.o c_hsvrgb.o c_rgbhls.o c_rgbhsv.o c_rgbyiq.o c_yiqrgb.o
ar vru ../libNGlluC.a c_hlsrgb.o c_hsvrgb.o c_rgbhls.o c_rgbhsv.o c_rgbyiq.o c_yiqrgb.o
a - c_hlsrgb.o
a - c_hsvrgb.o
a - c_rgbhls.o
a - c_rgbhsv.o
a - c_rgbyiq.o
a - c_yiqrgb.o
a - c_hlsrgb.o
a - c_hsvrgb.o
a - c_rgbhls.o
a - c_rgbhsv.o
a - c_rgbyiq.o
a - c_yiqrgb.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making ./ncarg2d/src/libncarg/conpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpback.o c_cpback.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpcica.o c_cpcica.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpclam.o c_cpclam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpcldm.o c_cpcldm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpcldr.o c_cpcldr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpcltr.o c_cpcltr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpcnrc.o c_cpcnrc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpezct.o c_cpezct.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpgetc.o c_cpgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpgeti.o c_cpgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpgetr.o c_cpgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cplbam.o c_cplbam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cplbdr.o c_cplbdr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpmviw.o c_cpmviw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpmvrw.o c_cpmvrw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cppkcl.o c_cppkcl.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_cpgetc.c:14:
c_cpgetc.c: In function ‘c_cpgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cppklb.o c_cppklb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cprect.o c_cprect.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_cpgeti.c:14:
c_cpgeti.c: In function ‘c_cpgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cprset.o c_cprset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpsetc.o c_cpsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpseti.o c_cpseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpsetr.o c_cpsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpsprs.o c_cpsprs.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_cpsetc.c:14:
c_cpsetc.c: In function ‘c_cpsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpsps1.o c_cpsps1.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_cpseti.c:14:
c_cpseti.c: In function ‘c_cpseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpsps2.o c_cpsps2.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_cprset.c:14:
c_cprset.c: In function ‘c_cprset’:
c_cprset.c:18:13: warning: implicit declaration of function ‘cprset_’ [-Wimplicit-function-declaration]
     NGCALLF(cprset,CPRSET)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_cpsetr.c:14:
c_cpsetr.c: In function ‘c_cpsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpsetr.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpsetr.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpsetr.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_cpgetr.c:14:
c_cpgetr.c: In function ‘c_cpgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_cpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
ar vru ../libncarg.a c_cpback.o c_cpcica.o c_cpclam.o c_cpcldm.o c_cpcldr.o c_cpcltr.o 	c_cpcnrc.o c_cpezct.o c_cpgetc.o c_cpgeti.o c_cpgetr.o c_cplbam.o 	c_cplbdr.o c_cpmviw.o c_cpmvrw.o c_cppkcl.o c_cppklb.o c_cprect.o 	c_cprset.o c_cpsetc.o c_cpseti.o c_cpsetr.o c_cpsprs.o c_cpsps1.o 	c_cpsps2.o
ar vru ../libNGlluC.a c_cpback.o c_cpcica.o c_cpclam.o c_cpcldm.o c_cpcldr.o c_cpcltr.o 	c_cpcnrc.o c_cpezct.o c_cpgetc.o c_cpgeti.o c_cpgetr.o c_cplbam.o 	c_cplbdr.o c_cpmviw.o c_cpmvrw.o c_cppkcl.o c_cppklb.o c_cprect.o 	c_cprset.o c_cpsetc.o c_cpseti.o c_cpsetr.o c_cpsprs.o c_cpsps1.o 	c_cpsps2.o
a - c_cpback.o
a - c_cpcica.o
a - c_cpclam.o
a - c_cpcldm.o
a - c_cpcldr.o
a - c_cpcltr.o
a - c_cpcnrc.o
a - c_cpezct.o
a - c_cpgetc.o
a - c_cpgeti.o
a - c_cpgetr.o
a - c_cplbam.o
a - c_cplbdr.o
a - c_cpmviw.o
a - c_cpmvrw.o
a - c_cppkcl.o
a - c_cppklb.o
a - c_cprect.o
a - c_cprset.o
a - c_cpsetc.o
a - c_cpseti.o
a - c_cpsetr.o
a - c_cpsprs.o
a - c_cpsps1.o
a - c_cpsps2.o
a - c_cpback.o
a - c_cpcica.o
a - c_cpclam.o
a - c_cpcldm.o
a - c_cpcldr.o
a - c_cpcltr.o
a - c_cpcnrc.o
a - c_cpezct.o
a - c_cpgetc.o
a - c_cpgeti.o
a - c_cpgetr.o
a - c_cplbam.o
a - c_cplbdr.o
a - c_cpmviw.o
a - c_cpmvrw.o
a - c_cppkcl.o
a - c_cppklb.o
a - c_cprect.o
a - c_cprset.o
a - c_cpsetc.o
a - c_cpseti.o
a - c_cpsetr.o
a - c_cpsprs.o
a - c_cpsps1.o
a - c_cpsps2.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making ./ncarg2d/src/libncarg/conpacktC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctback.o c_ctback.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctcica.o c_ctcica.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctclam.o c_ctclam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctcldm.o c_ctcldm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctcldr.o c_ctcldr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctcltr.o c_ctcltr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctgetc.o c_ctgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctgeti.o c_ctgeti.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ctgetc.c:14:
c_ctgetc.c: In function ‘c_ctgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctgetr.o c_ctgetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ctgeti.c:14:
c_ctgeti.c: In function ‘c_ctgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctlbam.o c_ctlbam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctlbdr.o c_ctlbdr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctmesh.o c_ctmesh.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctmviw.o c_ctmviw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctmvrw.o c_ctmvrw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctpkcl.o c_ctpkcl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctpklb.o c_ctpklb.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ctgetr.c:14:
c_ctgetr.c: In function ‘c_ctgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctrset.o c_ctrset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctsetc.o c_ctsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctseti.o c_ctseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ctsetr.o c_ctsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cttdbf.o c_cttdbf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cttdbm.o c_cttdbm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cttdca.o c_cttdca.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cttddm.o c_cttddm.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ctsetr.c:14:
c_ctsetr.c: In function ‘c_ctsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctsetr.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctsetr.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctsetr.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ctsetc.c:14:
c_ctsetc.c: In function ‘c_ctsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ctseti.c:14:
c_ctseti.c: In function ‘c_ctseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ctseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cttmrg.o c_cttmrg.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cttmtl.o c_cttmtl.c
ar vru ../libncarg.a c_ctback.o c_ctcica.o c_ctclam.o c_ctcldm.o c_ctcldr.o c_ctcltr.o 	c_ctgetc.o c_ctgeti.o c_ctgetr.o c_ctlbam.o c_ctlbdr.o c_ctmesh.o 	c_ctmviw.o c_ctmvrw.o c_ctpkcl.o c_ctpklb.o c_ctrset.o c_ctsetc.o 	c_ctseti.o c_ctsetr.o c_cttdbf.o c_cttdbm.o c_cttdca.o c_cttddm.o 	c_cttmrg.o c_cttmtl.o
ar vru ../libNGlluC.a c_ctback.o c_ctcica.o c_ctclam.o c_ctcldm.o c_ctcldr.o c_ctcltr.o 	c_ctgetc.o c_ctgeti.o c_ctgetr.o c_ctlbam.o c_ctlbdr.o c_ctmesh.o 	c_ctmviw.o c_ctmvrw.o c_ctpkcl.o c_ctpklb.o c_ctrset.o c_ctsetc.o 	c_ctseti.o c_ctsetr.o c_cttdbf.o c_cttdbm.o c_cttdca.o c_cttddm.o 	c_cttmrg.o c_cttmtl.o
a - c_ctback.o
a - c_ctcica.o
a - c_ctclam.o
a - c_ctcldm.o
a - c_ctcldr.o
a - c_ctcltr.o
a - c_ctgetc.o
a - c_ctgeti.o
a - c_ctgetr.o
a - c_ctlbam.o
a - c_ctlbdr.o
a - c_ctmesh.o
a - c_ctmviw.o
a - c_ctmvrw.o
a - c_ctpkcl.o
a - c_ctpklb.o
a - c_ctrset.o
a - c_ctsetc.o
a - c_ctseti.o
a - c_ctsetr.o
a - c_cttdbf.o
a - c_cttdbm.o
a - c_cttdca.o
a - c_cttddm.o
a - c_cttmrg.o
a - c_cttmtl.o
a - c_ctback.o
a - c_ctcica.o
a - c_ctclam.o
a - c_ctcldm.o
a - c_ctcldr.o
a - c_ctcltr.o
a - c_ctgetc.o
a - c_ctgeti.o
a - c_ctgetr.o
a - c_ctlbam.o
a - c_ctlbdr.o
a - c_ctmesh.o
a - c_ctmviw.o
a - c_ctmvrw.o
a - c_ctpkcl.o
a - c_ctpklb.o
a - c_ctrset.o
a - c_ctsetc.o
a - c_ctseti.o
a - c_ctsetr.o
a - c_cttdbf.o
a - c_cttdbm.o
a - c_cttdca.o
a - c_cttddm.o
a - c_cttmrg.o
a - c_cttmtl.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making ./ncarg2d/src/libncarg/commonC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o array.o array.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o chk_ret_str.o chk_ret_str.c
array.c: In function ‘Pad_char_array’:
array.c:24:9: warning: implicit declaration of function ‘strncat’ [-Wimplicit-function-declaration]
         strncat(str2,str1[i],strlen(str1[i]));
         ^~~~~~~
array.c:24:9: warning: incompatible implicit declaration of built-in function ‘strncat’
array.c:24:9: note: include ‘<string.h>’ or provide a declaration of ‘strncat’
array.c:24:30: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
         strncat(str2,str1[i],strlen(str1[i]));
                              ^~~~~~
array.c:24:30: warning: incompatible implicit declaration of built-in function ‘strlen’
array.c:24:30: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
ar vru ../libncarg.a array.o chk_ret_str.o 
ar vru ../libNGlluC.a array.o chk_ret_str.o 
a - array.o
a - chk_ret_str.o
a - array.o
a - chk_ret_str.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making ./ncarg2d/src/libncarg/dashcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_curved.o c_curved.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_frstd.o c_frstd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_lined.o c_lined.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dashdb.o c_dashdb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dashdc.o c_dashdc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_lastd.o c_lastd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vectd.o c_vectd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_reset.o c_reset.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dashdc.c:14:
c_dashdc.c: In function ‘c_dashdc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dashdc.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipat);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dashdc.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipat);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dashdc.c:35:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipat);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_reset.c:14:
c_reset.c: In function ‘c_reset’:
c_reset.c:18:13: warning: implicit declaration of function ‘reset_’ [-Wimplicit-function-declaration]
     NGCALLF(reset,RESET)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_lastd.c:14:
c_lastd.c: In function ‘c_lastd’:
c_lastd.c:18:13: warning: implicit declaration of function ‘lastd_’ [-Wimplicit-function-declaration]
     NGCALLF(lastd,LASTD)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ar vru ../libncarg.a c_curved.o c_frstd.o c_lined.o c_dashdb.o c_dashdc.o c_lastd.o 	c_vectd.o c_reset.o
ar vru ../libNGlluC.a c_curved.o c_frstd.o c_lined.o c_dashdb.o c_dashdc.o c_lastd.o 	c_vectd.o c_reset.o
a - c_curved.o
a - c_frstd.o
a - c_lined.o
a - c_dashdb.o
a - c_dashdc.o
a - c_lastd.o
a - c_vectd.o
a - c_reset.o
a - c_curved.o
a - c_frstd.o
a - c_lined.o
a - c_dashdb.o
a - c_dashdc.o
a - c_lastd.o
a - c_vectd.o
a - c_reset.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making ./ncarg2d/src/libncarg/dashpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpcurv.o c_dpcurv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpdraw.o c_dpdraw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpfrst.o c_dpfrst.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpgetc.o c_dpgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpgeti.o c_dpgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpgetr.o c_dpgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dplast.o c_dplast.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpline.o c_dpline.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dpgetc.c:14:
c_dpgetc.c: In function ‘c_dpgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dplast.c:14:
c_dplast.c: In function ‘c_dplast’:
c_dplast.c:25:13: warning: implicit declaration of function ‘dplast_’ [-Wimplicit-function-declaration]
     NGCALLF(dplast,DPLAST)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dpgeti.c:14:
c_dpgeti.c: In function ‘c_dpgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dpgetr.c:14:
c_dpgetr.c: In function ‘c_dpgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpsetc.o c_dpsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpseti.o c_dpseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpsetr.o c_dpsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpsmth.o c_dpsmth.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_dpvect.o c_dpvect.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dpsetc.c:14:
c_dpsetc.c: In function ‘c_dpsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dpseti.c:14:
c_dpseti.c: In function ‘c_dpseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpseti.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpseti.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpseti.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_dpsetr.c:14:
c_dpsetr.c: In function ‘c_dpsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_dpsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
ar vru ../libncarg.a c_dpcurv.o c_dpdraw.o c_dpfrst.o c_dpgetc.o c_dpgeti.o c_dpgetr.o 	c_dplast.o c_dpline.o c_dpsetc.o c_dpseti.o c_dpsetr.o c_dpsmth.o 	c_dpvect.o
ar vru ../libNGlluC.a c_dpcurv.o c_dpdraw.o c_dpfrst.o c_dpgetc.o c_dpgeti.o c_dpgetr.o 	c_dplast.o c_dpline.o c_dpsetc.o c_dpseti.o c_dpsetr.o c_dpsmth.o 	c_dpvect.o
a - c_dpcurv.o
a - c_dpdraw.o
a - c_dpfrst.o
a - c_dpgetc.o
a - c_dpgeti.o
a - c_dpgetr.o
a - c_dplast.o
a - c_dpline.o
a - c_dpsetc.o
a - c_dpseti.o
a - c_dpsetr.o
a - c_dpsmth.o
a - c_dpvect.o
a - c_dpcurv.o
a - c_dpdraw.o
a - c_dpfrst.o
a - c_dpgetc.o
a - c_dpgeti.o
a - c_dpgetr.o
a - c_dplast.o
a - c_dpline.o
a - c_dpsetc.o
a - c_dpseti.o
a - c_dpsetr.o
a - c_dpsmth.o
a - c_dpvect.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making ./ncarg2d/src/libncarg/ezmapCC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapblm.o c_mapblm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapdrw.o c_mapdrw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapfst.o c_mapfst.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgrd.o c_mapgrd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgtc.o c_mapgtc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgti.o c_mapgti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgtl.o c_mapgtl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgtr.o c_mapgtr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapgrd.c:14:
c_mapgrd.c: In function ‘c_mapgrd’:
c_mapgrd.c:18:13: warning: implicit declaration of function ‘mapgrd_’ [-Wimplicit-function-declaration]
     NGCALLF(mapgrd,MAPGRD)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapdrw.c:14:
c_mapdrw.c: In function ‘c_mapdrw’:
c_mapdrw.c:18:13: warning: implicit declaration of function ‘mapdrw_’ [-Wimplicit-function-declaration]
     NGCALLF(mapdrw,MAPDRW)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapgtc.c:14:
c_mapgtc.c: In function ‘c_mapgtc’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapgti.c:14:
c_mapgti.c: In function ‘c_mapgti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapgtl.c:14:
c_mapgtl.c: In function ‘c_mapgtl’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapgtr.c:14:
c_mapgtr.c: In function ‘c_mapgtr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapint.o c_mapint.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapiq.o c_mapiq.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapit.o c_mapit.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maplbl.o c_maplbl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maplmb.o c_maplmb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maplot.o c_maplot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mappos.o c_mappos.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maproj.o c_maproj.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapiq.c:14:
c_mapiq.c: In function ‘c_mapiq’:
c_mapiq.c:18:13: warning: implicit declaration of function ‘mapiq_’ [-Wimplicit-function-declaration]
     NGCALLF(mapiq,MAPIQ)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_maplmb.c:14:
c_maplmb.c: In function ‘c_maplmb’:
c_maplmb.c:18:13: warning: implicit declaration of function ‘maplmb_’ [-Wimplicit-function-declaration]
     NGCALLF(maplmb,MAPLMB)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapint.c:14:
c_mapint.c: In function ‘c_mapint’:
c_mapint.c:18:13: warning: implicit declaration of function ‘mapint_’ [-Wimplicit-function-declaration]
     NGCALLF(mapint,MAPINT)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_maplot.c:14:
c_maplot.c: In function ‘c_maplot’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_maproj.c:14:
c_maproj.c: In function ‘c_maproj’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_maproj.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_maproj.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_maproj.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
c_maplot.c:18:13: warning: implicit declaration of function ‘maplot_’ [-Wimplicit-function-declaration]
     NGCALLF(maplot,MAPLOT)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maprs.o c_maprs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maprst.o c_maprst.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_maplbl.c:14:
c_maplbl.c: In function ‘c_maplbl’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapsav.o c_mapsav.c
c_maplbl.c:18:13: warning: implicit declaration of function ‘maplbl_’ [-Wimplicit-function-declaration]
     NGCALLF(maplbl,MAPLBL)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapset.o c_mapset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapstc.o c_mapstc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapsti.o c_mapsti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapstl.o c_mapstl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapstr.o c_mapstr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_maprs.c:14:
c_maprs.c: In function ‘c_maprs’:
c_maprs.c:18:13: warning: implicit declaration of function ‘maprs_’ [-Wimplicit-function-declaration]
     NGCALLF(maprs,MAPRS)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapset.c:14:
c_mapset.c: In function ‘c_mapset’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapset.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapset.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapset.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapsti.c:14:
c_mapsti.c: In function ‘c_mapsti’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapstc.c:14:
c_mapstc.c: In function ‘c_mapstc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapsti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapsti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapsti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maptri.o c_maptri.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maptrn.o c_maptrn.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapstl.c:14:
c_mapstl.c: In function ‘c_mapstl’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapvec.o c_mapvec.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapstr.c:14:
c_mapstr.c: In function ‘c_mapstr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_supcon.o c_supcon.c
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_supmap.o c_supmap.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgci.o c_mapgci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maptra.o c_maptra.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapiqa.o c_mapiqa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapiqm.o c_mapiqm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapita.o c_mapita.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapitm.o c_mapitm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapaci.o c_mapaci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapbla.o c_mapbla.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgrm.o c_mapgrm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpgetc.o c_mpgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpgeti.o c_mpgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpgetl.o c_mpgetl.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpgetc.c:14:
c_mpgetc.c: In function ‘c_mpgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpgeti.c:14:
c_mpgeti.c: In function ‘c_mpgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpgetr.o c_mpgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpsetc.o c_mpsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpseti.o c_mpseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpsetl.o c_mpsetl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpsetr.o c_mpsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapiqd.o c_mapiqd.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpgetl.c:14:
c_mpgetl.c: In function ‘c_mpgetl’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapitd.o c_mapitd.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpgetr.c:14:
c_mpgetr.c: In function ‘c_mpgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mprset.o c_mprset.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpsetl.c:14:
c_mpsetl.c: In function ‘c_mpsetl’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpseti.c:14:
c_mpseti.c: In function ‘c_mpseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpseti.c:42:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpseti.c:42:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpseti.c:42:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapiqd.c:14:
c_mapiqd.c: In function ‘c_mapiqd’:
c_mapiqd.c:18:13: warning: implicit declaration of function ‘mapiqd_’ [-Wimplicit-function-declaration]
     NGCALLF(mapiqd,MAPIQD)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpsetc.c:14:
c_mpsetc.c: In function ‘c_mpsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpsetr.c:14:
c_mpsetr.c: In function ‘c_mpsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpfnme.o c_mpfnme.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpglty.o c_mpglty.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpiaty.o c_mpiaty.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpifnb.o c_mpifnb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpilnb.o c_mpilnb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpiola.o c_mpiola.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpiosa.o c_mpiosa.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mprset.c:14:
c_mprset.c: In function ‘c_mprset’:
c_mprset.c:18:13: warning: implicit declaration of function ‘mprset_’ [-Wimplicit-function-declaration]
     NGCALLF(mprset,MPRSET)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpifnb.c:15:
c_mpifnb.c: In function ‘c_mpifnb’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpifnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpifnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpifnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpipai.o c_mpipai.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpilnb.c:15:
c_mpilnb.c: In function ‘c_mpilnb’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpilnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpilnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpilnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpipan.o c_mpipan.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpipar.o c_mpipar.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpisci.o c_mpisci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mplnam.o c_mplnam.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mplndm.o c_mplndm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mplndr.o c_mplndr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpipan.c:15:
c_mpipan.c: In function ‘c_mpipan’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpipan.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(anme);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpipan.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(anme);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpipan.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(anme);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mplnri.o c_mplnri.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mplndm.c:15:
c_mplndm.c: In function ‘c_mplndm’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplndm.c:57:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplndm.c:57:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpname.o c_mpname.c
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplndm.c:57:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapgtd.o c_mapgtd.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mplnam.c:15:
c_mplnam.c: In function ‘c_mplnam’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mapstd.o c_mapstd.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplnam.c:35:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplnam.c:35:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplnam.c:35:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mplndr.c:15:
c_mplndr.c: In function ‘c_mplndr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplndr.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplndr.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplndr.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mplnri.c:15:
c_mplnri.c: In function ‘c_mplnri’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplnri.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplnri.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mplnri.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpsetd.o c_mpsetd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdgetc.o c_mdgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdgetd.o c_mdgetd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdgeti.o c_mdgeti.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapgtd.c:14:
c_mapgtd.c: In function ‘c_mapgtd’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdgetl.o c_mdgetl.c
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapgtd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mapstd.c:14:
c_mapstd.c: In function ‘c_mapstd’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mapstd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdgetr.o c_mdgetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpsetd.c:14:
c_mpsetd.c: In function ‘c_mpsetd’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetd.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetd.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpsetd.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdsetc.o c_mdsetc.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdgetl.c:14:
c_mdgetl.c: In function ‘c_mdgetl’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetl.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdgeti.c:14:
c_mdgeti.c: In function ‘c_mdgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdsetd.o c_mdsetd.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdgetd.c:14:
c_mdgetd.c: In function ‘c_mdgetd’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdseti.o c_mdseti.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdgetc.c:14:
c_mdgetc.c: In function ‘c_mdgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetc.c:50:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdgetr.c:14:
c_mdgetr.c: In function ‘c_mdgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdsetl.o c_mdsetl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdsetr.o c_mdsetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdsetc.c:14:
c_mdsetc.c: In function ‘c_mdsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(whch);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdfnme.o c_mdfnme.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdglty.o c_mdglty.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdiaty.o c_mdiaty.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdifnb.o c_mdifnb.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdsetd.c:14:
c_mdsetd.c: In function ‘c_mdsetd’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetd.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetd.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetd.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdsetl.c:14:
c_mdsetl.c: In function ‘c_mdsetl’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetl.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdsetr.c:14:
c_mdsetr.c: In function ‘c_mdsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdseti.c:14:
c_mdseti.c: In function ‘c_mdseti’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdilnb.o c_mdilnb.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdseti.c:42:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdseti.c:42:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdseti.c:42:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdifnb.c:15:
c_mdifnb.c: In function ‘c_mdifnb’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdifnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdifnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdifnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdiola.o c_mdiola.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdiosa.o c_mdiosa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdipai.o c_mdipai.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdipan.o c_mdipan.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdipar.o c_mdipar.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdisci.o c_mdisci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdlnam.o c_mdlnam.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdipan.c:15:
c_mdipan.c: In function ‘c_mdipan’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdipan.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(anme);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdipan.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(anme);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdipan.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(anme);
         ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdilnb.c:15:
c_mdilnb.c: In function ‘c_mdilnb’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdlndm.o c_mdlndm.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdilnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdilnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdilnb.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(chrs);
         ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdlnam.c:15:
c_mdlnam.c: In function ‘c_mdlnam’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlnam.c:35:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlnam.c:35:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlnam.c:35:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdlndr.o c_mdlndr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdlnri.o c_mdlnri.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdname.o c_mdname.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpaci.o c_mdpaci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpbla.o c_mdpbla.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpblm.o c_mdpblm.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdlndr.c:15:
c_mdlndr.c: In function ‘c_mdlndr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlndr.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlndr.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlndr.c:33:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdlndm.c:15:
c_mdlndm.c: In function ‘c_mdlndm’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlndm.c:57:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlndm.c:57:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlndm.c:57:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpdrw.o c_mdpdrw.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdlnri.c:15:
c_mdlnri.c: In function ‘c_mdlnri’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlnri.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlnri.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdlnri.c:31:9: note: in expansion of macro ‘NGSTRLEN’
     len=NGSTRLEN(flnm);
         ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpgrd.o c_mdpgrd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpgrm.o c_mdpgrm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpint.o c_mdpint.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdplbl.o c_mdplbl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdplmb.o c_mdplmb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdplot.o c_mdplot.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdpgrd.c:14:
c_mdpgrd.c: In function ‘c_mdpgrd’:
c_mdpgrd.c:18:13: warning: implicit declaration of function ‘mdpgrd_’ [-Wimplicit-function-declaration]
     NGCALLF(mdpgrd,MDPGRD)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdprs.o c_mdprs.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdpdrw.c:14:
c_mdpdrw.c: In function ‘c_mdpdrw’:
c_mdpdrw.c:18:13: warning: implicit declaration of function ‘mdpdrw_’ [-Wimplicit-function-declaration]
     NGCALLF(mdpdrw,MDPDRW)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdpint.c:14:
c_mdpint.c: In function ‘c_mdpint’:
c_mdpint.c:18:13: warning: implicit declaration of function ‘mdpint_’ [-Wimplicit-function-declaration]
     NGCALLF(mdpint,MDPINT)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdprst.o c_mdprst.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpsav.o c_mdpsav.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdrset.o c_mdrset.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdplbl.c:14:
c_mdplbl.c: In function ‘c_mdplbl’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpiq.o c_mdpiq.c
c_mdplbl.c:18:13: warning: implicit declaration of function ‘mdplbl_’ [-Wimplicit-function-declaration]
     NGCALLF(mdplbl,MDPLBL)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdplmb.c:14:
c_mdplmb.c: In function ‘c_mdplmb’:
c_mdplmb.c:18:13: warning: implicit declaration of function ‘mdplmb_’ [-Wimplicit-function-declaration]
     NGCALLF(mdplmb,MDPLMB)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdprs.c:14:
c_mdprs.c: In function ‘c_mdprs’:
c_mdprs.c:18:13: warning: implicit declaration of function ‘mdprs_’ [-Wimplicit-function-declaration]
     NGCALLF(mdprs,MDPRS)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpiqd.o c_mdpiqd.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdplot.c:14:
c_mdplot.c: In function ‘c_mdplot’:
c_mdplot.c:18:13: warning: implicit declaration of function ‘mdplot_’ [-Wimplicit-function-declaration]
     NGCALLF(mdplot,MDPLOT)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdrgol.o c_mdrgol.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdrgsf.o c_mdrgsf.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdrset.c:14:
c_mdrset.c: In function ‘c_mdrset’:
c_mdrset.c:18:13: warning: implicit declaration of function ‘mdrset_’ [-Wimplicit-function-declaration]
     NGCALLF(mdrset,MDRSET)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdpiq.c:14:
c_mdpiq.c: In function ‘c_mdpiq’:
c_mdpiq.c:18:13: warning: implicit declaration of function ‘mdpiq_’ [-Wimplicit-function-declaration]
     NGCALLF(mdpiq,MDPIQ)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpfst.o c_mdpfst.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpvec.o c_mdpvec.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpiqa.o c_mdpiqa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpiqm.o c_mdpiqm.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdpiqd.c:14:
c_mdpiqd.c: In function ‘c_mdpiqd’:
c_mdpiqd.c:18:13: warning: implicit declaration of function ‘mdpiqd_’ [-Wimplicit-function-declaration]
     NGCALLF(mdpiqd,MDPIQD)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpit.o c_mdpit.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpita.o c_mdpita.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpitd.o c_mdpitd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpitm.o c_mdpitm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdppos.o c_mdppos.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdproj.o c_mdproj.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpset.o c_mdpset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdptra.o c_mdptra.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdproj.c:14:
c_mdproj.c: In function ‘c_mdproj’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdptri.o c_mdptri.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdproj.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdproj.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdproj.c:43:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdptrn.o c_mdptrn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mpgetd.o c_mpgetd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdpgci.o c_mdpgci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdgcog.o c_mdgcog.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdpset.c:14:
c_mdpset.c: In function ‘c_mdpset’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdpset.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdpset.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mdpset.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(str);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mpgetd.c:14:
c_mpgetd.c: In function ‘c_mpgetd’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_mpgetd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdlbln.o c_mdlbln.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdlblt.o c_mdlblt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdrggc.o c_mdrggc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdrgsc.o c_mdrgsc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdritd.o c_mdritd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdutfd.o c_mdutfd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdutfs.o c_mdutfs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdutid.o c_mdutid.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdutis.o c_mdutis.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mputfd.o c_mputfd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mputfs.o c_mputfs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mputid.o c_mputid.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mputis.o c_mputis.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdutin.o c_mdutin.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mputin.o c_mputin.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdlach.o c_mdlach.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdloch.o c_mdloch.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdrgdl.o c_mdrgdl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdscal.o c_mdscal.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maplmm.o c_maplmm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdplmm.o c_mdplmm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maqini.o c_maqini.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maqtra.o c_maqtra.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maqtri.o c_maqtri.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_maplmm.c:14:
c_maplmm.c: In function ‘c_maplmm’:
c_maplmm.c:18:13: warning: implicit declaration of function ‘maplmm_’ [-Wimplicit-function-declaration]
     NGCALLF(maplmm,MAPLMM)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_maqtrn.o c_maqtrn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdqini.o c_mdqini.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_maqini.c:14:
c_maqini.c: In function ‘c_maqini’:
c_maqini.c:18:13: warning: implicit declaration of function ‘maqini_’ [-Wimplicit-function-declaration]
     NGCALLF(maqini,MAQINI)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdplmm.c:14:
c_mdplmm.c: In function ‘c_mdplmm’:
c_mdplmm.c:18:13: warning: implicit declaration of function ‘mdplmm_’ [-Wimplicit-function-declaration]
     NGCALLF(mdplmm,MDPLMM)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdqtra.o c_mdqtra.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdqtri.o c_mdqtri.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mdqtrn.o c_mdqtrn.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_mdqini.c:14:
c_mdqini.c: In function ‘c_mdqini’:
c_mdqini.c:18:13: warning: implicit declaration of function ‘mdqini_’ [-Wimplicit-function-declaration]
     NGCALLF(mdqini,MDQINI)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ar vru ../libncarg.a c_mapblm.o c_mapdrw.o c_mapfst.o c_mapgrd.o c_mapgtc.o c_mapgti.o 	c_mapgtl.o c_mapgtr.o c_mapint.o c_mapiq.o  c_mapit.o  c_maplbl.o 	c_maplmb.o c_maplot.o c_mappos.o c_maproj.o c_maprs.o  c_maprst.o 	c_mapsav.o c_mapset.o c_mapstc.o c_mapsti.o c_mapstl.o c_mapstr.o 	c_maptri.o c_maptrn.o c_mapvec.o c_supcon.o c_supmap.o c_mapgci.o 	c_maptra.o c_mapiqa.o c_mapiqm.o c_mapita.o c_mapitm.o c_mapaci.o 	c_mapbla.o c_mapgrm.o c_mpgetc.o c_mpgeti.o c_mpgetl.o c_mpgetr.o 	c_mpsetc.o c_mpseti.o c_mpsetl.o c_mpsetr.o c_mapiqd.o c_mapitd.o 	c_mprset.o c_mpfnme.o c_mpglty.o c_mpiaty.o c_mpifnb.o c_mpilnb.o 	c_mpiola.o c_mpiosa.o c_mpipai.o c_mpipan.o c_mpipar.o c_mpisci.o 	c_mplnam.o c_mplndm.o c_mplndr.o c_mplnri.o c_mpname.o 	c_mapgtd.o c_mapstd.o c_mpsetd.o c_mdgetc.o c_mdgetd.o c_mdgeti.o 	c_mdgetl.o c_mdgetr.o c_mdsetc.o c_mdsetd.o c_mdseti.o c_mdsetl.o 	c_mdsetr.o c_mdfnme.o c_mdglty.o c_mdiaty.o c_mdifnb.o c_mdilnb.o 	c_mdiola.o c_mdiosa.o c_mdipai.o c_mdipan.o c_mdipar.o c_mdisci.o 	c_mdlnam.o c_mdlndm.o c_mdlndr.o c_mdlnri.o c_mdname.o c_mdpaci.o 	c_mdpbla.o c_mdpblm.o c_mdpdrw.o c_mdpgrd.o c_mdpgrm.o c_mdpint.o 	c_mdplbl.o c_mdplmb.o c_mdplot.o c_mdprs.o  c_mdprst.o c_mdpsav.o 	c_mdrset.o c_mdpiq.o  c_mdpiqd.o c_mdrgol.o c_mdrgsf.o c_mdpfst.o 	c_mdpvec.o c_mdpiqa.o c_mdpiqm.o c_mdpit.o  c_mdpita.o c_mdpitd.o 	c_mdpitm.o c_mdppos.o c_mdproj.o c_mdpset.o c_mdptra.o c_mdptri.o 	c_mdptrn.o c_mpgetd.o c_mdpgci.o c_mdgcog.o c_mdlbln.o c_mdlblt.o 	c_mdrggc.o c_mdrgsc.o c_mdritd.o c_mdutfd.o c_mdutfs.o c_mdutid.o 	c_mdutis.o c_mputfd.o c_mputfs.o c_mputid.o c_mputis.o c_mdutin.o 	c_mputin.o c_mdlach.o c_mdloch.o c_mdrgdl.o c_mdscal.o c_maplmm.o 	c_mdplmm.o c_maqini.o c_maqtra.o c_maqtri.o c_maqtrn.o c_mdqini.o 	c_mdqtra.o c_mdqtri.o c_mdqtrn.o
ar vru ../libNGlluC.a c_mapblm.o c_mapdrw.o c_mapfst.o c_mapgrd.o c_mapgtc.o c_mapgti.o 	c_mapgtl.o c_mapgtr.o c_mapint.o c_mapiq.o  c_mapit.o  c_maplbl.o 	c_maplmb.o c_maplot.o c_mappos.o c_maproj.o c_maprs.o  c_maprst.o 	c_mapsav.o c_mapset.o c_mapstc.o c_mapsti.o c_mapstl.o c_mapstr.o 	c_maptri.o c_maptrn.o c_mapvec.o c_supcon.o c_supmap.o c_mapgci.o 	c_maptra.o c_mapiqa.o c_mapiqm.o c_mapita.o c_mapitm.o c_mapaci.o 	c_mapbla.o c_mapgrm.o c_mpgetc.o c_mpgeti.o c_mpgetl.o c_mpgetr.o 	c_mpsetc.o c_mpseti.o c_mpsetl.o c_mpsetr.o c_mapiqd.o c_mapitd.o 	c_mprset.o c_mpfnme.o c_mpglty.o c_mpiaty.o c_mpifnb.o c_mpilnb.o 	c_mpiola.o c_mpiosa.o c_mpipai.o c_mpipan.o c_mpipar.o c_mpisci.o 	c_mplnam.o c_mplndm.o c_mplndr.o c_mplnri.o c_mpname.o 	c_mapgtd.o c_mapstd.o c_mpsetd.o c_mdgetc.o c_mdgetd.o c_mdgeti.o 	c_mdgetl.o c_mdgetr.o c_mdsetc.o c_mdsetd.o c_mdseti.o c_mdsetl.o 	c_mdsetr.o c_mdfnme.o c_mdglty.o c_mdiaty.o c_mdifnb.o c_mdilnb.o 	c_mdiola.o c_mdiosa.o c_mdipai.o c_mdipan.o c_mdipar.o c_mdisci.o 	c_mdlnam.o c_mdlndm.o c_mdlndr.o c_mdlnri.o c_mdname.o c_mdpaci.o 	c_mdpbla.o c_mdpblm.o c_mdpdrw.o c_mdpgrd.o c_mdpgrm.o c_mdpint.o 	c_mdplbl.o c_mdplmb.o c_mdplot.o c_mdprs.o  c_mdprst.o c_mdpsav.o 	c_mdrset.o c_mdpiq.o  c_mdpiqd.o c_mdrgol.o c_mdrgsf.o c_mdpfst.o 	c_mdpvec.o c_mdpiqa.o c_mdpiqm.o c_mdpit.o  c_mdpita.o c_mdpitd.o 	c_mdpitm.o c_mdppos.o c_mdproj.o c_mdpset.o c_mdptra.o c_mdptri.o 	c_mdptrn.o c_mpgetd.o c_mdpgci.o c_mdgcog.o c_mdlbln.o c_mdlblt.o 	c_mdrggc.o c_mdrgsc.o c_mdritd.o c_mdutfd.o c_mdutfs.o c_mdutid.o 	c_mdutis.o c_mputfd.o c_mputfs.o c_mputid.o c_mputis.o c_mdutin.o 	c_mputin.o c_mdlach.o c_mdloch.o c_mdrgdl.o c_mdscal.o c_maplmm.o 	c_mdplmm.o c_maqini.o c_maqtra.o c_maqtri.o c_maqtrn.o c_mdqini.o 	c_mdqtra.o c_mdqtri.o c_mdqtrn.o
a - c_mapblm.o
a - c_mapdrw.o
a - c_mapfst.o
a - c_mapgrd.o
a - c_mapgtc.o
a - c_mapgti.o
a - c_mapgtl.o
a - c_mapgtr.o
a - c_mapint.o
a - c_mapiq.o
a - c_mapit.o
a - c_maplbl.o
a - c_maplmb.o
a - c_maplot.o
a - c_mappos.o
a - c_maproj.o
a - c_maprs.o
a - c_maprst.o
a - c_mapsav.o
a - c_mapset.o
a - c_mapstc.o
a - c_mapsti.o
a - c_mapstl.o
a - c_mapstr.o
a - c_maptri.o
a - c_maptrn.o
a - c_mapvec.o
a - c_supcon.o
a - c_supmap.o
a - c_mapgci.o
a - c_maptra.o
a - c_mapiqa.o
a - c_mapiqm.o
a - c_mapita.o
a - c_mapitm.o
a - c_mapaci.o
a - c_mapbla.o
a - c_mapgrm.o
a - c_mpgetc.o
a - c_mpgeti.o
a - c_mpgetl.o
a - c_mpgetr.o
a - c_mpsetc.o
a - c_mpseti.o
a - c_mpsetl.o
a - c_mpsetr.o
a - c_mapiqd.o
a - c_mapitd.o
a - c_mprset.o
a - c_mpfnme.o
a - c_mpglty.o
a - c_mpiaty.o
a - c_mpifnb.o
a - c_mpilnb.o
a - c_mpiola.o
a - c_mpiosa.o
a - c_mpipai.o
a - c_mpipan.o
a - c_mpipar.o
a - c_mpisci.o
a - c_mplnam.o
a - c_mplndm.o
a - c_mplndr.o
a - c_mplnri.o
a - c_mpname.o
a - c_mapgtd.o
a - c_mapstd.o
a - c_mpsetd.o
a - c_mdgetc.o
a - c_mdgetd.o
a - c_mdgeti.o
a - c_mdgetl.o
a - c_mdgetr.o
a - c_mdsetc.o
a - c_mdsetd.o
a - c_mdseti.o
a - c_mdsetl.o
a - c_mdsetr.o
a - c_mdfnme.o
a - c_mdglty.o
a - c_mdiaty.o
a - c_mdifnb.o
a - c_mdilnb.o
a - c_mdiola.o
a - c_mdiosa.o
a - c_mdipai.o
a - c_mdipan.o
a - c_mdipar.o
a - c_mdisci.o
a - c_mdlnam.o
a - c_mdlndm.o
a - c_mdlndr.o
a - c_mdlnri.o
a - c_mdname.o
a - c_mdpaci.o
a - c_mdpbla.o
a - c_mdpblm.o
a - c_mdpdrw.o
a - c_mdpgrd.o
a - c_mdpgrm.o
a - c_mdpint.o
a - c_mdplbl.o
a - c_mdplmb.o
a - c_mdplot.o
a - c_mdprs.o
a - c_mdprst.o
a - c_mdpsav.o
a - c_mdrset.o
a - c_mdpiq.o
a - c_mdpiqd.o
a - c_mdrgol.o
a - c_mdrgsf.o
a - c_mdpfst.o
a - c_mdpvec.o
a - c_mdpiqa.o
a - c_mdpiqm.o
a - c_mdpit.o
a - c_mdpita.o
a - c_mdpitd.o
a - c_mdpitm.o
a - c_mdppos.o
a - c_mdproj.o
a - c_mdpset.o
a - c_mdptra.o
a - c_mdptri.o
a - c_mdptrn.o
a - c_mpgetd.o
a - c_mdpgci.o
a - c_mdgcog.o
a - c_mdlbln.o
a - c_mdlblt.o
a - c_mdrggc.o
a - c_mdrgsc.o
a - c_mdritd.o
a - c_mdutfd.o
a - c_mdutfs.o
a - c_mdutid.o
a - c_mdutis.o
a - c_mputfd.o
a - c_mputfs.o
a - c_mputid.o
a - c_mputis.o
a - c_mdutin.o
a - c_mputin.o
a - c_mdlach.o
a - c_mdloch.o
a - c_mdrgdl.o
a - c_mdscal.o
a - c_maplmm.o
a - c_mdplmm.o
a - c_maqini.o
a - c_maqtra.o
a - c_maqtri.o
a - c_maqtrn.o
a - c_mdqini.o
a - c_mdqtra.o
a - c_mdqtri.o
a - c_mdqtrn.o
a - c_mapblm.o
a - c_mapdrw.o
a - c_mapfst.o
a - c_mapgrd.o
a - c_mapgtc.o
a - c_mapgti.o
a - c_mapgtl.o
a - c_mapgtr.o
a - c_mapint.o
a - c_mapiq.o
a - c_mapit.o
a - c_maplbl.o
a - c_maplmb.o
a - c_maplot.o
a - c_mappos.o
a - c_maproj.o
a - c_maprs.o
a - c_maprst.o
a - c_mapsav.o
a - c_mapset.o
a - c_mapstc.o
a - c_mapsti.o
a - c_mapstl.o
a - c_mapstr.o
a - c_maptri.o
a - c_maptrn.o
a - c_mapvec.o
a - c_supcon.o
a - c_supmap.o
a - c_mapgci.o
a - c_maptra.o
a - c_mapiqa.o
a - c_mapiqm.o
a - c_mapita.o
a - c_mapitm.o
a - c_mapaci.o
a - c_mapbla.o
a - c_mapgrm.o
a - c_mpgetc.o
a - c_mpgeti.o
a - c_mpgetl.o
a - c_mpgetr.o
a - c_mpsetc.o
a - c_mpseti.o
a - c_mpsetl.o
a - c_mpsetr.o
a - c_mapiqd.o
a - c_mapitd.o
a - c_mprset.o
a - c_mpfnme.o
a - c_mpglty.o
a - c_mpiaty.o
a - c_mpifnb.o
a - c_mpilnb.o
a - c_mpiola.o
a - c_mpiosa.o
a - c_mpipai.o
a - c_mpipan.o
a - c_mpipar.o
a - c_mpisci.o
a - c_mplnam.o
a - c_mplndm.o
a - c_mplndr.o
a - c_mplnri.o
a - c_mpname.o
a - c_mapgtd.o
a - c_mapstd.o
a - c_mpsetd.o
a - c_mdgetc.o
a - c_mdgetd.o
a - c_mdgeti.o
a - c_mdgetl.o
a - c_mdgetr.o
a - c_mdsetc.o
a - c_mdsetd.o
a - c_mdseti.o
a - c_mdsetl.o
a - c_mdsetr.o
a - c_mdfnme.o
a - c_mdglty.o
a - c_mdiaty.o
a - c_mdifnb.o
a - c_mdilnb.o
a - c_mdiola.o
a - c_mdiosa.o
a - c_mdipai.o
a - c_mdipan.o
a - c_mdipar.o
a - c_mdisci.o
a - c_mdlnam.o
a - c_mdlndm.o
a - c_mdlndr.o
a - c_mdlnri.o
a - c_mdname.o
a - c_mdpaci.o
a - c_mdpbla.o
a - c_mdpblm.o
a - c_mdpdrw.o
a - c_mdpgrd.o
a - c_mdpgrm.o
a - c_mdpint.o
a - c_mdplbl.o
a - c_mdplmb.o
a - c_mdplot.o
a - c_mdprs.o
a - c_mdprst.o
a - c_mdpsav.o
a - c_mdrset.o
a - c_mdpiq.o
a - c_mdpiqd.o
a - c_mdrgol.o
a - c_mdrgsf.o
a - c_mdpfst.o
a - c_mdpvec.o
a - c_mdpiqa.o
a - c_mdpiqm.o
a - c_mdpit.o
a - c_mdpita.o
a - c_mdpitd.o
a - c_mdpitm.o
a - c_mdppos.o
a - c_mdproj.o
a - c_mdpset.o
a - c_mdptra.o
a - c_mdptri.o
a - c_mdptrn.o
a - c_mpgetd.o
a - c_mdpgci.o
a - c_mdgcog.o
a - c_mdlbln.o
a - c_mdlblt.o
a - c_mdrggc.o
a - c_mdrgsc.o
a - c_mdritd.o
a - c_mdutfd.o
a - c_mdutfs.o
a - c_mdutid.o
a - c_mdutis.o
a - c_mputfd.o
a - c_mputfs.o
a - c_mputid.o
a - c_mputis.o
a - c_mdutin.o
a - c_mputin.o
a - c_mdlach.o
a - c_mdloch.o
a - c_mdrgdl.o
a - c_mdscal.o
a - c_maplmm.o
a - c_mdplmm.o
a - c_maqini.o
a - c_maqtra.o
a - c_maqtri.o
a - c_maqtrn.o
a - c_mdqini.o
a - c_mdqtra.o
a - c_mdqtri.o
a - c_mdqtrn.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making ./ncarg2d/src/libncarg/gflashC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gflas1.o c_gflas1.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gflas2.o c_gflas2.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gflas3.o c_gflas3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gflas4.o c_gflas4.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gflas2.c:14:
c_gflas2.c: In function ‘c_gflas2’:
c_gflas2.c:18:13: warning: implicit declaration of function ‘gflas2_’ [-Wimplicit-function-declaration]
     NGCALLF(gflas2,GFLAS2)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gflas4.c:14:
c_gflas4.c: In function ‘c_gflas4’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gflas4.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(fname);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gflas4.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(fname);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gflas4.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(fname);
           ^~~~~~~~
ar vru ../libncarg.a c_gflas1.o c_gflas2.o c_gflas3.o c_gflas4.o
ar vru ../libNGlluC.a c_gflas1.o c_gflas2.o c_gflas3.o c_gflas4.o
a - c_gflas1.o
a - c_gflas2.o
a - c_gflas3.o
a - c_gflas4.o
a - c_gflas1.o
a - c_gflas2.o
a - c_gflas3.o
a - c_gflas4.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making ./ncarg2d/src/libncarg/gridalC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gacolr.o c_gacolr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gagetc.o c_gagetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gageti.o c_gageti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gagetr.o c_gagetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gasetc.o c_gasetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gaseti.o c_gaseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gasetr.o c_gasetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_grid.o c_grid.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gagetc.c:14:
c_gagetc.c: In function ‘c_gagetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gagetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gagetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gagetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gageti.c:14:
c_gageti.c: In function ‘c_gageti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gageti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gageti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gageti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gridal.o c_gridal.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gagetr.c:14:
c_gagetr.c: In function ‘c_gagetr’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gaseti.c:14:
c_gaseti.c: In function ‘c_gaseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gagetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gagetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gagetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gaseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gaseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gaseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gasetr.c:14:
c_gasetr.c: In function ‘c_gasetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gasetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gasetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gasetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pnam);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_gasetc.c:14:
c_gasetc.c: In function ‘c_gasetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gasetc.c:48:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gasetc.c:48:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_gasetc.c:48:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(pnam);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_gridl.o c_gridl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_halfax.o c_halfax.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_labmod.o c_labmod.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_perim.o c_perim.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_periml.o c_periml.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tick4.o c_tick4.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ticks.o c_ticks.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_labmod.c:14:
c_labmod.c: In function ‘c_labmod’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_labmod.c:55:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(fmtx);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_labmod.c:55:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(fmtx);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_labmod.c:55:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(fmtx);
            ^~~~~~~~
ar vru ../libncarg.a c_gacolr.o c_gagetc.o c_gageti.o c_gagetr.o c_gasetc.o c_gaseti.o 	c_gasetr.o c_grid.o c_gridal.o c_gridl.o c_halfax.o c_labmod.o c_perim.o 	c_periml.o c_tick4.o c_ticks.o
ar vru ../libNGlluC.a c_gacolr.o c_gagetc.o c_gageti.o c_gagetr.o c_gasetc.o c_gaseti.o 	c_gasetr.o c_grid.o c_gridal.o c_gridl.o c_halfax.o c_labmod.o c_perim.o 	c_periml.o c_tick4.o c_ticks.o
a - c_gacolr.o
a - c_gagetc.o
a - c_gageti.o
a - c_gagetr.o
a - c_gasetc.o
a - c_gaseti.o
a - c_gasetr.o
a - c_grid.o
a - c_gridal.o
a - c_gridl.o
a - c_halfax.o
a - c_labmod.o
a - c_perim.o
a - c_periml.o
a - c_tick4.o
a - c_ticks.o
a - c_gacolr.o
a - c_gagetc.o
a - c_gageti.o
a - c_gagetr.o
a - c_gasetc.o
a - c_gaseti.o
a - c_gasetr.o
a - c_grid.o
a - c_gridal.o
a - c_gridl.o
a - c_halfax.o
a - c_labmod.o
a - c_perim.o
a - c_periml.o
a - c_tick4.o
a - c_ticks.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making ./ncarg2d/src/libncarg/histgrC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_histgr.o c_histgr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_hstopc.o c_hstopc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_hstopi.o c_hstopi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_hstopl.o c_hstopl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_hstopr.o c_hstopr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_hstopr.c:14:
c_hstopr.c: In function ‘c_hstopr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopr.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iopt);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopr.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iopt);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopr.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iopt);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_hstopi.c:14:
c_hstopi.c: In function ‘c_hstopi’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopi.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(string);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopi.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(string);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopi.c:45:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(string);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_hstopc.c:14:
c_hstopc.c: In function ‘c_hstopc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(iopt);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(iopt);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopc.c:44:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(iopt);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_hstopl.c:14:
c_hstopl.c: In function ‘c_hstopl’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopl.c:37:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iopt);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopl.c:37:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iopt);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_hstopl.c:37:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iopt);
           ^~~~~~~~
ar vru ../libncarg.a c_histgr.o c_hstopc.o c_hstopi.o c_hstopl.o c_hstopr.o
ar vru ../libNGlluC.a c_histgr.o c_hstopc.o c_hstopi.o c_hstopl.o c_hstopr.o
a - c_histgr.o
a - c_hstopc.o
a - c_hstopi.o
a - c_hstopl.o
a - c_hstopr.o
a - c_histgr.o
a - c_hstopc.o
a - c_hstopi.o
a - c_hstopl.o
a - c_hstopr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making ./ncarg2d/src/libncarg/isosrfC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezisos.o c_ezisos.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_isosrf.o c_isosrf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_trn32i.o c_trn32i.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_issetr.o c_issetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_isseti.o c_isseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ispltf.o c_ispltf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_isgetr.o c_isgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_isgeti.o c_isgeti.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_isgeti.c:14:
c_isgeti.c: In function ‘c_isgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_issetr.c:14:
c_issetr.c: In function ‘c_issetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_issetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_issetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_issetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_isseti.c:14:
c_isseti.c: In function ‘c_isseti’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_istr32.o c_istr32.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_isgetr.c:14:
c_isgetr.c: In function ‘c_isgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_isgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ipn);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pwrzi.o c_pwrzi.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pwrzi.c:14:
c_pwrzi.c: In function ‘c_pwrzi’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrzi.c:47:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(id);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrzi.c:47:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(id);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrzi.c:47:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(id);
           ^~~~~~~~
ar vru ../libncarg.a c_ezisos.o c_isosrf.o c_trn32i.o c_issetr.o c_isseti.o c_ispltf.o 	c_isgetr.o c_isgeti.o c_istr32.o c_pwrzi.o
ar vru ../libNGlluC.a c_ezisos.o c_isosrf.o c_trn32i.o c_issetr.o c_isseti.o c_ispltf.o 	c_isgetr.o c_isgeti.o c_istr32.o c_pwrzi.o
a - c_ezisos.o
a - c_isosrf.o
a - c_trn32i.o
a - c_issetr.o
a - c_isseti.o
a - c_ispltf.o
a - c_isgetr.o
a - c_isgeti.o
a - c_istr32.o
a - c_pwrzi.o
a - c_ezisos.o
a - c_isosrf.o
a - c_trn32i.o
a - c_issetr.o
a - c_isseti.o
a - c_ispltf.o
a - c_isgetr.o
a - c_isgeti.o
a - c_istr32.o
a - c_pwrzi.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making ./ncarg2d/src/libncarg/labelbarC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_lblbar.o c_lblbar.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_lbgeti.o c_lbgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_lbgetr.o c_lbgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_lbseti.o c_lbseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_lbsetr.o c_lbsetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_lbsetr.c:14:
c_lbsetr.c: In function ‘c_lbsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
c_lblbar.c: In function ‘c_lblbar’:
c_lblbar.c:59:14: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
     maxlen = strlen(llbs[0]);
              ^~~~~~
c_lblbar.c:59:14: warning: incompatible implicit declaration of built-in function ‘strlen’
c_lblbar.c:59:14: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_lbseti.c:14:
c_lbseti.c: In function ‘c_lbseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_lbgetr.c:14:
c_lbgetr.c: In function ‘c_lbgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_lbgeti.c:14:
c_lbgeti.c: In function ‘c_lbgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_lbgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
ar vru ../libncarg.a c_lblbar.o c_lbgeti.o c_lbgetr.o c_lbseti.o c_lbsetr.o
ar vru ../libNGlluC.a c_lblbar.o c_lbgeti.o c_lbgetr.o c_lbseti.o c_lbsetr.o
a - c_lblbar.o
a - c_lbgeti.o
a - c_lbgetr.o
a - c_lbseti.o
a - c_lbsetr.o
a - c_lblbar.o
a - c_lbgeti.o
a - c_lbgetr.o
a - c_lbseti.o
a - c_lbsetr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making ./ncarg2d/src/libncarg/ngmiscC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngckop.o c_ngckop.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngdots.o c_ngdots.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_nggcog.o c_nggcog.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_nggetc.o c_nggetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_nggeti.o c_nggeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_nggetr.o c_nggetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_nggsog.o c_nggsog.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngmftc.o c_ngmftc.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_nggetc.c:14:
c_nggetc.c: In function ‘c_nggetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-func