[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-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_nggetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_nggetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_nggetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_nggeti.c:14:
c_nggeti.c: In function ‘c_nggeti’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_nggetr.c:14:
c_nggetr.c: In function ‘c_nggetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_nggeti.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_nggeti.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_nggeti.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_nggetr.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_nggetr.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_nggetr.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_ngpict.o c_ngpict.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngpswk.o c_ngpswk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngreop.o c_ngreop.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngritd.o c_ngritd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngsetc.o c_ngsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngseti.o c_ngseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngsetr.o c_ngsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngsrat.o c_ngsrat.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ngreop.c:14:
c_ngreop.c: In function ‘c_ngreop’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngreop.c:51: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_ngreop.c:51: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_ngreop.c:51:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(fname);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ngsetc.c:14:
c_ngsetc.c: In function ‘c_ngsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngsetc.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_ngsetc.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_ngsetc.c:40: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_ngwsym.o c_ngwsym.c
c_ngpswk.c: In function ‘c_ngpswk’:
c_ngpswk.c:41:9: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration]
         strcpy( orient, "" );
         ^~~~~~
c_ngpswk.c:41:9: warning: incompatible implicit declaration of built-in function ‘strcpy’
c_ngpswk.c:41:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
c_ngpswk.c:45:16: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
         olen = strlen(orient);
                ^~~~~~
c_ngpswk.c:45:16: warning: incompatible implicit declaration of built-in function ‘strlen’
c_ngpswk.c:45:16: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
c_ngpswk.c:49:9: warning: incompatible implicit declaration of built-in function ‘strcpy’
         strcpy( color, "" );
         ^~~~~~
c_ngpswk.c:49:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
c_ngpswk.c:53:16: warning: incompatible implicit declaration of built-in function ‘strlen’
         clen = strlen(color);
                ^~~~~~
c_ngpswk.c:53:16: 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_ngpswk.c:16:
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngpswk.c:55:12: note: in expansion of macro ‘NGSTRLEN’
     plen = NGSTRLEN(pstype);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngpswk.c:55:12: note: in expansion of macro ‘NGSTRLEN’
     plen = NGSTRLEN(pstype);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ngsetr.c:14:
c_ngsetr.c: In function ‘c_ngsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngsetr.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_ngsetr.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_ngsetr.c:40: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_nglogo.o c_nglogo.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_ngseti.c:14:
c_ngseti.c: In function ‘c_ngseti’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ngezlogo.o c_ngezlogo.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngseti.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_ngseti.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_ngseti.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_ngwsym.c:14:
c_ngwsym.c: In function ‘c_ngwsym’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngwsym.c:51:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ftype);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngwsym.c:51:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ftype);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_ngwsym.c:51:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ftype);
           ^~~~~~~~
ar vru ../libncarg.a c_ngckop.o c_ngdots.o c_nggcog.o c_nggetc.o c_nggeti.o c_nggetr.o 	c_nggsog.o c_ngmftc.o c_ngpict.o c_ngpswk.o c_ngreop.o c_ngritd.o 	c_ngsetc.o c_ngseti.o c_ngsetr.o c_ngsrat.o c_ngwsym.o c_nglogo.o         c_ngezlogo.o
ar vru ../libNGlluC.a c_ngckop.o c_ngdots.o c_nggcog.o c_nggetc.o c_nggeti.o c_nggetr.o 	c_nggsog.o c_ngmftc.o c_ngpict.o c_ngpswk.o c_ngreop.o c_ngritd.o 	c_ngsetc.o c_ngseti.o c_ngsetr.o c_ngsrat.o c_ngwsym.o c_nglogo.o         c_ngezlogo.o
a - c_ngckop.o
a - c_ngdots.o
a - c_nggcog.o
a - c_nggetc.o
a - c_nggeti.o
a - c_nggetr.o
a - c_nggsog.o
a - c_ngmftc.o
a - c_ngpict.o
a - c_ngpswk.o
a - c_ngreop.o
a - c_ngritd.o
a - c_ngsetc.o
a - c_ngseti.o
a - c_ngsetr.o
a - c_ngsrat.o
a - c_ngwsym.o
a - c_nglogo.o
a - c_ngezlogo.o
a - c_ngckop.o
a - c_ngdots.o
a - c_nggcog.o
a - c_nggetc.o
a - c_nggeti.o
a - c_nggetr.o
a - c_nggsog.o
a - c_ngmftc.o
a - c_ngpict.o
a - c_ngpswk.o
a - c_ngreop.o
a - c_ngritd.o
a - c_ngsetc.o
a - c_ngseti.o
a - c_ngsetr.o
a - c_ngsrat.o
a - c_ngwsym.o
a - c_nglogo.o
a - c_ngezlogo.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making ./ncarg2d/src/libncarg/plotcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcdlsc.o c_pcdlsc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcgetc.o c_pcgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcgeti.o c_pcgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcgetr.o c_pcgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pchiqu.o c_pchiqu.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcloqu.o c_pcloqu.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcmequ.o c_pcmequ.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcmpxy.o c_pcmpxy.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pchiqu.c:14:
c_pchiqu.c: In function ‘c_pchiqu’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pchiqu.c:41:11: 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_pchiqu.c:41:11: 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_pchiqu.c:41:11: 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_pcgeti.c:14:
c_pcgeti.c: In function ‘c_pcgeti’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pcmequ.c:14:
c_pcmequ.c: In function ‘c_pcmequ’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pcgeti.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_pcgeti.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_pcgeti.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_pcmequ.c:41:11: 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_pcmequ.c:41:11: 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_pcmequ.c:41:11: 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_pcloqu.c:14:
c_pcloqu.c: In function ‘c_pcloqu’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pcloqu.c:42:11: 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_pcloqu.c:42:11: 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_pcloqu.c:42:11: 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_pcgetr.c:14:
c_pcgetr.c: In function ‘c_pcgetr’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pcgetc.c:14:
c_pcgetc.c: In function ‘c_pcgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pcgetr.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_pcgetr.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_pcgetr.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_pcgetc.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_pcgetc.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_pcgetc.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_pcpnwi.o c_pcpnwi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcrset.o c_pcrset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcsetc.o c_pcsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcseti.o c_pcseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pcsetr.o c_pcsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_plchhq.o c_plchhq.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_plchlq.o c_plchlq.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_plchmq.o c_plchmq.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pcsetc.c:14:
c_pcsetc.c: In function ‘c_pcsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pcsetc.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_pcsetc.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_pcsetc.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_pcsetr.c:14:
c_pcsetr.c: In function ‘c_pcsetr’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pcseti.c:14:
c_pcseti.c: In function ‘c_pcseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pcsetr.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_pcsetr.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_pcsetr.c:40: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_pcseti.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_pcseti.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_pcseti.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_plchhq.c:14:
c_plchhq.c: In function ‘c_plchhq’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pcrset.c:14:
c_pcrset.c: In function ‘c_pcrset’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_plchhq.c:41:11: 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_plchhq.c:41:11: 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_plchhq.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(chrs);
           ^~~~~~~~
c_pcrset.c:18:13: warning: implicit declaration of function ‘pcrset_’ [-Wimplicit-function-declaration]
     NGCALLF(pcrset,PCRSET)();
             ^
../../../.././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_pcpnwi.c:15:
c_pcpnwi.c: In function ‘c_pcpnwi’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pcpnwi.c:46:48: note: in expansion of macro ‘NGSTRLEN’
     NGCALLF(pcpnwi,PCPNWI)(buff,len,whch,&ipai,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_pcpnwi.c:46:48: note: in expansion of macro ‘NGSTRLEN’
     NGCALLF(pcpnwi,PCPNWI)(buff,len,whch,&ipai,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_pcpnwi.c:46:48: note: in expansion of macro ‘NGSTRLEN’
     NGCALLF(pcpnwi,PCPNWI)(buff,len,whch,&ipai,NGSTRLEN(whch));
                                                ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_plchmq.c:14:
c_plchmq.c: In function ‘c_plchmq’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_plchmq.c:43:11: 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_plchmq.c:43:11: 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_plchmq.c:43:11: 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_plchlq.c:14:
c_plchlq.c: In function ‘c_plchlq’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_plchlq.c:41:11: 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_plchlq.c:41:11: 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_plchlq.c:41:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(chrs);
           ^~~~~~~~
ar vru ../libncarg.a c_pcdlsc.o c_pcgetc.o c_pcgeti.o c_pcgetr.o c_pchiqu.o c_pcloqu.o 	c_pcmequ.o c_pcmpxy.o c_pcpnwi.o c_pcrset.o c_pcsetc.o c_pcseti.o 	c_pcsetr.o c_plchhq.o c_plchlq.o c_plchmq.o
ar vru ../libNGlluC.a c_pcdlsc.o c_pcgetc.o c_pcgeti.o c_pcgetr.o c_pchiqu.o c_pcloqu.o 	c_pcmequ.o c_pcmpxy.o c_pcpnwi.o c_pcrset.o c_pcsetc.o c_pcseti.o 	c_pcsetr.o c_plchhq.o c_plchlq.o c_plchmq.o
a - c_pcdlsc.o
a - c_pcgetc.o
a - c_pcgeti.o
a - c_pcgetr.o
a - c_pchiqu.o
a - c_pcloqu.o
a - c_pcmequ.o
a - c_pcmpxy.o
a - c_pcpnwi.o
a - c_pcrset.o
a - c_pcsetc.o
a - c_pcseti.o
a - c_pcsetr.o
a - c_plchhq.o
a - c_plchlq.o
a - c_plchmq.o
a - c_pcdlsc.o
a - c_pcgetc.o
a - c_pcgeti.o
a - c_pcgetr.o
a - c_pchiqu.o
a - c_pcloqu.o
a - c_pcmequ.o
a - c_pcmpxy.o
a - c_pcpnwi.o
a - c_pcrset.o
a - c_pcsetc.o
a - c_pcseti.o
a - c_pcsetr.o
a - c_plchhq.o
a - c_plchlq.o
a - c_plchmq.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making ./ncarg2d/src/libncarg/polypackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppditr.o c_ppditr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppintr.o c_ppintr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppplcl.o c_ppplcl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppuntr.o c_ppuntr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppppap.o c_ppppap.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppunpo.o c_ppunpo.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppinpo.o c_ppinpo.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ppdipo.o c_ppdipo.c
ar vru ../libncarg.a c_ppditr.o c_ppintr.o c_ppplcl.o c_ppuntr.o c_ppppap.o c_ppunpo.o 	c_ppinpo.o c_ppdipo.o
ar vru ../libNGlluC.a c_ppditr.o c_ppintr.o c_ppplcl.o c_ppuntr.o c_ppppap.o c_ppunpo.o 	c_ppinpo.o c_ppdipo.o
a - c_ppditr.o
a - c_ppintr.o
a - c_ppplcl.o
a - c_ppuntr.o
a - c_ppppap.o
a - c_ppunpo.o
a - c_ppinpo.o
a - c_ppdipo.o
a - c_ppditr.o
a - c_ppintr.o
a - c_ppplcl.o
a - c_ppuntr.o
a - c_ppppap.o
a - c_ppunpo.o
a - c_ppinpo.o
a - c_ppdipo.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making ./ncarg2d/src/libncarg/softfillC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfgetc.o c_sfgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfgeti.o c_sfgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfgetp.o c_sfgetp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfgetr.o c_sfgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfnorm.o c_sfnorm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfsetc.o c_sfsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfseti.o c_sfseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfsetp.o c_sfsetp.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_sfgetc.c:14:
c_sfgetc.c: In function ‘c_sfgetc’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_sfseti.c:14:
c_sfseti.c: In function ‘c_sfseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgetc.c:52:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_sfgetr.c:14:
c_sfgetr.c: In function ‘c_sfgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_sfgeti.c:14:
c_sfgeti.c: In function ‘c_sfgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_sfsetc.c:14:
c_sfsetc.c: In function ‘c_sfsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfsetr.o c_sfsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfsgfa.o c_sfsgfa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sfwrld.o c_sfwrld.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_sfsetr.c:14:
c_sfsetr.c: In function ‘c_sfsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_sfsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
ar vru ../libncarg.a c_sfgetc.o c_sfgeti.o c_sfgetp.o c_sfgetr.o c_sfnorm.o c_sfsetc.o 	c_sfseti.o c_sfsetp.o c_sfsetr.o c_sfsgfa.o c_sfwrld.o
ar vru ../libNGlluC.a c_sfgetc.o c_sfgeti.o c_sfgetp.o c_sfgetr.o c_sfnorm.o c_sfsetc.o 	c_sfseti.o c_sfsetp.o c_sfsetr.o c_sfsgfa.o c_sfwrld.o
a - c_sfgetc.o
a - c_sfgeti.o
a - c_sfgetp.o
a - c_sfgetr.o
a - c_sfnorm.o
a - c_sfsetc.o
a - c_sfseti.o
a - c_sfsetp.o
a - c_sfsetr.o
a - c_sfsgfa.o
a - c_sfwrld.o
a - c_sfgetc.o
a - c_sfgeti.o
a - c_sfgetp.o
a - c_sfgetr.o
a - c_sfnorm.o
a - c_sfsetc.o
a - c_sfseti.o
a - c_sfsetp.o
a - c_sfsetr.o
a - c_sfsgfa.o
a - c_sfwrld.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making ./ncarg2d/src/libncarg/sppsC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_clsgks.o c_clsgks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_curve.o c_curve.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_fl2int.o c_fl2int.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_frame.o c_frame.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_frstpt.o c_frstpt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_getset.o c_getset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_getusv.o c_getusv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_line.o c_line.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_frame.c:14:
c_frame.c: In function ‘c_frame’:
c_frame.c:18:13: warning: implicit declaration of function ‘frame_’ [-Wimplicit-function-declaration]
     NGCALLF(frame,FRAME)();
             ^
../../../.././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_clsgks.c:14:
c_clsgks.c: In function ‘c_clsgks’:
c_clsgks.c:18:13: warning: implicit declaration of function ‘clsgks_’ [-Wimplicit-function-declaration]
     NGCALLF(clsgks,CLSGKS)();
             ^
../../../.././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_getusv.c:14:
c_getusv.c: In function ‘c_getusv’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_getusv.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(vn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_getusv.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(vn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_getusv.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(vn);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_opngks.o c_opngks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_plotif.o c_plotif.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_point.o c_point.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_points.o c_points.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_set.o c_set.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_setusv.o c_setusv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_sflush.o c_sflush.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vector.o c_vector.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_opngks.c:14:
c_opngks.c: In function ‘c_opngks’:
c_opngks.c:18:13: warning: implicit declaration of function ‘opngks_’ [-Wimplicit-function-declaration]
     NGCALLF(opngks,OPNGKS)();
             ^
../../../.././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_setusv.c:14:
c_setusv.c: In function ‘c_setusv’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_setusv.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(vn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_setusv.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(vn);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_setusv.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(vn);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wtstr.o c_wtstr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_plotit.o c_plotit.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pwrit.o c_pwrit.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_sflush.c:14:
c_sflush.c: In function ‘c_sflush’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cfux.o c_cfux.c
c_sflush.c:18:13: warning: implicit declaration of function ‘sflush_’ [-Wimplicit-function-declaration]
     NGCALLF(sflush,SFLUSH)();
             ^
../../../.././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_cfuy.o c_cfuy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cmfx.o c_cmfx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cmfy.o c_cmfy.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wtstr.c:14:
c_wtstr.c: In function ‘c_wtstr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wtstr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wtstr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wtstr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cufx.o c_cufx.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pwrit.c:14:
c_pwrit.c: In function ‘c_pwrit’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cufy.o c_cufy.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrit.c:46:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrit.c:46:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ch);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrit.c:46:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(ch);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpux.o c_cpux.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpuy.o c_cpuy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpfx.o c_cpfx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cpfy.o c_cpfy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cmux.o c_cmux.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_cmuy.o c_cmuy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kfpx.o c_kfpx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kfpy.o c_kfpy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kfmx.o c_kfmx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kfmy.o c_kfmy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kupx.o c_kupx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kupy.o c_kupy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kumx.o c_kumx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kumy.o c_kumy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kpmx.o c_kpmx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kpmy.o c_kpmy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kmpx.o c_kmpx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_kmpy.o c_kmpy.c
ar vru ../libncarg.a c_clsgks.o c_curve.o c_fl2int.o c_frame.o c_frstpt.o c_getset.o 	c_getusv.o c_line.o c_opngks.o c_plotif.o c_point.o c_points.o c_set.o 	c_setusv.o c_sflush.o c_vector.o c_wtstr.o c_plotit.o c_pwrit.o c_cfux.o 	c_cfuy.o c_cmfx.o c_cmfy.o c_cufx.o c_cufy.o c_cpux.o c_cpuy.o c_cpfx.o 	c_cpfy.o c_cmux.o c_cmuy.o c_kfpx.o c_kfpy.o c_kfmx.o c_kfmy.o c_kupx.o 	c_kupy.o c_kumx.o c_kumy.o c_kpmx.o c_kpmy.o c_kmpx.o c_kmpy.o
ar vru ../libNGlluC.a c_clsgks.o c_curve.o c_fl2int.o c_frame.o c_frstpt.o c_getset.o 	c_getusv.o c_line.o c_opngks.o c_plotif.o c_point.o c_points.o c_set.o 	c_setusv.o c_sflush.o c_vector.o c_wtstr.o c_plotit.o c_pwrit.o c_cfux.o 	c_cfuy.o c_cmfx.o c_cmfy.o c_cufx.o c_cufy.o c_cpux.o c_cpuy.o c_cpfx.o 	c_cpfy.o c_cmux.o c_cmuy.o c_kfpx.o c_kfpy.o c_kfmx.o c_kfmy.o c_kupx.o 	c_kupy.o c_kumx.o c_kumy.o c_kpmx.o c_kpmy.o c_kmpx.o c_kmpy.o
a - c_clsgks.o
a - c_curve.o
a - c_fl2int.o
a - c_frame.o
a - c_frstpt.o
a - c_getset.o
a - c_getusv.o
a - c_line.o
a - c_opngks.o
a - c_plotif.o
a - c_point.o
a - c_points.o
a - c_set.o
a - c_setusv.o
a - c_sflush.o
a - c_vector.o
a - c_wtstr.o
a - c_plotit.o
a - c_pwrit.o
a - c_cfux.o
a - c_cfuy.o
a - c_cmfx.o
a - c_cmfy.o
a - c_cufx.o
a - c_cufy.o
a - c_cpux.o
a - c_cpuy.o
a - c_cpfx.o
a - c_cpfy.o
a - c_cmux.o
a - c_cmuy.o
a - c_kfpx.o
a - c_kfpy.o
a - c_kfmx.o
a - c_kfmy.o
a - c_kupx.o
a - c_kupy.o
a - c_kumx.o
a - c_kumy.o
a - c_kpmx.o
a - c_kpmy.o
a - c_kmpx.o
a - c_kmpy.o
a - c_clsgks.o
a - c_curve.o
a - c_fl2int.o
a - c_frame.o
a - c_frstpt.o
a - c_getset.o
a - c_getusv.o
a - c_line.o
a - c_opngks.o
a - c_plotif.o
a - c_point.o
a - c_points.o
a - c_set.o
a - c_setusv.o
a - c_sflush.o
a - c_vector.o
a - c_wtstr.o
a - c_plotit.o
a - c_pwrit.o
a - c_cfux.o
a - c_cfuy.o
a - c_cmfx.o
a - c_cmfy.o
a - c_cufx.o
a - c_cufy.o
a - c_cpux.o
a - c_cpuy.o
a - c_cpfx.o
a - c_cpfy.o
a - c_cmux.o
a - c_cmuy.o
a - c_kfpx.o
a - c_kfpy.o
a - c_kfmx.o
a - c_kfmy.o
a - c_kupx.o
a - c_kupy.o
a - c_kumx.o
a - c_kumy.o
a - c_kpmx.o
a - c_kpmy.o
a - c_kmpx.o
a - c_kmpy.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making ./ncarg2d/src/libncarg/srfaceC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezsrfc.o c_ezsrfc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_srface.o c_srface.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_trn32s.o c_trn32s.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pwrzs.o c_pwrzs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_setr.o c_setr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pwrzs.c:14:
c_pwrzs.c: In function ‘c_pwrzs’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrzs.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_pwrzs.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_pwrzs.c:47:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(id);
           ^~~~~~~~
ar vru ../libncarg.a c_ezsrfc.o c_srface.o c_trn32s.o c_pwrzs.o c_setr.o
ar vru ../libNGlluC.a c_ezsrfc.o c_srface.o c_trn32s.o c_pwrzs.o c_setr.o
a - c_ezsrfc.o
a - c_srface.o
a - c_trn32s.o
a - c_pwrzs.o
a - c_setr.o
a - c_ezsrfc.o
a - c_srface.o
a - c_trn32s.o
a - c_pwrzs.o
a - c_setr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making ./ncarg2d/src/libncarg/stitleC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_stitle.o c_stitle.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ftitle.o c_ftitle.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_slogap.o c_slogap.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_slrset.o c_slrset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_slseti.o c_slseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_slsetr.o c_slsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_slgeti.o c_slgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_slgetr.o c_slgetr.c
c_stitle.c: In function ‘c_stitle’:
c_stitle.c:49:14: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
     maxlen = strlen(crds[0]);
              ^~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_slrset.c:14:
c_slrset.c: In function ‘c_slrset’:
c_stitle.c:49:14: warning: incompatible implicit declaration of built-in function ‘strlen’
c_stitle.c:49:14: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
c_slrset.c:18:13: warning: implicit declaration of function ‘slrset_’ [-Wimplicit-function-declaration]
     NGCALLF(slrset,SLRSET)();
             ^
../../../.././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_slgeti.c:14:
c_slgeti.c: In function ‘c_slgeti’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_slseti.c:14:
c_slseti.c: In function ‘c_slseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_slgetr.c:14:
c_slgetr.c: In function ‘c_slgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slgetr.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_slsetr.c:14:
c_slsetr.c: In function ‘c_slsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_slsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(pa);
           ^~~~~~~~
ar vru ../libncarg.a c_stitle.o c_ftitle.o c_slogap.o c_slrset.o c_slseti.o c_slsetr.o 	c_slgeti.o c_slgetr.o
ar vru ../libNGlluC.a c_stitle.o c_ftitle.o c_slogap.o c_slrset.o c_slseti.o c_slsetr.o 	c_slgeti.o c_slgetr.o
a - c_stitle.o
a - c_ftitle.o
a - c_slogap.o
a - c_slrset.o
a - c_slseti.o
a - c_slsetr.o
a - c_slgeti.o
a - c_slgetr.o
a - c_stitle.o
a - c_ftitle.o
a - c_slogap.o
a - c_slrset.o
a - c_slseti.o
a - c_slsetr.o
a - c_slgeti.o
a - c_slgetr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making ./ncarg2d/src/libncarg/supportC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_encd.o c_encd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_entsr.o c_entsr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_nerro.o c_nerro.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_eprin.o c_eprin.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_errof.o c_errof.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_msbsf1.o c_msbsf1.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_msbsf2.o c_msbsf2.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_msceez.o c_msceez.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_errof.c:14:
c_errof.c: In function ‘c_errof’:
c_errof.c:18:13: warning: implicit declaration of function ‘errof_’ [-Wimplicit-function-declaration]
     NGCALLF(errof,ERROF)();
             ^
../../../.././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_encd.c:14:
c_encd.c: In function ‘c_encd’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_encd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iout);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_encd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iout);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_encd.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(iout);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_eprin.c:14:
c_eprin.c: In function ‘c_eprin’:
c_eprin.c:18:13: warning: implicit declaration of function ‘eprin_’ [-Wimplicit-function-declaration]
     NGCALLF(eprin,EPRIN)();
             ^
../../../.././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_mskrv1.o c_mskrv1.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mskrv2.o c_mskrv2.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_msntvl.o c_msntvl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_msshch.o c_msshch.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mssrf1.o c_mssrf1.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mssrf2.o c_mssrf2.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_mstrms.o c_mstrms.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_q8qst4.o c_q8qst4.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_retsr.o c_retsr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_semess.o c_semess.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_q8qst4.c:14:
c_q8qst4.c: In function ‘c_q8qst4’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_q8qst4.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     nlen = NGSTRLEN(name);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_q8qst4.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     nlen = NGSTRLEN(name);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_q8qst4.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     nlen = NGSTRLEN(name);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_seter.o c_seter.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_icloem.o c_icloem.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_icfell.o c_icfell.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_idbvip.o c_idbvip.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_idsfft.o c_idsfft.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_icloem.c:14:
c_icloem.c: In function ‘c_icloem’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_icloem.c:36:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_icloem.c:36:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_icloem.c:36:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_icfell.c:14:
c_icfell.c: In function ‘c_icfell’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_icfell.c:31:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_icfell.c:31:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_icfell.c:31:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_seter.c:14:
c_seter.c: In function ‘c_seter’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_seter.c:34:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_seter.c:34:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_seter.c:34:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(messg);
           ^~~~~~~~
ar vru ../libncarg.a c_encd.o c_entsr.o c_nerro.o c_eprin.o c_errof.o c_msbsf1.o 	c_msbsf2.o c_msceez.o c_mskrv1.o c_mskrv2.o c_msntvl.o c_msshch.o 	c_mssrf1.o c_mssrf2.o c_mstrms.o c_q8qst4.o c_retsr.o c_semess.o 	c_seter.o c_icloem.o c_icfell.o c_idbvip.o c_idsfft.o
ar vru ../libNGlluC.a c_encd.o c_entsr.o c_nerro.o c_eprin.o c_errof.o c_msbsf1.o 	c_msbsf2.o c_msceez.o c_mskrv1.o c_mskrv2.o c_msntvl.o c_msshch.o 	c_mssrf1.o c_mssrf2.o c_mstrms.o c_q8qst4.o c_retsr.o c_semess.o 	c_seter.o c_icloem.o c_icfell.o c_idbvip.o c_idsfft.o
a - c_encd.o
a - c_entsr.o
a - c_nerro.o
a - c_eprin.o
a - c_errof.o
a - c_msbsf1.o
a - c_msbsf2.o
a - c_msceez.o
a - c_mskrv1.o
a - c_mskrv2.o
a - c_msntvl.o
a - c_msshch.o
a - c_mssrf1.o
a - c_mssrf2.o
a - c_mstrms.o
a - c_q8qst4.o
a - c_retsr.o
a - c_semess.o
a - c_seter.o
a - c_icloem.o
a - c_icfell.o
a - c_idbvip.o
a - c_idsfft.o
a - c_encd.o
a - c_entsr.o
a - c_nerro.o
a - c_eprin.o
a - c_errof.o
a - c_msbsf1.o
a - c_msbsf2.o
a - c_msceez.o
a - c_mskrv1.o
a - c_mskrv2.o
a - c_msntvl.o
a - c_msshch.o
a - c_mssrf1.o
a - c_mssrf2.o
a - c_mstrms.o
a - c_q8qst4.o
a - c_retsr.o
a - c_semess.o
a - c_seter.o
a - c_icloem.o
a - c_icfell.o
a - c_idbvip.o
a - c_idsfft.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making ./ncarg2d/src/libncarg/strmlnC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezstrm.o c_ezstrm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_stgeti.o c_stgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_stgetr.o c_stgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_stinit.o c_stinit.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_stream.o c_stream.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_strmln.o c_strmln.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_strset.o c_strset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_stseti.o c_stseti.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_stgeti.c:14:
c_stgeti.c: In function ‘c_stgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_stgeti.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_stgeti.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_stgeti.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_stseti.c:14:
c_stseti.c: In function ‘c_stseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_stseti.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_stseti.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_stseti.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_strset.c:14:
c_strset.c: In function ‘c_strset’:
c_strset.c:25:13: warning: implicit declaration of function ‘strset_’ [-Wimplicit-function-declaration]
     NGCALLF(strset,STRSET)();
             ^
../../../.././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_stgetr.c:14:
c_stgetr.c: In function ‘c_stgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_stgetr.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_stgetr.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_stgetr.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_stsetr.o c_stsetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_stsetr.c:14:
c_stsetr.c: In function ‘c_stsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_stsetr.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_stsetr.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_stsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
ar vru ../libncarg.a c_ezstrm.o c_stgeti.o c_stgetr.o c_stinit.o c_stream.o 	c_strmln.o c_strset.o c_stseti.o c_stsetr.o
ar vru ../libNGlluC.a c_ezstrm.o c_stgeti.o c_stgetr.o c_stinit.o c_stream.o 	c_strmln.o c_strset.o c_stseti.o c_stsetr.o
a - c_ezstrm.o
a - c_stgeti.o
a - c_stgetr.o
a - c_stinit.o
a - c_stream.o
a - c_strmln.o
a - c_strset.o
a - c_stseti.o
a - c_stsetr.o
a - c_ezstrm.o
a - c_stgeti.o
a - c_stgetr.o
a - c_stinit.o
a - c_stream.o
a - c_strmln.o
a - c_strset.o
a - c_stseti.o
a - c_stsetr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making ./ncarg2d/src/libncarg/tdpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdclrs.o c_tdclrs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tddtri.o c_tddtri.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdez2d.o c_tdez2d.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdez3d.o c_tdez3d.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdgeti.o c_tdgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdgetr.o c_tdgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdgrds.o c_tdgrds.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdgrid.o c_tdgrid.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_tdgetr.c:14:
c_tdgetr.c: In function ‘c_tdgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdgetr.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_tdgetr.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_tdgetr.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_tdgeti.c:14:
c_tdgeti.c: In function ‘c_tdgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdgeti.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_tdgtrs.o c_tdgtrs.c
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdgeti.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_tdgeti.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_tdinit.o c_tdinit.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tditri.o c_tditri.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdlbla.o c_tdlbla.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdlbls.o c_tdlbls.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdline.o c_tdline.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdlnpa.o c_tdlnpa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdmtri.o c_tdmtri.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_tdlbls.c:14:
c_tdlbls.c: In function ‘c_tdlbls’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdlbls.c:67:12: note: in expansion of macro ‘NGSTRLEN’
     lounlb=NGSTRLEN(unlb);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdlbls.c:67:12: note: in expansion of macro ‘NGSTRLEN’
     lounlb=NGSTRLEN(unlb);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdlbls.c:67:12: note: in expansion of macro ‘NGSTRLEN’
     lounlb=NGSTRLEN(unlb);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_tdlbla.c:14:
c_tdlbla.c: In function ‘c_tdlbla’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdlbla.c:47:12: note: in expansion of macro ‘NGSTRLEN’
     loilbl=NGSTRLEN(ilbl);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdlbla.c:47:12: note: in expansion of macro ‘NGSTRLEN’
     loilbl=NGSTRLEN(ilbl);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdlbla.c:47:12: note: in expansion of macro ‘NGSTRLEN’
     loilbl=NGSTRLEN(ilbl);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdotri.o c_tdotri.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdpara.o c_tdpara.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdplch.o c_tdplch.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdprpa.o c_tdprpa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdprpi.o c_tdprpi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdprpt.o c_tdprpt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdseti.o c_tdseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdsetr.o c_tdsetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdsort.o c_tdsort.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_tdseti.c:14:
c_tdseti.c: In function ‘c_tdseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdseti.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_tdseti.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_tdseti.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_tdsetr.c:14:
c_tdsetr.c: In function ‘c_tdsetr’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdstri.o c_tdstri.c
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdsetr.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_tdsetr.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_tdsetr.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_tdplch.c:14:
c_tdplch.c: In function ‘c_tdplch’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_tdplch.c:41:12: note: in expansion of macro ‘NGSTRLEN’
     lochrs=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_tdplch.c:41:12: note: in expansion of macro ‘NGSTRLEN’
     lochrs=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_tdplch.c:41:12: note: in expansion of macro ‘NGSTRLEN’
     lochrs=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_tdstrs.o c_tdstrs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdctri.o c_tdctri.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdlndp.o c_tdlndp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdlpdp.o c_tdlpdp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdcurv.o c_tdcurv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tdcudp.o c_tdcudp.c
ar vru ../libncarg.a c_tdclrs.o c_tddtri.o c_tdez2d.o c_tdez3d.o c_tdgeti.o c_tdgetr.o 	c_tdgrds.o c_tdgrid.o c_tdgtrs.o c_tdinit.o c_tditri.o c_tdlbla.o 	c_tdlbls.o c_tdline.o c_tdlnpa.o c_tdmtri.o c_tdotri.o c_tdpara.o 	c_tdplch.o c_tdprpa.o c_tdprpi.o c_tdprpt.o c_tdseti.o c_tdsetr.o 	c_tdsort.o c_tdstri.o c_tdstrs.o c_tdctri.o c_tdlndp.o c_tdlpdp.o 	c_tdcurv.o c_tdcudp.o
ar vru ../libNGmisc.a c_tdclrs.o c_tddtri.o c_tdez2d.o c_tdez3d.o c_tdgeti.o c_tdgetr.o 	c_tdgrds.o c_tdgrid.o c_tdgtrs.o c_tdinit.o c_tditri.o c_tdlbla.o 	c_tdlbls.o c_tdline.o c_tdlnpa.o c_tdmtri.o c_tdotri.o c_tdpara.o 	c_tdplch.o c_tdprpa.o c_tdprpi.o c_tdprpt.o c_tdseti.o c_tdsetr.o 	c_tdsort.o c_tdstri.o c_tdstrs.o c_tdctri.o c_tdlndp.o c_tdlpdp.o 	c_tdcurv.o c_tdcudp.o
a - c_tdclrs.o
a - c_tddtri.o
a - c_tdez2d.o
a - c_tdez3d.o
a - c_tdgeti.o
a - c_tdgetr.o
a - c_tdgrds.o
a - c_tdgrid.o
a - c_tdgtrs.o
a - c_tdinit.o
a - c_tditri.o
a - c_tdlbla.o
a - c_tdlbls.o
a - c_tdline.o
a - c_tdlnpa.o
a - c_tdmtri.o
a - c_tdotri.o
a - c_tdpara.o
a - c_tdplch.o
a - c_tdprpa.o
a - c_tdprpi.o
a - c_tdprpt.o
a - c_tdseti.o
a - c_tdsetr.o
a - c_tdsort.o
a - c_tdstri.o
a - c_tdstrs.o
a - c_tdctri.o
a - c_tdlndp.o
a - c_tdlpdp.o
a - c_tdcurv.o
a - c_tdcudp.o
a - c_tdclrs.o
a - c_tddtri.o
a - c_tdez2d.o
a - c_tdez3d.o
a - c_tdgeti.o
a - c_tdgetr.o
a - c_tdgrds.o
a - c_tdgrid.o
a - c_tdgtrs.o
a - c_tdinit.o
a - c_tditri.o
a - c_tdlbla.o
a - c_tdlbls.o
a - c_tdline.o
a - c_tdlnpa.o
a - c_tdmtri.o
a - c_tdotri.o
a - c_tdpara.o
a - c_tdplch.o
a - c_tdprpa.o
a - c_tdprpi.o
a - c_tdprpt.o
a - c_tdseti.o
a - c_tdsetr.o
a - c_tdsort.o
a - c_tdstri.o
a - c_tdstrs.o
a - c_tdctri.o
a - c_tdlndp.o
a - c_tdlpdp.o
a - c_tdcurv.o
a - c_tdcudp.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making ./ncarg2d/src/libncarg/threedC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_set3.o c_set3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_curve3.o c_curve3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_line3.o c_line3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_frst3.o c_frst3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vect3.o c_vect3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_point3.o c_point3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_perim3.o c_perim3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_tick43.o c_tick43.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_fence3.o c_fence3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_pwrzt.o c_pwrzt.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_pwrzt.c:14:
c_pwrzt.c: In function ‘c_pwrzt’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_pwrzt.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_pwrzt.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_pwrzt.c:47:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(id);
           ^~~~~~~~
ar vru ../libncarg.a c_set3.o c_curve3.o c_line3.o c_frst3.o c_vect3.o c_point3.o 	c_perim3.o c_tick43.o c_fence3.o c_pwrzt.o
ar vru ../libNGlluC.a c_set3.o c_curve3.o c_line3.o c_frst3.o c_vect3.o c_point3.o 	c_perim3.o c_tick43.o c_fence3.o c_pwrzt.o
a - c_set3.o
a - c_curve3.o
a - c_line3.o
a - c_frst3.o
a - c_vect3.o
a - c_point3.o
a - c_perim3.o
a - c_tick43.o
a - c_fence3.o
a - c_pwrzt.o
a - c_set3.o
a - c_curve3.o
a - c_line3.o
a - c_frst3.o
a - c_vect3.o
a - c_point3.o
a - c_perim3.o
a - c_tick43.o
a - c_fence3.o
a - c_pwrzt.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making ./ncarg2d/src/libncarg/velvctC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_ezvec.o c_ezvec.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_velvct.o c_velvct.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_velvec.o c_velvec.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvectr.o c_vvectr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvgetc.o c_vvgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvgeti.o c_vvgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvgetr.o c_vvgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvinit.o c_vvinit.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_vvgeti.c:14:
c_vvgeti.c: In function ‘c_vvgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_vvgeti.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_vvgeti.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_vvgeti.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_vvgetc.c:14:
c_vvgetc.c: In function ‘c_vvgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_vvgetc.c:52: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_vvgetc.c:52: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_vvgetc.c:52: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_vvgetr.c:14:
c_vvgetr.c: In function ‘c_vvgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_vvgetr.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_vvgetr.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_vvgetr.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_vvrset.o c_vvrset.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvsetc.o c_vvsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvseti.o c_vvseti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_vvsetr.o c_vvsetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_vvrset.c:14:
c_vvrset.c: In function ‘c_vvrset’:
c_vvrset.c:25:13: warning: implicit declaration of function ‘vvrset_’ [-Wimplicit-function-declaration]
     NGCALLF(vvrset,VVRSET)();
             ^
../../../.././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_vvsetc.c:14:
c_vvsetc.c: In function ‘c_vvsetc’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_vvsetr.c:14:
c_vvsetr.c: In function ‘c_vvsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_vvsetc.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_vvsetc.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_vvsetc.c:40: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_vvsetr.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_vvsetr.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_vvsetr.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_vvseti.c:14:
c_vvseti.c: In function ‘c_vvseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_vvseti.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_vvseti.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_vvseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(whch);
           ^~~~~~~~
ar vru ../libncarg.a c_ezvec.o c_velvct.o c_velvec.o c_vvectr.o c_vvgetc.o c_vvgeti.o 	c_vvgetr.o c_vvinit.o c_vvrset.o c_vvsetc.o c_vvseti.o c_vvsetr.o
ar vru ../libNGlluC.a c_ezvec.o c_velvct.o c_velvec.o c_vvectr.o c_vvgetc.o c_vvgeti.o 	c_vvgetr.o c_vvinit.o c_vvrset.o c_vvsetc.o c_vvseti.o c_vvsetr.o
a - c_ezvec.o
a - c_velvct.o
a - c_velvec.o
a - c_vvectr.o
a - c_vvgetc.o
a - c_vvgeti.o
a - c_vvgetr.o
a - c_vvinit.o
a - c_vvrset.o
a - c_vvsetc.o
a - c_vvseti.o
a - c_vvsetr.o
a - c_ezvec.o
a - c_velvct.o
a - c_velvec.o
a - c_vvectr.o
a - c_vvgetc.o
a - c_vvgeti.o
a - c_vvgetr.o
a - c_vvinit.o
a - c_vvrset.o
a - c_vvsetc.o
a - c_vvseti.o
a - c_vvsetr.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making ./ncarg2d/src/libncarg/wmapC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmbarb.o c_wmbarb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmdflt.o c_wmdflt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmdrft.o c_wmdrft.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmdrrg.o c_wmdrrg.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmgetc.o c_wmgetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmgeti.o c_wmgeti.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmgetr.o c_wmgetr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmgtln.o c_wmgtln.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmgetc.c:14:
c_wmgetc.c: In function ‘c_wmgetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgetc.c:51:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmdrrg.c:14:
c_wmdrrg.c: In function ‘c_wmdrrg’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmdrrg.c:43:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(itype);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmdrrg.c:43:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(itype);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmdrrg.c:43:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(itype);
        ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmgtln.c:14:
c_wmgtln.c: In function ‘c_wmgtln’:
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmdflt.c:14:
c_wmdflt.c: In function ‘c_wmdflt’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgtln.c:33: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_wmgtln.c:33: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_wmgtln.c:33:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(lab);
           ^~~~~~~~
c_wmdflt.c:18:13: warning: implicit declaration of function ‘wmdflt_’ [-Wimplicit-function-declaration]
     NGCALLF(wmdflt,WMDFLT)();
             ^
../../../.././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_wmgeti.c:14:
c_wmgeti.c: In function ‘c_wmgeti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgeti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmgetr.c:14:
c_wmgetr.c: In function ‘c_wmgetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmgetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmlabc.o c_wmlabc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmlabs.o c_wmlabs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmlabt.o c_wmlabt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmlabw.o c_wmlabw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmlgnd.o c_wmlgnd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmrgwt.o c_wmrgwt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmsetc.o c_wmsetc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmseti.o c_wmseti.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmlabs.c:14:
c_wmlabs.c: In function ‘c_wmlabs’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabs.c:35:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(symtyp);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabs.c:35:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(symtyp);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabs.c:35:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(symtyp);
        ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmlabc.c:14:
c_wmlabc.c: In function ‘c_wmlabc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabc.c:38:9: note: in expansion of macro ‘NGSTRLEN’
  len1 = NGSTRLEN(city);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabc.c:38:9: note: in expansion of macro ‘NGSTRLEN’
  len1 = NGSTRLEN(city);
         ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabc.c:38:9: note: in expansion of macro ‘NGSTRLEN’
  len1 = NGSTRLEN(city);
         ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmlabt.c:14:
c_wmlabt.c: In function ‘c_wmlabt’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabt.c:37:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(label);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabt.c:37:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(label);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabt.c:37:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(label);
        ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmlabw.c:14:
c_wmlabw.c: In function ‘c_wmlabw’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabw.c:35:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(label);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabw.c:35:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(label);
        ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmlabw.c:35:8: note: in expansion of macro ‘NGSTRLEN’
  len = NGSTRLEN(label);
        ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmsetr.o c_wmsetr.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmseti.c:14:
c_wmseti.c: In function ‘c_wmseti’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmseti.c:39:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmstnm.o c_wmstnm.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmsetc.c:14:
c_wmsetc.c: In function ‘c_wmsetc’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmsetc.c:40:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(cnp);
            ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmw2nx.o c_wmw2nx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmw2ny.o c_wmw2ny.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmvect.o c_wmvect.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmvlbl.o c_wmvlbl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o c_wmvmap.o c_wmvmap.c
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmsetr.c:14:
c_wmsetr.c: In function ‘c_wmsetr’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmsetr.c:40:11: note: in expansion of macro ‘NGSTRLEN’
     len = NGSTRLEN(cnp);
           ^~~~~~~~
In file included from ../../../.././include/ncarg/gks.h:19:0,
                 from ../../../.././include/ncarg/ncargC.h:18,
                 from c_wmstnm.c:14:
c_wmstnm.c: In function ‘c_wmstnm’:
../../../.././include/ncarg/c.h:65:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmstnm.c:34:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(imdat);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: warning: incompatible implicit declaration of built-in function ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmstnm.c:34:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(imdat);
            ^~~~~~~~
../../../.././include/ncarg/c.h:65:37: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
 #define NGSTRLEN(cstr)      ((cstr)?strlen(cstr):0)
                                     ^
c_wmstnm.c:34:12: note: in expansion of macro ‘NGSTRLEN’
     len1 = NGSTRLEN(imdat);
            ^~~~~~~~
ar vru ../libncarg.a c_wmbarb.o c_wmdflt.o c_wmdrft.o c_wmdrrg.o c_wmgetc.o c_wmgeti.o 	c_wmgetr.o c_wmgtln.o c_wmlabc.o c_wmlabs.o c_wmlabt.o c_wmlabw.o 	c_wmlgnd.o c_wmrgwt.o c_wmsetc.o c_wmseti.o c_wmsetr.o c_wmstnm.o 	c_wmw2nx.o c_wmw2ny.o c_wmvect.o c_wmvlbl.o c_wmvmap.o
ar vru ../libNGlluC.a c_wmbarb.o c_wmdflt.o c_wmdrft.o c_wmdrrg.o c_wmgetc.o c_wmgeti.o 	c_wmgetr.o c_wmgtln.o c_wmlabc.o c_wmlabs.o c_wmlabt.o c_wmlabw.o 	c_wmlgnd.o c_wmrgwt.o c_wmsetc.o c_wmseti.o c_wmsetr.o c_wmstnm.o 	c_wmw2nx.o c_wmw2ny.o c_wmvect.o c_wmvlbl.o c_wmvmap.o
a - c_wmbarb.o
a - c_wmdflt.o
a - c_wmdrft.o
a - c_wmdrrg.o
a - c_wmgetc.o
a - c_wmgeti.o
a - c_wmgetr.o
a - c_wmgtln.o
a - c_wmlabc.o
a - c_wmlabs.o
a - c_wmlabt.o
a - c_wmlabw.o
a - c_wmlgnd.o
a - c_wmrgwt.o
a - c_wmsetc.o
a - c_wmseti.o
a - c_wmsetr.o
a - c_wmstnm.o
a - c_wmw2nx.o
a - c_wmw2ny.o
a - c_wmvect.o
a - c_wmvlbl.o
a - c_wmvmap.o
a - c_wmbarb.o
a - c_wmdflt.o
a - c_wmdrft.o
a - c_wmdrrg.o
a - c_wmgetc.o
a - c_wmgeti.o
a - c_wmgetr.o
a - c_wmgtln.o
a - c_wmlabc.o
a - c_wmlabs.o
a - c_wmlabt.o
a - c_wmlabw.o
a - c_wmlgnd.o
a - c_wmrgwt.o
a - c_wmsetc.o
a - c_wmseti.o
a - c_wmsetr.o
a - c_wmstnm.o
a - c_wmw2nx.o
a - c_wmw2ny.o
a - c_wmvect.o
a - c_wmvlbl.o
a - c_wmvmap.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
Continuing in ./ncarg2d/src/libncarg
ranlib libncarg.a
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making ./ncarg2d/src/libncarg_gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making in awi bwi wiss cdrivers awiC First...
Making ./ncarg2d/src/libncarg_gks/awi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
gcc -ansi -fPIC -fopenmp -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 ggkwdr_stub.o ggkwdr_stub.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gactm.o gactm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gacwk.o gacwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gaspar.o gaspar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gatelm.o gatelm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gca.o gca.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gcelcd.o gcelcd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gceldc.o gceldc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gceldr.o gceldr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gclks.o gclks.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gclrwk.o gclrwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gclsg.o gclsg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gclwk.o gclwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gcrsg.o gcrsg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gcsgwk.o gcsgwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gdawk.o gdawk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gdsg.o gdsg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o geclks.o geclks.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gelms.o gelms.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o genneg.o genneg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gerhnd.o gerhnd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gerlog.o gerlog.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gesc.o gesc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gescfn.o gescfn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gevtm.o gevtm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gfa.o gfa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gfilat.o gfilat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ggdp.o ggdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ggtitm.o ggtitm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o giitm.o giitm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ginst.o ginst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gksbd.o gksbd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gmarat.o gmarat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gninst.o gninst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gnpart.o gnpart.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gopdec.o gopdec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gopks.o gopks.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gopwk.o gopwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gpl.o gpl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gpm.o gpm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gpolat.o gpolat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gprec.o gprec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gputpt.o gputpt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqacwk.o gqacwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqasf.o gqasf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqcf.o gqcf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqchb.o gqchb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqchh.o gqchh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqchsp.o gqchsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqchup.o gqchup.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqchw.o gqchw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqchxp.o gqchxp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqclip.o gqclip.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqcntn.o gqcntn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqcr.o gqcr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqdsp.o gqdsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqeci.o gqeci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqegdp.o gqegdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqentn.o gqentn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqewk.o gqewk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqfaci.o gqfaci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqfaf.o gqfaf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqfai.o gqfai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqfais.o gqfais.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqfasi.o gqfasi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqgdp.o gqgdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqln.o gqln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqlvks.o gqlvks.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqlwk.o gqlwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqlwsc.o gqlwsc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqmk.o gqmk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqmksc.o gqmksc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqmntn.o gqmntn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqnt.o gqnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqops.o gqops.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqopsg.o gqopsg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqopwk.o gqopwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpa.o gqpa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpaf.o gqpaf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqparf.o gqparf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpcr.o gqpcr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpfar.o gqpfar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqplci.o gqplci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqplf.o gqplf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpli.o gqpli.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpmci.o gqpmci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpmf.o gqpmf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpmi.o gqpmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqppar.o gqppar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpplr.o gqpplr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqppmr.o gqppmr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqptxr.o gqptxr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpx.o gqpx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpxa.o gqpxa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqpxad.o gqpxad.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqsgus.o gqsgus.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqtxal.o gqtxal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqtxci.o gqtxci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqtxf.o gqtxf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqtxfp.o gqtxfp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqtxi.o gqtxi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqtxp.o gqtxp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqtxx.o gqtxx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqwkc.o gqwkc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqwkca.o gqwkca.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqwkcl.o gqwkcl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqwkdu.o gqwkdu.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqwks.o gqwks.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gqwkt.o gqwkt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o grditm.o grditm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o grqst.o grqst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsasf.o gsasf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gschh.o gschh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gschsp.o gschsp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gschup.o gschup.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gschxp.o gschxp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsclip.o gsclip.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gscr.o gscr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsegdt.o gsegdt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsegrd.o gsegrd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gselnt.o gselnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsfaci.o gsfaci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsfai.o gsfai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsfais.o gsfais.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsfasi.o gsfasi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gskpop.o gskpop.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsln.o gsln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gslwsc.o gslwsc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsmk.o gsmk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsmksc.o gsmksc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gspa.o gspa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsparf.o gsparf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsplci.o gsplci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gspli.o gspli.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gspmci.o gspmci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gspmi.o gspmi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gssgt.o gssgt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsstm.o gsstm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gstxal.o gstxal.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gstxci.o gstxci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gstxfp.o gstxfp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gstxi.o gstxi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gstxp.o gstxp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gsvp.o gsvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gswkvp.o gswkvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gswkwn.o gswkwn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gswn.o gswn.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 gtx.o gtx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtxdrw.o gtxdrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtxtat.o gtxtat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gurec.o gurec.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o guwk.o guwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwitm.o gwitm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gxlate.o gxlate.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gxmdef.o gxmdef.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gxopdf.o gxopdf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzckst.o gzckst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzckwk.o gzckwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzclli.o gzclli.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzclpo.o gzclpo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzcpwk.o gzcpwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzfmwk.o gzfmwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzgte1.o gzgte1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzgte2.o gzgte2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzines.o gzines.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzinsl.o gzinsl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gziqwk.o gziqwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzn2wx.o gzn2wx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzn2wy.o gzn2wy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzname.o gzname.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gznume.o gznume.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzputr.o gzputr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzputs.o gzputs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzreop.o gzreop.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzroi.o gzroi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzsrat.o gzsrat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzusat.o gzusat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gztowk.o gztowk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzw2gk.o gzw2gk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzw2nx.o gzw2nx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzw2ny.o gzw2ny.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzxid.o gzxid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzacwk.o gzacwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzclwk.o gzclwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzclrwk.o gzclrwk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzdawk.o gzdawk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gzopwk.o gzopwk.f
ar vru ../libncarg_gks.a gactm.o   gacwk.o   gaspar.o  gatelm.o  gca.o     gcelcd.o  gceldc.o  gceldr.o  gclks.o   gclrwk.o  gclsg.o   gclwk.o   gcrsg.o   gcsgwk.o  gdawk.o   gdsg.o    geclks.o  gelms.o   genneg.o  gerhnd.o  gerlog.o  gesc.o    gescfn.o  gevtm.o   gfa.o     gfilat.o  ggdp.o    ggtitm.o  giitm.o   ginst.o   gksbd.o   gmarat.o  gninst.o  gnpart.o  gopdec.o  gopks.o   gopwk.o   gpl.o     gpm.o     gpolat.o  gprec.o   gputpt.o  gqacwk.o  gqasf.o   gqcf.o    gqchb.o   gqchh.o   gqchsp.o  gqchup.o  gqchw.o   gqchxp.o  gqclip.o  gqcntn.o  gqcr.o    gqdsp.o   gqeci.o   gqegdp.o  gqentn.o  gqewk.o   gqfaci.o  gqfaf.o   gqfai.o   gqfais.o  gqfasi.o  gqgdp.o   gqln.o    gqlvks.o  gqlwk.o   gqlwsc.o  gqmk.o    gqmksc.o  gqmntn.o  gqnt.o    gqops.o   gqopsg.o  gqopwk.o  gqpa.o    gqpaf.o   gqparf.o  gqpcr.o   gqpfar.o  gqplci.o  gqplf.o   gqpli.o   gqpmci.o  gqpmf.o   gqpmi.o   gqppar.o  gqpplr.o  gqppmr.o  gqptxr.o  gqpx.o    gqpxa.o   gqpxad.o  gqsgus.o  gqtxal.o  gqtxci.o  gqtxf.o   gqtxfp.o  gqtxi.o   gqtxp.o   gqtxx.o   gqwkc.o   gqwkca.o  gqwkcl.o  gqwkdu.o  gqwks.o   gqwkt.o   grditm.o  grqst.o   gsasf.o   gschh.o   gschsp.o  gschup.o  gschxp.o  gsclip.o  gscr.o    gsegdt.o  gsegrd.o  gselnt.o  gsfaci.o  gsfai.o   gsfais.o  gsfasi.o  gskpop.o  gsln.o    gslwsc.o  gsmk.o    gsmksc.o  gspa.o    gsparf.o  gsplci.o  gspli.o   gspmci.o  gspmi.o   gssgt.o   gsstm.o   gstxal.o  gstxci.o  gstxfp.o  gstxi.o   gstxp.o   gsvp.o    gswkvp.o  gswkwn.o  gswn.o    gtflt.o   gtx.o     gtxdrw.o  gtxtat.o  gurec.o   guwk.o    gwitm.o   gxlate.o  gxmdef.o  gxopdf.o  gzckst.o  gzckwk.o  gzclli.o  gzclpo.o  gzcpwk.o  gzfmwk.o  gzgte1.o  gzgte2.o  gzines.o  gzinsl.o  gziqwk.o  gzn2wx.o  gzn2wy.o  gzname.o  gznume.o  gzputr.o  gzputs.o  gzreop.o  gzroi.o   gzsrat.o  gzusat.o  gztowk.o  gzw2gk.o  gzw2nx.o  gzw2ny.o  gzxid.o   gzacwk.o  gzclwk.o  gzclrwk.o gzdawk.o  gzopwk.o
ar vru ../libbasegks.a gactm.o   gacwk.o   gaspar.o  gatelm.o  gca.o     gcelcd.o  gceldc.o  gceldr.o  gclks.o   gclrwk.o  gclsg.o   gclwk.o   gcrsg.o   gcsgwk.o  gdawk.o   gdsg.o    geclks.o  gelms.o   genneg.o  gerhnd.o  gerlog.o  gesc.o    gescfn.o  gevtm.o   gfa.o     gfilat.o  ggdp.o    ggtitm.o  giitm.o   ginst.o   gksbd.o   gmarat.o  gninst.o  gnpart.o  gopdec.o  gopks.o   gopwk.o   gpl.o     gpm.o     gpolat.o  gprec.o   gputpt.o  gqacwk.o  gqasf.o   gqcf.o    gqchb.o   gqchh.o   gqchsp.o  gqchup.o  gqchw.o   gqchxp.o  gqclip.o  gqcntn.o  gqcr.o    gqdsp.o   gqeci.o   gqegdp.o  gqentn.o  gqewk.o   gqfaci.o  gqfaf.o   gqfai.o   gqfais.o  gqfasi.o  gqgdp.o   gqln.o    gqlvks.o  gqlwk.o   gqlwsc.o  gqmk.o    gqmksc.o  gqmntn.o  gqnt.o    gqops.o   gqopsg.o  gqopwk.o  gqpa.o    gqpaf.o   gqparf.o  gqpcr.o   gqpfar.o  gqplci.o  gqplf.o   gqpli.o   gqpmci.o  gqpmf.o   gqpmi.o   gqppar.o  gqpplr.o  gqppmr.o  gqptxr.o  gqpx.o    gqpxa.o   gqpxad.o  gqsgus.o  gqtxal.o  gqtxci.o  gqtxf.o   gqtxfp.o  gqtxi.o   gqtxp.o   gqtxx.o   gqwkc.o   gqwkca.o  gqwkcl.o  gqwkdu.o  gqwks.o   gqwkt.o   grditm.o  grqst.o   gsasf.o   gschh.o   gschsp.o  gschup.o  gschxp.o  gsclip.o  gscr.o    gsegdt.o  gsegrd.o  gselnt.o  gsfaci.o  gsfai.o   gsfais.o  gsfasi.o  gskpop.o  gsln.o    gslwsc.o  gsmk.o    gsmksc.o  gspa.o    gsparf.o  gsplci.o  gspli.o   gspmci.o  gspmi.o   gssgt.o   gsstm.o   gstxal.o  gstxci.o  gstxfp.o  gstxi.o   gstxp.o   gsvp.o    gswkvp.o  gswkwn.o  gswn.o    gtflt.o   gtx.o     gtxdrw.o  gtxtat.o  gurec.o   guwk.o    gwitm.o   gxlate.o  gxmdef.o  gxopdf.o  gzckst.o  gzckwk.o  gzclli.o  gzclpo.o  gzcpwk.o  gzfmwk.o  gzgte1.o  gzgte2.o  gzines.o  gzinsl.o  gziqwk.o  gzn2wx.o  gzn2wy.o  gzname.o  gznume.o  gzputr.o  gzputs.o  gzreop.o  gzroi.o   gzsrat.o  gzusat.o  gztowk.o  gzw2gk.o  gzw2nx.o  gzw2ny.o  gzxid.o   gzacwk.o  gzclwk.o  gzclrwk.o gzdawk.o  gzopwk.o
ar: creating ../libncarg_gks.a
ar: creating ../libbasegks.a
a - gactm.o
a - gacwk.o
a - gaspar.o
a - gatelm.o
a - gca.o
a - gcelcd.o
a - gceldc.o
a - gceldr.o
a - gclks.o
a - gclrwk.o
a - gclsg.o
a - gclwk.o
a - gcrsg.o
a - gcsgwk.o
a - gdawk.o
a - gdsg.o
a - geclks.o
a - gelms.o
a - genneg.o
a - gerhnd.o
a - gerlog.o
a - gesc.o
a - gescfn.o
a - gevtm.o
a - gfa.o
a - gfilat.o
a - ggdp.o
a - ggtitm.o
a - giitm.o
a - ginst.o
a - gksbd.o
a - gmarat.o
a - gninst.o
a - gnpart.o
a - gopdec.o
a - gopks.o
a - gopwk.o
a - gpl.o
a - gpm.o
a - gpolat.o
a - gprec.o
a - gputpt.o
a - gqacwk.o
a - gqasf.o
a - gqcf.o
a - gqchb.o
a - gqchh.o
a - gqchsp.o
a - gqchup.o
a - gqchw.o
a - gqchxp.o
a - gqclip.o
a - gqcntn.o
a - gqcr.o
a - gqdsp.o
a - gqeci.o
a - gqegdp.o
a - gqentn.o
a - gqewk.o
a - gqfaci.o
a - gqfaf.o
a - gqfai.o
a - gqfais.o
a - gqfasi.o
a - gqgdp.o
a - gqln.o
a - gqlvks.o
a - gqlwk.o
a - gqlwsc.o
a - gqmk.o
a - gqmksc.o
a - gqmntn.o
a - gqnt.o
a - gqops.o
a - gqopsg.o
a - gqopwk.o
a - gqpa.o
a - gqpaf.o
a - gqparf.o
a - gqpcr.o
a - gqpfar.o
a - gqplci.o
a - gqplf.o
a - gqpli.o
a - gqpmci.o
a - gqpmf.o
a - gqpmi.o
a - gqppar.o
a - gqpplr.o
a - gqppmr.o
a - gqptxr.o
a - gqpx.o
a - gqpxa.o
a - gqpxad.o
a - gqsgus.o
a - gqtxal.o
a - gqtxci.o
a - gqtxf.o
a - gqtxfp.o
a - gqtxi.o
a - gqtxp.o
a - gqtxx.o
a - gqwkc.o
a - gqwkca.o
a - gqwkcl.o
a - gqwkdu.o
a - gqwks.o
a - gqwkt.o
a - grditm.o
a - grqst.o
a - gsasf.o
a - gschh.o
a - gschsp.o
a - gschup.o
a - gschxp.o
a - gsclip.o
a - gscr.o
a - gsegdt.o
a - gsegrd.o
a - gselnt.o
a - gsfaci.o
a - gsfai.o
a - gsfais.o
a - gsfasi.o
a - gskpop.o
a - gsln.o
a - gslwsc.o
a - gsmk.o
a - gsmksc.o
a - gspa.o
a - gsparf.o
a - gsplci.o
a - gspli.o
a - gspmci.o
a - gspmi.o
a - gssgt.o
a - gsstm.o
a - gstxal.o
a - gstxci.o
a - gstxfp.o
a - gstxi.o
a - gstxp.o
a - gsvp.o
a - gswkvp.o
a - gswkwn.o
a - gswn.o
a - gtflt.o
a - gtx.o
a - gtxdrw.o
a - gtxtat.o
a - gurec.o
a - guwk.o
a - gwitm.o
a - gxlate.o
a - gxmdef.o
a - gxopdf.o
a - gzckst.o
a - gzckwk.o
a - gzclli.o
a - gzclpo.o
a - gzcpwk.o
a - gzfmwk.o
a - gzgte1.o
a - gzgte2.o
a - gzines.o
a - gzinsl.o
a - gziqwk.o
a - gzn2wx.o
a - gzn2wy.o
a - gzname.o
a - gznume.o
a - gzputr.o
a - gzputs.o
a - gzreop.o
a - gzroi.o
a - gzsrat.o
a - gzusat.o
a - gztowk.o
a - gzw2gk.o
a - gzw2nx.o
a - gzw2ny.o
a - gzxid.o
a - gzacwk.o
a - gzclwk.o
a - gzclrwk.o
a - gzdawk.o
a - gzopwk.o
a - gactm.o
a - gacwk.o
a - gaspar.o
a - gatelm.o
a - gca.o
a - gcelcd.o
a - gceldc.o
a - gceldr.o
a - gclks.o
a - gclrwk.o
a - gclsg.o
a - gclwk.o
a - gcrsg.o
a - gcsgwk.o
a - gdawk.o
a - gdsg.o
a - geclks.o
a - gelms.o
a - genneg.o
a - gerhnd.o
a - gerlog.o
a - gesc.o
a - gescfn.o
a - gevtm.o
a - gfa.o
a - gfilat.o
a - ggdp.o
a - ggtitm.o
a - giitm.o
a - ginst.o
a - gksbd.o
a - gmarat.o
a - gninst.o
a - gnpart.o
a - gopdec.o
a - gopks.o
a - gopwk.o
a - gpl.o
a - gpm.o
a - gpolat.o
a - gprec.o
a - gputpt.o
a - gqacwk.o
a - gqasf.o
a - gqcf.o
a - gqchb.o
a - gqchh.o
a - gqchsp.o
a - gqchup.o
a - gqchw.o
a - gqchxp.o
a - gqclip.o
a - gqcntn.o
a - gqcr.o
a - gqdsp.o
a - gqeci.o
a - gqegdp.o
a - gqentn.o
a - gqewk.o
a - gqfaci.o
a - gqfaf.o
a - gqfai.o
a - gqfais.o
a - gqfasi.o
a - gqgdp.o
a - gqln.o
a - gqlvks.o
a - gqlwk.o
a - gqlwsc.o
a - gqmk.o
a - gqmksc.o
a - gqmntn.o
a - gqnt.o
a - gqops.o
a - gqopsg.o
a - gqopwk.o
a - gqpa.o
a - gqpaf.o
a - gqparf.o
a - gqpcr.o
a - gqpfar.o
a - gqplci.o
a - gqplf.o
a - gqpli.o
a - gqpmci.o
a - gqpmf.o
a - gqpmi.o
a - gqppar.o
a - gqpplr.o
a - gqppmr.o
a - gqptxr.o
a - gqpx.o
a - gqpxa.o
a - gqpxad.o
a - gqsgus.o
a - gqtxal.o
a - gqtxci.o
a - gqtxf.o
a - gqtxfp.o
a - gqtxi.o
a - gqtxp.o
a - gqtxx.o
a - gqwkc.o
a - gqwkca.o
a - gqwkcl.o
a - gqwkdu.o
a - gqwks.o
a - gqwkt.o
a - grditm.o
a - grqst.o
a - gsasf.o
a - gschh.o
a - gschsp.o
a - gschup.o
a - gschxp.o
a - gsclip.o
a - gscr.o
a - gsegdt.o
a - gsegrd.o
a - gselnt.o
a - gsfaci.o
a - gsfai.o
a - gsfais.o
a - gsfasi.o
a - gskpop.o
a - gsln.o
a - gslwsc.o
a - gsmk.o
a - gsmksc.o
a - gspa.o
a - gsparf.o
a - gsplci.o
a - gspli.o
a - gspmci.o
a - gspmi.o
a - gssgt.o
a - gsstm.o
a - gstxal.o
a - gstxci.o
a - gstxfp.o
a - gstxi.o
a - gstxp.o
a - gsvp.o
a - gswkvp.o
a - gswkwn.o
a - gswn.o
a - gtflt.o
a - gtx.o
a - gtxdrw.o
a - gtxtat.o
a - gurec.o
a - guwk.o
a - gwitm.o
a - gxlate.o
a - gxmdef.o
a - gxopdf.o
a - gzckst.o
a - gzckwk.o
a - gzclli.o
a - gzclpo.o
a - gzcpwk.o
a - gzfmwk.o
a - gzgte1.o
a - gzgte2.o
a - gzines.o
a - gzinsl.o
a - gziqwk.o
a - gzn2wx.o
a - gzn2wy.o
a - gzname.o
a - gznume.o
a - gzputr.o
a - gzputs.o
a - gzreop.o
a - gzroi.o
a - gzsrat.o
a - gzusat.o
a - gztowk.o
a - gzw2gk.o
a - gzw2nx.o
a - gzw2ny.o
a - gzxid.o
a - gzacwk.o
a - gzclwk.o
a - gzclrwk.o
a - gzdawk.o
a - gzopwk.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making ./ncarg2d/src/libncarg_gks/bwi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01bkd.o g01bkd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01ca.o g01ca.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01clp.o g01clp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01clw.o g01clw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01ctb.o g01ctb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01d2r.o g01d2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01d2s.o g01d2s.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01diq.o g01diq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01dmp.o g01dmp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01esc.o g01esc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01fa.o g01fa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01flb.o g01flb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01iac.o g01iac.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01iws.o g01iws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01mio.o g01mio.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01msg.o g01msg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01pat.o g01pat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01pbl.o g01pbl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01pl.o g01pl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01pm.o g01pm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01sas.o g01sas.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01seg.o g01seg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01siq.o g01siq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01snp.o g01snp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01tx.o g01tx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01wdr.o g01wdr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o g01wkt.o g01wkt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gflcnv.o gflcnv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o giargs.o giargs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ginlod.o ginlod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gkasci.o gkasci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gmflod.o gmflod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gmpart.o gmpart.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gopnic.o gopnic.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gputmd.o gputmd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gputni.o gputni.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gputpr.o gputpr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gputps.o gputps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gtnlen.o gtnlen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gupasf.o gupasf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gupdva.o gupdva.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gupdvi.o gupdvi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gupdvr.o gupdvr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o argb2ci.o argb2ci.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/  -DNGTMPDIR='"tmp"' -DDEFAULT_GKS_BUFSIZE='0'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wks.o wks.c
In file included from wks.c:86:0:
wks.c:535:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(clswks,CLSWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
wks.c:621:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(wrtwks,WRTWKS)(unit, buffer, length, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
wks.c: In function ‘wrtwks_’:
wks.c:673:17: warning: implicit declaration of function ‘bcopyswap’ [-Wimplicit-function-declaration]
                 bcopyswap(buffer, locbuf, RECORDSIZE);
                 ^~~~~~~~~
In file included from wks.c:86:0:
wks.c: At top level:
wks.c:734:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(rdwks,RDWKS)(unit, buffer, length, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
wks.c:800:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(begwks,BEGWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
wks.c:841:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(lstwks,LSTWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
wks.c:883:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(flswks,FLSWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ar vru ../libncarg_gks.a  g01bkd.o  g01ca.o   g01clp.o  g01clw.o  g01ctb.o  g01d2r.o  g01d2s.o  g01diq.o g01dmp.o  g01esc.o  g01fa.o   g01flb.o  g01iac.o  g01iws.o  g01mio.o  g01msg.o g01pat.o  g01pbl.o  g01pl.o   g01pm.o   g01sas.o  g01seg.o  g01siq.o  g01snp.o g01tx.o   g01wdr.o  g01wkt.o  gflcnv.o  giargs.o  ginlod.o  gkasci.o gmflod.o  gmpart.o  gopnic.o  gputmd.o  gputni.o  gputpr.o  gputps.o  gtnlen.o gupasf.o  gupdva.o  gupdvi.o  gupdvr.o  argb2ci.o wks.o
ar vru ../libbasegks.a  g01bkd.o  g01ca.o   g01clp.o  g01clw.o  g01ctb.o  g01d2r.o  g01d2s.o  g01diq.o g01dmp.o  g01esc.o  g01fa.o   g01flb.o  g01iac.o  g01iws.o  g01mio.o  g01msg.o g01pat.o  g01pbl.o  g01pl.o   g01pm.o   g01sas.o  g01seg.o  g01siq.o  g01snp.o g01tx.o   g01wdr.o  g01wkt.o  gflcnv.o  giargs.o  ginlod.o  gkasci.o gmflod.o  gmpart.o  gopnic.o  gputmd.o  gputni.o  gputpr.o  gputps.o  gtnlen.o gupasf.o  gupdva.o  gupdvi.o  gupdvr.o  argb2ci.o wks.o
a - g01bkd.o
a - g01ca.o
a - g01clp.o
a - g01clw.o
a - g01ctb.o
a - g01d2r.o
a - g01d2s.o
a - g01diq.o
a - g01dmp.o
a - g01esc.o
a - g01fa.o
a - g01flb.o
a - g01iac.o
a - g01iws.o
a - g01mio.o
a - g01msg.o
a - g01pat.o
a - g01pbl.o
a - g01pl.o
a - g01pm.o
a - g01sas.o
a - g01seg.o
a - g01siq.o
a - g01snp.o
a - g01tx.o
a - g01wdr.o
a - g01wkt.o
a - gflcnv.o
a - giargs.o
a - ginlod.o
a - gkasci.o
a - gmflod.o
a - gmpart.o
a - gopnic.o
a - gputmd.o
a - gputni.o
a - gputpr.o
a - gputps.o
a - gtnlen.o
a - gupasf.o
a - gupdva.o
a - gupdvi.o
a - gupdvr.o
a - argb2ci.o
a - wks.o
a - g01bkd.o
a - g01ca.o
a - g01clp.o
a - g01clw.o
a - g01ctb.o
a - g01d2r.o
a - g01d2s.o
a - g01diq.o
a - g01dmp.o
a - g01esc.o
a - g01fa.o
a - g01flb.o
a - g01iac.o
a - g01iws.o
a - g01mio.o
a - g01msg.o
a - g01pat.o
a - g01pbl.o
a - g01pl.o
a - g01pm.o
a - g01sas.o
a - g01seg.o
a - g01siq.o
a - g01snp.o
a - g01tx.o
a - g01wdr.o
a - g01wkt.o
a - gflcnv.o
a - giargs.o
a - ginlod.o
a - gkasci.o
a - gmflod.o
a - gmpart.o
a - gopnic.o
a - gputmd.o
a - gputni.o
a - gputpr.o
a - gputps.o
a - gtnlen.o
a - gupasf.o
a - gupdva.o
a - gupdvi.o
a - gupdvr.o
a - argb2ci.o
a - wks.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making ./ncarg2d/src/libncarg_gks/wiss
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwelod.o gwelod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwibkd.o gwibkd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwica.o gwica.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwiclp.o gwiclp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwiclw.o gwiclw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwid2r.o gwid2r.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwid2s.o gwid2s.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwidmp.o gwidmp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwiesc.o gwiesc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwifa.o gwifa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwiflb.o gwiflb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwiiac.o gwiiac.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwiiws.o gwiiws.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwilod.o gwilod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwipat.o gwipat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwipl.o gwipl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwipm.o gwipm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwisas.o gwisas.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwitx.o gwitx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwiwdr.o gwiwdr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwpart.o gwpart.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwpasf.o gwpasf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwpdva.o gwpdva.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwpdvi.o gwpdvi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwpdvr.o gwpdvr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwptni.o gwptni.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwptpr.o gwptpr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gwptps.o gwptps.f
ar vru ../libncarg_gks.a gwelod.o  gwibkd.o  gwica.o   gwiclp.o  gwiclw.o  gwid2r.o  gwid2s.o  gwidmp.o gwiesc.o  gwifa.o   gwiflb.o  gwiiac.o  gwiiws.o  gwilod.o  gwipat.o  gwipl.o gwipm.o   gwisas.o  gwitx.o   gwiwdr.o  gwpart.o  gwpasf.o  gwpdva.o  gwpdvi.o gwpdvr.o  gwptni.o  gwptpr.o  gwptps.o
ar vru ../libbasegks.a gwelod.o  gwibkd.o  gwica.o   gwiclp.o  gwiclw.o  gwid2r.o  gwid2s.o  gwidmp.o gwiesc.o  gwifa.o   gwiflb.o  gwiiac.o  gwiiws.o  gwilod.o  gwipat.o  gwipl.o gwipm.o   gwisas.o  gwitx.o   gwiwdr.o  gwpart.o  gwpasf.o  gwpdva.o  gwpdvi.o gwpdvr.o  gwptni.o  gwptpr.o  gwptps.o
a - gwelod.o
a - gwibkd.o
a - gwica.o
a - gwiclp.o
a - gwiclw.o
a - gwid2r.o
a - gwid2s.o
a - gwidmp.o
a - gwiesc.o
a - gwifa.o
a - gwiflb.o
a - gwiiac.o
a - gwiiws.o
a - gwilod.o
a - gwipat.o
a - gwipl.o
a - gwipm.o
a - gwisas.o
a - gwitx.o
a - gwiwdr.o
a - gwpart.o
a - gwpasf.o
a - gwpdva.o
a - gwpdvi.o
a - gwpdvr.o
a - gwptni.o
a - gwptpr.o
a - gwptps.o
a - gwelod.o
a - gwibkd.o
a - gwica.o
a - gwiclp.o
a - gwiclw.o
a - gwid2r.o
a - gwid2s.o
a - gwidmp.o
a - gwiesc.o
a - gwifa.o
a - gwiflb.o
a - gwiiac.o
a - gwiiws.o
a - gwilod.o
a - gwipat.o
a - gwipl.o
a - gwipm.o
a - gwisas.o
a - gwitx.o
a - gwiwdr.o
a - gwpart.o
a - gwpasf.o
a - gwpdva.o
a - gwpdvi.o
a - gwpdvr.o
a - gwptni.o
a - gwptpr.o
a - gwptps.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making ./ncarg2d/src/libncarg_gks/cdrivers
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fort_c.o fort_c.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gksc.o gksc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o transform.o transform.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gksP.o gksP.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o argb.o argb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctxt_device.o ctxt_device.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctxt.o ctxt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctxt_conv.o ctxt_conv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xdevice.o xdevice.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o font.o font.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o text.o text.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o x_conv.o x_conv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xattribute.o xattribute.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xcontrol.o xcontrol.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xinquiry.o xinquiry.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xoutput.o xoutput.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o psdevice.o psdevice.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ps.o ps.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ps_conv.o ps_conv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o psfill.o psfill.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pdf.o pdf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pdfdevice.o pdfdevice.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pdf_conv.o pdf_conv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pdffill.o pdffill.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pixcontrol.o pixcontrol.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pixoutput.o pixoutput.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pixdevice.o pixdevice.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pix_conv.o pix_conv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pixattribute.o pixattribute.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pixinquiry.o pixinquiry.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pixwrite_xwd.o pixwrite_xwd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cro_device.o cro_device.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cro.o cro.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cro_conv.o cro_conv.c
ln -s gks_device.c gks_device_cairo.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o crotiff.o crotiff.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o crodisplay.o crodisplay.c
crotiff.c: In function ‘crotiff_openFile’:
crotiff.c:166:9: warning: implicit declaration of function ‘ESprintf’ [-Wimplicit-function-declaration]
         ESprintf(ERR_CRO_BADARG, "crotiff_openFile");
         ^~~~~~~~
crotiff.c: In function ‘crotiff_writeImageCompressed’:
crotiff.c:364:31: warning: implicit declaration of function ‘encodePackBits’ [-Wimplicit-function-declaration]
             int compBuffLen = encodePackBits((const unsigned int*)(imageData+imageOffset), width,
                               ^~~~~~~~~~~~~~
ar vru ../libbasegks.a fort_c.o gksc.o transform.o gksP.o argb.o
In file included from cro.h:147:0,
                 from cro_conv.c:22:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
compilation terminated.
In file included from cro.h:147:0,
                 from cro.c:34:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
compilation terminated.
In file included from cro.h:147:0,
                 from cro_device.c:26:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
compilation terminated.
make[5]: *** [cro_conv.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from cro.h:147:0,
                 from crodisplay.c:15:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
compilation terminated.
make[5]: *** [cro_device.o] Error 1
make[5]: *** [cro.o] Error 1
make[5]: *** [crodisplay.o] Error 1
a - fort_c.o
a - gksc.o
a - transform.o
a - gksP.o
a - argb.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making ./ncarg2d/src/libncarg_gks/awiC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gactm.o s_gactm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gacwk.o s_gacwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gca.o s_gca.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gclks.o s_gclks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gclrwk.o s_gclrwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gclwk.o s_gclwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gdawk.o s_gdawk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_geclks.o s_geclks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gerhnd.o s_gerhnd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gerlog.o s_gerlog.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gesc.o s_gesc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gevtm.o s_gevtm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gfa.o s_gfa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_ggdp.o s_ggdp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_ggtitm.o s_ggtitm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_giitm.o s_giitm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gopks.o s_gopks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gopwk.o s_gopwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gpl.o s_gpl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gpm.o s_gpm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqacwk.o s_gqacwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqasf.o s_gqasf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqcf.o s_gqcf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqchb.o s_gqchb.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqchh.o s_gqchh.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqchsp.o s_gqchsp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqchup.o s_gqchup.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqchw.o s_gqchw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqchxp.o s_gqchxp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqclip.o s_gqclip.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqcntn.o s_gqcntn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqcr.o s_gqcr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqdsp.o s_gqdsp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqeci.o s_gqeci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqegdp.o s_gqegdp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqentn.o s_gqentn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqewk.o s_gqewk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqfaci.o s_gqfaci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqfaf.o s_gqfaf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqfai.o s_gqfai.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqfais.o s_gqfais.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqfasi.o s_gqfasi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqgdp.o s_gqgdp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqina.o s_gqina.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqln.o s_gqln.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqlvks.o s_gqlvks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqlwk.o s_gqlwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqlwsc.o s_gqlwsc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqmk.o s_gqmk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqmksc.o s_gqmksc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqmntn.o s_gqmntn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqnt.o s_gqnt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqops.o s_gqops.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqopwk.o s_gqopwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpaf.o s_gqpaf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpahv.o s_gqpahv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqparf.o s_gqparf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpawv.o s_gqpawv.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpcr.o s_gqpcr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpfar.o s_gqpfar.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqplci.o s_gqplci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqplf.o s_gqplf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpli.o s_gqpli.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpmci.o s_gqpmci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpmf.o s_gqpmf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpmi.o s_gqpmi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqppar.o s_gqppar.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpplr.o s_gqpplr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqppmr.o s_gqppmr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpra.o s_gqpra.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqptxr.o s_gqptxr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpx.o s_gqpx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpxa.o s_gqpxa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqpxad.o s_gqpxad.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqtxal.o s_gqtxal.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqtxci.o s_gqtxci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqtxf.o s_gqtxf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqtxfp.o s_gqtxfp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqtxi.o s_gqtxi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqtxx.o s_gqtxx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqtxp.o s_gqtxp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqwkc.o s_gqwkc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqwkca.o s_gqwkca.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqwkcl.o s_gqwkcl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqwkdu.o s_gqwkdu.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqwks.o s_gqwks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqwkt.o s_gqwkt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_grditm.o s_grditm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsasf.o s_gsasf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gschh.o s_gschh.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gschsp.o s_gschsp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gschup.o s_gschup.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gschxp.o s_gschxp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsclip.o s_gsclip.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gscr.o s_gscr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gselnt.o s_gselnt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsfaci.o s_gsfaci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsfai.o s_gsfai.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsfais.o s_gsfais.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsfasi.o s_gsfasi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsln.o s_gsln.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gslwsc.o s_gslwsc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsmk.o s_gsmk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsmksc.o s_gsmksc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gspa.o s_gspa.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsparf.o s_gsparf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsplci.o s_gsplci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gspli.o s_gspli.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gspmci.o s_gspmci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gspmi.o s_gspmi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gstxal.o s_gstxal.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gstxci.o s_gstxci.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gstxfp.o s_gstxfp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gstxi.o s_gstxi.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gstxp.o s_gstxp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsvp.o s_gsvp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gswkvp.o s_gswkvp.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gswkwn.o s_gswkwn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gswn.o s_gswn.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gtx.o s_gtx.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_guwk.o s_guwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gwitm.o s_gwitm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gcrsg.o s_gcrsg.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gclsg.o s_gclsg.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gdsg.o s_gdsg.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gcsgwk.o s_gcsgwk.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gssgt.o s_gssgt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_ginst.o s_ginst.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqopsg.o s_gqopsg.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gqsgus.o s_gqsgus.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_grqst.o s_grqst.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o s_gsstm.o s_gsstm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o getcid.o getcid.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rmcid.o rmcid.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o addcid.o addcid.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o setcid.o setcid.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux  -DMAJOR=3  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gstore.o gstore.c
ar vru ../libncarg_gks.a s_gactm.o s_gacwk.o s_gca.o s_gclks.o s_gclrwk.o s_gclwk.o 	s_gdawk.o s_geclks.o s_gerhnd.o s_gerlog.o s_gesc.o s_gevtm.o 	s_gfa.o s_ggdp.o s_ggtitm.o s_giitm.o s_gopks.o s_gopwk.o s_gpl.o s_gpm.o 	s_gqacwk.o s_gqasf.o s_gqcf.o s_gqchb.o s_gqchh.o s_gqchsp.o s_gqchup.o 	s_gqchw.o s_gqchxp.o s_gqclip.o s_gqcntn.o s_gqcr.o s_gqdsp.o s_gqeci.o 	s_gqegdp.o s_gqentn.o s_gqewk.o s_gqfaci.o s_gqfaf.o s_gqfai.o s_gqfais.o 	s_gqfasi.o s_gqgdp.o s_gqina.o s_gqln.o s_gqlvks.o s_gqlwk.o s_gqlwsc.o 	s_gqmk.o s_gqmksc.o s_gqmntn.o s_gqnt.o s_gqops.o s_gqopwk.o 	s_gqpaf.o s_gqpahv.o s_gqparf.o s_gqpawv.o s_gqpcr.o s_gqpfar.o 	s_gqplci.o s_gqplf.o s_gqpli.o s_gqpmci.o s_gqpmf.o s_gqpmi.o s_gqppar.o 	s_gqpplr.o s_gqppmr.o s_gqpra.o s_gqptxr.o s_gqpx.o s_gqpxa.o s_gqpxad.o 	s_gqtxal.o s_gqtxci.o s_gqtxf.o s_gqtxfp.o s_gqtxi.o s_gqtxx.o s_gqtxp.o 	s_gqwkc.o s_gqwkca.o s_gqwkcl.o s_gqwkdu.o s_gqwks.o s_gqwkt.o 	s_grditm.o s_gsasf.o s_gschh.o s_gschsp.o s_gschup.o s_gschxp.o 	s_gsclip.o s_gscr.o s_gselnt.o s_gsfaci.o s_gsfai.o s_gsfais.o 	s_gsfasi.o s_gsln.o s_gslwsc.o s_gsmk.o s_gsmksc.o s_gspa.o s_gsparf.o 	s_gsplci.o s_gspli.o s_gspmci.o s_gspmi.o s_gstxal.o s_gstxci.o 	s_gstxfp.o s_gstxi.o s_gstxp.o s_gsvp.o s_gswkvp.o s_gswkwn.o s_gswn.o 	s_gtx.o s_guwk.o s_gwitm.o s_gcrsg.o s_gclsg.o s_gdsg.o s_gcsgwk.o 	s_gssgt.o s_ginst.o s_gqopsg.o s_gqsgus.o s_grqst.o s_gsstm.o 	getcid.o rmcid.o addcid.o setcid.o gstore.o
ar vru ../libbasegks.a s_gactm.o s_gacwk.o s_gca.o s_gclks.o s_gclrwk.o s_gclwk.o 	s_gdawk.o s_geclks.o s_gerhnd.o s_gerlog.o s_gesc.o s_gevtm.o 	s_gfa.o s_ggdp.o s_ggtitm.o s_giitm.o s_gopks.o s_gopwk.o s_gpl.o s_gpm.o 	s_gqacwk.o s_gqasf.o s_gqcf.o s_gqchb.o s_gqchh.o s_gqchsp.o s_gqchup.o 	s_gqchw.o s_gqchxp.o s_gqclip.o s_gqcntn.o s_gqcr.o s_gqdsp.o s_gqeci.o 	s_gqegdp.o s_gqentn.o s_gqewk.o s_gqfaci.o s_gqfaf.o s_gqfai.o s_gqfais.o 	s_gqfasi.o s_gqgdp.o s_gqina.o s_gqln.o s_gqlvks.o s_gqlwk.o s_gqlwsc.o 	s_gqmk.o s_gqmksc.o s_gqmntn.o s_gqnt.o s_gqops.o s_gqopwk.o 	s_gqpaf.o s_gqpahv.o s_gqparf.o s_gqpawv.o s_gqpcr.o s_gqpfar.o 	s_gqplci.o s_gqplf.o s_gqpli.o s_gqpmci.o s_gqpmf.o s_gqpmi.o s_gqppar.o 	s_gqpplr.o s_gqppmr.o s_gqpra.o s_gqptxr.o s_gqpx.o s_gqpxa.o s_gqpxad.o 	s_gqtxal.o s_gqtxci.o s_gqtxf.o s_gqtxfp.o s_gqtxi.o s_gqtxx.o s_gqtxp.o 	s_gqwkc.o s_gqwkca.o s_gqwkcl.o s_gqwkdu.o s_gqwks.o s_gqwkt.o 	s_grditm.o s_gsasf.o s_gschh.o s_gschsp.o s_gschup.o s_gschxp.o 	s_gsclip.o s_gscr.o s_gselnt.o s_gsfaci.o s_gsfai.o s_gsfais.o 	s_gsfasi.o s_gsln.o s_gslwsc.o s_gsmk.o s_gsmksc.o s_gspa.o s_gsparf.o 	s_gsplci.o s_gspli.o s_gspmci.o s_gspmi.o s_gstxal.o s_gstxci.o 	s_gstxfp.o s_gstxi.o s_gstxp.o s_gsvp.o s_gswkvp.o s_gswkwn.o s_gswn.o 	s_gtx.o s_guwk.o s_gwitm.o s_gcrsg.o s_gclsg.o s_gdsg.o s_gcsgwk.o 	s_gssgt.o s_ginst.o s_gqopsg.o s_gqsgus.o s_grqst.o s_gsstm.o 	getcid.o rmcid.o addcid.o setcid.o gstore.o
a - s_gactm.o
a - s_gacwk.o
a - s_gca.o
a - s_gclks.o
a - s_gclrwk.o
a - s_gclwk.o
a - s_gdawk.o
a - s_geclks.o
a - s_gerhnd.o
a - s_gerlog.o
a - s_gesc.o
a - s_gevtm.o
a - s_gfa.o
a - s_ggdp.o
a - s_ggtitm.o
a - s_giitm.o
a - s_gopks.o
a - s_gopwk.o
a - s_gpl.o
a - s_gpm.o
a - s_gqacwk.o
a - s_gqasf.o
a - s_gqcf.o
a - s_gqchb.o
a - s_gqchh.o
a - s_gqchsp.o
a - s_gqchup.o
a - s_gqchw.o
a - s_gqchxp.o
a - s_gqclip.o
a - s_gqcntn.o
a - s_gqcr.o
a - s_gqdsp.o
a - s_gqeci.o
a - s_gqegdp.o
a - s_gqentn.o
a - s_gqewk.o
a - s_gqfaci.o
a - s_gqfaf.o
a - s_gqfai.o
a - s_gqfais.o
a - s_gqfasi.o
a - s_gqgdp.o
a - s_gqina.o
a - s_gqln.o
a - s_gqlvks.o
a - s_gqlwk.o
a - s_gqlwsc.o
a - s_gqmk.o
a - s_gqmksc.o
a - s_gqmntn.o
a - s_gqnt.o
a - s_gqops.o
a - s_gqopwk.o
a - s_gqpaf.o
a - s_gqpahv.o
a - s_gqparf.o
a - s_gqpawv.o
a - s_gqpcr.o
a - s_gqpfar.o
a - s_gqplci.o
a - s_gqplf.o
a - s_gqpli.o
a - s_gqpmci.o
a - s_gqpmf.o
a - s_gqpmi.o
a - s_gqppar.o
a - s_gqpplr.o
a - s_gqppmr.o
a - s_gqpra.o
a - s_gqptxr.o
a - s_gqpx.o
a - s_gqpxa.o
a - s_gqpxad.o
a - s_gqtxal.o
a - s_gqtxci.o
a - s_gqtxf.o
a - s_gqtxfp.o
a - s_gqtxi.o
a - s_gqtxx.o
a - s_gqtxp.o
a - s_gqwkc.o
a - s_gqwkca.o
a - s_gqwkcl.o
a - s_gqwkdu.o
a - s_gqwks.o
a - s_gqwkt.o
a - s_grditm.o
a - s_gsasf.o
a - s_gschh.o
a - s_gschsp.o
a - s_gschup.o
a - s_gschxp.o
a - s_gsclip.o
a - s_gscr.o
a - s_gselnt.o
a - s_gsfaci.o
a - s_gsfai.o
a - s_gsfais.o
a - s_gsfasi.o
a - s_gsln.o
a - s_gslwsc.o
a - s_gsmk.o
a - s_gsmksc.o
a - s_gspa.o
a - s_gsparf.o
a - s_gsplci.o
a - s_gspli.o
a - s_gspmci.o
a - s_gspmi.o
a - s_gstxal.o
a - s_gstxci.o
a - s_gstxfp.o
a - s_gstxi.o
a - s_gstxp.o
a - s_gsvp.o
a - s_gswkvp.o
a - s_gswkwn.o
a - s_gswn.o
a - s_gtx.o
a - s_guwk.o
a - s_gwitm.o
a - s_gcrsg.o
a - s_gclsg.o
a - s_gdsg.o
a - s_gcsgwk.o
a - s_gssgt.o
a - s_ginst.o
a - s_gqopsg.o
a - s_gqsgus.o
a - s_grqst.o
a - s_gsstm.o
a - getcid.o
a - rmcid.o
a - addcid.o
a - setcid.o
a - gstore.o
a - s_gactm.o
a - s_gacwk.o
a - s_gca.o
a - s_gclks.o
a - s_gclrwk.o
a - s_gclwk.o
a - s_gdawk.o
a - s_geclks.o
a - s_gerhnd.o
a - s_gerlog.o
a - s_gesc.o
a - s_gevtm.o
a - s_gfa.o
a - s_ggdp.o
a - s_ggtitm.o
a - s_giitm.o
a - s_gopks.o
a - s_gopwk.o
a - s_gpl.o
a - s_gpm.o
a - s_gqacwk.o
a - s_gqasf.o
a - s_gqcf.o
a - s_gqchb.o
a - s_gqchh.o
a - s_gqchsp.o
a - s_gqchup.o
a - s_gqchw.o
a - s_gqchxp.o
a - s_gqclip.o
a - s_gqcntn.o
a - s_gqcr.o
a - s_gqdsp.o
a - s_gqeci.o
a - s_gqegdp.o
a - s_gqentn.o
a - s_gqewk.o
a - s_gqfaci.o
a - s_gqfaf.o
a - s_gqfai.o
a - s_gqfais.o
a - s_gqfasi.o
a - s_gqgdp.o
a - s_gqina.o
a - s_gqln.o
a - s_gqlvks.o
a - s_gqlwk.o
a - s_gqlwsc.o
a - s_gqmk.o
a - s_gqmksc.o
a - s_gqmntn.o
a - s_gqnt.o
a - s_gqops.o
a - s_gqopwk.o
a - s_gqpaf.o
a - s_gqpahv.o
a - s_gqparf.o
a - s_gqpawv.o
a - s_gqpcr.o
a - s_gqpfar.o
a - s_gqplci.o
a - s_gqplf.o
a - s_gqpli.o
a - s_gqpmci.o
a - s_gqpmf.o
a - s_gqpmi.o
a - s_gqppar.o
a - s_gqpplr.o
a - s_gqppmr.o
a - s_gqpra.o
a - s_gqptxr.o
a - s_gqpx.o
a - s_gqpxa.o
a - s_gqpxad.o
a - s_gqtxal.o
a - s_gqtxci.o
a - s_gqtxf.o
a - s_gqtxfp.o
a - s_gqtxi.o
a - s_gqtxx.o
a - s_gqtxp.o
a - s_gqwkc.o
a - s_gqwkca.o
a - s_gqwkcl.o
a - s_gqwkdu.o
a - s_gqwks.o
a - s_gqwkt.o
a - s_grditm.o
a - s_gsasf.o
a - s_gschh.o
a - s_gschsp.o
a - s_gschup.o
a - s_gschxp.o
a - s_gsclip.o
a - s_gscr.o
a - s_gselnt.o
a - s_gsfaci.o
a - s_gsfai.o
a - s_gsfais.o
a - s_gsfasi.o
a - s_gsln.o
a - s_gslwsc.o
a - s_gsmk.o
a - s_gsmksc.o
a - s_gspa.o
a - s_gsparf.o
a - s_gsplci.o
a - s_gspli.o
a - s_gspmci.o
a - s_gspmi.o
a - s_gstxal.o
a - s_gstxci.o
a - s_gstxfp.o
a - s_gstxi.o
a - s_gstxp.o
a - s_gsvp.o
a - s_gswkvp.o
a - s_gswkwn.o
a - s_gswn.o
a - s_gtx.o
a - s_guwk.o
a - s_gwitm.o
a - s_gcrsg.o
a - s_gclsg.o
a - s_gdsg.o
a - s_gcsgwk.o
a - s_gssgt.o
a - s_ginst.o
a - s_gqopsg.o
a - s_gqsgus.o
a - s_grqst.o
a - s_gsstm.o
a - getcid.o
a - rmcid.o
a - addcid.o
a - setcid.o
a - gstore.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
Continuing in ./ncarg2d/src/libncarg_gks
ranlib libncarg_gks.a
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making ./ncarg2d/src/liboptional
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making ./ncarg2d/src/liboptional/conraq
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conraq.o conraq.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o contor.o contor.f
ld -r -o libconraq.o conraq.o contor.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Making ./ncarg2d/src/liboptional/conras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conras.o conras.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conpms.o conpms.f
ld -r -o libconras.o conras.o conpms.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Making ./ncarg2d/src/liboptional/conrcqck
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
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 quick.o quick.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o maxmin.o maxmin.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
ld -r -o libconrcqck.o conrec.o clgen.o quick.o maxmin.o calcnt.o ezcntr.o conbd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Making ./ncarg2d/src/liboptional/conrcspr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
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
ld -r -o libconrcspr.o conrec.o clgen.o crdrln.o minmax.o reord.o stline.o calcnt.o 	ezcntr.o conbd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Making ./ncarg2d/src/liboptional/dashsmth
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fdvdld.o fdvdld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o reset.o reset.f
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
ld -r -o libdashsmth.o fdvdld.o reset.o dashdc.o dashdb.o drawpv.o 	dashbd.o cfvld.o frstd.o vectd.o lastd.o curved.o lined.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Making ./ncarg2d/src/liboptional/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
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 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 dashbd.o dashbd.f
ld -r -o libdashline.o dashdb.o drawpv.o cfvld.o frstd.o vectd.o lastd.o 	curved.o lined.o dashbd.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Making ./ncarg2d/src/liboptional/dashsupr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fdvdld.o fdvdld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cutup.o cutup.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 markl.o markl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intmsk.o intmsk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o reset.o reset.f
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 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 pwrtm.o pwrtm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o remove32.o remove32.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dashbd1024.o dashbd1024.f
ld -r -o libdashsupr.o fdvdld.o cutup.o drawpv.o markl.o 	intmsk.o reset.o dashdc.o dashdb.o cfvld.o frstd.o 	vectd.o lastd.o curved.o lined.o pwrtm.o remove32.o dashbd1024.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Making ./ncarg2d/src/liboptional/agupwrtx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o agpwrt.o agpwrt.f
ld -r -o libagupwrtx.o agpwrt.o
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Making ./ncarg2d/src/liboptional/ncarbd
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ncarbd.o ncarbd.f
ld -r -o libncarbd.o ncarbd.o
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 ./ncarg2d/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making ./ncarg2d/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Making ./ncarg2d/src/bin/impltest
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tlocal32.o tlocal32.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tiand.o tiand.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tior.o tior.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lcm.o lcm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tgbyte.o tgbyte.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tshift.o tshift.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tsbyte.o tsbyte.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mskout.o mskout.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tgks0a.o tgks0a.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tlocal tlocal32.o tiand.o tior.o lcm.o tgbyte.o tshift.o tsbyte.o	mskout.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -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 tgks0a tgks0a.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -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/bin/impltest'
Making ./ncarg2d/src/bin/ncargworld
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ncargworld.o ncargworld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ncargworld ncargworld.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -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/bin/ncargworld'
Making ./ncarg2d/src/bin/findg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o findg.o findg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lw2up.o lw2up.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fngbkd.o fngbkd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o findg findg.o lw2up.o fngbkd.o  -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/bin/findg'
Making ./ncarg2d/src/bin/logos
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
gcc -ansi -fPIC -fopenmp -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 ncarlogo2ps.o ncarlogo2ps.c
ncarlogo2ps.c:73:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ncarlogo2ps ncarlogo2ps.o  -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/bin/logos'
Making ./ncarg2d/src/bin/psfltrs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ps.bkg_black.o ps.bkg_black.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ps.bkg_white.o ps.bkg_white.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o psblack ps.bkg_black.o  -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pswhite ps.bkg_white.o  -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/bin/psfltrs'
Making ./ncarg2d/src/bin/pre2ncgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o alover.o alover.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o clipit.o clipit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o frm.o frm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o garg.o garg.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 lodctb.o lodctb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mmdef.o mmdef.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o multi.o multi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o patdrw.o patdrw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o patset.o patset.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pltclp.o pltclp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pltit.o pltit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pnt.o pnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o posit.o posit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pwt.o pwt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o setop.o setop.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o setrng.o setrng.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trndt2.o trndt2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trnmch.o trnmch.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o twobyt.o twobyt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xmdef.o xmdef.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xmopdf.o xmopdf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c fndarg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c mninst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c trans.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c trassn.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c metred.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c trlate.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c trndat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pre2ncgm.prog alover.o clipit.o frm.o garg.o intcnv.o lodctb.o 	mmdef.o multi.o patdrw.o patset.o pltclp.o pltit.o pnt.o 	posit.o pwt.o setop.o setrng.o trndt2.o trnmch.o twobyt.o 	xmdef.o xmopdf.o fndarg.o metred.o mninst.o trans.o trassn.o trlate.o trndat.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -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/bin/pre2ncgm'
Making ./ncarg2d/src/bin/psplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
gcc -ansi -fPIC -fopenmp -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 psplit.o psplit.c
psplit.c:43:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o psplit psplit.o  -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/bin/psplit'
Making ./ncarg2d/src/bin/tdpackdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o TdpackDemo.o TdpackDemo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tdpackdemo TdpackDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gztowk.o): In function `gztowk_':
gztowk.f:(.text+0x2b4): undefined reference to `ggkwdr_'
gztowk.f:(.text+0x74e): undefined reference to `ggkwdr_'
gztowk.f:(.text+0xa84): undefined reference to `ggkwdr_'
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gziqwk.o): In function `gziqwk_':
gziqwk.f:(.text+0x15c): undefined reference to `ggkwdr_'
collect2: error: ld returned 1 exit status
make[5]: *** [tdpackdemo] Error 1
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
Making ./ncarg2d/src/bin/ezmapdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o EzmapDemo.o EzmapDemo.f
EzmapDemo.f:541:25:

             IAIC=IGETAI (IAMA,CFUX(.5),CFUY(.5),IAAI,IAGI,NGPS,NOGU,1)
                         1
Warning: Rank mismatch in argument ‘iama’ at (1) (scalar and rank-1)
EzmapDemo.f:568:25:

             IAIC=IGETAI (IAMA,CFUX(.5),CFUY(.5),IAAI,IAGI,NGPS,NOGU,1)
                         1
Warning: Rank mismatch in argument ‘iama’ at (1) (scalar and rank-1)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ezmapdemo EzmapDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gziqwk.o): In function `gziqwk_':
gziqwk.f:(.text+0x15c): undefined reference to `ggkwdr_'
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gztowk.o): In function `gztowk_':
gztowk.f:(.text+0x2b4): undefined reference to `ggkwdr_'
gztowk.f:(.text+0x74e): undefined reference to `ggkwdr_'
gztowk.f:(.text+0xa84): undefined reference to `ggkwdr_'
collect2: error: ld returned 1 exit status
make[5]: *** [ezmapdemo] Error 1
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 ./ncarg2d/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making ./ncarg2d/src/db/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ConvertMapData.o ConvertMapData.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mapconvrt.o mapconvrt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o WriteLineFile.o WriteLineFile.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o WriteNameFile.o WriteNameFile.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o mapconvrt mapconvrt.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 ConvertMapData ConvertMapData.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 WriteLineFile WriteLineFile.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 WriteNameFile WriteNameFile.o -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building the new Earth..2 line file
Building the new Earth..4 line file
Building the new Earth..1 line file
Building the new Earth..3 line file
Building the new Earth..1 name file
Building the new Earth..2 name file
  
 Enter the name of the file to be read:
Building the new Earth..3 name file
  
 Enter the name of the file to be read:
Building the new Earth..4 name file
  
 Enter the name of the file to be read:
  
 Enter the name of the file to be read:
  
 Enter the name of the file to be read:
  
 Enter the name of the file to be read:
  
 Enter the name of the file to be read:
  
 Enter the name of the file to be read:
Building the EZMAP database
Building the EZMAP database
Building the EZMAP database
Building the EZMAP database
Building the EZMAP database
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Making ./ncarg2d/src/db/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
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 pcdchk.o pcdchk.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcexcd.o pcexcd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcwb15.o pcwb15.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcwbin.o pcwbin.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pcwrda.o pcwrda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o WritePlotcharData pccchk.o pcdchk.o pcexcd.o pcwb15.o pcwbin.o pcwrda.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building the PWRITX database for PLOTCHAR
 Program "WritePlotcharData" executing.
 File "PlotcharData" created.
 Testing complex character set.
 Test successful.
 Testing duplex character set.
 Test successful.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
Making ./ncarg2d/src/db/pwritxnt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
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 creb15.o creb15.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o crebin.o crebin.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 dport.o dport.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 pcrbin.o pcrbin.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    -o pwritxnt ccheck.o creb15.o crebin.o dcheck.o dport.o mkmsk.o pcrbin.o	 xtch.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building the PWRITX database
  PCRBIN - BINARY FILE CREATED
  PCRBIN - TEST COMPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
  PCRBIN - TEST DUPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Making ./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 `all'.
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 ./ncarg2d/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Making ./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 `all'.
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 ./ncarg2d/src/fundamental
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Making ./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 `all'.
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 ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Making ./ncarg2d/src/tutorial
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Making ./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 `all'.
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 ./ncarg2d/src/examplesC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Making ./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 `all'.
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 ./ncarg2d/src/pdocexamples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
Making ./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 `all'.
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 ./ncarg2d/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Making ./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 `all'.
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 ./ngmath
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making ./ngmath/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ngmathbd.o ngmathbd.f
Making ./ngmath/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making in gridpack First...
Making ./ngmath/src/lib/gridpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Making ./ngmath/src/lib/gridpack/cssgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csaddnod.o csaddnod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csaplyr.o csaplyr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csaplyrt.o csaplyrt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csarcint.o csarcint.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csarclen.o csarclen.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csareas.o csareas.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csbdyadd.o csbdyadd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csblda.o csblda.f
ld -r -o libngmathbd.o ngmathbd.o
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csbnodes.o csbnodes.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cscircum.o cscircum.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csconstr.o csconstr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cscovsph.o cscovsph.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cscrlist.o cscrlist.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csdelarc.o csdelarc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csdelnb.o csdelnb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csdelnod.o csdelnod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csedge.o csedge.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csfval.o csfval.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgetd.o csgetd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgeti.o csgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgetnp.o csgetnp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgetr.o csgetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgetsig.o csgetsig.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgivens.o csgivens.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgradg.o csgradg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgradl.o csgradl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csgrcoef.o csgrcoef.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cshval.o cshval.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csinsert.o csinsert.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csinside.o csinside.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csintadd.o csintadd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csintrc0.o csintrc0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csintrc1.o csintrc1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csintrsc.o csintrsc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csjrand.o csjrand.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csleft.o csleft.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cslstptr.o cslstptr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csnbcnt.o csnbcnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csnearnd.o csnearnd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csoptim.o csoptim.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csrotate.o csrotate.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csscoord.o csscoord.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csserr.o csserr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssetd.o cssetd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csseti.o csseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssetr.o cssetr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssetup.o cssetup.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssgprnt.o cssgprnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssgrid.o cssgrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssgridd.o cssgridd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssig0.o cssig0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssig1.o cssig1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssig2.o cssig2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssmsgs.o cssmsgs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssmsurf.o cssmsurf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cssnhcsh.o cssnhcsh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csstore.o csstore.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csstri.o csstri.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csstrid.o csstrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csswap.o csswap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csswptst.o csswptst.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstrans.o cstrans.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstrfind.o cstrfind.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstrlist.o cstrlist.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstrlprt.o cstrlprt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstrmesh.o cstrmesh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstrprnt.o cstrprnt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csunif.o csunif.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csvoro.o csvoro.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csvorod.o csvorod.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cstransd.o cstransd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csscoordd.o csscoordd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o css2c.o css2c.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o css2cd.o css2cd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csc2s.o csc2s.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csc2sd.o csc2sd.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 c_cssuser.o c_cssuser.c
ar vru ../../libngmath.a csaddnod.o  csaplyr.o   csaplyrt.o  csarcint.o  csarclen.o          csareas.o   csbdyadd.o  csblda.o    csbnodes.o  cscircum.o          csconstr.o  cscovsph.o  cscrlist.o  csdelarc.o  csdelnb.o           csdelnod.o  csedge.o    csfval.o    csgetd.o    csgeti.o            csgetnp.o   csgetr.o    csgetsig.o  csgivens.o  csgradg.o           csgradl.o   csgrcoef.o  cshval.o    csinsert.o  csinside.o          csintadd.o  csintrc0.o  csintrc1.o  csintrsc.o  csjrand.o           csleft.o    cslstptr.o  csnbcnt.o   csnearnd.o  csoptim.o           csrotate.o  csscoord.o  csserr.o    cssetd.o    csseti.o            cssetr.o    cssetup.o   cssgprnt.o  cssgrid.o   cssgridd.o          cssig0.o    cssig1.o    cssig2.o    cssmsgs.o   cssmsurf.o          cssnhcsh.o  csstore.o   csstri.o    csstrid.o   csswap.o            csswptst.o  cstrans.o   cstrfind.o  cstrlist.o  cstrlprt.o          cstrmesh.o  cstrprnt.o  csunif.o    csvoro.o    csvorod.o   	cstransd.o  csscoordd.o css2c.o     css2cd.o    csc2s.o     	csc2sd.o    c_cssuser.o
ar: creating ../../libngmath.a
a - csaddnod.o
a - csaplyr.o
a - csaplyrt.o
a - csarcint.o
a - csarclen.o
a - csareas.o
a - csbdyadd.o
a - csblda.o
a - csbnodes.o
a - cscircum.o
a - csconstr.o
a - cscovsph.o
a - cscrlist.o
a - csdelarc.o
a - csdelnb.o
a - csdelnod.o
a - csedge.o
a - csfval.o
a - csgetd.o
a - csgeti.o
a - csgetnp.o
a - csgetr.o
a - csgetsig.o
a - csgivens.o
a - csgradg.o
a - csgradl.o
a - csgrcoef.o
a - cshval.o
a - csinsert.o
a - csinside.o
a - csintadd.o
a - csintrc0.o
a - csintrc1.o
a - csintrsc.o
a - csjrand.o
a - csleft.o
a - cslstptr.o
a - csnbcnt.o
a - csnearnd.o
a - csoptim.o
a - csrotate.o
a - csscoord.o
a - csserr.o
a - cssetd.o
a - csseti.o
a - cssetr.o
a - cssetup.o
a - cssgprnt.o
a - cssgrid.o
a - cssgridd.o
a - cssig0.o
a - cssig1.o
a - cssig2.o
a - cssmsgs.o
a - cssmsurf.o
a - cssnhcsh.o
a - csstore.o
a - csstri.o
a - csstrid.o
a - csswap.o
a - csswptst.o
a - cstrans.o
a - cstrfind.o
a - cstrlist.o
a - cstrlprt.o
a - cstrmesh.o
a - cstrprnt.o
a - csunif.o
a - csvoro.o
a - csvorod.o
a - cstransd.o
a - csscoordd.o
a - css2c.o
a - css2cd.o
a - csc2s.o
a - csc2sd.o
a - c_cssuser.o
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making ./ngmath/src/lib/gridpack/natgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
gcc -ansi -fPIC -fopenmp -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 natgrid.o natgrid.c
gcc -ansi -fPIC -fopenmp -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 natgrids.o natgrids.c
gcc -ansi -fPIC -fopenmp -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 nncrunchd.o nncrunchd.c
gcc -ansi -fPIC -fopenmp -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 nnerror.o nnerror.c
gcc -ansi -fPIC -fopenmp -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 nnuserd.o nnuserd.c
gcc -ansi -fPIC -fopenmp -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 natgridd.o natgridd.c
gcc -ansi -fPIC -fopenmp -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 nncrunch.o nncrunch.c
gcc -ansi -fPIC -fopenmp -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 nncrunchs.o nncrunchs.c
nnerror.c: In function ‘ErrorLog’:
nnerror.c:44:3: warning: implicit declaration of function ‘Terminate’ [-Wimplicit-function-declaration]
   Terminate();
   ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -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 nnuser.o nnuser.c
gcc -ansi -fPIC -fopenmp -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 nnusers.o nnusers.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nnuser_f.o nnuser_f.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 nnculld.o nnculld.c
gcc -ansi -fPIC -fopenmp -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 nnculls.o nnculls.c
ar vru ../../libngmath.a natgrid.o  natgrids.o nncrunchd.o nnerror.o nnuserd.o  	  natgridd.o nncrunch.o nncrunchs.o nnuser.o  nnusers.o  	  nnuser_f.o nnculld.o  nnculls.o
a - natgrid.o
a - natgrids.o
a - nncrunchd.o
a - nnerror.o
a - nnuserd.o
a - natgridd.o
a - nncrunch.o
a - nncrunchs.o
a - nnuser.o
a - nnusers.o
a - nnuser_f.o
a - nnculld.o
a - nnculls.o
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making ./ngmath/src/lib/gridpack/dsgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
gcc -ansi -fPIC -fopenmp -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 dsgrid3d.o dsgrid3d.c
gcc -ansi -fPIC -fopenmp -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 dsgrid2d.o dsgrid2d.c
gcc -ansi -fPIC -fopenmp -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 dsgrid3s.o dsgrid3s.c
gcc -ansi -fPIC -fopenmp -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 dsgrid2s.o dsgrid2s.c
gcc -ansi -fPIC -fopenmp -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 dsuser.o dsuser.c
gcc -ansi -fPIC -fopenmp -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 dsusers.o dsusers.c
gcc -ansi -fPIC -fopenmp -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 dsuserd.o dsuserd.c
gcc -ansi -fPIC -fopenmp -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 dssprtd.o dssprtd.c
gcc -ansi -fPIC -fopenmp -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 dssprts.o dssprts.c
gcc -ansi -fPIC -fopenmp -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 dserror.o dserror.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dsuser_f.o dsuser_f.f
ar vru ../../libngmath.a dsgrid3d.o dsgrid2d.o dsgrid3s.o dsgrid2s.o  dsuser.o  	  dsusers.o  dsuserd.o  dssprtd.o  dssprts.o   dserror.o 	  dsuser_f.o
a - dsgrid3d.o
a - dsgrid2d.o
a - dsgrid3s.o
a - dsgrid2s.o
a - dsuser.o
a - dsusers.o
a - dsuserd.o
a - dssprtd.o
a - dssprts.o
a - dserror.o
a - dsuser_f.o
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making ./ngmath/src/lib/gridpack/fitgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ceez.o ceez.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvi.o curvi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvpp.o curvpp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fcurv2.o fcurv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurv2.o kurv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvpd.o kurvpd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o terms.o terms.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curv1.o curv1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvp1.o curvp1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvps.o curvps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intrvl.o intrvl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvd.o kurvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o snhcsh.o snhcsh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curv2.o curv2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvp2.o curvp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvs.o curvs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intrvp.o intrvp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvp1.o kurvp1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o surf1.o surf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvd.o curvd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvpi.o curvpi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvss.o curvss.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurv1.o kurv1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvp2.o kurvp2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o surf2.o surf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvs1.o curvs1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvs2.o curvs2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ftstore.o ftstore.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strhlp.o strhlp.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 c_ftcurv.o c_ftcurv.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ceezdp.o ceezdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvidp.o curvidp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvppdp.o curvppdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fcurv2dp.o fcurv2dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurv2dp.o kurv2dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvpddp.o kurvpddp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o termsdp.o termsdp.f
In file included from c_ftcurv.c:14:0:
c_ftcurv.c: In function ‘c_ftcurvs1’:
c_ftcurv.c:558:11: warning: implicit declaration of function ‘curvs1_’ [-Wimplicit-function-declaration]
   NGCALLF(curvs1,CURVS1)(&n, xi, yi, d, &dflg, &smths, &smeps, param,
           ^
../../../../.././include/ncarg/ngmath.h:32:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
c_ftcurv.c:560:11: warning: implicit declaration of function ‘fcurvs2_’ [-Wimplicit-function-declaration]
   NGCALLF(fcurvs2,FCURVS2)(&n, param, xi, yi, xs, xsp, ys, ysp,
           ^
../../../../.././include/ncarg/ngmath.h:32:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curv1dp.o curv1dp.f
c_ftcurv.c: In function ‘c_ftcurvs1dp’:
c_ftcurv.c:998:11: warning: implicit declaration of function ‘curvs1dp_’ [-Wimplicit-function-declaration]
   NGCALLF(curvs1dp,CURVS1DP)(&n, xi, yi, d, &dflg, &smths, &smeps,
           ^
../../../../.././include/ncarg/ngmath.h:32:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
c_ftcurv.c:1000:11: warning: implicit declaration of function ‘fcurvs2dp_’ [-Wimplicit-function-declaration]
   NGCALLF(fcurvs2dp,FCURVS2DP)(&n, param, xi, yi, xs, xsp, ys, ysp,
           ^
../../../../.././include/ncarg/ngmath.h:32:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvp1dp.o curvp1dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvpsdp.o curvpsdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intrvldp.o intrvldp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvddp.o kurvddp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o snhcshdp.o snhcshdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curv2dp.o curv2dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvp2dp.o curvp2dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvsdp.o curvsdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o intrvpdp.o intrvpdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvp1dp.o kurvp1dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o surf1dp.o surf1dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvddp.o curvddp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvpidp.o curvpidp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvssdp.o curvssdp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurv1dp.o kurv1dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kurvp2dp.o kurvp2dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o surf2dp.o surf2dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvs1dp.o curvs1dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o curvs2dp.o curvs2dp.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 ftuser.o ftuser.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ftstoredp.o ftstoredp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o strhlpdp.o strhlpdp.f
ar vru ../../libngmath.a ceez.o   curvi.o    curvpp.o   fcurv2.o    kurv2.o    	kurvpd.o   terms.o     curv1.o   curvp1.o   curvps.o   	intrvl.o   kurvd.o    snhcsh.o    curv2.o   curvp2.o   	curvs.o  intrvp.o    kurvp1.o    surf1.o    curvd.o    	curvpi.o  curvss.o     kurv1.o   kurvp2.o    surf2.o   	curvs1.o curvs2.o   ftstore.o strhlp.o c_ftcurv.o     ceezdp.o   curvidp.o    curvppdp.o   fcurv2dp.o    kurv2dp.o    	kurvpddp.o   termsdp.o     curv1dp.o   curvp1dp.o   curvpsdp.o   	intrvldp.o   kurvddp.o    snhcshdp.o    curv2dp.o   curvp2dp.o   	curvsdp.o  intrvpdp.o    kurvp1dp.o    surf1dp.o    curvddp.o    	curvpidp.o  curvssdp.o     kurv1dp.o   kurvp2dp.o    surf2dp.o   	curvs1dp.o curvs2dp.o    ftuser.o ftstoredp.o          strhlpdp.o
a - ceez.o
a - curvi.o
a - curvpp.o
a - fcurv2.o
a - kurv2.o
a - kurvpd.o
a - terms.o
a - curv1.o
a - curvp1.o
a - curvps.o
a - intrvl.o
a - kurvd.o
a - snhcsh.o
a - curv2.o
a - curvp2.o
a - curvs.o
a - intrvp.o
a - kurvp1.o
a - surf1.o
a - curvd.o
a - curvpi.o
a - curvss.o
a - kurv1.o
a - kurvp2.o
a - surf2.o
a - curvs1.o
a - curvs2.o
a - ftstore.o
a - strhlp.o
a - c_ftcurv.o
a - ceezdp.o
a - curvidp.o
a - curvppdp.o
a - fcurv2dp.o
a - kurv2dp.o
a - kurvpddp.o
a - termsdp.o
a - curv1dp.o
a - curvp1dp.o
a - curvpsdp.o
a - intrvldp.o
a - kurvddp.o
a - snhcshdp.o
a - curv2dp.o
a - curvp2dp.o
a - curvsdp.o
a - intrvpdp.o
a - kurvp1dp.o
a - surf1dp.o
a - curvddp.o
a - curvpidp.o
a - curvssdp.o
a - kurv1dp.o
a - kurvp2dp.o
a - surf2dp.o
a - curvs1dp.o
a - curvs2dp.o
a - ftuser.o
a - ftstoredp.o
a - strhlpdp.o
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making ./ngmath/src/lib/gridpack/csagrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bascmp.o bascmp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bascmpd.o bascmpd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa1d.o csa1d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa1s.o csa1s.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa1xd.o csa1xd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa1xs.o csa1xs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2d.o csa2d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2s.o csa2s.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2xd.o csa2xd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2xs.o csa2xs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2ld.o csa2ld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2ls.o csa2ls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2lxd.o csa2lxd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa2lxs.o csa2lxs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3d.o csa3d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3s.o csa3s.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3xd.o csa3xd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3xs.o csa3xs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3ld.o csa3ld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3ls.o csa3ls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3lxd.o csa3lxd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o csa3lxs.o csa3lxs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splcw.o splcw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splcwd.o splcwd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splfe.o splfe.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splfed.o splfed.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splcc.o splcc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splccd.o splccd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splde.o splde.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o splded.o splded.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o suprls.o suprls.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o suprld.o suprld.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfaerr.o cfaerr.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 c_csauser.o c_csauser.c
ar vru ../../libngmath.a bascmp.o   bascmpd.o  csa1d.o    csa1s.o    csa1xd.o            csa1xs.o   csa2d.o    csa2s.o    csa2xd.o   csa2xs.o            csa2ld.o   csa2ls.o   csa2lxd.o  csa2lxs.o  csa3d.o             csa3s.o    csa3xd.o   csa3xs.o   csa3ld.o   csa3ls.o            csa3lxd.o  csa3lxs.o  splcw.o    splcwd.o   splfe.o             splfed.o   splcc.o    splccd.o   splde.o    splded.o            suprls.o   suprld.o   cfaerr.o   c_csauser.o
a - bascmp.o
a - bascmpd.o
a - csa1d.o
a - csa1s.o
a - csa1xd.o
a - csa1xs.o
a - csa2d.o
a - csa2s.o
a - csa2xd.o
a - csa2xs.o
a - csa2ld.o
a - csa2ls.o
a - csa2lxd.o
a - csa2lxs.o
a - csa3d.o
a - csa3s.o
a - csa3xd.o
a - csa3xs.o
a - csa3ld.o
a - csa3ls.o
a - csa3lxd.o
a - csa3lxs.o
a - splcw.o
a - splcwd.o
a - splfe.o
a - splfed.o
a - splcc.o
a - splccd.o
a - splde.o
a - splded.o
a - suprls.o
a - suprld.o
a - cfaerr.o
a - c_csauser.o
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making ./ngmath/src/lib/gridpack/shgrid
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sh3grd.o sh3grd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sh3val.o sh3val.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shblda.o shblda.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sherr.o sherr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shgeti.o shgeti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shgetnp.o shgetnp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shgetnp3.o shgetnp3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shgivens.o shgivens.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shgrid.o shgrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shqshep.o shqshep.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shrot.o shrot.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shseti.o shseti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shsetup.o shsetup.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shstore3.o shstore3.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 c_shuser.o c_shuser.c
c_shuser.c: In function ‘c_shgetnp’:
c_shuser.c:94:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       return((int) NULL);
              ^
c_shuser.c:100:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       return((int) NULL);
              ^
ar vru ../../libngmath.a sh3grd.o   sh3val.o   shblda.o   sherr.o    shgeti.o    	  shgetnp.o  shgetnp3.o shgivens.o shgrid.o   shqshep.o   	  shrot.o    shseti.o   shsetup.o  shstore3.o c_shuser.o
a - sh3grd.o
a - sh3val.o
a - shblda.o
a - sherr.o
a - shgeti.o
a - shgetnp.o
a - shgetnp3.o
a - shgivens.o
a - shgrid.o
a - shqshep.o
a - shrot.o
a - shseti.o
a - shsetup.o
a - shstore3.o
a - c_shuser.o
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'
Continuing in ./ngmath/src/lib
ranlib libngmath.a
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making ./ngmath/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making ./ngmath/src/bin/nnalg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nadraw.o nadraw.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o naskln.o naskln.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o nasort.o nasort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c nadisp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o nnalg nadisp.o  nadraw.o  naskln.o  nasort.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gziqwk.o): In function `gziqwk_':
gziqwk.f:(.text+0x15c): undefined reference to `ggkwdr_'
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gztowk.o): In function `gztowk_':
gztowk.f:(.text+0x2b4): undefined reference to `ggkwdr_'
gztowk.f:(.text+0x74e): undefined reference to `ggkwdr_'
gztowk.f:(.text+0xa84): undefined reference to `ggkwdr_'
collect2: error: ld returned 1 exit status
make[5]: *** [nnalg] Error 1
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 ./ngmath/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Making ./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 `all'.
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 ./ngmath/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Making ./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 `all'.
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 ./ncarview
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making ./ncarview/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making ./ncarview/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making ./ncarview/src/lib/libcgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DNGTMPDIR='"tmp"' -DDEFAULT_GKS_BUFSIZE='0' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cgm_tools.o cgm_tools.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DNGTMPDIR='"tmp"' -DDEFAULT_GKS_BUFSIZE='0' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o meta_edit.o meta_edit.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DNGTMPDIR='"tmp"' -DDEFAULT_GKS_BUFSIZE='0' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o misc.o misc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DNGTMPDIR='"tmp"' -DDEFAULT_GKS_BUFSIZE='0' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mem_file.o mem_file.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DNGTMPDIR='"tmp"' -DDEFAULT_GKS_BUFSIZE='0' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o name.o name.c
In file included from name.c:31:0:
cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
In file included from misc.c:27:0:
cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
In file included from meta_edit.c:37:0:
cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
misc.c:44:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 CGM_validCGM(ncar_cgm)
 ^~~~~~~~~~~~
In file included from cgm_tools.c:53:0:
cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
meta_edit.c:116:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static shift_frames (src, dest, num_frames, gap, dir, list)
        ^~~~~~~~~~~~
meta_edit.c:213:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static copy_dir(d1, d2, src, dest, num_frames)
        ^~~~~~~~
meta_edit.c:286:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 write_header(src_fd, dest_fd, dir)
 ^~~~~~~~~~~~
meta_edit.c:320:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 write_trailer(src_fd, dest_fd, dir)
 ^~~~~~~~~~~~~
meta_edit.c:361:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 write_frame(src_fd, dest_fd, tmp_fd,  list, dir, index)
 ^~~~~~~~~~~
meta_edit.c: In function ‘CGM_initMetaEdit’:
meta_edit.c:1043:9: warning: implicit declaration of function ‘mktemp’ [-Wimplicit-function-declaration]
  (void) mktemp(tempFile);
         ^~~~~~
meta_edit.c: In function ‘CGM_appendFrames’:
meta_edit.c:1285:6: warning: implicit declaration of function ‘CGM_validCGM’ [-Wimplicit-function-declaration]
  if (CGM_validCGM(ncar_cgm) < 1 ) {
      ^~~~~~~~~~~~
In file included from mem_file.c:26:0:
cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
cgm_tools.c:615:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 CGM_read(cgm_fd, buf)
 ^~~~~~~~
cgm_tools.c:637:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 CGM_write(cgm_fd, buf)
 ^~~~~~~~~
cgm_tools.c:659:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 CGM_lseek(cgm_fd, offset, whence)
 ^~~~~~~~~
cgm_tools.c:684:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 CGM_flush(cgm_fd)
 ^~~~~~~~~
cgm_tools.c:1010:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static fetch_input(cgm_fd, pg)
        ^~~~~~~~~~~
cgm_tools.c:1262:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static put_output(cgm_fd, pg, numbytes )
        ^~~~~~~~~~
rm -f libcgm.a
ar: creating libcgm.a
ranlib libcgm.a
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Making ./ncarview/src/lib/libncarg_ras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o raster.o raster.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cleartext.o cleartext.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -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/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o misc.o misc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o palette.o palette.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o dither.o dither.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o resample.o resample.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o composite.o composite.c
misc.c: In function ‘read_swap’:
misc.c:54:3: warning: implicit declaration of function ‘_swaplong’ [-Wimplicit-function-declaration]
   _swaplong((char *) buf, (unsigned) nb);
   ^~~~~~~~~
misc.c: At top level:
misc.c:61:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 _swapshort (bp, n)
 ^~~~~~~~~~
misc.c:76:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 _swaplong (bp, n)
 ^~~~~~~~~
misc.c:102:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ImageCount_(name, format)
 ^~~~~~~~~~~
cleartext.c: In function ‘ClearTextOpen’:
cleartext.c:70:9: warning: implicit declaration of function ‘ClearTextSetFunctions’ [-Wimplicit-function-declaration]
  (void) ClearTextSetFunctions(ras);
         ^~~~~~~~~~~~~~~~~~~~~
palette.c: In function ‘PaletteRead’:
palette.c:61:12: warning: implicit declaration of function ‘PaletteReadText’ [-Wimplicit-function-declaration]
   status = PaletteReadText(fp, colors);
            ^~~~~~~~~~~~~~~
palette.c:64:12: warning: implicit declaration of function ‘PaletteReadHDF’ [-Wimplicit-function-declaration]
   status = PaletteReadHDF(fp, colors);
            ^~~~~~~~~~~~~~
palette.c: In function ‘PaletteWrite’:
palette.c:205:12: warning: implicit declaration of function ‘PaletteWriteText’ [-Wimplicit-function-declaration]
   status = PaletteWriteText(fp, colors);
            ^~~~~~~~~~~~~~~~
palette.c:208:12: warning: implicit declaration of function ‘PaletteWriteHDF’ [-Wimplicit-function-declaration]
   status = PaletteWriteHDF(fp, colors);
            ^~~~~~~~~~~~~~~
dither.c: In function ‘RasterDither’:
dither.c:54:10: warning: implicit declaration of function ‘RasterDitherPopular’ [-Wimplicit-function-declaration]
   return(RasterDitherPopular(src,dst,verbose));
          ^~~~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ntsc.o ntsc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o color.o color.c
raster.c: In function ‘RasterInit’:
raster.c:142:23: warning: implicit declaration of function ‘atoi’ [-Wimplicit-function-declaration]
    OptionDitherBits = atoi(argv[i]);
                       ^~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rasterop.o rasterop.c
raster.c: At top level:
raster.c:508:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 RasterLoadPalette(ras, colors)
 ^~~~~~~~~~~~~~~~~
raster.c:545:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 RasterPrintColors(ras)
 ^~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o generic.o generic.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o memory.o memory.c
ntsc.c:30:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 RasterYIQfilter(src, dst)
 ^~~~~~~~~~~~~~~
ntsc.c: In function ‘RasterYIQfilter’:
ntsc.c:33:10: warning: type defaults to ‘int’ in declaration of ‘init’ [-Wimplicit-int]
  static  init = 0;
          ^~~~
ntsc.c: At top level:
ntsc.c:145:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 RasterVHS(src, dst)
 ^~~~~~~~~
ntsc.c:215:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 RasterFIRfilter(src, dst, fir_coeff)
 ^~~~~~~~~~~~~~~
generic.c: In function ‘GenericClose’:
generic.c:64:13: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
    status = close(ras->fd);
             ^~~~~
color.c:49:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 RasterRGBScale(src, scale)
 ^~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o hppcl.o hppcl.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nrif.o nrif.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sunraster.o sunraster.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xwd.o xwd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o avsraster.o avsraster.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sgiraster.o sgiraster.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o abekas.o abekas.c
hppcl.c:104:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 scanline(fp, x, y, data, data_len)
 ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o binary.o binary.c
nrif.c: In function ‘NrifRead’:
nrif.c:151:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   dep->recsize = read_decode((int) ras->fp, 4);
                              ^
nrif.c: In function ‘_NrifReadDirect’:
nrif.c:477:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  dep->cbits = read_decode((int) ras->fp, 4);
                           ^
nrif.c: In function ‘_NrifReadDirectRLE’:
nrif.c:513:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  dep->cbits = read_decode((int) ras->fp, 4);
                           ^
nrif.c:521:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  dep->rbits = read_decode((int) ras->fp, 4);
                           ^
nrif.c: In function ‘_NrifWriteHeader’:
nrif.c:737:12: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
   status = write(ras->fd, buf, 8);
            ^~~~~
sunraster.c: In function ‘SunWrite’:
nrif.c: In function ‘_NrifWriteIndexedRLE’:
nrif.c:840:11: warning: implicit declaration of function ‘_NrifTmpbuf’ [-Wimplicit-function-declaration]
  status = _NrifTmpbuf(ras->length);
           ^~~~~~~~~~~
sunraster.c:218:3: warning: implicit declaration of function ‘_swaplong’ [-Wimplicit-function-declaration]
   _swaplong((char *) swapbuf, sizeof(SunInfo));
   ^~~~~~~~~
sunraster.c:225:7: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  nb = write(ras->fd, (char *) dep, sizeof(SunInfo));
       ^~~~~
nrif.c: At top level:
nrif.c:1094:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NrifPrintInfo(ras)
 ^~~~~~~~~~~~~
avsraster.c: In function ‘AVSRead’:
avsraster.c:128:3: warning: implicit declaration of function ‘_swapshort’ [-Wimplicit-function-declaration]
   _swapshort((char *) dep, sizeof(AVSInfo));
   ^~~~~~~~~~
avsraster.c: In function ‘AVSWrite’:
avsraster.c:290:7: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  nb = write(ras->fd, (char *) dep, sizeof(AVSInfo));
       ^~~~~
sgiraster.c: In function ‘swap_sgiheader’:
sgiraster.c:65:2: warning: implicit declaration of function ‘_swapshort’ [-Wimplicit-function-declaration]
  _swapshort((char *) &header->imagic, sizeof(header->imagic));
  ^~~~~~~~~~
sgiraster.c:72:2: warning: implicit declaration of function ‘_swaplong’ [-Wimplicit-function-declaration]
  _swaplong((char *) &header->min, sizeof(header->min));
  ^~~~~~~~~
sgiraster.c: In function ‘SGIClose’:
sgiraster.c:989:13: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
    status = close(ras->fd);
             ^~~~~
xwd.c: In function ‘XWDRead’:
xwd.c:211:3: warning: implicit declaration of function ‘_swaplong’ [-Wimplicit-function-declaration]
   _swaplong((char *) dep, sizeof(XWDFileHeader));
   ^~~~~~~~~
xwd.c:317:4: warning: implicit declaration of function ‘_swapshort’ [-Wimplicit-function-declaration]
    _swapshort((char *) &xcolors[i].red, 3 * sizeof(short));
    ^~~~~~~~~~
xwd.c: In function ‘XWDWrite’:
xwd.c:500:7: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  nb = write(ras->fd, dep, sizeof(XWDFileHeader));
       ^~~~~
binary.c: In function ‘BinaryOpen’:
binary.c:91:2: warning: implicit declaration of function ‘BinarySetFunctions’ [-Wimplicit-function-declaration]
  BinarySetFunctions(ras);
  ^~~~~~~~~~~~~~~~~~
binary.c: In function ‘BinaryWrite’:
binary.c:290:8: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
   nb = write(ras->fd, (char *) ras->red, ras->ncolor);
        ^~~~~
abekas.c: In function ‘AbekasWrite’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun 		-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 		-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV 		-DNGTMPDIR='"tmp"' -Dx86_64 -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o yuv.o yuv.c
abekas.c:267:9: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  status=write(ras->fd,(char*)outraster->data, outraster->length);
         ^~~~~
abekas.c: At top level:
abekas.c:287:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 AbekasPrintInfo(ras)
 ^~~~~~~~~~~~~~~
rm -f libncarg_ras.a
ar: creating libncarg_ras.a
ranlib libncarg_ras.a
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
Making ./ncarview/src/lib/libctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o bitops.o bitops.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o buffer.o buffer.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o clip.o clip.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctrans.o ctrans.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o default.o default.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fill.o fill.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fontlist.o fontlist.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o format.o format.c
buffer.c: In function ‘GcapOpenBuffer’:
buffer.c:51:6: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  if (strcmp(file, "stdout") == 0) {
      ^~~~~~
buffer.c: At top level:
buffer.c:66:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 flush()
 ^~~~~
buffer.c: In function ‘flush’:
buffer.c:68:8: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  (void)write(outFD,outbuf,outbufnum);
        ^~~~~
buffer.c: At top level:
buffer.c:76:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 buffer(str,count)
 ^~~~~~
buffer.c: In function ‘buffer’:
buffer.c:84:3: warning: implicit declaration of function ‘memmove’ [-Wimplicit-function-declaration]
   memmove(&outbuf[outbufnum],str,tmp);
   ^~~~~~~
buffer.c:84:3: warning: incompatible implicit declaration of built-in function ‘memmove’
buffer.c:84:3: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
buffer.c:92:2: warning: incompatible implicit declaration of built-in function ‘memmove’
  memmove(&outbuf[outbufnum],str,count);
  ^~~~~~~
buffer.c:92:2: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
default.c:89:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 InitDefault()
 ^~~~~~~~~~~
default.c:163:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 SetInPic(value)
 ^~~~~~~~
format.c:88:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 formatinit()
 ^~~~~~~~~~
format.c:169:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 itoa(s, n)
 ^~~~
format.c:193:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 itooct(s, n)
 ^~~~~~
format.c:219:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 itohex(s, n)
 ^~~~~~
format.c: In function ‘ftoa’:
format.c:255:9: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  return(strlen(s));
         ^~~~~~
format.c:255:9: warning: incompatible implicit declaration of built-in function ‘strlen’
format.c:255:9: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
format.c: At top level:
format.c:267:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 itotek(s, value)
 ^~~~~~
format.c: In function ‘formatcoord’:
format.c:324:2: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
  memset(temp,0,coordoutsize);
  ^~~~~~
format.c:324:2: warning: incompatible implicit declaration of built-in function ‘memset’
format.c:324:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
format.c:339:4: warning: implicit declaration of function ‘buffer’ [-Wimplicit-function-declaration]
    buffer(&tmp,1);
    ^~~~~~
format.c: In function ‘formatveccnt’:
format.c:417:2: warning: incompatible implicit declaration of built-in function ‘memset’
  memset(temp,0,veccntoutsize);
  ^~~~~~
format.c:417:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
bitops.c: In function ‘GetReal’:
bitops.c:151:18: warning: implicit declaration of function ‘Get_SI_int’ [-Wimplicit-function-declaration]
     whole_part = Get_SI_int(bufptr, 16);
                  ^~~~~~~~~~
format.c: In function ‘formatindex’:
format.c:514:2: warning: incompatible implicit declaration of built-in function ‘memset’
  memset(temp,0,indexoutsize);
  ^~~~~~
format.c:514:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
In file included from ctrans.c:53:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
bitops.c: At top level:
format.c: In function ‘formatwidth’:
bitops.c:250:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 insert(dst,bit_start,bit_count,src,src_start_bit)
 ^~~~~~
default.c:1280:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 SetMinLineWidthDefault(line_width)
 ^~~~~~~~~~~~~~~~~~~~~~
format.c:605:3: warning: incompatible implicit declaration of built-in function ‘memset’
   memset(temp,0,widthoutsize);
   ^~~~~~
format.c:605:3: note: include ‘<string.h>’ or provide a declaration of ‘memset’
default.c:1305:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 SetMaxLineWidthDefault(line_width)
 ^~~~~~~~~~~~~~~~~~~~~~
bitops.c:296:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 swapBytes(cptr, word_size, num_words)
 ^~~~~~~~~
default.c:1320:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 SetAdditionalLineScale(line_scale)
 ^~~~~~~~~~~~~~~~~~~~~~
default.c:1334:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 SetRGBIntensityScale(rgb_scale)
 ^~~~~~~~~~~~~~~~~~~~
format.c: In function ‘formatintensity’:
format.c:709:3: warning: incompatible implicit declaration of built-in function ‘memset’
   memset(temp,0,indexoutsize);
   ^~~~~~
format.c:709:3: note: include ‘<string.h>’ or provide a declaration of ‘memset’
In file included from fill.c:24:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
In file included from ctrans.h:27:0,
                 from fontlist.c:26:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
clip.c:48:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 gcap_set_clip(max_clip_rect, clip_rect, clip_on)
 ^~~~~~~~~~~~~
ctrans.c:411:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 DoEscapes(cgmc)
 ^~~~~~~~~
ctrans.c: In function ‘DoEscapes’:
ctrans.c:418:11: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
    (void) Instr_Dec(cgmc);
           ^~~~~~~~~
ctrans.c: In function ‘init_ctrans’:
ctrans.c:495:15: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  optionDesc = OpenOptionTbl();
               ^~~~~~~~~~~~~
ctrans.c:518:3: warning: implicit declaration of function ‘SetMinLineWidthDefault’ [-Wimplicit-function-declaration]
   SetMinLineWidthDefault((float) atoi(minw));
   ^~~~~~~~~~~~~~~~~~~~~~
ctrans.c: In function ‘init_metafile’:
ctrans.c:578:2: warning: implicit declaration of function ‘InitDefault’ [-Wimplicit-function-declaration]
  InitDefault();
  ^~~~~~~~~~~
ctrans.c:624:7: warning: implicit declaration of function ‘LoadPalette’ [-Wimplicit-function-declaration]
   if (LoadPalette(&command, palFname)) {
       ^~~~~~~~~~~
ctrans.c: In function ‘close_ctrans’:
ctrans.c:999:35: warning: implicit declaration of function ‘ComClose’ [-Wimplicit-function-declaration]
  if (devices[currdev].use_common) ComClose();
                                   ^~~~~~~~
ctrans.c:1006:3: warning: implicit declaration of function ‘flush’ [-Wimplicit-function-declaration]
   flush();
   ^~~~~
ctrans.c:1008:9: warning: implicit declaration of function ‘CloseOptionTbl’ [-Wimplicit-function-declaration]
  (void) CloseOptionTbl(optionDesc);
         ^~~~~~~~~~~~~~
ctrans.c: In function ‘IsOutputToTty’:
ctrans.c:1027:37: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
  return(devices[currdev].usegcap && isatty(fileno(stdout)));
                                     ^~~~~~
ctrans.c: In function ‘ReadCtransMsg’:
ctrans.c:1042:9: warning: type defaults to ‘int’ in declaration of ‘current’ [-Wimplicit-int]
  static current = 0;
         ^~~~~~~
ctrans.c: In function ‘SetDevice’:
ctrans.c:1122:3: warning: implicit declaration of function ‘ComSetDevice’ [-Wimplicit-function-declaration]
   ComSetDevice(devices[currdev].name);
   ^~~~~~~~~~~~
fill.c: In function ‘fill_D’:
fill.c:361:2: warning: implicit declaration of function ‘memmove’ [-Wimplicit-function-declaration]
  memmove((void *) cgmc->d, (const void *) instr->data, (size_t) numparm);
  ^~~~~~~
fill.c:361:2: warning: incompatible implicit declaration of built-in function ‘memmove’
fill.c:361:2: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
fill.c: In function ‘fill_Cellarray’:
fill.c:906:4: warning: incompatible implicit declaration of built-in function ‘memmove’
    memmove(cgmc->c+i,(const void *) instr->data,k);
    ^~~~~~~
fill.c:906:4: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gcap.o gcap.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gcread.o gcread.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o in.o in.c
gcread.c:59:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 F_2_Cstring(Fstring, len)
 ^~~~~~~~~~~
gcread.c: In function ‘GP_Init’:
gcread.c:93:3: warning: implicit declaration of function ‘ESprintf’ [-Wimplicit-function-declaration]
   ESprintf(errno, "open(%s,O_RDONLY)", gcfile);
   ^~~~~~~~
gcread.c:106:6: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration]
  if (read(fd, (char *) &graphcap, GCAP_SIZE) != GCAP_SIZE) {
      ^~~~
gcread.c:224:9: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
  (void) close (fd);
         ^~~~~
In file included from in.c:29:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
gcap.c: In function ‘load_gcap_default_pal’:
gcap.c:142:5: warning: implicit declaration of function ‘buffer’ [-Wimplicit-function-declaration]
     buffer(&s_char_,1);
     ^~~~~~
gcap.c: In function ‘gcap_graphics_mode_’:
gcap.c:224:5: warning: implicit declaration of function ‘_CtDefNoColorDefault’ [-Wimplicit-function-declaration]
     _CtDefNoColorDefault();
     ^~~~~~~~~~~~~~~~~~~~
gcap.c:247:9: warning: implicit declaration of function ‘flush’ [-Wimplicit-function-declaration]
  (void) flush(); /* send instruction to device   */
         ^~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rast.o rast.c
gcap.c: In function ‘BegMF’:
gcap.c:280:6: warning: implicit declaration of function ‘GcapOpenBuffer’ [-Wimplicit-function-declaration]
  if (GcapOpenBuffer(gcap_opts.outfile) < 0) {
      ^~~~~~~~~~~~~~
gcap.c:298:7: warning: implicit declaration of function ‘CoordStringToInt’ [-Wimplicit-function-declaration]
   if (CoordStringToInt(gcap_opts.viewport,&llx,&lly,&urx,&ury)<0){
       ^~~~~~~~~~~~~~~~
gcap.c: In function ‘BegPic’:
gcap.c:407:2: warning: implicit declaration of function ‘SetInPic’ [-Wimplicit-function-declaration]
  SetInPic((boolean)TRUE);
  ^~~~~~~~
gcap.c: In function ‘BegPicBody’:
gcap.c:465:11: warning: implicit declaration of function ‘rasterformatinit’ [-Wimplicit-function-declaration]
    (void) rasterformatinit();
           ^~~~~~~~~~~~~~~~
gcap.c: In function ‘cellsim’:
gcap.c:652:10: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
      if (Instr_Dec(c) < 1) {
          ^~~~~~~~~
gcap.c: In function ‘CellArray’:
gcap.c:765:3: warning: implicit declaration of function ‘gcap_set_clip’ [-Wimplicit-function-declaration]
   gcap_set_clip(device_win_coord,
   ^~~~~~~~~~~~~
gcap.c:787:10: warning: implicit declaration of function ‘MunchCGM’ [-Wimplicit-function-declaration]
   (void) MunchCGM(c);
          ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o readfont.o readfont.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rgbtohls.o rgbtohls.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o text.o text.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o translate.o translate.c
rgbtohls.c:33:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 RGBtoHLS (red, green, blue, hue, lightness, saturation)
 ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -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/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o soft_fill.o soft_fill.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cell.o cell.c
rast.c:94:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static build_ras_arg(ras_argc, ras_argv, rast_opts)
        ^~~~~~~~~~~~~
rast.c:156:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static clear_grid(grid)
        ^~~~~~~~~~
rast.c:174:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static init_color_tab()
        ^~~~~~~~~~~~~~
rast.c:188:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 get_resolution(dev_extent, opts, name)
 ^~~~~~~~~~~~~~
rast.c: In function ‘ras_cell_array’:
rast.c:379:9: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
     if (Instr_Dec(c) < 1) {
         ^~~~~~~~~
rast.c: In function ‘Ras_BegMF’:
rast.c:512:7: warning: implicit declaration of function ‘CoordStringToInt’ [-Wimplicit-function-declaration]
   if (CoordStringToInt(rast_opts.viewport,&llx,&lly,&urx,&ury)<0){
       ^~~~~~~~~~~~~~~~
rast.c: In function ‘Ras_BegPic’:
rast.c:612:2: warning: implicit declaration of function ‘SetInPic’ [-Wimplicit-function-declaration]
  SetInPic((boolean)TRUE);
  ^~~~~~~~
rast.c: In function ‘Ras_BegPicBody’:
rast.c:633:7: warning: implicit declaration of function ‘initSoftSim’ [-Wimplicit-function-declaration]
   if (initSoftSim(
       ^~~~~~~~~~~
rast.c: In function ‘Ras_CellArray’:
rast.c:727:7: warning: implicit declaration of function ‘rast_update_color_table’ [-Wimplicit-function-declaration]
   if (rast_update_color_table() < 0) status = -1;
       ^~~~~~~~~~~~~~~~~~~~~~~
rast.c:733:3: warning: implicit declaration of function ‘gcap_set_clip’ [-Wimplicit-function-declaration]
   gcap_set_clip(device_win_coord,
   ^~~~~~~~~~~~~
readfont.c: In function ‘Init_Readfont’:
readfont.c:296:12: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration]
  if ((fd = open(fontcap,0))  == -1) {
            ^~~~
readfont.c:312:7: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration]
  if ((read(fd,(char *) fontcap_raw, sizeof(Fontcap_raw)))
       ^~~~
readfont.c:316:10: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
   (void) close (fd);
          ^~~~~
soft_fill.c:93:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static add_line(x1, y1, x2, y2, yoff)
        ^~~~~~~~
soft_fill.c:210:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static add_end_points(point_list, count, yoff)
        ^~~~~~~~~~~~~~
soft_fill.c:288:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static sort_table(yoff)
        ^~~~~~~~~~
soft_fill.c: In function ‘buildFillTable’:
soft_fill.c:516:2: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
  memset((char *) fillTable.x_count, 0, (int) yExtent * sizeof(int));
  ^~~~~~
soft_fill.c:516:2: warning: incompatible implicit declaration of built-in function ‘memset’
soft_fill.c:516:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
In file included from ctrans.h:27:0,
                 from text.c:25:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
text.c:352:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static modified (string)
        ^~~~~~~~
text.c: In function ‘open_line_draw’:
text.c:788:6: warning: implicit declaration of function ‘Process’ [-Wimplicit-function-declaration]
  if (Process(&cgmc) != OK) return(-1);
      ^~~~~~~
text.c: In function ‘line_draw’:
text.c:850:12: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int]
 static int line_draw(p, n)
            ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o commondev.o commondev.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gcapdev.o gcapdev.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gcaprast.o gcaprast.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rastdev.o rastdev.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o hatch.o hatch.c
In file included from ctrans.h:27:0,
                 from gcapdev.c:18:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
gcaprast.c:142:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 rasterformatinit()
 ^~~~~~~~~~~~~~~~
gcaprast.c: In function ‘formatrasterveccnt’:
gcaprast.c:196:2: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
  memset(temp,0,veccntoutsize);
  ^~~~~~
gcaprast.c:196:2: warning: incompatible implicit declaration of built-in function ‘memset’
gcaprast.c:196:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
gcaprast.c:208:4: warning: implicit declaration of function ‘buffer’ [-Wimplicit-function-declaration]
    buffer(&tmp,1);
    ^~~~~~
gcaprast.c:227:17: warning: implicit declaration of function ‘itoa’ [-Wimplicit-function-declaration]
     buffer(temp,itoa(temp,GETBITS(src,srcbitstart,bitcount)));
                 ^~~~
gcaprast.c:230:17: warning: implicit declaration of function ‘itooct’ [-Wimplicit-function-declaration]
     buffer(temp,itooct(temp,GETBITS(src,srcbitstart,bitcount)));
                 ^~~~~~
gcaprast.c:233:17: warning: implicit declaration of function ‘itotek’ [-Wimplicit-function-declaration]
     buffer(temp,itotek(temp,GETBITS(src,srcbitstart,bitcount)));
                 ^~~~~~
gcaprast.c:250:18: warning: implicit declaration of function ‘ftoa’ [-Wimplicit-function-declaration]
     buffer(temp, ftoa(temp,value));
                  ^~~~
gcaprast.c: In function ‘formatrasterdata’:
gcaprast.c:282:2: warning: incompatible implicit declaration of built-in function ‘memset’
  memset(temp,0,dataoutsize);
  ^~~~~~
gcaprast.c:282:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pal.o pal.c
gcaprast.c: In function ‘raster’:
gcaprast.c:445:9: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
     if (Instr_Dec(c) < 1) {
         ^~~~~~~~~
gcaprast.c:475:12: warning: implicit declaration of function ‘formatcoord’ [-Wimplicit-function-declaration]
      (void)formatcoord(px,py,2);
            ^~~~~~~~~~~
gcaprast.c: In function ‘CellArray_’:
gcapdev.c: In function ‘simulate_bg_color’:
gcaprast.c:610:2: warning: implicit declaration of function ‘SetUpCellArrayIndexing’ [-Wimplicit-function-declaration]
  SetUpCellArrayIndexing(image_width, image_height, rows, cols,
  ^~~~~~~~~~~~~~~~~~~~~~
gcapdev.c:75:7: warning: implicit declaration of function ‘gcap_update_color_table’ [-Wimplicit-function-declaration]
   if (gcap_update_color_table() < 0) status = -1;
       ^~~~~~~~~~~~~~~~~~~~~~~
gcapdev.c:86:16: warning: implicit declaration of function ‘Process’ [-Wimplicit-function-declaration]
         (void) Process(&cgmc);
                ^~~~~~~
gcapdev.c: In function ‘gcap_pointflush’:
gcapdev.c:202:11: warning: implicit declaration of function ‘ComFatLine’ [-Wimplicit-function-declaration]
    (void) ComFatLine(
           ^~~~~~~~~~
gcapdev.c:238:5: warning: implicit declaration of function ‘buffer’ [-Wimplicit-function-declaration]
     buffer(&s_char_,1);
     ^~~~~~
commondev.c:65:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static quick_circle(xc,yc,radius)
        ^~~~~~~~~~~~
gcapdev.c: In function ‘gcap_line’:
gcapdev.c:424:8: warning: implicit declaration of function ‘Clipper’ [-Wimplicit-function-declaration]
  if (!(Clipper(x1_, y1_, x2_, y2_, &x1, &y1, &x2, &y2))) {
        ^~~~~~~
commondev.c:124:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ComSetDevice(name)
 ^~~~~~~~~~~~
commondev.c: In function ‘ComSetDevice’:
commondev.c:130:6: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  if (strcmp("gcap", name) == 0) s = name;
      ^~~~~~
commondev.c:140:2: warning: implicit declaration of function ‘init_common’ [-Wimplicit-function-declaration]
  init_common();
  ^~~~~~~~~~~
commondev.c: At top level:
commondev.c:145:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ComClose()
 ^~~~~~~~
commondev.c:153:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 init_common()
 ^~~~~~~~~~~
commondev.c: In function ‘PolyLine’:
commondev.c:257:3: warning: implicit declaration of function ‘gcap_set_clip’ [-Wimplicit-function-declaration]
   gcap_set_clip(device_win_coord,
   ^~~~~~~~~~~~~
commondev.c:279:8: warning: implicit declaration of function ‘Clipper’ [-Wimplicit-function-declaration]
    if (Clipper(c->p[n].x,c->p[n].y,c->p[n+1].x,c->p[n+1].y,
        ^~~~~~~
commondev.c:312:8: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
    if (Instr_Dec(c) < 1) {
        ^~~~~~~~~
gcapdev.c: In function ‘gcap_update_color_table’:
gcapdev.c:784:4: warning: implicit declaration of function ‘RGBtoHLS’ [-Wimplicit-function-declaration]
    RGBtoHLS (
    ^~~~~~~~
commondev.c: At top level:
commondev.c:919:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ComFatLine(x1, y1, x2, y2, line_width, pix_width)
 ^~~~~~~~~~
rastdev.c: In function ‘rast_pointflush’:
rastdev.c:146:3: warning: implicit declaration of function ‘ComFatLine’ [-Wimplicit-function-declaration]
   ComFatLine(coord_buf[i-1].x, coord_buf[i-1].y,
   ^~~~~~~~~~
rastdev.c: In function ‘rast_line’:
rastdev.c:161:8: warning: implicit declaration of function ‘Clipper’ [-Wimplicit-function-declaration]
  if (!(Clipper(x1_, y1_, x2_, y2_, &x1, &y1, &x2, &y2))) {
        ^~~~~~~
rastdev.c: In function ‘set_back_colr’:
rastdev.c:445:2: warning: implicit declaration of function ‘Ras_ClearDevice’ [-Wimplicit-function-declaration]
  Ras_ClearDevice(&cgmc);
  ^~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctrans_api.o ctrans_api.c
hatch.c:72:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static set_up_matrix(xo, yo, cos_theta, sin_theta, scale, xprime, yprime, M)
        ^~~~~~~~~~~~~
pal.c:47:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 LoadPalette(cgmc, palette)
 ^~~~~~~~~~~
pal.c: In function ‘LoadPalette’:
pal.c:88:6: warning: implicit declaration of function ‘PaletteRead’ [-Wimplicit-function-declaration]
  if (PaletteRead(palette, NULL, colors) != RAS_OK) {
      ^~~~~~~~~~~
In file included from ctrans_api.c:46:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cgmmisc.o cgmmisc.c
ctrans_api.c: In function ‘CtransOpenBatch’:
ctrans_api.c:215:15: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  optionDesc = OpenOptionTbl();
               ^~~~~~~~~~~~~
ctrans_api.c:241:21: warning: implicit declaration of function ‘SetMinLineWidthDefault’ [-Wimplicit-function-declaration]
  if (opt.lmin > -1) SetMinLineWidthDefault(opt.lmin);
                     ^~~~~~~~~~~~~~~~~~~~~~
ctrans_api.c:242:21: warning: implicit declaration of function ‘SetMaxLineWidthDefault’ [-Wimplicit-function-declaration]
  if (opt.lmax > -1) SetMaxLineWidthDefault(opt.lmax);
                     ^~~~~~~~~~~~~~~~~~~~~~
ctrans_api.c:243:23: warning: implicit declaration of function ‘SetAdditionalLineScale’ [-Wimplicit-function-declaration]
  if (opt.lscale > -1) SetAdditionalLineScale(opt.lscale);
                       ^~~~~~~~~~~~~~~~~~~~~~
ctrans_api.c:244:25: warning: implicit declaration of function ‘SetRGBIntensityScale’ [-Wimplicit-function-declaration]
  if (opt.lscale != 1.0) SetRGBIntensityScale(opt.rgbscale);
                         ^~~~~~~~~~~~~~~~~~~~
ctrans_api.c:277:6: warning: implicit declaration of function ‘init_cgmc’ [-Wimplicit-function-declaration]
  if (init_cgmc(&cgmc) < 0) {
      ^~~~~~~~~
ctrans_api.c: In function ‘CtransSetMetafile’:
ctrans_api.c:347:2: warning: implicit declaration of function ‘InitDefault’ [-Wimplicit-function-declaration]
  InitDefault();
  ^~~~~~~~~~~
ctrans_api.c:352:16: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
  if ((status = Instr_Dec(&cgmc)) < 1) {
                ^~~~~~~~~
ctrans_api.c:366:2: warning: implicit declaration of function ‘DoEscapes’ [-Wimplicit-function-declaration]
  DoEscapes(&cgmc);
  ^~~~~~~~~
ctrans_api.c:371:13: warning: implicit declaration of function ‘Process’ [-Wimplicit-function-declaration]
   if ((rc = Process(&cgmc)) == FATAL) return(FATAL);
             ^~~~~~~
ctrans_api.c: In function ‘CtransCloseBatch’:
ctrans_api.c:557:9: warning: implicit declaration of function ‘CloseOptionTbl’ [-Wimplicit-function-declaration]
  (void) CloseOptionTbl(optionDesc);
         ^~~~~~~~~~~~~~
ctrans_api.c:559:35: warning: implicit declaration of function ‘ComClose’ [-Wimplicit-function-declaration]
  if (devices[currdev].use_common) ComClose();
                                   ^~~~~~~~
ctrans_api.c:574:3: warning: implicit declaration of function ‘flush’ [-Wimplicit-function-declaration]
   flush();
   ^~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o misc.o misc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o X11_class0.o X11_class0.c
misc.c:26:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 CoordStringToInt(s, llx, lly, urx, ury)
 ^~~~~~~~~~~~~~~~
misc.c: In function ‘CoordStringToInt’:
misc.c:32:6: warning: implicit declaration of function ‘sscanf’ [-Wimplicit-function-declaration]
  if (sscanf(s, "%f:%f:%f:%f", &llx_, &lly_, &urx_, &ury_) != 4) {
      ^~~~~~
misc.c:32:6: warning: incompatible implicit declaration of built-in function ‘sscanf’
misc.c:32:6: note: include ‘<stdio.h>’ or provide a declaration of ‘sscanf’
cgmmisc.c:39:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 MunchCGM(c)
 ^~~~~~~~
cgmmisc.c: In function ‘MunchCGM’:
cgmmisc.c:43:7: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
   if (Instr_Dec(c) < 1) {
       ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o X11_class1.o X11_class1.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o X11_class3.o X11_class3.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o X11_class4.o X11_class4.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o X11_class6.o X11_class6.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o X11_class7.o X11_class7.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Xcrm.o Xcrm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xresources.o xresources.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o clear_text.o clear_text.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/    -DX11  -DCTXT -DFONTCAPDIR='"fontcaps"' 			-DGRAPHCAPDIR='"graphcaps"' -DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o devices.o devices.c
X11_class3.c:77:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 GCSetClipExtent(ulx, uly, lrx, lry)
 ^~~~~~~~~~~~~~~
X11_class3.c: In function ‘GCSetClipExtent’:
X11_class3.c:85:2: warning: implicit declaration of function ‘GCsetclipping’ [-Wimplicit-function-declaration]
  GCsetclipping();
  ^~~~~~~~~~~~~
X11_class3.c: At top level:
X11_class3.c:96:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 GCsetclipping()
 ^~~~~~~~~~~~~
In file included from X11_class4.c:43:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
X11_class4.c: In function ‘x11_cell_array’:
X11_class4.c:502:2: warning: implicit declaration of function ‘SetUpCellArrayAddressing’ [-Wimplicit-function-declaration]
  SetUpCellArrayAddressing(P, Q, R, image_size, pad, pixel_size,
  ^~~~~~~~~~~~~~~~~~~~~~~~
X11_class4.c:511:2: warning: implicit declaration of function ‘SetUpCellArrayIndexing’ [-Wimplicit-function-declaration]
  SetUpCellArrayIndexing(image_width, image_height, rows, cols,
  ^~~~~~~~~~~~~~~~~~~~~~
X11_class4.c:528:9: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
     if (Instr_Dec(c) < 1) {
         ^~~~~~~~~
X11_class4.c: In function ‘X11_PolyLine’:
X11_class4.c:632:3: warning: implicit declaration of function ‘GCsetclipping’ [-Wimplicit-function-declaration]
   GCsetclipping();
   ^~~~~~~~~~~~~
X11_class0.c: In function ‘X11_BegMF’:
X11_class0.c:281:10: warning: implicit declaration of function ‘X11_EndMF’ [-Wimplicit-function-declaration]
   (void) X11_EndMF(c);
          ^~~~~~~~~
X11_class0.c:324:7: warning: implicit declaration of function ‘CoordStringToInt’ [-Wimplicit-function-declaration]
   if (CoordStringToInt(x11_opts.viewport,&llx,&lly,&urx,&ury)<0){
       ^~~~~~~~~~~~~~~~
X11_class0.c:404:19: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration]
   class_name[0] = toupper(class_name[0]);
                   ^~~~~~~
In file included from clear_text.c:40:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
X11_class0.c: In function ‘X11_BegPicBody’:
X11_class0.c:693:2: warning: implicit declaration of function ‘SetInPic’ [-Wimplicit-function-declaration]
  SetInPic((boolean) TRUE);
  ^~~~~~~~
X11_class0.c:748:8: warning: implicit declaration of function ‘initSoftSim’ [-Wimplicit-function-declaration]
    if (initSoftSim(
        ^~~~~~~~~~~
X11_class0.c:757:3: warning: implicit declaration of function ‘GCSetClipExtent’ [-Wimplicit-function-declaration]
   GCSetClipExtent(dev_extent.llx, dev_extent.ury,
   ^~~~~~~~~~~~~~~
clear_text.c: In function ‘CTXT_CellArray’:
clear_text.c:872:10: warning: implicit declaration of function ‘Instr_Dec’ [-Wimplicit-function-declaration]
      if (Instr_Dec(c) < 1) {
          ^~~~~~~~~
In file included from devices.c:32:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
Xcrm.c:121:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static rgb_2_Xrgb(red, green, blue, Xcolor)
        ^~~~~~~~~~
ld -r -o libctrans.o bitops.o buffer.o clip.o ctrans.o default.o 	fill.o fontlist.o format.o gcap.o gcread.o in.o rast.o 	readfont.o rgbtohls.o text.o translate.o env.o 	soft_fill.o cell.o commondev.o gcapdev.o gcaprast.o 	rastdev.o hatch.o pal.o ctrans_api.o cgmmisc.o misc.o X11_class0.o X11_class1.o X11_class3.o 	X11_class4.o X11_class6.o X11_class7.o 	Xcrm.o xresources.o  clear_text.o 	  devices.o 
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Making ./ncarview/src/lib/libictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o commands.o commands.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cmd_tab.o cmd_tab.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o get_cmd.o get_cmd.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o glob.o glob.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o spooler.o spooler.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ictrans.o ictrans.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o lex_stuff.o lex_stuff.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o input.o input.c
lex_stuff.c:38:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 yyreject ()
 ^~~~~~~~
lex_stuff.c: In function ‘yyreject’:
lex_stuff.c:41:22: warning: implicit declaration of function ‘yyinput’ [-Wimplicit-function-declaration]
   yytext[yyleng++] = yyinput();
                      ^~~~~~~
lex_stuff.c:44:10: warning: implicit declaration of function ‘yyracc’ [-Wimplicit-function-declaration]
   return(yyracc(*yyfnd++));
          ^~~~~~
lex_stuff.c:47:3: warning: implicit declaration of function ‘yyunput’ [-Wimplicit-function-declaration]
   yyunput(yytext[yyleng-1]);
   ^~~~~~~
lex_stuff.c:56:2: warning: implicit declaration of function ‘yyoutput’ [-Wimplicit-function-declaration]
  yyoutput(yyprevious = yyinput());
  ^~~~~~~~
lex_stuff.c: At top level:
lex_stuff.c:61:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 yyracc(yyfnd)
 ^~~~~~
lex_stuff.c: In function ‘yyracc’:
lex_stuff.c:67:11: warning: implicit declaration of function ‘yyback’ [-Wimplicit-function-declaration]
   while ((yyback((*yylsp)->yystops, -yyfnd) != 1)
           ^~~~~~
lex_stuff.c: At top level:
lex_stuff.c:80:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 yywrap()
 ^~~~~~
In file included from commands.c:32:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
input.c:56:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 AppendString(s)
 ^~~~~~~~~~~~
In file included from ../../../.././include/ncarg/ctrans.h:27:0,
                 from ictrans.h:31,
                 from get_cmd.c:35:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
In file included from ictrans.c:40:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
In file included from ../../../.././include/ncarg/ctrans.h:27:0,
                 from ictrans.h:31,
                 from cmd_tab.c:27:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
commands.c: In function ‘plotit’:
commands.c:81:6: warning: implicit declaration of function ‘sleep’ [-Wimplicit-function-declaration]
      sleep((unsigned) icState.movietime);
      ^~~~~
In file included from ../../../.././include/ncarg/ctrans.h:27:0,
                 from ictrans.h:31,
                 from spooler.c:38:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
ictrans.c:109:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 usage(od, msg)
 ^~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
ictrans.c:148:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ICTrans(argc, argv, mem_cgm)
 ^~~~~~~
get_cmd.c:267:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 init_icommand(icommand)
 ^~~~~~~~~~~~~
commands.c: In function ‘iCSave’:
commands.c:310:11: warning: implicit declaration of function ‘CGM_validCGM’ [-Wimplicit-function-declaration]
  status = CGM_validCGM(argv[0]);
           ^~~~~~~~~~~~
ictrans.c: In function ‘ICTrans’:
ictrans.c:193:7: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  od = OpenOptionTbl();
       ^~~~~~~~~~~~~
get_cmd.c:321:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 get_command(ic)
 ^~~~~~~~~~~
ictrans.c:223:3: warning: implicit declaration of function ‘SetMinLineWidthDefault’ [-Wimplicit-function-declaration]
   SetMinLineWidthDefault(opt.min_line_width);
   ^~~~~~~~~~~~~~~~~~~~~~
ictrans.c:225:3: warning: implicit declaration of function ‘SetMaxLineWidthDefault’ [-Wimplicit-function-declaration]
   SetMaxLineWidthDefault(opt.max_line_width);
   ^~~~~~~~~~~~~~~~~~~~~~
ictrans.c:227:3: warning: implicit declaration of function ‘SetAdditionalLineScale’ [-Wimplicit-function-declaration]
   SetAdditionalLineScale(opt.line_scale);
   ^~~~~~~~~~~~~~~~~~~~~~
commands.c: At top level:
commands.c:721:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static print_file(ic, translator, dev_win_string)
        ^~~~~~~~~~
ictrans.c:297:12: warning: implicit declaration of function ‘AppendString’ [-Wimplicit-function-declaration]
     (void) AppendString(argv[i]);
            ^~~~~~~~~~~~
spooler.c:59:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static last(argv, tpipe, fd, log_fp)
        ^~~~
spooler.c: In function ‘last’:
spooler.c:68:16: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  switch (pid = fork()) {
                ^~~~
ictrans.c:325:2: warning: implicit declaration of function ‘InitSpool’ [-Wimplicit-function-declaration]
  InitSpool();
  ^~~~~~~~~
ictrans.c:328:6: warning: implicit declaration of function ‘init_icommand’ [-Wimplicit-function-declaration]
  if (init_icommand(&icommand) < 0) return(-1);
      ^~~~~~~~~~~~~
spooler.c:74:11: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
    (void) close(0);
           ^~~~~
ictrans.c:336:17: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
  if (batch || ! isatty(fileno(stdin))) {
                 ^~~~~~
spooler.c:75:11: warning: implicit declaration of function ‘dup2’ [-Wimplicit-function-declaration]
    (void) dup2(tpipe[0],0);
           ^~~~
spooler.c:82:11: warning: implicit declaration of function ‘dup’ [-Wimplicit-function-declaration]
    (void) dup(fd);
           ^~~
spooler.c:85:10: warning: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration]
   (void) execvp(argv[0],argv);
          ^~~~~~
commands.c: In function ‘print_file’:
spooler.c:87:3: warning: implicit declaration of function ‘_exit’ [-Wimplicit-function-declaration]
   _exit(127);
   ^~~~~
commands.c:805:9: warning: implicit declaration of function ‘PipeLine’ [-Wimplicit-function-declaration]
  (void) PipeLine(argc, argv, ic->quiet ? (FILE *) NULL : fp);
         ^~~~~~~~
ictrans.c:373:10: warning: implicit declaration of function ‘processMemoryCGM’ [-Wimplicit-function-declaration]
   (void) processMemoryCGM(&icommand, mem_cgm);
          ^~~~~~~~~~~~~~~~
spooler.c: At top level:
spooler.c:102:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static first(argv, tpipe, log_fp)
        ^~~~~
ictrans.c:378:10: warning: implicit declaration of function ‘ex_command’ [-Wimplicit-function-declaration]
   (void) ex_command(&icommand);
          ^~~~~~~~~~
commands.c: In function ‘iCPrint’:
ictrans.c:414:12: warning: implicit declaration of function ‘get_command’ [-Wimplicit-function-declaration]
   status = get_command(&icommand);
            ^~~~~~~~~~~
spooler.c:136:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static middle(argv, out_pipe,in_pipe, log_fp)
        ^~~~~~
commands.c:857:10: warning: implicit declaration of function ‘print_mem_file’ [-Wimplicit-function-declaration]
   (void) print_mem_file(ic, translator, dev_win_string);
          ^~~~~~~~~~~~~~
commands.c: At top level:
commands.c:863:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 print_mem_file(ic, translator, dev_win_string)
 ^~~~~~~~~~~~~~
In file included from ../../../.././include/ncarg/ctrans.h:27:0,
                 from ictrans.h:31,
                 from glob.c:34:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
commands.c: In function ‘print_mem_file’:
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
commands.c:925:9: warning: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration]
  (void) unlink(tmpfile);
         ^~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
commands.c: In function ‘iCAlias’:
commands.c:1292:8: warning: implicit declaration of function ‘AddSpooler’ [-Wimplicit-function-declaration]
    if (AddSpooler (s) > 0) {
        ^~~~~~~~~~
commands.c: In function ‘iCSpooler’:
commands.c:1328:7: warning: implicit declaration of function ‘SetCurrentAlias’ [-Wimplicit-function-declaration]
   if (SetCurrentAlias ( s ) > 0 ) {
       ^~~~~~~~~~~~~~~
glob.c:56:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static talkto(argv)
        ^~~~~~
glob.c: In function ‘talkto’:
spooler.c:506:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static file_get_spooler(fp, spoolers)
        ^~~~~~~~~~~~~~~~
glob.c:62:6: warning: implicit declaration of function ‘pipe’ [-Wimplicit-function-declaration]
  if (pipe(to_child) < 0) {
      ^~~~
commands.c: In function ‘iCZoom’:
commands.c:1384:2: warning: implicit declaration of function ‘SetDevWin’ [-Wimplicit-function-declaration]
  SetDevWin(llx, lly, urx, ury);
  ^~~~~~~~~
glob.c:72:13: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  if ((pid = fork()) == 0) { /* the child process  */
             ^~~~
glob.c:74:10: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
   (void) close(fileno(stdin)); /* close child's stdin */
          ^~~~~
commands.c: At top level:
glob.c:75:10: warning: implicit declaration of function ‘dup’ [-Wimplicit-function-declaration]
   (void) dup(to_child[0]); /* redirect stdin from pipe*/
          ^~~
commands.c:1449:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 processMemoryCGM(ic, mem_file)
 ^~~~~~~~~~~~~~~~
glob.c:91:10: warning: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration]
   (void) execvp(argv[0], argv);
          ^~~~~~
commands.c: In function ‘create_tmp_fname’:
commands.c:1487:39: warning: implicit declaration of function ‘getpid’ [-Wimplicit-function-declaration]
  (void) sprintf(pidbuf, "ictrans.%d", getpid());
                                       ^~~~~~
spooler.c:708:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 AddSpooler(s)
 ^~~~~~~~~~
spooler.c:765:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 SetCurrentAlias(alias)
 ^~~~~~~~~~~~~~~
glob.c: In function ‘glob’:
glob.c:201:9: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  (void) write(to_child[1], outbuf, strlen(outbuf));
         ^~~~~
glob.c:210:13: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration]
   nbytes += read(to_parent[0], cptr, sizeof(inBuf) - nbytes);
             ^~~~
spooler.c:881:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 PipeLine(argc, argv, log_fp)
 ^~~~~~~~
spooler.c: In function ‘PipeLine’:
spooler.c:947:6: warning: implicit declaration of function ‘pipe’ [-Wimplicit-function-declaration]
  if (pipe(out_pipe) == -1) {
      ^~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o lex.yy_linux.o lex.yy_linux.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ictrans_mem.o ictrans_mem.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DSPOOL_TRANS='"ctrans"' -DNGTMPDIR='"tmp"'			-DBINDIR='"bin"' -DLIBDIR='"lib"'			-DNCARGDIR='"ncarg"'  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ictrans_wks.o ictrans_wks.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fort_ictrans.o fort_ictrans.f
lex.yy_linux.c:91:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 my_yylex(){
 ^~~~~~~~
lex.l: In function ‘my_yylex’:
In file included from ictrans_mem.c:46:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
ictrans_mem.c:75:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ictrans_args(unit, args)
 ^~~~~~~~~~~~
ictrans_mem.c:114:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ictrans_open(unit, record_size)
 ^~~~~~~~~~~~
ictrans_mem.c:176:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ictrans_close(unit)
 ^~~~~~~~~~~~~
ictrans_mem.c:199:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ictrans_free(unit)
 ^~~~~~~~~~~~
ictrans_mem.c: In function ‘ictrans_free’:
ictrans_mem.c:207:2: warning: implicit declaration of function ‘CGM_unlinkMemFile’ [-Wimplicit-function-declaration]
  CGM_unlinkMemFile(fname); /* remove the file */
  ^~~~~~~~~~~~~~~~~
ictrans_mem.c: At top level:
ictrans_mem.c:234:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ictrans_invoke(unit)
 ^~~~~~~~~~~~~~
ictrans_mem.c: In function ‘ictrans_invoke’:
ictrans_mem.c:313:6: warning: implicit declaration of function ‘ICTrans’ [-Wimplicit-function-declaration]
  if (ICTrans(argc, argv, open_files[unit].fname) < 0) {
      ^~~~~~~
In file included from ictrans_wks.c:44:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
lex.l:28:14: warning: implicit declaration of function ‘nuke_whitespace’ [-Wimplicit-function-declaration]
     yyleng = nuke_whitespace(yytext);
              ^~~~~~~~~~~~~~~
lex.l:59:14: warning: implicit declaration of function ‘nuke_lead_whitespace’ [-Wimplicit-function-declaration]
     yyleng = nuke_lead_whitespace(yytext);
              ^~~~~~~~~~~~~~~~~~~~
lex.l:71:11: warning: implicit declaration of function ‘skip_line’ [-Wimplicit-function-declaration]
    (void) skip_line();
           ^~~~~~~~~
lex.l: At top level:
lex.l:79:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 nuke_whitespace(s1)
 ^~~~~~~~~~~~~~~
lex.l:97:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 nuke_lead_whitespace(s1)
 ^~~~~~~~~~~~~~~~~~~~
lex.l:128:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 skip_line()
 ^~~~~~~~~
In file included from ictrans_wks.c:43:0:
ictrans_wks.c:83:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(initic,INITIC)()
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c:100:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(ictarg,ICTARG)(unit, args, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c: In function ‘ictarg_’:
ictrans_wks.c:106:12: warning: implicit declaration of function ‘ictrans_args’ [-Wimplicit-function-declaration]
  *status = ictrans_args(*unit, args);
            ^~~~~~~~~~~~
In file included from ictrans_wks.c:43:0:
ictrans_wks.c: At top level:
ictrans_wks.c:115:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(opnwks,OPNWKS)(unit, fname, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c: In function ‘opnwks_’:
ictrans_wks.c:171:12: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
  else if (!strcmp(fname, "GMETA")) {
            ^~~~~~
ictrans_wks.c:210:8: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
   if ( strlen(gks_translator) == 0 )
        ^~~~~~
ictrans_wks.c:210:8: warning: incompatible implicit declaration of built-in function ‘strlen’
ictrans_wks.c:210:8: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
ictrans_wks.c:261:13: warning: implicit declaration of function ‘ictrans_open’ [-Wimplicit-function-declaration]
   if((mfd = ictrans_open(*unit, RECORDSIZE)) == -1)
             ^~~~~~~~~~~~
In file included from ictrans_wks.c:43:0:
ictrans_wks.c: At top level:
ictrans_wks.c:282:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(clswks,CLSWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c: In function ‘clswks_’:
ictrans_wks.c:303:10: warning: implicit declaration of function ‘ictrans_close’ [-Wimplicit-function-declaration]
   (void) ictrans_close (*unit);
          ^~~~~~~~~~~~~
ictrans_wks.c:305:7: warning: implicit declaration of function ‘ictrans_invoke’ [-Wimplicit-function-declaration]
   if (ictrans_invoke(*unit) < 0) {
       ^~~~~~~~~~~~~~
ictrans_wks.c:316:7: warning: implicit declaration of function ‘ictrans_free’ [-Wimplicit-function-declaration]
   if (ictrans_free(*unit) < 0) {
       ^~~~~~~~~~~~
ictrans_wks.c:326:11: warning: implicit declaration of function ‘wait’ [-Wimplicit-function-declaration]
    (void) wait(&child_status);
           ^~~~
In file included from ictrans_wks.c:43:0:
ictrans_wks.c: At top level:
ictrans_wks.c:335:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(wrtwks,WRTWKS)(unit, buffer, length, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c: In function ‘wrtwks_’:
ictrans_wks.c:366:2: warning: implicit declaration of function ‘bcopyswap’ [-Wimplicit-function-declaration]
  bcopyswap(buffer, locbuf, RECORDSIZE);
  ^~~~~~~~~
In file included from ictrans_wks.c:43:0:
ictrans_wks.c: At top level:
ictrans_wks.c:390:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(rdwks,RDWKS)(unit, buffer, length, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c:456:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(begwks,BEGWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c:499:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(lstwks,LSTWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ictrans_wks.c:542:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
 NGCALLF(flswks,FLSWKS)(unit, status)
         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ld -r -o libictrans.o commands.o cmd_tab.o get_cmd.o 		glob.o spooler.o ictrans.o lex_stuff.o input.o lex.yy_linux.o ictrans_mem.o ictrans_wks.o fort_ictrans.o
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 ./ncarview/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
Making ./ncarview/src/bin/ctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
gcc -ansi -fPIC -fopenmp -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
In file included from ../../../.././include/ncarg/ctrans.h:27:0,
                 from main.c:43:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
main.c:147:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 usage(od, progName, msg)
 ^~~~~
main.c: In function ‘open_log’:
main.c:168:9: warning: implicit declaration of function ‘mktemp’ [-Wimplicit-function-declaration]
  (void) mktemp(logFile);
         ^~~~~~
main.c: In function ‘close_log’:
main.c:200:9: warning: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration]
  (void) unlink(logFile);
         ^~~~~~
main.c: In function ‘process’:
main.c:270:22: warning: implicit declaration of function ‘sleep’ [-Wimplicit-function-declaration]
    if (sleep_time>0) sleep(sleep_time);
                      ^~~~~
main.c: At top level:
main.c:298:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc,argv)
 ^~~~
main.c: In function ‘main’:
main.c:337:7: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  od = OpenOptionTbl();
       ^~~~~~~~~~~~~
main.c:393:3: warning: implicit declaration of function ‘SetMinLineWidthDefault’ [-Wimplicit-function-declaration]
   SetMinLineWidthDefault(opt.min_line_width);
   ^~~~~~~~~~~~~~~~~~~~~~
main.c:395:3: warning: implicit declaration of function ‘SetMaxLineWidthDefault’ [-Wimplicit-function-declaration]
   SetMaxLineWidthDefault(opt.max_line_width);
   ^~~~~~~~~~~~~~~~~~~~~~
main.c:397:3: warning: implicit declaration of function ‘SetAdditionalLineScale’ [-Wimplicit-function-declaration]
   SetAdditionalLineScale(opt.line_scale);
   ^~~~~~~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ctrans main.o ../../../.././ncarview/src/lib/libctrans/libctrans.o -L../../../.././ncarview/src/lib/libcgm -lcgm -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lX11 -lXext    -lm   
main.o: In function `main':
main.c:(.text+0x7e9): warning: the use of `mktemp' is dangerous, better use `mkstemp'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Making ./ncarview/src/bin/ictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
gcc -ansi -fPIC -fopenmp -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
main.c:22:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
main.c: In function ‘main’:
main.c:28:6: warning: implicit declaration of function ‘ICTrans’ [-Wimplicit-function-declaration]
  if (ICTrans(argc, argv, NULL) < 0) {
      ^~~~~~~
main.c:29:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
main.c:29:3: warning: incompatible implicit declaration of built-in function ‘exit’
main.c:29:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
main.c:32:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(0);
  ^~~~
main.c:32:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ictrans main.o ../../../.././ncarview/src/lib/libictrans/libictrans.o ../../../.././ncarview/src/lib/libctrans/libctrans.o -L../../../.././ncarview/src/lib/libcgm -lcgm -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras 			-L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lX11 -lXext    -lgfortran -lm   
../../../.././ncarview/src/lib/libcgm/libcgm.a(meta_edit.o): In function `CGM_initMetaEdit':
meta_edit.c:(.text+0x1163): warning: the use of `mktemp' is dangerous, better use `mkstemp'
The contents of this directory are copyright protected:
-------------------------------------------------------
NCL Version 6.4.0
Copyright (C) 2017
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Making ./ncarview/src/bin/filter
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../include -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 cgm2ncgm.o cgm2ncgm.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../include -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 ncgm2cgm.o ncgm2cgm.c
In file included from cgm2ncgm.c:22:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
cgm2ncgm.c:55:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static get_data(count)
        ^~~~~~~~
cgm2ncgm.c: In function ‘get_data’:
cgm2ncgm.c:55:8: warning: type of ‘count’ defaults to ‘int’ [-Wimplicit-int]
cgm2ncgm.c:61:3: warning: implicit declaration of function ‘memmove’ [-Wimplicit-function-declaration]
   memmove((void *) inBuf, (const void *) bufPtr, (size_t) dataAva);
   ^~~~~~~
cgm2ncgm.c:61:3: warning: incompatible implicit declaration of built-in function ‘memmove’
cgm2ncgm.c:61:3: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
cgm2ncgm.c: In function ‘get_next_instr’:
cgm2ncgm.c:113:3: warning: incompatible implicit declaration of built-in function ‘memmove’
   memmove((void *) instr->buf, (const void *) bufPtr, (size_t) leftOver);
   ^~~~~~~
cgm2ncgm.c:113:3: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
cgm2ncgm.c:174:2: warning: incompatible implicit declaration of built-in function ‘memmove’
  memmove((void *) instr->data, (const void *) bufPtr, (size_t) len);
  ^~~~~~~
cgm2ncgm.c:174:2: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
cgm2ncgm.c: At top level:
cgm2ncgm.c:189:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static usage()
        ^~~~~
cgm2ncgm.c:195:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main (argc,argv)
 ^~~~
In file included from ncgm2cgm.c:22:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
ncgm2cgm.c: In function ‘flush’:
ncgm2cgm.c:59:3: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
   memset((char *) (outBuf+to_write), 0, (int) spaceAva);
   ^~~~~~
ncgm2cgm.c:59:3: warning: incompatible implicit declaration of built-in function ‘memset’
ncgm2cgm.c:59:3: note: include ‘<string.h>’ or provide a declaration of ‘memset’
ncgm2cgm.c: At top level:
ncgm2cgm.c:74:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main (argc,argv)
 ^~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ncgm2cgm ncgm2cgm.o -L../../../.././ncarview/src/lib/libcgm -lcgm -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o cgm2ncgm cgm2ncgm.o -L../../../.././ncarview/src/lib/libcgm -lcgm -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/ncarview/src/bin/filter'
Making ./ncarview/src/bin/med
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
gcc -ansi -fPIC -fopenmp -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 cmd_tab.o cmd_tab.c
gcc -ansi -fPIC -fopenmp -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 commands.o commands.c
gcc -ansi -fPIC -fopenmp -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 med.o med.c
error.c:45:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 command_error_message(med_data, errno, do_usage, message, severity)
 ^~~~~~~~~~~~~~~~~~~~~
error.c: In function ‘command_error_message’:
error.c:78:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
error.c:78:3: warning: incompatible implicit declaration of built-in function ‘exit’
error.c:78:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
error.c: At top level:
error.c:96:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 error_message(med_data, errno, message, severity)
 ^~~~~~~~~~~~~
error.c: In function ‘error_message’:
error.c:118:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
error.c:118:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
In file included from commands.c:35:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
med.c: In function ‘sigint_handler’:
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
med.c:413:2: warning: implicit declaration of function ‘medQuit’ [-Wimplicit-function-declaration]
  medQuit(&medData);
  ^~~~~~~
med.c: At top level:
med.c:417:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static usage(message)
        ^~~~~
med.c:428:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main (argc, argv)
 ^~~~
med.c: In function ‘main’:
commands.c: In function ‘medCopy’:
med.c:477:5: warning: implicit declaration of function ‘PrintVersion’ [-Wimplicit-function-declaration]
     PrintVersion(prog_name);
     ^~~~~~~~~~~~
med.c:511:22: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
   medData.fromatty = isatty(fileno(medData.fp));
                      ^~~~~~
commands.c:87:3: warning: implicit declaration of function ‘command_error_message’ [-Wimplicit-function-declaration]
   command_error_message (
   ^~~~~~~~~~~~~~~~~~~~~
med.c:533:3: warning: implicit declaration of function ‘medEdit’ [-Wimplicit-function-declaration]
   medEdit(&medData);
   ^~~~~~~
med.c:562:4: warning: implicit declaration of function ‘error_message’ [-Wimplicit-function-declaration]
    error_message(&medData,0, "Invalid format?", MED_WARN);
    ^~~~~~~~~~~~~
commands.c: In function ‘medEdit’:
commands.c:274:9: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration]
  (void) strcpy(editFile, c_data->file);
         ^~~~~~
commands.c:274:9: warning: incompatible implicit declaration of built-in function ‘strcpy’
commands.c:274:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
commands.c: In function ‘medLabel’:
commands.c:333:9: warning: incompatible implicit declaration of built-in function ‘strcpy’
  (void) strcpy((char *) &e_instr.buf[1], c_data->file);
         ^~~~~~
commands.c:333:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
commands.c:336:35: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  e_instr.buf[0] = (unsigned char) strlen(c_data->file);
                                   ^~~~~~
commands.c:336:35: warning: incompatible implicit declaration of built-in function ‘strlen’
commands.c:336:35: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
commands.c: In function ‘medAppend’:
commands.c:893:11: warning: implicit declaration of function ‘CGM_validCGM’ [-Wimplicit-function-declaration]
  status = CGM_validCGM(c_data->file);
           ^~~~~~~~~~~~
commands.c: In function ‘medSplit’:
commands.c:1006:34: warning: incompatible implicit declaration of built-in function ‘strlen’
  file_name = malloc ((unsigned) (strlen (prefix) + strlen ("XXX")
                                  ^~~~~~
commands.c:1006:34: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o med cmd_tab.o commands.o error.o med.o -L../../../.././ncarview/src/lib/libcgm -lcgm -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
../../../.././ncarview/src/lib/libcgm/libcgm.a(meta_edit.o): In function `CGM_initMetaEdit':
meta_edit.c:(.text+0x1163): warning: the use of `mktemp' is dangerous, better use `mkstemp'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Making ./ncarview/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Making ./ncarview/src/bin/rascat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
gcc -ansi -fPIC -fopenmp -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 rascat.o rascat.c
rascat.c: In function ‘Usage’:
rascat.c:193:2: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  exit(1);
  ^~~~
rascat.c:193:2: warning: incompatible implicit declaration of built-in function ‘exit’
rascat.c:193:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c: At top level:
rascat.c:197:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
rascat.c: In function ‘main’:
rascat.c:239:7: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  oD = OpenOptionTbl();
       ^~~~~~~~~~~~~
rascat.c:245:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rascat.c:245:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c:261:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
rascat.c:261:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c:388:5: warning: implicit declaration of function ‘check_win’ [-Wimplicit-function-declaration]
     check_win(win, src);
     ^~~~~~~~~
rascat.c:452:5: warning: incompatible implicit declaration of built-in function ‘exit’
     exit(1);
     ^~~~
rascat.c:452:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c:503:6: warning: incompatible implicit declaration of built-in function ‘exit’
      exit(1);
      ^~~~
rascat.c:503:6: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c:511:11: warning: implicit declaration of function ‘RasterDither’ [-Wimplicit-function-declaration]
      rc = RasterDither(
           ^~~~~~~~~~~~
rascat.c:516:11: warning: implicit declaration of function ‘Raster8to24bit’ [-Wimplicit-function-declaration]
      rc = Raster8to24bit(
           ^~~~~~~~~~~~~~
rascat.c:527:6: warning: incompatible implicit declaration of built-in function ‘exit’
      exit(1);
      ^~~~
rascat.c:527:6: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c:533:9: warning: implicit declaration of function ‘RasterRGBScale’ [-Wimplicit-function-declaration]
     if (RasterRGBScale(dst, opt.rgbscale) < 0) {
         ^~~~~~~~~~~~~~
rascat.c:545:10: warning: implicit declaration of function ‘PaletteRead’ [-Wimplicit-function-declaration]
     rc = PaletteRead(opt.pal,NULL,colors);
          ^~~~~~~~~~~
rascat.c:565:5: warning: incompatible implicit declaration of built-in function ‘exit’
     exit(1);
     ^~~~
rascat.c:565:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c:575:5: warning: incompatible implicit declaration of built-in function ‘exit’
     exit(1);
     ^~~~
rascat.c:575:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c:599:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(err);
  ^~~~
rascat.c:599:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rascat.c: At top level:
rascat.c:647:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 check_win(win, src)
 ^~~~~~~~~
rascat.c: In function ‘check_win’:
rascat.c:657:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rascat.c:657:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o rascat rascat.o -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -lm  
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Making ./ncarview/src/bin/rasstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
gcc -ansi -fPIC -fopenmp -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 rasstat.o rasstat.c
rasstat.c: In function ‘Usage’:
rasstat.c:91:2: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  exit(1);
  ^~~~
rasstat.c:91:2: warning: incompatible implicit declaration of built-in function ‘exit’
rasstat.c:91:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasstat.c: At top level:
rasstat.c:105:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
rasstat.c: In function ‘main’:
rasstat.c:118:7: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  oD = OpenOptionTbl();
       ^~~~~~~~~~~~~
rasstat.c:124:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rasstat.c:124:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasstat.c:141:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
rasstat.c:141:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasstat.c:158:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(2);
   ^~~~
rasstat.c:158:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasstat.c:179:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(0);
  ^~~~
rasstat.c:179:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o rasstat rasstat.o -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -lm  
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Making ./ncarview/src/bin/ncgmstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
gcc -ansi -fPIC -fopenmp -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 ncgmstat.o ncgmstat.c
In file included from ncgmstat.c:28:0:
../../../.././include/ncarg/cgm_tools.h:146:8: warning: type defaults to ‘int’ in declaration of ‘CGM_read’ [-Wimplicit-int]
 extern CGM_read(
        ^~~~~~~~
../../../.././include/ncarg/cgm_tools.h:153:8: warning: type defaults to ‘int’ in declaration of ‘CGM_write’ [-Wimplicit-int]
 extern CGM_write(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:160:8: warning: type defaults to ‘int’ in declaration of ‘CGM_lseek’ [-Wimplicit-int]
 extern CGM_lseek(
        ^~~~~~~~~
../../../.././include/ncarg/cgm_tools.h:168:8: warning: type defaults to ‘int’ in declaration of ‘CGM_flush’ [-Wimplicit-int]
 extern CGM_flush(
        ^~~~~~~~~
ncgmstat.c: In function ‘Usage’:
ncgmstat.c:76:2: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  exit(1);
  ^~~~
ncgmstat.c:76:2: warning: incompatible implicit declaration of built-in function ‘exit’
ncgmstat.c:76:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ncgmstat.c: At top level:
ncgmstat.c:80:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
ncgmstat.c: In function ‘main’:
ncgmstat.c:90:7: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  oD = OpenOptionTbl();
       ^~~~~~~~~~~~~
ncgmstat.c:96:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
ncgmstat.c:96:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ncgmstat.c:113:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
ncgmstat.c:113:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ncgmstat.c:125:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(2);
   ^~~~
ncgmstat.c:125:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ncgmstat.c:130:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(2);
   ^~~~
ncgmstat.c:130:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ncgmstat.c:143:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(0);
  ^~~~
ncgmstat.c:143:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ncgmstat ncgmstat.o -L../../../.././ncarview/src/lib/libcgm -lcgm -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/ncarview/src/bin/ncgmstat'
Making ./ncarview/src/bin/idt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o w_idt.o w_idt.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o w_file.o w_file.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o file.o file.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o glob.o glob.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o w_display.o w_display.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o display.o display.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o w_dialog.o w_dialog.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o commands.o commands.c
glob.c: In function ‘talkto’:
glob.c:58:6: warning: implicit declaration of function ‘pipe’ [-Wimplicit-function-declaration]
  if (pipe(to_child) < 0) {
      ^~~~
glob.c:68:13: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  if ((pid = fork()) == 0) { /* the child process  */
             ^~~~
glob.c:70:10: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
   (void) close(fileno(stdin)); /* close child's stdin */
          ^~~~~
glob.c:71:10: warning: implicit declaration of function ‘dup’ [-Wimplicit-function-declaration]
   (void) dup(to_child[0]); /* redirect stdin from pipe*/
          ^~~
glob.c:87:10: warning: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration]
   (void) execvp(argv[0], argv);
          ^~~~~~
glob.c: In function ‘glob’:
glob.c:196:9: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  (void) write(to_child[1], outbuf, strlen(outbuf));
         ^~~~~
glob.c:205:13: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration]
   nbytes += read(to_parent[0], cptr, sizeof(inBuf) - nbytes);
             ^~~~
display.c: In function ‘CloseDisplayModule’:
display.c:192:10: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
   (void) close(hFD);
          ^~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o talkto.o talkto.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xrubber.o xrubber.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o scroll.o scroll.c
w_idt.c: In function ‘main’:
w_idt.c:596:2: warning: implicit declaration of function ‘SetIconResource’ [-Wimplicit-function-declaration]
  SetIconResource(toplevel);
  ^~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o w_text.o w_text.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o spooler.o spooler.c
w_display.c: In function ‘update_frame_by_num’:
w_display.c:88:2: warning: implicit declaration of function ‘UpdateFrameLabel’ [-Wimplicit-function-declaration]
  UpdateFrameLabel(wd, frame_string);
  ^~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o w_icon.o w_icon.c
w_display.c: At top level:
w_display.c:603:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 UpdateFrameLabel(wd, frame_string)
 ^~~~~~~~~~~~~~~~
xrubber.c:215:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static rubber_band_window(dpy, root, fg, x, y,
        ^~~~~~~~~~~~~~~~~~
scroll.c: In function ‘ScrollTo’:
scroll.c:93:2: warning: implicit declaration of function ‘UpdateFrameLabel’ [-Wimplicit-function-declaration]
  UpdateFrameLabel(wd, buf);
  ^~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o xt_env.o xt_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/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o animate.o animate.c
talkto.c:101:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
 static close_trans_pid(pid)
        ^~~~~~~~~~~~~~~
talkto.c: In function ‘get_trans_err’:
talkto.c:215:11: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration]
  if ((n = read(fd, buf, size)) < 0) {
           ^~~~
talkto.c: In function ‘OpenTranslator’:
talkto.c:280:6: warning: implicit declaration of function ‘pipe’ [-Wimplicit-function-declaration]
  if (pipe(to_child) < 0) {
      ^~~~
talkto.c:286:10: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
   (void) close(to_child[0]); (void) close(to_child[1]);
          ^~~~~
talkto.c:299:8: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  pid = fork();
        ^~~~
talkto.c:307:10: warning: implicit declaration of function ‘dup’ [-Wimplicit-function-declaration]
   (void) dup(to_child[0]);
          ^~~
talkto.c:327:3: warning: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration]
   execvp(argv[0], argv);
   ^~~~~~
talkto.c:329:3: warning: implicit declaration of function ‘_exit’ [-Wimplicit-function-declaration]
   _exit(127);
   ^~~~~
talkto.c: In function ‘TalkTo’:
talkto.c:450:6: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
  if (write(Translators[id].wfd,command_string,strlen(command_string))<0){
      ^~~~~
w_icon.c:43:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 SetIconResource(toplevel)
 ^~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DXAPPDIR='"xapp"' 			-DTRANSLATOR='"ictrans"' -DBINDIR='"bin"' 			-DNGVERSION='"6.4.0"'  -DNCLVERSION='"6.4.0"' -DLinux  -DMAJOR=3   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o animate_cb.o animate_cb.c
animate_cb.c: In function ‘animate_on’:
animate_cb.c:162:3: warning: implicit declaration of function ‘usleep’ [-Wimplicit-function-declaration]
   usleep(10000);
   ^~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o idt w_idt.o w_file.o file.o glob.o w_display.o display.o w_dialog.o 	commands.o talkto.o xrubber.o scroll.o w_text.o spooler.o w_icon.o 	xt_env.o animate.o animate_cb.o -L../../../.././ncarview/src/lib/libcgm -lcgm -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXext -lm  
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Making ./ncarview/src/bin/rasview
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -D_BSD_SOURCE  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rasdraw.o rasdraw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -D_BSD_SOURCE  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rasview.o rasview.c
rasview.c: In function ‘display_image’:
rasview.c:215:12: warning: implicit declaration of function ‘RasterDither’ [-Wimplicit-function-declaration]
   status = RasterDither(ras, indexed_ras, verbose);
            ^~~~~~~~~~~~
rasview.c: At top level:
rasview.c:329:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
rasview.c: In function ‘main’:
rasview.c:350:7: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  oD = OpenOptionTbl();
       ^~~~~~~~~~~~~
rasview.c:414:7: warning: implicit declaration of function ‘PaletteRead’ [-Wimplicit-function-declaration]
   if (PaletteRead(pal_name,NULL,default_colors)== RAS_OK){
       ^~~~~~~~~~~
rasdraw.c:796:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 ras_draw_init(context, nx, ny, encoding_hint)
 ^~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o rasview rasdraw.o rasview.o -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lXt -lSM -lICE -lX11 -lXext   -lm  
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Making ./ncarview/src/bin/rasls
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
gcc -ansi -fPIC -fopenmp -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 rasls.o rasls.c
rasls.c:62:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
rasls.c: In function ‘main’:
rasls.c:79:11: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  opt_id = OpenOptionTbl();
           ^~~~~~~~~~~~~
rasls.c:84:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
rasls.c:84:3: warning: incompatible implicit declaration of built-in function ‘exit’
rasls.c:84:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasls.c:94:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rasls.c:94:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasls.c:99:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
rasls.c:99:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasls.c:103:3: warning: implicit declaration of function ‘Usage’ [-Wimplicit-function-declaration]
   Usage(ProgramName, (char *) NULL, opt_id);
   ^~~~~
rasls.c:104:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
rasls.c:104:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasls.c:108:21: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
   files = (char **) malloc (sizeof(char *));
                     ^~~~~~
rasls.c:108:21: warning: incompatible implicit declaration of built-in function ‘malloc’
rasls.c:108:21: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
rasls.c:127:9: warning: implicit declaration of function ‘Print’ [-Wimplicit-function-declaration]
     if (Print(files[i], opt.format) != RAS_OK) {
         ^~~~~
rasls.c:132:9: warning: implicit declaration of function ‘PrintLs’ [-Wimplicit-function-declaration]
     if (PrintLs(files[i], opt.format) != RAS_OK) {
         ^~~~~~~
rasls.c:142:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(estatus);
  ^~~~
rasls.c:142:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasls.c: In function ‘PrintLs’:
rasls.c:155:13: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
         if (strcmp(name, "stdin") == 0) {
             ^~~~~~
rasls.c:169:11: warning: implicit declaration of function ‘PrintLine’ [-Wimplicit-function-declaration]
    (void) PrintLine(name,
           ^~~~~~~~~
rasls.c:210:11: warning: implicit declaration of function ‘RasterGetValues’ [-Wimplicit-function-declaration]
  status = RasterGetValues(ras, NrtNformatName, &format,
           ^~~~~~~~~~~~~~~
rasls.c: At top level:
rasls.c:307:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 Usage(progName, message, opt_id)
 ^~~~~
rasls.c: In function ‘Usage’:
rasls.c:321:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(1);
  ^~~~
rasls.c:321:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o rasls rasls.o -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -lm  
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Making ./ncarview/src/bin/rasgetpal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
gcc -ansi -fPIC -fopenmp -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 rasgetpal.o rasgetpal.c
rasgetpal.c:47:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
rasgetpal.c: In function ‘main’:
rasgetpal.c:60:11: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  opt_id = OpenOptionTbl();
           ^~~~~~~~~~~~~
rasgetpal.c:65:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
rasgetpal.c:65:3: warning: incompatible implicit declaration of built-in function ‘exit’
rasgetpal.c:65:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c:72:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rasgetpal.c:72:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c:77:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
rasgetpal.c:77:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c:82:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
rasgetpal.c:82:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c:89:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rasgetpal.c:89:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c:98:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rasgetpal.c:98:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c:119:5: warning: incompatible implicit declaration of built-in function ‘exit’
     exit(1);
     ^~~~
rasgetpal.c:119:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c:128:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
rasgetpal.c:128:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rasgetpal.c: In function ‘PrintPalette’:
rasgetpal.c:178:8: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
   if (!strcmp(palfile, "stdout")) {
        ^~~~~~
rasgetpal.c:179:13: warning: implicit declaration of function ‘PaletteWrite’ [-Wimplicit-function-declaration]
    status = PaletteWrite(palfile, "txt", colors);
             ^~~~~~~~~~~~
rasgetpal.c: In function ‘Usage’:
rasgetpal.c:219:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(1);
  ^~~~
rasgetpal.c:219:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o rasgetpal rasgetpal.o -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -lm  
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Making ./ncarview/src/bin/rassplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
gcc -ansi -fPIC -fopenmp -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 rassplit.o rassplit.c
rassplit.c:26:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
rassplit.c: In function ‘main’:
rassplit.c:42:3: warning: implicit declaration of function ‘Usage’ [-Wimplicit-function-declaration]
   Usage();
   ^~~~~
rassplit.c:55:11: warning: implicit declaration of function ‘PrintHelp’ [-Wimplicit-function-declaration]
    (void) PrintHelp();
           ^~~~~~~~~
rassplit.c: At top level:
rassplit.c:241:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 Usage()
 ^~~~~
rassplit.c:255:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 PrintHelp()
 ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o rassplit rassplit.o -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -lm  
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Making ./ncarview/src/bin/ras2ccir601
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
gcc -ansi -fPIC -fopenmp -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 ras2ccir601.o ras2ccir601.c
ras2ccir601.c: In function ‘usage’:
ras2ccir601.c:144:2: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  exit(1);
  ^~~~
ras2ccir601.c:144:2: warning: incompatible implicit declaration of built-in function ‘exit’
ras2ccir601.c:144:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ras2ccir601.c: At top level:
ras2ccir601.c:219:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char **argv)
 ^~~~
ras2ccir601.c: In function ‘main’:
ras2ccir601.c:239:7: warning: implicit declaration of function ‘OpenOptionTbl’ [-Wimplicit-function-declaration]
  od = OpenOptionTbl();
       ^~~~~~~~~~~~~
ras2ccir601.c:245:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
ras2ccir601.c:245:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ras2ccir601.c:261:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(0);
   ^~~~
ras2ccir601.c:261:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ras2ccir601.c:306:3: warning: incompatible implicit declaration of built-in function ‘exit’
   exit(1);
   ^~~~
ras2ccir601.c:306:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ras2ccir601.c:348:6: warning: incompatible implicit declaration of built-in function ‘exit’
      exit(1);
      ^~~~
ras2ccir601.c:348:6: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ras2ccir601.c:354:7: warning: incompatible implicit declaration of built-in function ‘exit’
       exit(1);
       ^~~~
ras2ccir601.c:354:7: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ras2ccir601.c:361:12: warning: implicit declaration of function ‘Raster8to24bit’ [-Wimplicit-function-declaration]
     (void) Raster8to24bit(ras, direct_ras, 0);
            ^~~~~~~~~~~~~~
ras2ccir601.c:383:5: warning: incompatible implicit declaration of built-in function ‘exit’
     exit(1);
     ^~~~
ras2ccir601.c:383:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
ras2ccir601.c:420:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit(err);
  ^~~~
ras2ccir601.c:420:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o ras2ccir601 ras2ccir601.o -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -lm  
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 ./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 `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Making ./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 `all'.
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 ./ni
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
Making ./ni/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
Making ./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 `includes'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
Making ./ni/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making ./ni/src/lib/hlu
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Base.o Base.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o BoundingBox.o BoundingBox.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Close.o Close.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Convert.o Convert.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Converters.o Converters.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Create.o Create.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Destroy.o Destroy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Draw.o Draw.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -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      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o GetValues.o GetValues.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o IrregularTransObj.o IrregularTransObj.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o IrregularType2TransObj.o IrregularType2TransObj.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from ../../../.././include/ncarg/hlu/BaseP.h:26,
                 from ../../../.././include/ncarg/hlu/ErrorP.h:25,
                 from Error.c:37:
Error.c: In function ‘ErrorInitialize’:
Error.c:402:12: warning: implicit declaration of function ‘nhlfloadgerhnd_’ [-Wimplicit-function-declaration]
  _NHLCALLF(nhlfloadgerhnd,NHLFLOADGERHND)(&foo);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Error.c:402:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(nhlfloadgerhnd,NHLFLOADGERHND)(&foo);
  ^~~~~~~~~
Error.c:481:15: warning: implicit declaration of function ‘nhlpfinqunit_’ [-Wimplicit-function-declaration]
     _NHLCALLF(nhlpfinqunit,NHLPFINQUNIT)
               ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Error.c:481:5: note: in expansion of macro ‘_NHLCALLF’
     _NHLCALLF(nhlpfinqunit,NHLPFINQUNIT)
     ^~~~~~~~~
Error.c:512:17: warning: implicit declaration of function ‘nhlpfopnunit_’ [-Wimplicit-function-declaration]
       _NHLCALLF(nhlpfopnunit,
                 ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Error.c:512:7: note: in expansion of macro ‘_NHLCALLF’
       _NHLCALLF(nhlpfopnunit,
       ^~~~~~~~~
Error.c: In function ‘ErrorSetValues’:
Error.c:751:15: warning: implicit declaration of function ‘nhlpfclsunit_’ [-Wimplicit-function-declaration]
     _NHLCALLF(nhlpfclsunit,NHLPFCLSUNIT)
               ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Error.c:751:5: note: in expansion of macro ‘_NHLCALLF’
     _NHLCALLF(nhlpfclsunit,NHLPFCLSUNIT)
     ^~~~~~~~~
Error.c: In function ‘PrintMessage’:
Error.c:1145:13: warning: implicit declaration of function ‘nhlpfprnmes_’ [-Wimplicit-function-declaration]
   _NHLCALLF(nhlpfprnmes,NHLPFPRNMES)
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Error.c:1145:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(nhlpfprnmes,NHLPFPRNMES)
   ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o LogLinTransObj.o LogLinTransObj.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MapTransObj.o MapTransObj.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MultiText.o MultiText.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NcgmWorkstation.o NcgmWorkstation.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NresDB.o NresDB.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Open.o Open.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from NcgmWorkstation.c:25:
NcgmWorkstation.c: In function ‘NcgmWorkstationInitialize’:
NcgmWorkstation.c:317:13: warning: implicit declaration of function ‘nhlpfinqunit_’ [-Wimplicit-function-declaration]
   _NHLCALLF(nhlpfinqunit,NHLPFINQUNIT)
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
NcgmWorkstation.c:317:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(nhlpfinqunit,NHLPFINQUNIT)
   ^~~~~~~~~
NcgmWorkstation.c: In function ‘NcgmWorkstationNotify’:
NcgmWorkstation.c:1026:31: warning: implicit declaration of function ‘gzacwk_’ [-Wimplicit-function-declaration]
                     _NHLCALLF(gzacwk,GZACWK)(&wl->work.gkswksid);
                               ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
NcgmWorkstation.c:1026:21: note: in expansion of macro ‘_NHLCALLF’
                     _NHLCALLF(gzacwk,GZACWK)(&wl->work.gkswksid);
                     ^~~~~~~~~
NcgmWorkstation.c:1031:31: warning: implicit declaration of function ‘gzdawk_’ [-Wimplicit-function-declaration]
                     _NHLCALLF(gzdawk,GZDAWK)(&wl->work.gkswksid);
                               ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
NcgmWorkstation.c:1031:21: note: in expansion of macro ‘_NHLCALLF’
                     _NHLCALLF(gzdawk,GZDAWK)(&wl->work.gkswksid);
                     ^~~~~~~~~
NcgmWorkstation.c:1036:31: warning: implicit declaration of function ‘gzclrwk_’ [-Wimplicit-function-declaration]
                     _NHLCALLF(gzclrwk,GZCLRWK)(&wl->work.gkswksid,&cofl);
                               ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
NcgmWorkstation.c:1036:21: note: in expansion of macro ‘_NHLCALLF’
                     _NHLCALLF(gzclrwk,GZCLRWK)(&wl->work.gkswksid,&cofl);
                     ^~~~~~~~~
NcgmWorkstation.c:1037:27: warning: implicit declaration of function ‘wksisact’ [-Wimplicit-function-declaration]
                     if (! wksisact(wl->work.gkswksid))
                           ^~~~~~~~
In file included from ../../../.././include/ncarg/hlu/hluutil.h:26:0,
                 from MapTransObj.c:26:
MapTransObj.c: In function ‘Clockwise’:
MapTransObj.c:2762:11: warning: implicit declaration of function ‘hlugproj_’ [-Wimplicit-function-declaration]
   NGCALLF(hlugproj,HLUGPROJ)(&lat0,&lon0,&lat1,&lon1,&x1,&y1);
           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapTransObj.c: In function ‘CyclicClipPolyPoints’:
MapTransObj.c:2905:13: warning: implicit declaration of function ‘mditve_’ [-Wimplicit-function-declaration]
     NGCALLF(mditve,MDITVE)(&yd0,&xd0,&pt0,&xu0,&yu0,
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapTransObj.c: In function ‘ClipPolyPoints’:
MapTransObj.c:3009:11: warning: implicit declaration of function ‘map_next_point_’ [-Wimplicit-function-declaration]
   NGCALLF(map_next_point,MAP_NEXT_POINT)(y + i,x + i, &xtmp,&ytmp,&pnew,&status,&init);
           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapTransObj.c: In function ‘GreatCircleRenderPolygon’:
MapTransObj.c:3296:10: warning: implicit declaration of function ‘gfa_’ [-Wimplicit-function-declaration]
  NGCALLF(gfa,GFA)(&tcount,xbuf,ybuf);
          ^
../../../.././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 Quarks.o Quarks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Reparent.o Reparent.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Resources.o Resources.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Segments.o Segments.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o SetValues.o SetValues.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o SplineCoord.o SplineCoord.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o TextItem.o TextItem.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from Segments.c:37:
Segments.c: In function ‘_NhlDestroySegTransDat’:
Segments.c:102:27: warning: implicit declaration of function ‘gdsg_’ [-Wimplicit-function-declaration]
 /* FORTRAN */   _NHLCALLF(gdsg,GDSG)(&(transdat->id));
                           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Segments.c:102:17: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */   _NHLCALLF(gdsg,GDSG)(&(transdat->id));
                 ^~~~~~~~~
Segments.c: In function ‘_NhlInitSegTransDat’:
Segments.c:185:25: warning: implicit declaration of function ‘sgefa_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(sgefa,SGEFA)(transdat->a,&k,&j, transdat->indx, &(transdat->d));
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Segments.c:185:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(sgefa,SGEFA)(transdat->a,&k,&j, transdat->indx, &(transdat->d));
               ^~~~~~~~~
Segments.c: In function ‘_NhlComputeSegTrans’:
Segments.c:324:25: warning: implicit declaration of function ‘sgesl_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(sgesl,SGESL)(transdat->a,&k,&j,transdat->indx,xprimef,&i);
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Segments.c:324:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(sgesl,SGESL)(transdat->a,&k,&j,transdat->indx,xprimef,&i);
               ^~~~~~~~~
Segments.c: In function ‘_NhlDrawSegment’:
Segments.c:443:26: warning: implicit declaration of function ‘gcsgwk_’ [-Wimplicit-function-declaration]
  /* FORTRAN */ _NHLCALLF(gcsgwk,GCSGWK)(&(wksid),&(transdat->id));
                          ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Segments.c:443:16: note: in expansion of macro ‘_NHLCALLF’
  /* FORTRAN */ _NHLCALLF(gcsgwk,GCSGWK)(&(wksid),&(transdat->id));
                ^~~~~~~~~
Segments.c: In function ‘_NhlStartSegment’:
Segments.c:547:25: warning: implicit declaration of function ‘gcrsg_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(gcrsg,GCRSG)(&(transdat->id));
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Segments.c:547:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(gcrsg,GCRSG)(&(transdat->id));
               ^~~~~~~~~
Segments.c: In function ‘_NhlSetSegTrans’:
Segments.c:576:25: warning: implicit declaration of function ‘gssgt_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(gssgt,GSSGT)(&(transdat->id),transform);
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Segments.c:576:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(gssgt,GSSGT)(&(transdat->id),transform);
               ^~~~~~~~~
Segments.c: In function ‘_NhlEndSegment’:
Segments.c:611:13: warning: implicit declaration of function ‘gclsg_’ [-Wimplicit-function-declaration]
   _NHLCALLF(gclsg,GCLSG)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Segments.c:611:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(gclsg,GCLSG)();
   ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o TickMark.o TickMark.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from SplineCoord.c:26:
SplineCoord.c: In function ‘_NhlCreateSplineCoordApprox’:
SplineCoord.c:222:26: warning: implicit declaration of function ‘nhlcurv1_’ [-Wimplicit-function-declaration]
 /* FORTRAN */  _NHLCALLF(nhlcurv1,NHLCURV1)(&(thedat->nx_inverse),
                          ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
SplineCoord.c:222:16: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */  _NHLCALLF(nhlcurv1,NHLCURV1)(&(thedat->nx_inverse),
                ^~~~~~~~~
SplineCoord.c:248:28: warning: implicit declaration of function ‘nhlcurv2_’ [-Wimplicit-function-declaration]
 /* FORTRAN */    _NHLCALLF(nhlcurv2,NHLCURV2)(&(thedat->fx_orig_forward[sample
                            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
SplineCoord.c:248:18: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */    _NHLCALLF(nhlcurv2,NHLCURV2)(&(thedat->fx_orig_forward[sample
                  ^~~~~~~~~
In file included from ../../../.././include/ncarg/hlu/BaseP.h:26:0,
                 from ../../../.././include/ncarg/hlu/ViewP.h:27,
                 from ../../../.././include/ncarg/hlu/TextItemP.h:25,
                 from TextItem.c:28:
../../../.././include/ncarg/hlu/hluP.h:41:25: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
 #define _NhlUSET(uset) {(uset)}
                         ^
TextItem.c:66:17: note: in expansion of macro ‘_NhlUSET’
   NhlTImmediate,_NhlUSET(21),0,NULL },
                 ^~~~~~~~
../../../.././include/ncarg/hlu/hluP.h:41:25: note: (near initialization for ‘resources[7].default_val.ptrval’)
 #define _NhlUSET(uset) {(uset)}
                         ^
TextItem.c:66:17: note: in expansion of macro ‘_NhlUSET’
   NhlTImmediate,_NhlUSET(21),0,NULL },
                 ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Title.o Title.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Trans.o Trans.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o TransObj.o TransObj.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Transform.o Transform.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/Base.h:26,
                 from ../../../.././include/ncarg/hlu/View.h:25,
                 from TransObj.c:23:
TransObj.c: In function ‘_NhlTransLLUSet’:
TransObj.c:842:27: warning: implicit declaration of function ‘set_’ [-Wimplicit-function-declaration]
                 _NHLCALLF(set,SET) (&vl,&vr,&vb,&vt,&wl,&wr,&wb,&wt,&lf);
                           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
TransObj.c:842:17: note: in expansion of macro ‘_NHLCALLF’
                 _NHLCALLF(set,SET) (&vl,&vr,&vb,&vt,&wl,&wr,&wb,&wt,&lf);
                 ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o VarArg.o VarArg.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o View.o View.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Workstation.o Workstation.c
In file included from Transform.c:38:0:
../../../.././include/ncarg/hlu/WorkstationP.h:144:0: warning: "NhlInheritLineTo" redefined
 #define NhlInheritLineTo ((NhlWorkstationLineTo)_NhlInherit)
 
In file included from Transform.c:34:0:
../../../.././include/ncarg/hlu/TransObjP.h:120:0: note: this is the location of the previous definition
 #define NhlInheritLineTo ((NhlLineToProc)_NhlInherit)
 
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/Base.h:26,
                 from ../../../.././include/ncarg/hlu/Primitive.h:25,
                 from Transform.c:31:
Transform.c: In function ‘TransformDataPolyline’:
Transform.c:1183:11: warning: implicit declaration of function ‘setdashchar_’ [-Wimplicit-function-declaration]
   NGCALLF(setdashchar,SETDASHCHAR)();
           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Transform.c:1240:11: warning: implicit declaration of function ‘resetdashchar_’ [-Wimplicit-function-declaration]
   NGCALLF(resetdashchar,RESETDASHCHAR)();
           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Transform.c: In function ‘TransformDataPolygon’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o XWorkstation.o XWorkstation.c
Transform.c:1602:7: warning: implicit declaration of function ‘wksisact’ [-Wimplicit-function-declaration]
  if(! wksisact(((NhlWorkstationLayer)tl->base.wkptr)->work.gkswksid)) {
       ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o hlu.o hlu.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from View.c:34:
View.c: In function ‘ViewClassInitialize’:
View.c:662:25: warning: implicit declaration of function ‘gopwk_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(gopwk,GOPWK)(&i,&cid,&wtp);
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
View.c:662:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(gopwk,GOPWK)(&i,&cid,&wtp);
               ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o DataComm.o DataComm.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from XWorkstation.c:21:
XWorkstation.c: In function ‘XWorkstationOpen’:
XWorkstation.c:674:12: warning: implicit declaration of function ‘gopwk_’ [-Wimplicit-function-declaration]
  _NHLCALLF(gopwk,GOPWK)(&(xl->work.gkswksid),&(xl->work.gkswksconid),
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
XWorkstation.c:674:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(gopwk,GOPWK)(&(xl->work.gkswksid),&(xl->work.gkswksconid),
  ^~~~~~~~~
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from Workstation.c:43:
Workstation.c: In function ‘WorkstationClassInitialize’:
Workstation.c:2371:25: warning: implicit declaration of function ‘gopks_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(gopks,GOPKS)(&dummy,&status1);
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:2371:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(gopks,GOPKS)(&dummy,&status1);
               ^~~~~~~~~
Workstation.c: In function ‘InitializeGksWksRecs’:
Workstation.c:2487:25: warning: implicit declaration of function ‘gqwkc_’ [-Wimplicit-function-declaration]
                 NGCALLF(gqwkc,GQWKC)
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c: In function ‘_NhlWorkstationCellFill’:
Workstation.c:4579:10: warning: implicit declaration of function ‘gca_’ [-Wimplicit-function-declaration]
  NGCALLF(gca,GCA)(&xp1,&yp1,&xp2,&yp2,&nx,&ny,&xs,&ys,&nx,&ny,clrixs);
          ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c: In function ‘LLUGksWorkIsOpen’:
Workstation.c:4609:25: warning: implicit declaration of function ‘gqopwk_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(gqopwk,GQOPWK)(&tmp,&errind,&numopen,&wkid);
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:4609:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(gqopwk,GQOPWK)(&tmp,&errind,&numopen,&wkid);
               ^~~~~~~~~
Workstation.c: In function ‘_NhlSetLineInfo’:
Workstation.c:5822:12: warning: implicit declaration of function ‘dprset_’ [-Wimplicit-function-declaration]
  _NHLCALLF(dprset,DPRSET)();
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:5822:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(dprset,DPRSET)();
  ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o DataItem.o DataItem.c
Workstation.c: In function ‘gopwk_’:
Workstation.c:7544:12: warning: implicit declaration of function ‘gzopwk_’ [-Wimplicit-function-declaration]
  _NHLCALLF(gzopwk,GZOPWK)(wkid,conid,wtype);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:7544:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(gzopwk,GZOPWK)(wkid,conid,wtype);
  ^~~~~~~~~
Workstation.c: In function ‘gclwk_’:
Workstation.c:7591:12: warning: implicit declaration of function ‘gzclwk_’ [-Wimplicit-function-declaration]
  _NHLCALLF(gzclwk,GZCLWK)(wkid);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:7591:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(gzclwk,GZCLWK)(wkid);
  ^~~~~~~~~
Workstation.c: In function ‘gacwk_’:
Workstation.c:7636:12: warning: implicit declaration of function ‘gzacwk_’ [-Wimplicit-function-declaration]
  _NHLCALLF(gzacwk,GZACWK)(wkid);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:7636:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(gzacwk,GZACWK)(wkid);
  ^~~~~~~~~
Workstation.c: In function ‘gdawk_’:
Workstation.c:7681:12: warning: implicit declaration of function ‘gzdawk_’ [-Wimplicit-function-declaration]
  _NHLCALLF(gzdawk,GZDAWK)(wkid);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:7681:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(gzdawk,GZDAWK)(wkid);
  ^~~~~~~~~
Workstation.c: In function ‘gclrwk_’:
Workstation.c:7730:12: warning: implicit declaration of function ‘gzclrwk_’ [-Wimplicit-function-declaration]
  _NHLCALLF(gzclrwk,GZCLRWK)(wkid,cofl);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workstation.c:7730:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(gzclrwk,GZCLRWK)(wkid,cofl);
  ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o DataMgr.o DataMgr.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Legend.o Legend.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o LabelBar.o LabelBar.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o CoordArrTable.o CoordArrTable.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o CoordArrays.o CoordArrays.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ContourPlot.o ContourPlot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o PlotManager.o PlotManager.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o LogLinPlot.o LogLinPlot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o IrregularPlot.o IrregularPlot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MapPlot.o MapPlot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o XyPlot.o XyPlot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ResList.o ResList.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Workspace.o Workspace.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from MapPlot.c:26:
MapPlot.c: In function ‘mpDraw’:
MapPlot.c:2508:10: warning: implicit declaration of function ‘setdashchar_’ [-Wimplicit-function-declaration]
  NGCALLF(setdashchar,SETDASHCHAR)();
          ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c:2570:10: warning: implicit declaration of function ‘resetdashchar_’ [-Wimplicit-function-declaration]
  NGCALLF(resetdashchar,RESETDASHCHAR)();
          ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c: In function ‘GetXAxisTicks’:
MapPlot.c:4212:12: warning: implicit declaration of function ‘mdgnin_’ [-Wimplicit-function-declaration]
    NGCALLF(mdgnin,MDGNIN)(&max_angle,&nice);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c:4319:14: warning: implicit declaration of function ‘mdilat_’ [-Wimplicit-function-declaration]
      NGCALLF(mdilat,MDILAT)
              ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c:4325:14: warning: implicit declaration of function ‘mdlach_’ [-Wimplicit-function-declaration]
      NGCALLF(mdlach,MDLACH)
              ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c:4355:13: warning: implicit declaration of function ‘mdilon_’ [-Wimplicit-function-declaration]
     NGCALLF(mdilon,MDILON)
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c:4361:13: warning: implicit declaration of function ‘mdloch_’ [-Wimplicit-function-declaration]
     NGCALLF(mdloch,MDLOCH)
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c: In function ‘hlumapusr_’:
MapPlot.c:5421:13: warning: implicit declaration of function ‘mapusr_’ [-Wimplicit-function-declaration]
   _NHLCALLF(mapusr,MAPUSR)(iprt);
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapPlot.c:5421:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(mapusr,MAPUSR)(iprt);
   ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Fortran.o Fortran.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from ../../../.././include/ncarg/hlu/BaseP.h:26,
                 from ../../../.././include/ncarg/hlu/WorkspaceP.h:26,
                 from Workspace.c:39:
Workspace.c: In function ‘_NhlArpram’:
Workspace.c:1988:14: warning: implicit declaration of function ‘hluarpram_’ [-Wimplicit-function-declaration]
    _NHLCALLF(hluarpram,HLUARPRAM)(wsrp->ws_ptr,&flag1,&flag2,&flag3);
              ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workspace.c:1988:4: note: in expansion of macro ‘_NHLCALLF’
    _NHLCALLF(hluarpram,HLUARPRAM)(wsrp->ws_ptr,&flag1,&flag2,&flag3);
    ^~~~~~~~~
Workspace.c: In function ‘_NhlCpcltr’:
Workspace.c:2778:13: warning: implicit declaration of function ‘cptrcl_’ [-Wimplicit-function-declaration]
   _NHLCALLF(cptrcl,CPTRCL)(zdat,fwsrp->ws_ptr,iwsrp->ws_ptr,&clevel,flag,&irw1,&irw2,npoints);
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workspace.c:2778:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(cptrcl,CPTRCL)(zdat,fwsrp->ws_ptr,iwsrp->ws_ptr,&clevel,flag,&irw1,&irw2,npoints);
   ^~~~~~~~~
Workspace.c: In function ‘_NhlCtcltr’:
Workspace.c:2881:13: warning: implicit declaration of function ‘cttrcl_’ [-Wimplicit-function-declaration]
   _NHLCALLF(cttrcl,CTTRCL)(rpnt,iedg,itri,fwsrp->ws_ptr,iwsrp->ws_ptr,&clevel,flag,&irw1,&irw2,npoints);
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workspace.c:2881:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(cttrcl,CTTRCL)(rpnt,iedg,itri,fwsrp->ws_ptr,iwsrp->ws_ptr,&clevel,flag,&irw1,&irw2,npoints);
   ^~~~~~~~~
Workspace.c: In function ‘_NhlCpcica’:
Workspace.c:3235:11: warning: implicit declaration of function ‘cpcica_’ [-Wimplicit-function-declaration]
   NGCALLF(cpcica,CPCICA)
           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workspace.c:3333:13: warning: implicit declaration of function ‘gca_’ [-Wimplicit-function-declaration]
   _NHLCALLF(gca,GCA)(&lxcpf,&lycpf,&lxcqf,&lycqf,&icam,&ican,
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workspace.c:3333:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(gca,GCA)(&lxcpf,&lycpf,&lxcqf,&lycqf,&icam,&ican,
   ^~~~~~~~~
Workspace.c: In function ‘_NhlHLUCtmesh’:
Workspace.c:3717:11: warning: implicit declaration of function ‘hluctmesh_’ [-Wimplicit-function-declaration]
   NGCALLF(hluctmesh,HLUCTMESH)(rpnt,&npnt,&lopn,
           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workspace.c: In function ‘_NhlMplnam’:
Workspace.c:5130:25: warning: implicit declaration of function ‘mplnam_’ [-Wimplicit-function-declaration]
                 NGCALLF(mplnam,MPLNAM)
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Workspace.c: In function ‘_NhlMplndm’:
Workspace.c:5235:25: warning: implicit declaration of function ‘mplndm_’ [-Wimplicit-function-declaration]
                 NGCALLF(mplndm,MPLNDM)
                         ^
../../../.././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 Futil.o Futil.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ScalarField.o ScalarField.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AnnoManager.o AnnoManager.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Format.o Format.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o App.o App.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o PSWorkstation.o PSWorkstation.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from Format.c:30:
Format.c: In function ‘_NhlFormatFloat’:
Format.c:940:17: warning: implicit declaration of function ‘cpinrc_’ [-Wimplicit-function-declaration]
         NGCALLF(cpinrc,CPINRC)();
                 ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
Format.c:957:18: warning: implicit declaration of function ‘cpnumb_’ [-Wimplicit-function-declaration]
          NGCALLF(cpnumb,CPNUMB)(&value,&ndgd,&lmsd,&iexp,&lexp,
                  ^
../../../.././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 Palette.o Palette.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o VectorField.o VectorField.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o VectorPlot.o VectorPlot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o VecAnno.o VecAnno.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o StreamlinePlot.o StreamlinePlot.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Style.o Style.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o GraphicStyle.o GraphicStyle.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from ../../../.././include/ncarg/hlu/BaseP.h:26,
                 from ../../../.././include/ncarg/hlu/ViewP.h:27,
                 from ../../../.././include/ncarg/hlu/VecAnnoP.h:25,
                 from VecAnno.c:23:
VecAnno.c: In function ‘CalculateGeometry’:
VecAnno.c:336:11: warning: implicit declaration of function ‘vvgetarrowbound_’ [-Wimplicit-function-declaration]
   NGCALLF(vvgetarrowbound,VVGETARROWBOUND)
           ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
VecAnno.c: In function ‘VecAnnoDraw’:
VecAnno.c:856:13: warning: implicit declaration of function ‘vvarrowdraw_’ [-Wimplicit-function-declaration]
   _NHLCALLF(vvarrowdraw,VVARROWDRAW)(vap->d_params,vap->a_params,
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
VecAnno.c:856:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(vvarrowdraw,VVARROWDRAW)(vap->d_params,vap->a_params,
   ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o SubStyles.o SubStyles.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Callbacks.o Callbacks.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MapDataHandler.o MapDataHandler.c
In file included from ../../../.././include/ncarg/hlu/BaseP.h:26:0,
                 from ../../../.././include/ncarg/hlu/StyleP.h:25,
                 from ../../../.././include/ncarg/hlu/SubStylesP.h:26,
                 from SubStyles.c:26:
../../../.././include/ncarg/hlu/hluP.h:41:25: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
 #define _NhlUSET(uset) {(uset)}
                         ^
SubStyles.c:755:17: note: in expansion of macro ‘_NhlUSET’
   NhlTImmediate,_NhlUSET(21),0,NULL },
                 ^~~~~~~~
../../../.././include/ncarg/hlu/hluP.h:41:25: note: (near initialization for ‘textresources[1].default_val.ptrval’)
 #define _NhlUSET(uset) {(uset)}
                         ^
SubStyles.c:755:17: note: in expansion of macro ‘_NhlUSET’
   NhlTImmediate,_NhlUSET(21),0,NULL },
                 ^~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MapV40DataHandler.o MapV40DataHandler.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MapV41DataHandler.o MapV41DataHandler.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MapRGDataHandler.o MapRGDataHandler.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Primitive.o Primitive.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o CurvilinearTransObj.o CurvilinearTransObj.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from ../../../.././include/ncarg/hlu/BaseP.h:26,
                 from ../../../.././include/ncarg/hlu/ViewP.h:27,
                 from ../../../.././include/ncarg/hlu/TransformP.h:29,
                 from ../../../.././include/ncarg/hlu/MapPlotP.h:26,
                 from ../../../.././include/ncarg/hlu/MapDataHandler.h:29,
                 from ../../../.././include/ncarg/hlu/MapDataHandlerP.h:25,
                 from ../../../.././include/ncarg/hlu/MapV40DataHandlerP.h:25,
                 from MapV40DataHandler.c:26:
MapV40DataHandler.c: In function ‘mpGrid’:
MapV40DataHandler.c:3259:13: warning: implicit declaration of function ‘mdplmb_’ [-Wimplicit-function-declaration]
   _NHLCALLF(mdplmb,MDPLMB)();
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapV40DataHandler.c:3259:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(mdplmb,MDPLMB)();
   ^~~~~~~~~
MapV40DataHandler.c: In function ‘hlumapeod_’:
MapV40DataHandler.c:3397:13: warning: implicit declaration of function ‘mapeod_’ [-Wimplicit-function-declaration]
   _NHLCALLF(mapeod,MAPEOD)(nout,nseg,idls,idrs,npts,pnts);
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapV40DataHandler.c:3397:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(mapeod,MAPEOD)(nout,nseg,idls,idrs,npts,pnts);
   ^~~~~~~~~
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from ../../../.././include/ncarg/hlu/BaseP.h:26,
                 from ../../../.././include/ncarg/hlu/ViewP.h:27,
                 from ../../../.././include/ncarg/hlu/TransformP.h:29,
                 from ../../../.././include/ncarg/hlu/MapPlotP.h:26,
                 from ../../../.././include/ncarg/hlu/MapDataHandler.h:29,
                 from ../../../.././include/ncarg/hlu/MapDataHandlerP.h:25,
                 from ../../../.././include/ncarg/hlu/MapV41DataHandlerP.h:25,
                 from MapV41DataHandler.c:26:
MapV41DataHandler.c: In function ‘Init_Entity_Recs’:
MapV41DataHandler.c:536:45: warning: implicit declaration of function ‘mpiaty_’ [-Wimplicit-function-declaration]
                 erec->level = (int) NGCALLF(mpiaty,MPIATY)(&ix);
                                             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapV41DataHandler.c:555:34: warning: implicit declaration of function ‘mpipai_’ [-Wimplicit-function-declaration]
                 else if (NGCALLF(mpipai,MPIPAI)(&ix,&LandId)) {
                                  ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapV41DataHandler.c:557:53: warning: implicit declaration of function ‘mpisci_’ [-Wimplicit-function-declaration]
                         erec->dynamic_gid = NGCALLF(mpisci,MPISCI)(&ix) + 2;
                                                     ^
../../../.././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 SphericalTransObj.o SphericalTransObj.c
MapV41DataHandler.c: In function ‘hlumapfill_’:
MapV41DataHandler.c:2651:17: warning: implicit declaration of function ‘mpiosa_’ [-Wimplicit-function-declaration]
    ix = NGCALLF(mpiosa,MPIOSA)(&geo_ix,&level);
                 ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapV41DataHandler.c: In function ‘mpGrid’:
MapV41DataHandler.c:3167:12: warning: implicit declaration of function ‘mdplmb_’ [-Wimplicit-function-declaration]
  _NHLCALLF(mdplmb,MDPLMB)();
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapV41DataHandler.c:3167:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(mdplmb,MDPLMB)();
  ^~~~~~~~~
MapV41DataHandler.c: In function ‘hlumpchln_’:
MapV41DataHandler.c:3864:13: warning: implicit declaration of function ‘mpchln_’ [-Wimplicit-function-declaration]
   _NHLCALLF(mpchln,MPCHLN)(iflg,ilty,ioal,ioar,npts,pnts);
             ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
MapV41DataHandler.c:3864:3: note: in expansion of macro ‘_NHLCALLF’
   _NHLCALLF(mpchln,MPCHLN)(iflg,ilty,ioal,ioar,npts,pnts);
   ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o SphericalGeometry.o SphericalGeometry.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o bsearch.o bsearch.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o linaprox.o linaprox.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wksisact.o wksisact.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o simpletrans.o simpletrans.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wksisopn.o wksisopn.c
In file included from ../../../.././include/ncarg/hlu/hluutil.h:26:0,
                 from wksisact.c:25:
wksisact.c: In function ‘wksisact’:
wksisact.c:53:25: warning: implicit declaration of function ‘gqwks_’ [-Wimplicit-function-declaration]
 /* FORTRAN */ _NHLCALLF(gqwks,GQWKS)(&i,&errind,&state);
                         ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
wksisact.c:53:15: note: in expansion of macro ‘_NHLCALLF’
 /* FORTRAN */ _NHLCALLF(gqwks,GQWKS)(&i,&errind,&state);
               ^~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cmpf.o cmpf.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nicevals.o nicevals.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o PDFWorkstation.o PDFWorkstation.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o CnRenderer.o CnRenderer.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o CnStdRenderer.o CnStdRenderer.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o CnTriMeshRenderer.o CnTriMeshRenderer.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o TriMeshTransObj.o TriMeshTransObj.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ImageWorkstation.o ImageWorkstation.c
In file included from ../../../.././include/ncarg/hlu/hluutil.h:26:0,
                 from CnTriMeshRenderer.c:29:
CnTriMeshRenderer.c: In function ‘CreateTilePartitions’:
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MeshScalarField.o MeshScalarField.c
CnTriMeshRenderer.c:542:12: warning: implicit declaration of function ‘mdptra_’ [-Wimplicit-function-declaration]
    NGCALLF(mdptra,MDPTRA)(&ytmp,&xtmp,&xt,&yt);
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
CnStdRenderer.c: In function ‘CnStdRender’:
CnStdRenderer.c:1852:14: warning: implicit declaration of function ‘cnInitAreamap’ [-Wimplicit-function-declaration]
     subret = cnInitAreamap(cnl,entry_name);
              ^~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pageutil.o pageutil.c
CnTriMeshRenderer.c: In function ‘CnTriMeshRender’:
CnTriMeshRenderer.c:4378:14: warning: implicit declaration of function ‘cnInitAreamap’ [-Wimplicit-function-declaration]
     subret = cnInitAreamap(cnl,entry_name);
              ^~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o color.o color.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux      -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o CairoWorkstation.o CairoWorkstation.c
In file included from ../../../.././include/ncarg/hlu/hlu.h:49:0,
                 from ../../../.././include/ncarg/hlu/hluP.h:27,
                 from ImageWorkstation.c:21:
ImageWorkstation.c: In function ‘ImageWorkstationOpen’:
ImageWorkstation.c:636:12: warning: implicit declaration of function ‘gopwk_’ [-Wimplicit-function-declaration]
  _NHLCALLF(gopwk,GOPWK)(&(xl->work.gkswksid),&(xl->work.gkswksconid),
            ^
../../../.././include/ncarg/c.h:31:29: note: in definition of macro ‘NGCALLF’
 #define NGCALLF(reg,caps)   reg##_
                             ^~~
ImageWorkstation.c:636:2: note: in expansion of macro ‘_NHLCALLF’
  _NHLCALLF(gopwk,GOPWK)(&(xl->work.gkswksid),&(xl->work.gkswksconid),
  ^~~~~~~~~
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o DATACOMMF.o DATACOMMF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ERRORF.o ERRORF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o HLUF.o HLUF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o PLOTMANAGERF.o PLOTMANAGERF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o RLGEN.o RLGEN.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o RLSET.o RLSET.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o RLGET.o RLGET.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o TRANSFORMF.o TRANSFORMF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o VIEWF.o VIEWF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o WORKSPACEF.o WORKSPACEF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o WORKSTATIONF.o WORKSTATIONF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o DATAITEMF.o DATAITEMF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o APPF.o APPF.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dashchar.o dashchar.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o coeff1.o coeff1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o interp.o interp.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 sgesl.o sgesl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trip.o trip.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fitpack.o fitpack.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 search.o search.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 saxpy.o saxpy.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sgefa.o sgefa.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o terp1.o terp1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gerhnd.o gerhnd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trmrectgrid.o trmrectgrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gproj.o gproj.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o map_util.o map_util.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hluarpram.o hluarpram.f
rm -f libhlu.a
ar: creating libhlu.a
ranlib libhlu.a
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Making ./ni/src/lib/nfp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o areavolW.o areavolW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o betaincW.o betaincW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o bytesW.o bytesW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o calcorcW.o calcorcW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cancorW.o cancorW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cdf_dpW.o cdf_dpW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o chiinvW.o chiinvW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o conformW.o conformW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o csagridW.o csagridW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cssgridW.o cssgridW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctwrapW.o ctwrapW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cz2ccmW.o cz2ccmW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o datesW.o datesW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o drwvctc.o drwvctc.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o dsgridW.o dsgridW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o dtrendW.o dtrendW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o echoW.o echoW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o eofW.o eofW.c
datesW.c: In function ‘day_of_year’:
datesW.c:714:7: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration]
   if(!strcasecmp(calendar,"standard")  ||
       ^~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o erfW.o erfW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o extaperW.o extaperW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ezfftW.o ezfftW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o finitediffW.o finitediffW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o filterxW.o filterxW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fitgridW.o fitgridW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fluxEddyW.o fluxEddyW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fourinfoW.o fourinfoW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gausW.o gausW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gtripleW.o gtripleW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o hydroW.o hydroW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o hyi2hyoW.o hyi2hyoW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o indW.o indW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o int2pW.o int2pW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o invmatrixW.o invmatrixW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o julGregW.o julGregW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o linint2W.o linint2W.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o linmsgW.o linmsgW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o linroodW.o linroodW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o locminmaxW.o locminmaxW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mapgciW.o mapgciW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mixhumW.o mixhumW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o natgridW.o natgridW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ncolorW.o ncolorW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nglogoW.o nglogoW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ngmiscW.o ngmiscW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nicevalsW.o nicevalsW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o omcalc_ccmW.o omcalc_ccmW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o outputgif.o outputgif.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o paleoW.o paleoW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o prcwatW.o prcwatW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o preshybW.o preshybW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pressigW.o pressigW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o probtestW.o probtestW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o randomW.o randomW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rcmW.o rcmW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o regcoefW.o regcoefW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o relhumW.o relhumW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o remapW.o remapW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o rhombtriW.o rhombtriW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o shgridW.o shgridW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o simpsonW.o simpsonW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sindexW.o sindexW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o slpW.o slpW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o skewtW.o skewtW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o smth9W.o smth9W.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sortW.o sortW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o specxW.o specxW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sph2W.o sph2W.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sphintW.o sphintW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sstoiW.o sstoiW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o statW.o statW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o svdW.o svdW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o taperW.o taperW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o tdpackW.o tdpackW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o tempnamW.o tempnamW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o trvsphW.o trvsphW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o varimaxW.o varimaxW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o vibetaW.o vibetaW.c
tempnamW.c: In function ‘tempnam_W’:
tempnamW.c:62:11: warning: implicit declaration of function ‘mkstemp’ [-Wimplicit-function-declaration]
     fid = mkstemp(return_name);
           ^~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o waveletW.o waveletW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wgneW.o wgneW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wmapW.o wmapW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o writematrixW.o writematrixW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wrunaveW.o wrunaveW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wrapper.o wrapper.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o utilW.o utilW.c
gcc -ansi -fPIC -fopenmp -std=c99  -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto  -g -c wrfW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o vinth2pW.o vinth2pW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o vinth2peW.o vinth2peW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o vintp2peW.o vintp2peW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o zonmpsiW.o zonmpsiW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o z2geouvW.o z2geouvW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o stdatmusW.o stdatmusW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ripW.o ripW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o lspolyW.o lspolyW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wgtvertbetaW.o wgtvertbetaW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o dimavgwgtW.o dimavgwgtW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o studentW.o studentW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fft2dW.o fft2dW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o poissonW.o poissonW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sg_toolsW.o sg_toolsW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o colconvW.o colconvW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o convert_datum.o convert_datum.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cfftW.o cfftW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wksmoothW.o wksmoothW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o dzheightW.o dzheightW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o covcormW.o covcormW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o kronprodW.o kronprodW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o space_timeW.o space_timeW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o spcorrW.o spcorrW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o bindataW.o bindataW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o tropwmoW.o tropwmoW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pdfW.o pdfW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mocloopsW.o mocloopsW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o spanW.o spanW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o vinth2pnodesW.o vinth2pnodesW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o vinth2penodesW.o vinth2penodesW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o objanalW.o objanalW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o areaconremapW.o areaconremapW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nctime.o nctime.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cdtimeW.o cdtimeW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o dimnumrunW.o dimnumrunW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sparse_matrixW.o sparse_matrixW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gammaW.o gammaW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o gamfitW.o gamfitW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o spiW.o spiW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o oceanW.o oceanW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o dgeevxW.o dgeevxW.c
spiW.c: In function ‘dim_spi_n_W’:
spiW.c:152:15: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration]
           if(!strcasecmp(attr_list->attname, "spi_type")) {
               ^~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o areapolyW.o areapolyW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o kolsm2W.o kolsm2W.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o bfilterW.o bfilterW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o weibullW.o weibullW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o trendmankenW.o trendmankenW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o determinantW.o determinantW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o fftshiftW.o fftshiftW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o thornW.o thornW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o kmeansW.o kmeansW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wrf_vinterpW.o wrf_vinterpW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wrf_cloud_topW.o wrf_cloud_topW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wrfwpsW.o wrfwpsW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o speiW.o speiW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o spei_func.o spei_func.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o auxiliary.o auxiliary.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o lmoments.o lmoments.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o pdfs.o pdfs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o thornthwaite.o thornthwaite.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wetbulbW.o wetbulbW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o mlegevW.o mlegevW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wrf_cloud_fracW.o wrf_cloud_fracW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o udunitsW.o udunitsW.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o utCalendar2_cal.o utCalendar2_cal.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o udunitsW_calcalcs.o udunitsW_calcalcs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o utCalendar2_cal_calcalcs.o utCalendar2_cal_calcalcs.c
gcc -ansi -fPIC -fopenmp -std=c99  -O -I../../ncl -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DBuildUdunits       -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o calcalcs.o calcalcs.c
utCalendar2_cal_calcalcs.c: In function ‘inferred_origin_year’:
utCalendar2_cal_calcalcs.c:745:7: warning: implicit declaration of function ‘strncasecmp’ [-Wimplicit-function-declaration]
   if( strncasecmp( s+i, "since", 5 ) == 0 )
       ^~~~~~~~~~~
rm -f libnfp.a
ar: creating libnfp.a
ranlib libnfp.a
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Making ./ni/src/lib/nfpfort
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o aam.o aam.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o areaAve.o areaAve.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o areaAve2.o areaAve2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o areaRmse.o areaRmse.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o areaRmse2.o areaRmse2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o areaSum2.o areaSum2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o calcorc_dp.o calcorc_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cancor.o cancor.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cdf_dp.o cdf_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfftb.o cfftb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfftb1.o cfftb1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfftf.o cfftf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfftf1.o cfftf1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cffti.o cffti.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cffti1.o cffti1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o chiin_dp.o chiin_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cntrFiniteDiff.o cntrFiniteDiff.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ctwrap.o ctwrap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cz2ccm_dp.o cz2ccm_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dbetai.o dbetai.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dewpt_trh.o dewpt_trh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dmapgci.o dmapgci.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpsort.o dpsort.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrend_dp.o dtrend_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o eof2data.o eof2data.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o exptapersh.o exptapersh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ezfft_dp.o ezfft_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o f2foshv.o f2foshv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o filtrx.o filtrx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o finfo.o finfo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fluxEddyTav_dp.o fluxEddyTav_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fo2fs_dp.o fo2fs_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gausLobat.o gausLobat.f
ezfft_dp.f:149:43:

       CALL DRFFTF1OLD(N,R,WSAVE,WSAVE(N+1),WSAVE(2*N+1))
                                           1
Warning: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
ezfft_dp.f:401:43:

       CALL DRFFTB1OLD(N,R,WSAVE,WSAVE(N+1),WSAVE(2*N+1))
                                           1
Warning: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
ezfft_dp.f:506:34:

       CALL DEZFFT1(N,WSAVE(2*N+1),WSAVE(3*N+1))
                                  1
Warning: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
ezfft_dp.f:613:35:

       CALL DRFFTI1OLD(N,WSAVE(N+1),WSAVE(2*N+1))
                                   1
Warning: Type mismatch in argument ‘ifac’ at (1); passed REAL(8) to INTEGER(4)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gaus.o gaus.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o grid2triple.o grid2triple.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hydro_dp.o hydro_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o hyi2hyo.o hyi2hyo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o index77_dp.o index77_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o int2p_dp.o int2p_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o julGreg.o julGreg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lclvl.o lclvl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o linint2.o linint2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o linmsg_dp.o linmsg_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o localMinMax.o localMinMax.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mixhum_ptd.o mixhum_ptd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mixhum_ptrh.o mixhum_ptrh.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o omcalc_ccm.o omcalc_ccm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o paleo_coasts.o paleo_coasts.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passb.o passb.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passb2.o passb2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passb3.o passb3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passb4.o passb4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passb5.o passb5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passf.o passf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passf2.o passf2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passf3.o passf3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passf4.o passf4.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o passf5.o passf5.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o phybrid_ccm.o phybrid_ccm.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o prcwat.o prcwat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o preshybrid.o preshybrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o prneof_dp.o prneof_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o prneofts_dp.o prneofts_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o prneofTranspose.o prneofTranspose.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o psigma.o psigma.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o random_dp.o random_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rcm2points.o rcm2points.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rcm2rgrid.o rcm2rgrid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rdsstoi.o rdsstoi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o regcoef_dp.o regcoef_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o relhum_dp.o relhum_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o remap.o remap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rhombtri_dp.o rhombtri_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rmStndx_dp.o rmStndx_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rmsd.o rmsd.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o round.o round.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o runave_dp.o runave_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rvdv.o rvdv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o s2h.o s2h.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o setrig.o setrig.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o shsgc_R42.o shsgc_R42.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o simpson_dp.o simpson_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o skewT.o skewT.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o smth9_dp.o smth9_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sp2_util.o sp2_util.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sp2_util_dp.o sp2_util_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o specx_dp.o specx_dp.f
skewT.f:1290:39:

       DFUNCSHEA = ABS(TLCL-DTMLAPSKEWT(XT,PLCL))
                                       1
Warning: Rank mismatch in argument ‘thetae’ at (1) (scalar and rank-1)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o statx.o statx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o statx_dp.o statx_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o svd_lap_dp.o svd_lap_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o svd_util_dp.o svd_util_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o taper.o taper.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o tdez1d.o tdez1d.f
gfortran -g -c triple2grid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o triple2grid2d.o triple2grid2d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trssphx.o trssphx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o trvsphx.o trvsphx.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ttest.o ttest.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o upsl_dp.o upsl_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o varimax_dp.o varimax_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vibeta_dp.o vibeta_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vinth2p_dp.o vinth2p_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vintp2p_ecmwf.o vintp2p_ecmwf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vinth2p_ecmwf.o vinth2p_ecmwf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o volAve.o volAve.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o volRmse.o volRmse.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wavelet.o wavelet.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o writematrix.o writematrix.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrunave_dp.o wrunave_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zon_mpsi.o zon_mpsi.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o zregr.o zregr.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o z2geouv_dp.o z2geouv_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gendat.o gendat.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o eof_scripps.o eof_scripps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o p2hyo.o p2hyo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cdft_dp.o cdft_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stndAtmUS76_dp.o stndAtmUS76_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rip_cape.o rip_cape.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_user.o wrf_user.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o lspoly.o lspoly.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_bint3d.o wrf_bint3d.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o erf_sub.o erf_sub.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dimavgwgt.o dimavgwgt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dimsumwgt.o dimsumwgt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wgtVertAvg_beta.o wgtVertAvg_beta.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o student_tprob.o student_tprob.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dpres_plevel_dp.o dpres_plevel_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fill_msg_grid.o fill_msg_grid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o sg_tools.o sg_tools.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dcolconv.o dcolconv.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o cfft_driver.o cfft_driver.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wk_smooth121.o wk_smooth121.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o conservLinInt_2d_ncl.o conservLinInt_2d_ncl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dz_height.o dz_height.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o covcorm_driver.o covcorm_driver.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kron_square.o kron_square.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_user_dbz.o wrf_user_dbz.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_pvo.o wrf_pvo.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_user_latlon_routines.o wrf_user_latlon_routines.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vpower.o vpower.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o VSPCORR.o VSPCORR.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o MOC.loops.o MOC.loops.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o eqthecalc.o eqthecalc.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bindata.o bindata.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o binavg.o binavg.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o stattrop_dp.o stattrop_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xy2pdf77.o xy2pdf77.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vinth2p_ecmwf_nodes_dp.o vinth2p_ecmwf_nodes_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o vinth2p_nodes_dp.o vinth2p_nodes_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o obsp1_mult_time_dp.o obsp1_mult_time_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o area_conremap.o area_conremap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o varimax_JiangLing_dp.o varimax_JiangLing_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_relhl.o wrf_relhl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c calc_uh.f90
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o runknt.o runknt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gamma_interface.o gamma_interface.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dtrend_lsq_msg_dp.o dtrend_lsq_msg_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o gamfitd3.o gamfitd3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spid.o spid.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o xy1pdf77.o xy1pdf77.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o potmp_dpth2pres.o potmp_dpth2pres.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ocean.o ocean.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c plotgrids_var.f90
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o covcorm_xy_matrix_ncl.o covcorm_xy_matrix_ncl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o dgeevx_interface.o dgeevx_interface.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c plotfmt_open.f90
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O   -c plotfmt_rdhead.f90
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o plotfmt_rddata.o plotfmt_rddata.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spareapoly.o spareapoly.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o KolmSmir2.o KolmSmir2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o slatec_DPOLFT.o slatec_DPOLFT.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_rip_phys_routines.o wrf_rip_phys_routines.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o accumrun.o accumrun.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o thornthwaite_v2.o thornthwaite_v2.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o bfilter1.o bfilter1.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o distribfit.o distribfit.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kens_trend_dp.ncl.o kens_trend_dp.ncl.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o det_code42.o det_code42.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o kmeans_kmns_as136.o kmeans_kmns_as136.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o spi3.o spi3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_vinterp.o wrf_vinterp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_fctt.o wrf_fctt.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_write_wps.o wrf_write_wps.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o pres_hybrid_jra55_dp.o pres_hybrid_jra55_dp.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o relhum_ice.o relhum_ice.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o relhum_water.o relhum_water.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wetbulb_profs.o wetbulb_profs.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o wrf_cloud_fracf.o wrf_cloud_fracf.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o mlegev_memory.o mlegev_memory.f
rm -f libnfpfort.a
ar: creating libnfpfort.a
ranlib libnfpfort.a
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Making ./ni/src/lib/nio
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
created NclTypelong.h
created NclTypeobj.h
created NclTypefloat.h
created NclTypelogical.h
created NclTypedouble.h
created NclTypeint.h
created NclTypeshort.h
created NclTypestring.h
created NclTypeuint.h
created NclTypeushort.h
created NclTypeulong.h
created NclTypeint64.h
created NclTypeuint64.h
created NclTypechar.h
created NclTypeubyte.h
created NclTypebyte.h
created NclTypeobj.c
created NclTypelogical.c
created TypeSupport.h
created NclTypedouble.c
created NclTypefloat.c
created NclTypestring.c
created NclTypelong.c
created NclTypeshort.c
created NclTypeint.c
created NclTypeushort.c
created NclTypechar.c
created NclTypeuint.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypedouble.o NclTypedouble.c
created NclTypeuint64.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypefloat.o NclTypefloat.c
created NclTypeulong.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeint.o NclTypeint.c
created NclTypeint64.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypelogical.o NclTypelogical.c
created NclTypebyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypelong.o NclTypelong.c
created NclTypeubyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeobj.o NclTypeobj.c
created TypeSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeshort.o NclTypeshort.c
created NclMultiDValData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypestring.o NclTypestring.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeushort.o NclTypeushort.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeuint.o NclTypeuint.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeulong.o NclTypeulong.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeint64.o NclTypeint64.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeuint64.o NclTypeuint64.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypebyte.o NclTypebyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeubyte.o NclTypeubyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypechar.o NclTypechar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o TypeSupport.o TypeSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclMultiDValData.o NclMultiDValData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AddFileFormats.o AddFileFormats.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AttSupport.o AttSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o DataSupport.o DataSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o FileSupport.o FileSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Formats.o Formats.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o GetGrids.o GetGrids.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o InitData.o InitData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Memory.o Memory.c
DataSupport.c: In function ‘_Nclstrtol’:
DataSupport.c:3086:9: warning: implicit declaration of function ‘isspace’ [-Wimplicit-function-declaration]
  while (isspace(str[i]))
         ^~~~~~~
Formats.c: In function ‘_NclGetFormatFuncs’:
Formats.c:78:14: warning: implicit declaration of function ‘_NclGetLower’ [-Wimplicit-function-declaration]
  lfile_ext = _NclGetLower(file_extension);
              ^~~~~~~~~~~~
Formats.c: In function ‘_NclGribVersion’:
Formats.c:170:35: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
     vbuf = (void *) NclMalloc(4 * getpagesize());
                                   ^~~~~~~~~~~
Formats.c: In function ‘_NclIsGrib’:
Formats.c:249:20: warning: implicit declaration of function ‘UnsignedCnvtToDecimal’ [-Wimplicit-function-declaration]
          griblen = UnsignedCnvtToDecimal(3,&vbuf[j + 4]);
                    ^~~~~~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclAtt.o NclAtt.c
FileSupport.c: In function ‘_NclVerifyFile’:
FileSupport.c:3917:36: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
    ng_usize_t ChunkSizeHint = 64 * getpagesize();
                                    ^~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclCCM.o NclCCM.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclCoordVar.o NclCoordVar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclData.o NclData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclFile.o NclFile.c
NclCCM.c: In function ‘IntIt2’:
NclCCM.c:280:2: warning: implicit declaration of function ‘ctospi’ [-Wimplicit-function-declaration]
  ctospi(b2,&tmp_out,&total,&zero);
  ^~~~~~
NclCCM.c: In function ‘DoubleEm’:
NclCCM.c:423:2: warning: implicit declaration of function ‘ctodpf’ [-Wimplicit-function-declaration]
  ctodpf(buffer,tmp_out,&total,&zero);
  ^~~~~~
NclCCM.c: In function ‘FloatEm’:
NclCCM.c:451:2: warning: implicit declaration of function ‘ctospf’ [-Wimplicit-function-declaration]
  ctospf(buffer,tmp_out,&total,&zero);
  ^~~~~~
NclCCM.c: In function ‘CcmOpenFile’:
NclCCM.c:1088:29: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
   vbuf = (void*)NclMalloc(4*getpagesize());
                             ^~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclFileVar.o NclFileVar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclAdvancedFile.o NclAdvancedFile.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclAdvancedGroup.o NclAdvancedGroup.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclGRIB.o NclGRIB.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclMultiDValnclfileData.o NclMultiDValnclfileData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclNetCdf.o NclNetCdf.c
In file included from NclGRIB.c:9:0:
NclGRIB.c: In function ‘_GetCacheVal’:
NclGRIB.c:280:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  int cache_size = MAX(1,(int)(therec->options[GRIB_CACHE_SIZE_OPT].values));
                         ^
niohlu.h:90:25: note: in definition of macro ‘MAX’
 #define MAX(a,b) (((a)>(b))?(a):(b))
                         ^
NclGRIB.c:280:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  int cache_size = MAX(1,(int)(therec->options[GRIB_CACHE_SIZE_OPT].values));
                         ^
niohlu.h:90:34: note: in definition of macro ‘MAX’
 #define MAX(a,b) (((a)>(b))?(a):(b))
                                  ^
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclOneDValCoordData.o NclOneDValCoordData.c
NclGRIB.c: In function ‘GribOpenFile’:
NclGRIB.c:7290:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      suffix = (int)(therec->options[GRIB_TIME_PERIOD_SUFFIX_OPT].values);
               ^
NclGRIB.c:7641:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(therec->options[GRIB_PRINT_RECORD_INFO_OPT].values) != 0) {
        ^
NclGRIB.c: In function ‘GribSetOption’:
NclGRIB.c:8616:53: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[GRIB_PRINT_RECORD_INFO_OPT].values = (void*) *(int *)values;
                                                     ^
NclGRIB.c:8649:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[GRIB_TIME_PERIOD_SUFFIX_OPT].values = (void*) *(int *)values;
                                                      ^
NclGRIB.c:8652:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[GRIB_CACHE_SIZE_OPT].values = (void*) *(int *)values;
                                              ^
NclNetCdf.c: In function ‘NetMapFromNcl’:
NclNetCdf.c:254:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    *(nc_type*)out_type = NULL;
                        ^
NclNetCdf.c: In function ‘CloseOrNot’:
NclNetCdf.c:362:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((int)(rec->options[NC_SUPPRESS_CLOSE_OPT].values) == 0) {
      ^
NclNetCdf.c: In function ‘NetInitializeFileRec’:
NclNetCdf.c:608:22: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
  ng_size_t blksize = getpagesize();
                      ^~~~~~~~~~~
NclNetCdf.c: In function ‘NetOpenFile’:
NclNetCdf.c:828:8: warning: implicit declaration of function ‘_NclScalarForcedCoerce’ [-Wimplicit-function-declaration]
        _NclScalarForcedCoerce((*stepalptr)->att_inq->value,
        ^~~~~~~~~~~~~~~~~~~~~~
NclNetCdf.c:841:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      if (((int)(tmp->options[NC_MISSING_TO_FILL_VALUE_OPT].values) == 1) &&
           ^
NclNetCdf.c: In function ‘NetCreateFile’:
NclNetCdf.c:978:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(tmp->options[NC_DEFINE_MODE_OPT].values) == 0) {
       ^
NclNetCdf.c: In function ‘NetReadAtt’:
NclNetCdf.c:1537:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetWriteVar’:
NclNetCdf.c:1733:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if ((int)(rec->options[NC_PREFILL_OPT].values) == 0) {
         ^
NclNetCdf.c: In function ‘NetWriteAtt’:
NclNetCdf.c:1881:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
         ^
NclNetCdf.c: In function ‘NetDelAtt’:
NclNetCdf.c:1957:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
         ^
NclNetCdf.c: In function ‘NetDelVarAtt’:
NclNetCdf.c:2046:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
           ^
NclNetCdf.c: In function ‘NetWriteVarAtt’:
NclNetCdf.c:2183:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
           ^
NclNetCdf.c: In function ‘NetAddDim’:
NclNetCdf.c:2508:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetAddVar’:
NclNetCdf.c:2718:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_PREFILL_OPT].values) == 0) {
       ^
NclNetCdf.c:2795:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c:2859:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetRenameDim’:
NclNetCdf.c:3048:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetAddAtt’:
NclNetCdf.c:3146:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetAddVarAtt’:
NclNetCdf.c:3254:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetSetOption’:
NclNetCdf.c:3314:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_PREFILL_OPT].values = (void*) *(int*)values;
                                         ^
NclNetCdf.c:3317:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_DEFINE_MODE_OPT].values = (void*) *(int*)values;
                                             ^
NclNetCdf.c:3318:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0 && rec->open && rec->define_mode == 1) {
       ^
NclNetCdf.c:3324:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_HEADER_SPACE_OPT].values = (void*) *(int*)values;
                                              ^
NclNetCdf.c:3325:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_HEADER_SPACE_OPT].values) > 0) {
       ^
NclNetCdf.c:3326:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    rec->header_reserve_space = (int) rec->options[NC_HEADER_SPACE_OPT].values;
                                ^
NclNetCdf.c:3328:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   else if ((int)(rec->options[NC_HEADER_SPACE_OPT].values) < 0) {
            ^
NclNetCdf.c:3335:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_SUPPRESS_CLOSE_OPT].values = (void*) *(int*)values;
                                                ^
NclNetCdf.c:3336:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_SUPPRESS_CLOSE_OPT].values) == 0 && rec->open) {
       ^
NclNetCdf.c:3349:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_MISSING_TO_FILL_VALUE_OPT].values = (void*) *(int*)values;
                                                       ^
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclType.o NclType.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypelist.o NclTypelist.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclGroup.o NclGroup.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclVar.o NclVar.c
NclGroup.c: In function ‘initializeGroup’:
NclGroup.c:170:5: warning: implicit declaration of function ‘_NclInitFilePart’ [-Wimplicit-function-declaration]
     _NclInitFilePart(&(group_out->file));
     ^~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o VarSupport.o VarSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AdvancedFileSupport.o AdvancedFileSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ListSupport.o ListSupport.c
VarSupport.c: In function ‘_NclReadAtt’:
VarSupport.c:914:65: warning: passing argument 2 of ‘vc->var_class.read_att_func’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
    return((NclMultiDValData)(*vc->var_class.read_att_func)(self,attname,sel_ptr));
                                                                 ^~~~~~~
VarSupport.c:914:65: note: expected ‘char *’ but argument is of type ‘const char *’
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclList.o NclList.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclMultiDVallistData.o NclMultiDVallistData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctoiee.o ctoiee.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o date.o date.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o qu2reg3.o qu2reg3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rowina3.o rowina3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o scm0.o scm0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ncepcode.o ncepcode.f
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclHDF5.o NclHDF5.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclNewHDF5.o NclNewHDF5.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o h5reader.o h5reader.c
h5reader.c: In function ‘_NclHDF5check_obj’:
h5reader.c:73:53: warning: passing argument 4 of ‘_NclHDF5recursive_check’ from incompatible pointer type [-Wincompatible-pointer-types]
                                 _NclHDF5search_obj, _NclHDF5search_link,
                                                     ^~~~~~~~~~~~~~~~~~~
In file included from h5reader.c:1:0:
h5data_struct.h:325:8: note: expected ‘_NclHDF5search_link_func_t {aka int (*)(char *, struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(char *, H5O_info_t *, void *) {aka int (*)(char *, struct H5O_info_t *, void *)}’
 herr_t _NclHDF5recursive_check(hid_t fid, char *grp_name,
        ^~~~~~~~~~~~~~~~~~~~~~~
h5reader.c: In function ‘_NclHDF5dim_info’:
h5reader.c:178:25: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
             tmpString = strdup((char *)attr_node->value);
                         ^~~~~~
h5reader.c:178:23: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             tmpString = strdup((char *)attr_node->value);
                       ^
h5reader.c: In function ‘_NclHDF5get_data_with_id’:
h5reader.c:851:35: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
                         tmpString = strdup((char *)attr_node->value);
                                   ^
NclHDF5.c: In function ‘_Ncl2H5type’:
NclHDF5.c:721:22: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
             H5type = strdup("float");
                      ^~~~~~
NclHDF5.c:721:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("float");
                    ^
NclHDF5.c:724:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("double");
                    ^
NclHDF5.c:734:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("int64");
                    ^
NclHDF5.c:737:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("uint64");
                    ^
NclHDF5.c:740:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("long");
                    ^
NclHDF5.c:743:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("ulong");
                    ^
NclHDF5.c:746:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("int");
                    ^
NclHDF5.c:749:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("uint");
                    ^
NclHDF5.c:752:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("short");
                    ^
NclHDF5.c:755:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("ushort");
                    ^
NclHDF5.c:758:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("char");
                    ^
NclHDF5.c:761:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("byte");
                    ^
NclHDF5.c:764:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("ubyte");
                    ^
NclHDF5.c:767:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("compound");
                    ^
NclHDF5.c: In function ‘HDF5SetVarDimName’:
NclHDF5.c:1639:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         tmp_str = strdup(ori_str);
                 ^
NclHDF5.c: In function ‘_update_dim_list’:
NclHDF5.c:2420:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         tmp_str = strdup(ori_str);
                 ^
NclHDF5.c: In function ‘HDF5OpenFile’:
NclHDF5.c:3071:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     filename = strdup(NrmQuarkToString(path));
              ^
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o h5writer.o h5writer.c
NclHDF5.c: At top level:
NclHDF5.c:5745:52: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
 /* NclSetOptionFunc         set_option;  */        HDF5SetOption
                                                    ^~~~~~~~~~~~~
NclHDF5.c:5745:52: note: (near initialization for ‘HDF5Rec.add_vlen’)
h5reader.c: In function ‘_NclHDF5search_by_name’:
h5reader.c:2466:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(new_name);
                   ^
h5reader.c:2469:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(path);
                   ^
h5reader.c: In function ‘_NclHDF5search_obj’:
h5reader.c:4085:67: warning: passing argument 5 of ‘H5Aiterate2’ from incompatible pointer type [-Wincompatible-pointer-types]
             H5Aiterate2(obj_id, H5_INDEX_NAME, H5_ITER_INC, NULL, _NclHDF5check_attr, &curAttrList);
                                                                   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/hdf5.h:25:0,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Apublic.h:74:16: note: expected ‘H5A_operator2_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, const H5A_info_t *, void *) {aka int (*)(int,  char *, const struct <anonymous> *, void *)}’
 H5_DLL herr_t  H5Aiterate2(hid_t loc_id, H5_index_t idx_type,
                ^~~~~~~~~~~
h5reader.c:4281:75: warning: passing argument 5 of ‘H5Aiterate2’ from incompatible pointer type [-Wincompatible-pointer-types]
                     H5Aiterate2(obj_id, H5_INDEX_NAME, H5_ITER_INC, NULL, _NclHDF5check_attr, &curAttrList);
                                                                           ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/hdf5.h:25:0,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Apublic.h:74:16: note: expected ‘H5A_operator2_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, const H5A_info_t *, void *) {aka int (*)(int,  char *, const struct <anonymous> *, void *)}’
 H5_DLL herr_t  H5Aiterate2(hid_t loc_id, H5_index_t idx_type,
                ^~~~~~~~~~~
h5reader.c:4302:67: warning: passing argument 5 of ‘H5Aiterate2’ from incompatible pointer type [-Wincompatible-pointer-types]
             H5Aiterate2(obj_id, H5_INDEX_NAME, H5_ITER_INC, NULL, _NclHDF5check_attr, &curAttrList);
                                                                   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/hdf5.h:25:0,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Apublic.h:74:16: note: expected ‘H5A_operator2_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, const H5A_info_t *, void *) {aka int (*)(int,  char *, const struct <anonymous> *, void *)}’
 H5_DLL herr_t  H5Aiterate2(hid_t loc_id, H5_index_t idx_type,
                ^~~~~~~~~~~
h5reader.c: In function ‘_NclHDF5recursive_check’:
NclNewHDF5.c: In function ‘_Ncl2HDF5type’:
h5reader.c:4516:72: warning: passing argument 5 of ‘H5Lvisit_by_name’ from incompatible pointer type [-Wincompatible-pointer-types]
         if(H5Lvisit_by_name(fid, grp_name, H5_INDEX_NAME, H5_ITER_INC, _NclHDF5search_by_name, &tudata, H5P_DEFAULT) < 0)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/H5Opublic.h:33:0,
                 from /usr/include/H5Apublic.h:24,
                 from /usr/include/hdf5.h:25,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Lpublic.h:180:15: note: expected ‘H5L_iterate_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, H5L_info_t *, void *) {aka int (*)(int,  char *, struct <anonymous> *, void *)}’
 H5_DLL herr_t H5Lvisit_by_name(hid_t loc_id, const char *group_name,
               ^~~~~~~~~~~~~~~~
NclNewHDF5.c:259:24: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
             HDF5type = strdup("float");
                        ^~~~~~
NclNewHDF5.c:259:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("float");
                      ^
NclNewHDF5.c:262:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("double");
                      ^
NclNewHDF5.c:272:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("int64");
                      ^
NclNewHDF5.c:275:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("uint64");
                      ^
NclNewHDF5.c:278:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("long");
                      ^
NclNewHDF5.c:281:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("ulong");
                      ^
NclNewHDF5.c:284:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("int");
                      ^
NclNewHDF5.c:287:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("uint");
                      ^
NclNewHDF5.c:290:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("short");
                      ^
NclNewHDF5.c:293:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("ushort");
                      ^
NclNewHDF5.c:296:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("char");
                      ^
NclNewHDF5.c:299:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("byte");
                      ^
NclNewHDF5.c:302:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("ubyte");
                      ^
NclNewHDF5.c:305:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("compound");
                      ^
NclNewHDF5.c: In function ‘_searchH5byName’:
NclNewHDF5.c:1995:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(new_name);
                   ^
NclNewHDF5.c:1998:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(path);
                   ^
NclNewHDF5.c: In function ‘_readH5dataInfo’:
NclNewHDF5.c:2971:42: warning: passing argument 2 of ‘H5Tget_array_dims2’ from incompatible pointer type [-Wincompatible-pointer-types]
       ndims = H5Tget_array_dims2(subtype,compnode->dimsizes);
                                          ^~~~~~~~
In file included from /usr/include/H5Lpublic.h:32:0,
                 from /usr/include/H5Opublic.h:33,
                 from /usr/include/H5Apublic.h:24,
                 from /usr/include/hdf5.h:25,
                 from NclNewHDF5.c:38:
/usr/include/H5Tpublic.h:535:12: note: expected ‘hsize_t * {aka long long unsigned int *}’ but argument is of type ‘ng_size_t * {aka long int *}’
 H5_DLL int H5Tget_array_dims2(hid_t type_id, hsize_t dims[]);
            ^~~~~~~~~~~~~~~~~~
NclNewHDF5.c: In function ‘_buildH5VarDimlist’:
NclNewHDF5.c:4082:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   tmp_str = strdup(ori_str);
           ^
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nio.o nio.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nio_io.o nio_io.c
h5writer.c: In function ‘_split_string2queue’:
h5writer.c:553:21: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
     char *tmp_str = strdup(str);
                     ^~~~~~
h5writer.c:553:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
h5writer.c:573:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         slist->str = strdup(result);
                    ^
nio.c: In function ‘NioInitialize’:
nio.c:14:2: warning: implicit declaration of function ‘_NclAddFileFormats’ [-Wimplicit-function-declaration]
  _NclAddFileFormats();
  ^~~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioError.o nioError.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioNresDB.o nioNresDB.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioCallbacks.o nioCallbacks.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioQuarks.o nioQuarks.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cmpf.o cmpf.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioBase.o nioBase.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioConvert.o nioConvert.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o niohlu.o niohlu.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioNclHLUStub.o nioNclHLUStub.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nio_path.o nio_path.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3     -DBuildHDF5   -DNIO_LIB_ONLY   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o nioUtils.o nioUtils.c
nio_path.c: In function ‘create_env_name’:
nio_path.c:69:7: warning: implicit declaration of function ‘islower’ [-Wimplicit-function-declaration]
   if (islower(*s)) {
       ^~~~~~~
nio_path.c:70:9: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration]
    *s = toupper(*s);
         ^~~~~~~
nio_path.c: In function ‘_NGResolvePath’:
nio_path.c:141:6: warning: implicit declaration of function ‘endpwent’ [-Wimplicit-function-declaration]
      endpwent();
      ^~~~~~~~
nio_path.c: In function ‘_NGGetNCARGEnv’:
nio_path.c:239:11: warning: type defaults to ‘int’ in declaration of ‘tt’ [-Wimplicit-int]
  static   tt = 1;
           ^~
nio_path.c:257:7: warning: implicit declaration of function ‘isupper’ [-Wimplicit-function-declaration]
   if (isupper(*s)) {
       ^~~~~~~
nio_path.c:258:9: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration]
    *s = tolower(*s);
         ^~~~~~~
nioNclHLUStub.c:208:3: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
   NULL
   ^~~~
nioNclHLUStub.c:208:3: note: (near initialization for ‘nclMultiDValHLUObjDataClassRec.multid_obj_class.foo’)
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o llmap.o llmap.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o llmisc.o llmisc.f
rm -f libnio.a
ar: creating libnio.a
ranlib libnio.a
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 ./ni/src/ncl
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o io.o io.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclHLUObj.o NclHLUObj.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclApi.o NclApi.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o guiFuncs.o guiFuncs.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclDriver.o NclDriver.c
flex ncl.l
cp y.tab.c parser.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o MathFuncs.o MathFuncs.c
created NclTypedouble.c
created NclTypefloat.c
created NclTypelogical.c
NclDriver.c: In function ‘NclDriver’:
NclDriver.c:300:5: warning: implicit declaration of function ‘_NclInitFileClasses’ [-Wimplicit-function-declaration]
     _NclInitFileClasses();
     ^~~~~~~~~~~~~~~~~~~
created NclTypeint.c
created NclTypeobj.c
guiFuncs.c: In function ‘guiGetBoundary’:
guiFuncs.c:881:17: warning: implicit declaration of function ‘_NhlGetBB’ [-Wimplicit-function-declaration]
                 _NhlGetBB(instance,thebox);
                 ^~~~~~~~~
guiFuncs.c: In function ‘guiGetEndpointsAndStepSize’:
guiFuncs.c:942:5: warning: implicit declaration of function ‘_NhlGetEndpointsAndStepSize’ [-Wimplicit-function-declaration]
     _NhlGetEndpointsAndStepSize(in_min, in_max, max_steps, outside,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
created NclTypelong.c
created NclTypestring.c
created NclTypeint64.c
created NclTypeshort.c
created NclTypeuint64.c
created NclTypeushort.c
created NclTypeubyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AddFileFormats.o AddFileFormats.c
created NclTypeuint.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AttSupport.o AttSupport.c
created NclTypebyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o DataSupport.o DataSupport.c
created NclTypechar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o FileSupport.o FileSupport.c
created NclTypeulong.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Formats.o Formats.c
created TypeSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o GetGrids.o GetGrids.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AdvancedFileSupport.o AdvancedFileSupport.c
Formats.c: In function ‘_NclGetFormatFuncs’:
Formats.c:78:14: warning: implicit declaration of function ‘_NclGetLower’ [-Wimplicit-function-declaration]
  lfile_ext = _NclGetLower(file_extension);
              ^~~~~~~~~~~~
Formats.c: In function ‘_NclGribVersion’:
Formats.c:170:35: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
     vbuf = (void *) NclMalloc(4 * getpagesize());
                                   ^~~~~~~~~~~
Formats.c: In function ‘_NclIsGrib’:
Formats.c:249:20: warning: implicit declaration of function ‘UnsignedCnvtToDecimal’ [-Wimplicit-function-declaration]
          griblen = UnsignedCnvtToDecimal(3,&vbuf[j + 4]);
                    ^~~~~~~~~~~~~~~~~~~~~
created NclMultiDValData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclAdvancedFile.o NclAdvancedFile.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclAdvancedGroup.o NclAdvancedGroup.c
DataSupport.c: In function ‘_Nclstrtol’:
DataSupport.c:3086:9: warning: implicit declaration of function ‘isspace’ [-Wimplicit-function-declaration]
  while (isspace(str[i]))
         ^~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o InitData.o InitData.c
FileSupport.c: In function ‘_NclVerifyFile’:
FileSupport.c:3917:36: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
    ng_usize_t ChunkSizeHint = 64 * getpagesize();
                                    ^~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Memory.o Memory.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclAtt.o NclAtt.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclCCM.o NclCCM.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclCoordVar.o NclCoordVar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclData.o NclData.c
NclCCM.c: In function ‘IntIt2’:
NclCCM.c:280:2: warning: implicit declaration of function ‘ctospi’ [-Wimplicit-function-declaration]
  ctospi(b2,&tmp_out,&total,&zero);
  ^~~~~~
NclCCM.c: In function ‘DoubleEm’:
NclCCM.c:423:2: warning: implicit declaration of function ‘ctodpf’ [-Wimplicit-function-declaration]
  ctodpf(buffer,tmp_out,&total,&zero);
  ^~~~~~
NclCCM.c: In function ‘FloatEm’:
NclCCM.c:451:2: warning: implicit declaration of function ‘ctospf’ [-Wimplicit-function-declaration]
  ctospf(buffer,tmp_out,&total,&zero);
  ^~~~~~
NclCCM.c: In function ‘CcmOpenFile’:
NclCCM.c:1088:29: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
   vbuf = (void*)NclMalloc(4*getpagesize());
                             ^~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclGroup.o NclGroup.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclFile.o NclFile.c
NclGroup.c: In function ‘initializeGroup’:
NclGroup.c:170:5: warning: implicit declaration of function ‘_NclInitFilePart’ [-Wimplicit-function-declaration]
     _NclInitFilePart(&(group_out->file));
     ^~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclFileVar.o NclFileVar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclGRIB.o NclGRIB.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclMultiDValnclfileData.o NclMultiDValnclfileData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclNetCdf.o NclNetCdf.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclOneDValCoordData.o NclOneDValCoordData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclType.o NclType.c
In file included from NclGRIB.c:13:0:
NclGRIB.c: In function ‘_GetCacheVal’:
NclGRIB.c:280:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  int cache_size = MAX(1,(int)(therec->options[GRIB_CACHE_SIZE_OPT].values));
                         ^
../../.././include/ncarg/hlu/hlu.h:68:25: note: in definition of macro ‘MAX’
 #define MAX(a,b) (((a)>(b))?(a):(b))
                         ^
NclGRIB.c:280:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  int cache_size = MAX(1,(int)(therec->options[GRIB_CACHE_SIZE_OPT].values));
                         ^
../../.././include/ncarg/hlu/hlu.h:68:34: note: in definition of macro ‘MAX’
 #define MAX(a,b) (((a)>(b))?(a):(b))
                                  ^
NclNetCdf.c: In function ‘NetMapFromNcl’:
NclNetCdf.c:254:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    *(nc_type*)out_type = NULL;
                        ^
NclNetCdf.c: In function ‘CloseOrNot’:
NclNetCdf.c:362:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((int)(rec->options[NC_SUPPRESS_CLOSE_OPT].values) == 0) {
      ^
NclNetCdf.c: In function ‘NetInitializeFileRec’:
NclNetCdf.c:608:22: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration]
  ng_size_t blksize = getpagesize();
                      ^~~~~~~~~~~
NclNetCdf.c: In function ‘NetOpenFile’:
NclNetCdf.c:828:8: warning: implicit declaration of function ‘_NclScalarForcedCoerce’ [-Wimplicit-function-declaration]
        _NclScalarForcedCoerce((*stepalptr)->att_inq->value,
        ^~~~~~~~~~~~~~~~~~~~~~
NclNetCdf.c:841:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      if (((int)(tmp->options[NC_MISSING_TO_FILL_VALUE_OPT].values) == 1) &&
           ^
NclNetCdf.c: In function ‘NetCreateFile’:
NclNetCdf.c:978:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(tmp->options[NC_DEFINE_MODE_OPT].values) == 0) {
       ^
NclNetCdf.c: In function ‘NetReadAtt’:
NclNetCdf.c:1537:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclGRIB.c: In function ‘GribOpenFile’:
NclGRIB.c:7290:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      suffix = (int)(therec->options[GRIB_TIME_PERIOD_SUFFIX_OPT].values);
               ^
NclNetCdf.c: In function ‘NetWriteVar’:
NclNetCdf.c:1733:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if ((int)(rec->options[NC_PREFILL_OPT].values) == 0) {
         ^
NclNetCdf.c: In function ‘NetWriteAtt’:
NclNetCdf.c:1881:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
         ^
NclNetCdf.c: In function ‘NetDelAtt’:
NclNetCdf.c:1957:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
         ^
NclNetCdf.c: In function ‘NetDelVarAtt’:
NclNetCdf.c:2046:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
           ^
NclGRIB.c:7641:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(therec->options[GRIB_PRINT_RECORD_INFO_OPT].values) != 0) {
        ^
NclNetCdf.c: In function ‘NetWriteVarAtt’:
NclNetCdf.c:2183:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
           ^
NclNetCdf.c: In function ‘NetAddDim’:
NclNetCdf.c:2508:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetAddVar’:
NclNetCdf.c:2718:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_PREFILL_OPT].values) == 0) {
       ^
NclNetCdf.c:2795:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c:2859:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetRenameDim’:
NclNetCdf.c:3048:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetAddAtt’:
NclNetCdf.c:3146:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclGRIB.c: In function ‘GribSetOption’:
NclNetCdf.c: In function ‘NetAddVarAtt’:
NclGRIB.c:8616:53: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[GRIB_PRINT_RECORD_INFO_OPT].values = (void*) *(int *)values;
                                                     ^
NclNetCdf.c:3254:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0) {
        ^
NclNetCdf.c: In function ‘NetSetOption’:
NclNetCdf.c:3314:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_PREFILL_OPT].values = (void*) *(int*)values;
                                         ^
NclGRIB.c:8649:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[GRIB_TIME_PERIOD_SUFFIX_OPT].values = (void*) *(int *)values;
                                                      ^
NclNetCdf.c:3317:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_DEFINE_MODE_OPT].values = (void*) *(int*)values;
                                             ^
NclNetCdf.c:3318:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_DEFINE_MODE_OPT].values) == 0 && rec->open && rec->define_mode == 1) {
       ^
NclGRIB.c:8652:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[GRIB_CACHE_SIZE_OPT].values = (void*) *(int *)values;
                                              ^
NclNetCdf.c:3324:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_HEADER_SPACE_OPT].values = (void*) *(int*)values;
                                              ^
NclNetCdf.c:3325:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_HEADER_SPACE_OPT].values) > 0) {
       ^
NclNetCdf.c:3326:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    rec->header_reserve_space = (int) rec->options[NC_HEADER_SPACE_OPT].values;
                                ^
NclNetCdf.c:3328:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   else if ((int)(rec->options[NC_HEADER_SPACE_OPT].values) < 0) {
            ^
NclNetCdf.c:3335:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_SUPPRESS_CLOSE_OPT].values = (void*) *(int*)values;
                                                ^
NclNetCdf.c:3336:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((int)(rec->options[NC_SUPPRESS_CLOSE_OPT].values) == 0 && rec->open) {
       ^
NclNetCdf.c:3349:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   rec->options[NC_MISSING_TO_FILL_VALUE_OPT].values = (void*) *(int*)values;
                                                       ^
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypelist.o NclTypelist.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclVar.o NclVar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o VarSupport.o VarSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ctoiee.o ctoiee.c
VarSupport.c: In function ‘_NclReadAtt’:
VarSupport.c:914:65: warning: passing argument 2 of ‘vc->var_class.read_att_func’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
    return((NclMultiDValData)(*vc->var_class.read_att_func)(self,attname,sel_ptr));
                                                                 ^~~~~~~
VarSupport.c:914:65: note: expected ‘char *’ but argument is of type ‘const char *’
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o date.o date.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o qu2reg3.o qu2reg3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o rowina3.o rowina3.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o scm0.o scm0.f
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o ncepcode.o ncepcode.f
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclNewHDF5.o NclNewHDF5.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclHDF5.o NclHDF5.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o h5reader.o h5reader.c
NclNewHDF5.c: In function ‘_Ncl2HDF5type’:
NclNewHDF5.c:259:24: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
             HDF5type = strdup("float");
                        ^~~~~~
NclNewHDF5.c:259:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("float");
                      ^
NclNewHDF5.c:262:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("double");
                      ^
NclNewHDF5.c:272:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("int64");
                      ^
NclNewHDF5.c:275:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("uint64");
                      ^
NclNewHDF5.c:278:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("long");
                      ^
NclNewHDF5.c:281:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("ulong");
                      ^
NclNewHDF5.c:284:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("int");
                      ^
NclNewHDF5.c:287:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("uint");
                      ^
NclNewHDF5.c:290:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("short");
                      ^
NclNewHDF5.c:293:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("ushort");
                      ^
NclNewHDF5.c:296:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("char");
                      ^
NclNewHDF5.c:299:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("byte");
                      ^
NclNewHDF5.c:302:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("ubyte");
                      ^
NclNewHDF5.c:305:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             HDF5type = strdup("compound");
                      ^
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o h5writer.o h5writer.c
NclNewHDF5.c: In function ‘_searchH5byName’:
NclNewHDF5.c:1995:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(new_name);
                   ^
NclNewHDF5.c:1998:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(path);
                   ^
NclNewHDF5.c: In function ‘_readH5dataInfo’:
NclNewHDF5.c:2971:42: warning: passing argument 2 of ‘H5Tget_array_dims2’ from incompatible pointer type [-Wincompatible-pointer-types]
       ndims = H5Tget_array_dims2(subtype,compnode->dimsizes);
                                          ^~~~~~~~
In file included from /usr/include/H5Lpublic.h:32:0,
                 from /usr/include/H5Opublic.h:33,
                 from /usr/include/H5Apublic.h:24,
                 from /usr/include/hdf5.h:25,
                 from NclNewHDF5.c:38:
/usr/include/H5Tpublic.h:535:12: note: expected ‘hsize_t * {aka long long unsigned int *}’ but argument is of type ‘ng_size_t * {aka long int *}’
 H5_DLL int H5Tget_array_dims2(hid_t type_id, hsize_t dims[]);
            ^~~~~~~~~~~~~~~~~~
NclNewHDF5.c: In function ‘_buildH5VarDimlist’:
NclNewHDF5.c:4082:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   tmp_str = strdup(ori_str);
           ^
NclHDF5.c: In function ‘_Ncl2H5type’:
NclHDF5.c:721:22: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
             H5type = strdup("float");
                      ^~~~~~
NclHDF5.c:721:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("float");
                    ^
NclHDF5.c:724:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("double");
                    ^
NclHDF5.c:734:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("int64");
                    ^
NclHDF5.c:737:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("uint64");
                    ^
NclHDF5.c:740:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("long");
                    ^
NclHDF5.c:743:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("ulong");
                    ^
NclHDF5.c:746:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("int");
                    ^
NclHDF5.c:749:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("uint");
                    ^
NclHDF5.c:752:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("short");
                    ^
NclHDF5.c:755:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("ushort");
                    ^
NclHDF5.c:758:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("char");
                    ^
NclHDF5.c:761:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("byte");
                    ^
NclHDF5.c:764:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("ubyte");
                    ^
NclHDF5.c:767:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             H5type = strdup("compound");
                    ^
NclHDF5.c: In function ‘HDF5SetVarDimName’:
NclHDF5.c:1639:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         tmp_str = strdup(ori_str);
                 ^
NclHDF5.c: In function ‘_update_dim_list’:
NclHDF5.c:2420:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         tmp_str = strdup(ori_str);
                 ^
h5reader.c: In function ‘_NclHDF5check_obj’:
h5reader.c:73:53: warning: passing argument 4 of ‘_NclHDF5recursive_check’ from incompatible pointer type [-Wincompatible-pointer-types]
                                 _NclHDF5search_obj, _NclHDF5search_link,
                                                     ^~~~~~~~~~~~~~~~~~~
NclHDF5.c: In function ‘HDF5OpenFile’:
In file included from h5reader.c:1:0:
h5data_struct.h:325:8: note: expected ‘_NclHDF5search_link_func_t {aka int (*)(char *, struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(char *, H5O_info_t *, void *) {aka int (*)(char *, struct H5O_info_t *, void *)}’
 herr_t _NclHDF5recursive_check(hid_t fid, char *grp_name,
        ^~~~~~~~~~~~~~~~~~~~~~~
NclHDF5.c:3071:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     filename = strdup(NrmQuarkToString(path));
              ^
h5reader.c: In function ‘_NclHDF5dim_info’:
h5reader.c:178:25: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
             tmpString = strdup((char *)attr_node->value);
                         ^~~~~~
h5reader.c:178:23: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             tmpString = strdup((char *)attr_node->value);
                       ^
h5reader.c: In function ‘_NclHDF5get_data_with_id’:
h5reader.c:851:35: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
                         tmpString = strdup((char *)attr_node->value);
                                   ^
NclHDF5.c: At top level:
NclHDF5.c:5745:52: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
 /* NclSetOptionFunc         set_option;  */        HDF5SetOption
                                                    ^~~~~~~~~~~~~
NclHDF5.c:5745:52: note: (near initialization for ‘HDF5Rec.add_vlen’)
h5reader.c: In function ‘_NclHDF5search_by_name’:
h5reader.c:2466:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(new_name);
                   ^
h5reader.c:2469:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         full_name = strdup(path);
                   ^
h5writer.c: In function ‘_split_string2queue’:
h5writer.c:553:21: warning: implicit declaration of function ‘strdup’ [-Wimplicit-function-declaration]
     char *tmp_str = strdup(str);
                     ^~~~~~
h5writer.c:553:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
h5writer.c:573:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         slist->str = strdup(result);
                    ^
h5reader.c: In function ‘_NclHDF5search_obj’:
h5reader.c:4085:67: warning: passing argument 5 of ‘H5Aiterate2’ from incompatible pointer type [-Wincompatible-pointer-types]
             H5Aiterate2(obj_id, H5_INDEX_NAME, H5_ITER_INC, NULL, _NclHDF5check_attr, &curAttrList);
                                                                   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/hdf5.h:25:0,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Apublic.h:74:16: note: expected ‘H5A_operator2_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, const H5A_info_t *, void *) {aka int (*)(int,  char *, const struct <anonymous> *, void *)}’
 H5_DLL herr_t  H5Aiterate2(hid_t loc_id, H5_index_t idx_type,
                ^~~~~~~~~~~
h5reader.c:4281:75: warning: passing argument 5 of ‘H5Aiterate2’ from incompatible pointer type [-Wincompatible-pointer-types]
                     H5Aiterate2(obj_id, H5_INDEX_NAME, H5_ITER_INC, NULL, _NclHDF5check_attr, &curAttrList);
                                                                           ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/hdf5.h:25:0,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Apublic.h:74:16: note: expected ‘H5A_operator2_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, const H5A_info_t *, void *) {aka int (*)(int,  char *, const struct <anonymous> *, void *)}’
 H5_DLL herr_t  H5Aiterate2(hid_t loc_id, H5_index_t idx_type,
                ^~~~~~~~~~~
h5reader.c:4302:67: warning: passing argument 5 of ‘H5Aiterate2’ from incompatible pointer type [-Wincompatible-pointer-types]
             H5Aiterate2(obj_id, H5_INDEX_NAME, H5_ITER_INC, NULL, _NclHDF5check_attr, &curAttrList);
                                                                   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/hdf5.h:25:0,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Apublic.h:74:16: note: expected ‘H5A_operator2_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, const H5A_info_t *, void *) {aka int (*)(int,  char *, const struct <anonymous> *, void *)}’
 H5_DLL herr_t  H5Aiterate2(hid_t loc_id, H5_index_t idx_type,
                ^~~~~~~~~~~
h5reader.c: In function ‘_NclHDF5recursive_check’:
h5reader.c:4516:72: warning: passing argument 5 of ‘H5Lvisit_by_name’ from incompatible pointer type [-Wincompatible-pointer-types]
         if(H5Lvisit_by_name(fid, grp_name, H5_INDEX_NAME, H5_ITER_INC, _NclHDF5search_by_name, &tudata, H5P_DEFAULT) < 0)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/H5Opublic.h:33:0,
                 from /usr/include/H5Apublic.h:24,
                 from /usr/include/hdf5.h:25,
                 from h5data_struct.h:32,
                 from h5reader.c:1:
/usr/include/H5Lpublic.h:180:15: note: expected ‘H5L_iterate_t {aka int (*)(int,  const char *, const struct <anonymous> *, void *)}’ but argument is of type ‘herr_t (*)(hid_t,  char *, H5L_info_t *, void *) {aka int (*)(int,  char *, struct <anonymous> *, void *)}’
 H5_DLL herr_t H5Lvisit_by_name(hid_t loc_id, const char *group_name,
               ^~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AddBuiltIns.o AddBuiltIns.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AddHLUObjs.o AddHLUObjs.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o AddIntrinsics.o AddIntrinsics.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Execute.o Execute.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Machine.o Machine.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o OpsFuncs.o OpsFuncs.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o SrcTree.o SrcTree.c
Execute.c: In function ‘HasTimeUnits’:
Execute.c:439:6: warning: implicit declaration of function ‘strncasecmp’ [-Wimplicit-function-declaration]
  if(!strncasecmp(str_units,"sec",3) || !strcasecmp(str_units,"s")){
      ^~~~~~~~~~~
Execute.c:439:41: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration]
  if(!strncasecmp(str_units,"sec",3) || !strcasecmp(str_units,"s")){
                                         ^~~~~~~~~~
Execute.c:469:8: warning: implicit declaration of function ‘strcasestr’ [-Wimplicit-function-declaration]
  if (! strcasestr(str_units,"since") ||
        ^~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Symbol.o Symbol.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Translate.o Translate.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclHLUVar.o NclHLUVar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o HLUSupport.o HLUSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclMultiDValHLUObjData.o NclMultiDValHLUObjData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o BuiltInSupport.o BuiltInSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o BuiltInFuncs.o BuiltInFuncs.c
NclMultiDValHLUObjData.c:2052:3: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
   NULL
   ^~~~
NclMultiDValHLUObjData.c:2052:3: note: (near initialization for ‘nclMultiDValHLUObjDataClassRec.multid_obj_class.foo’)
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o javaAddProto.o javaAddProto.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o javaAddFuncs.o javaAddFuncs.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o userAddProto.o userAddProto.c
BuiltInFuncs.c: In function ‘_Nclsystemfunc’:
BuiltInFuncs.c:1212:21: warning: implicit declaration of function ‘wait’ [-Wimplicit-function-declaration]
    while(( tmp_id = wait(&status)) != id);
                     ^~~~
BuiltInFuncs.c: In function ‘_NclIfbinread’:
BuiltInFuncs.c:4072:9: warning: passing argument 1 of ‘close’ makes integer from pointer without a cast [-Wint-conversion]
   close(fd);
         ^~
In file included from BuiltInFuncs.c:46:0:
/usr/include/unistd.h:353:12: note: expected ‘int’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
 extern int close (int __fd);
            ^~~~~
BuiltInFuncs.c:4086:10: warning: passing argument 1 of ‘close’ makes integer from pointer without a cast [-Wint-conversion]
    close(fd);
          ^~
In file included from BuiltInFuncs.c:46:0:
/usr/include/unistd.h:353:12: note: expected ‘int’ but argument is of type ‘FILE * {aka struct _IO_FILE *}’
 extern int close (int __fd);
            ^~~~~
BuiltInFuncs.c: In function ‘_NclIfbinwrite’:
BuiltInFuncs.c:5524:64: warning: pointer type mismatch in conditional expression
         void *marker_rec = (marker_size == 4) ? &i_marker_data : &marker_data;
                                                                ^
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o userAddFuncs.o userAddFuncs.c
BuiltInFuncs.c: In function ‘_NclIGetFileVarChunkDimsizes’:
BuiltInFuncs.c:31120:17: warning: implicit declaration of function ‘_NclGetFileVarChunkInfo’ [-Wimplicit-function-declaration]
    nchunkdims = _NclGetFileVarChunkInfo(thefile, *name, chunkdim_sizes);
                 ^~~~~~~~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o HLUFunctions.o HLUFunctions.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o yywrap.o yywrap.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o craybin.o craybin.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o complete.o complete.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o editline.o editline.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o sysunix.o sysunix.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o ListSupport.o ListSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclList.o NclList.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclMultiDVallistData.o NclMultiDVallistData.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclProf.o NclProf.c
NclProf.c: In function ‘NclProfInit’:
NclProf.c:111:3: warning: implicit declaration of function ‘NclGetWTime’ [-Wimplicit-function-declaration]
   NclGetWTime(&(NclProfInfo.stime));
   ^~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTime.o NclTime.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o PrintToken.o PrintToken.c
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -c -o fortranio.o fortranio.f
gcc -c -DMAKEAPI -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto  io.c -o ioapi.o
gcc -c -DMAKEAPI -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto  NclHLUObj.c -o NclHLUObjapi.o
cp parser.c parseapi.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Ncl.o Ncl.c
cp lex.yy.c scanner.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o parser.o parser.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypedouble.o NclTypedouble.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypefloat.o NclTypefloat.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeint.o NclTypeint.c
ncl.y:2723:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 yyerror
 ^~~~~~~
y.tab.c: In function ‘yyparse’:
y.tab.c:2186:23: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration]
         if ((yychar = yylex()) < 0) yychar = 0;
                       ^~~~~
ncl.y:159:17: warning: implicit declaration of function ‘_NclTranslate’ [-Wimplicit-function-declaration]
          strt = _NclTranslate($1,thefptr);
                 ^~~~~~~~~~~~~
ncl.y:246:9: warning: implicit declaration of function ‘_NclPreLoadScript’ [-Wimplicit-function-declaration]
         _NclPreLoadScript(buffer,0);
         ^~~~~~~~~~~~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypelogical.o NclTypelogical.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypelong.o NclTypelong.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeobj.o NclTypeobj.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeshort.o NclTypeshort.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypestring.o NclTypestring.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeint64.o NclTypeint64.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeuint64.o NclTypeuint64.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeubyte.o NclTypeubyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeushort.o NclTypeushort.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeuint.o NclTypeuint.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypeulong.o NclTypeulong.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypebyte.o NclTypebyte.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclTypechar.o NclTypechar.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o TypeSupport.o TypeSupport.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o NclMultiDValData.o NclMultiDValData.c
cp scanner.c scanapi.c
gcc -c -DMAKEAPI -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto  parseapi.c
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o scanner.o scanner.c
gcc -c -DMAKEAPI -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux -DMAJOR=3 			  			  			 -DBuildHDF5 			  			 			 			   -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto  scanapi.c
ncl.y:2723:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 yyerror
 ^~~~~~~
y.tab.c: In function ‘yyparse’:
y.tab.c:2186:23: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration]
         if ((yychar = yylex()) < 0) yychar = 0;
                       ^~~~~
ncl.y:159:17: warning: implicit declaration of function ‘_NclTranslate’ [-Wimplicit-function-declaration]
          strt = _NclTranslate($1,thefptr);
                 ^~~~~~~~~~~~~
ncl.y:246:9: warning: implicit declaration of function ‘_NclPreLoadScript’ [-Wimplicit-function-declaration]
         _NclPreLoadScript(buffer,0);
         ^~~~~~~~~~~~~~~~~
ncl.l: In function ‘_NclParseString’:
ncl.l:77:15: warning: implicit declaration of function ‘yyparse’ [-Wimplicit-function-declaration]
         tmp = yyparse(reset);
               ^~~~~~~
ncl.l: In function ‘_NclResetScanner’:
ncl.l:205:16: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
    cmd_line = (isatty(fileno(yyin))?1:0);
                ^~~~~~
ncl.l: In function ‘yylex’:
ncl.l:287:4: warning: implicit declaration of function ‘_NclCallPromptFunc’ [-Wimplicit-function-declaration]
    _NclCallPromptFunc(cur_line_number);
    ^~~~~~~~~~~~~~~~~~
ncl.l: In function ‘_NclParseString’:
ncl.l:77:15: warning: implicit declaration of function ‘yyparse’ [-Wimplicit-function-declaration]
         tmp = yyparse(reset);
               ^~~~~~~
ncl.l: In function ‘_NclResetScanner’:
ncl.l:205:16: warning: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
    cmd_line = (isatty(fileno(yyin))?1:0);
                ^~~~~~
ncl.l: In function ‘yylex’:
ncl.l:287:4: warning: implicit declaration of function ‘_NclCallPromptFunc’ [-Wimplicit-function-declaration]
    _NclCallPromptFunc(cur_line_number);
    ^~~~~~~~~~~~~~~~~~
rm -f libncl.a
rm -f libnclapi.a
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -rdynamic   -o ncl Ncl.o io.o NclHLUObj.o NclApi.o guiFuncs.o NclDriver.o 			scanner.o parser.o MathFuncs.o NclTypedouble.o NclTypefloat.o 			NclTypeint.o NclTypelogical.o 			NclTypelong.o NclTypeobj.o 			NclTypeshort.o NclTypestring.o 			NclTypeint64.o NclTypeuint64.o 			NclTypeubyte.o 			NclTypeushort.o NclTypeuint.o NclTypeulong.o 			NclTypebyte.o NclTypechar.o TypeSupport.o 			NclMultiDValData.o AddFileFormats.o AttSupport.o DataSupport.o 			FileSupport.o Formats.o GetGrids.o 			AdvancedFileSupport.o 			NclAdvancedFile.o NclAdvancedGroup.o 			InitData.o Memory.o NclAtt.o NclCCM.o 			NclCoordVar.o NclData.o NclGroup.o NclFile.o NclFileVar.o 			NclGRIB.o NclMultiDValnclfileData.o 			NclNetCdf.o NclOneDValCoordData.o NclType.o 			NclTypelist.o NclVar.o VarSupport.o 			ctoiee.o date.o qu2reg3.o rowina3.o scm0.o ncepcode.o 			  			 NclNewHDF5.o NclHDF5.o h5reader.o h5writer.o 			 			 			  AddBuiltIns.o AddHLUObjs.o 			AddIntrinsics.o Execute.o 			Machine.o OpsFuncs.o SrcTree.o 			Symbol.o Translate.o  			NclHLUVar.o HLUSupport.o 			NclMultiDValHLUObjData.o 			BuiltInSupport.o BuiltInFuncs.o 			javaAddProto.o javaAddFuncs.o 			userAddProto.o userAddFuncs.o 			HLUFunctions.o yywrap.o craybin.o 			complete.o editline.o sysunix.o ListSupport.o 			NclList.o NclMultiDVallistData.o 			NclProf.o NclTime.o PrintToken.o fortranio.o  -L../../.././ni/src/lib/nfp -lnfp -L../../.././ni/src/lib/nfpfort -lnfpfort -L../../.././ni/src/lib/hlu -lhlu -L../../.././ncarg2d/src/libncarg -lncarg -L../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../.././common/src/libncarg_c -lncarg_c -L../../.././ngmath/src/lib -lngmath -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lnetcdf     -lhdf5_hl -lhdf5 -lsz -lz    -ludunits2 -lexpat   -lpng -lz -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2  -L../../.././external/sphere3.1_dp -lsphere3.1_dp -L../../.././external/fftpack5_dp -lfftpack5_dp -L../../.././external/lapack -llapack_ncl -L../../.././external/blas -lblas_ncl -lX11 -lXext -lgfortran -lm -lm  -ldl  
ar: creating libncl.a
ar: creating libnclapi.a
ranlib libnclapi.a
ranlib libncl.a
/usr/bin/ld: cannot find -lsz
collect2: error: ld returned 1 exit status
make[4]: *** [ncl] Error 1
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Making ./ni/src/mkwrap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
yacc -d wrapit.y
flex wrapit.l
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DLinux -DMAJOR=3 -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o Symbol.o Symbol.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DLinux -DMAJOR=3 -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o wrapit_main.o wrapit_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/   -DLinux -DMAJOR=3 -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o lex.yy.o lex.yy.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/   -DLinux -DMAJOR=3 -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o y.tab.o y.tab.c
wrapit.l: In function ‘yylex’:
wrapit.l:28:2: warning: implicit declaration of function ‘WNewWrap’ [-Wimplicit-function-declaration]
  WNewWrap();
  ^~~~~~~~
y.tab.c: In function ‘yyparse’:
y.tab.c:172:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration]
 # define YYLEX_DECL() yylex(void)
                ^
y.tab.c:728:23: note: in expansion of macro ‘YYLEX’
     {
                       ^    
wrapit_main.c: In function ‘WNewFScope’:
wrapit.y:419:30: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration]
                         if((!isdigit($1->name[i]))&&(isalpha($1->name[i]))) {
                              ^~~~~~~
wrapit_main.c:51:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while(fkeytab[i].token != (int)NULL) {
                            ^
wrapit.y:419:74: warning: implicit declaration of function ‘isalpha’ [-Wimplicit-function-declaration]
                         if((!isdigit($1->name[i]))&&(isalpha($1->name[i]))) {
                                                                          ^~~~   
wrapit.y:420:29: warning: implicit declaration of function ‘isupper’ [-Wimplicit-function-declaration]
                          if(isupper($1->name[i])) {
                             ^~~~~~~
wrapit_main.c: In function ‘WNewWScope’:
wrapit_main.c:76:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while(wkeytab[i].token != (int)NULL) {
                            ^
wrapit_main.c: At top level:
wrapit_main.c:258:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc,char* argv[])
 ^~~~
wrapit_main.c: In function ‘main’:
wrapit_main.c:271:6: warning: implicit declaration of function ‘yyparse’ [-Wimplicit-function-declaration]
  if(!yyparse()) {
      ^~~~~~~
wrapit_main.c:333:10: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration]
     if((!isdigit(tmp->therec->c_defstring[j]))&&(isalpha(tmp->therec->c_defstring[j]))) {
          ^~~~~~~
wrapit_main.c:333:50: warning: implicit declaration of function ‘isalpha’ [-Wimplicit-function-declaration]
     if((!isdigit(tmp->therec->c_defstring[j]))&&(isalpha(tmp->therec->c_defstring[j]))) {
                                                  ^~~~~~~
wrapit_main.c:334:9: warning: implicit declaration of function ‘isupper’ [-Wimplicit-function-declaration]
      if(isupper(tmp->therec->c_defstring[j])) {
         ^~~~~~~
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o wrapit77 y.tab.o lex.yy.o Symbol.o wrapit_main.o  -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -ll 
/usr/bin/ld: cannot find -ll
collect2: error: ld returned 1 exit status
make[4]: *** [wrapit77] Error 1
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
Making ./ni/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making ./ni/src/db/rgb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
gcc -ansi -fPIC -fopenmp -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 rgb.o rgb.c
rgb.c:52:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(argc, argv)
 ^~~~
rgb.c: In function ‘main’:
rgb.c:75:2: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  exit(1);
  ^~~~
rgb.c:75:2: warning: incompatible implicit declaration of built-in function ‘exit’
rgb.c:75:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rgb.c:85:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit (1);
  ^~~~
rgb.c:85:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rgb.c:87:12: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
     (void) close (fd);
            ^~~~~
rgb.c:96:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit (1);
  ^~~~
rgb.c:96:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rgb.c:105:2: warning: incompatible implicit declaration of built-in function ‘exit’
  exit (1);
  ^~~~
rgb.c:105:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
rgb.c:145:5: warning: incompatible implicit declaration of built-in function ‘exit’
     exit(0);
     ^~~~
rgb.c:145:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o rgb rgb.o -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building rgb database
./rgb rgb < rgb.txt
Building rgb database
./rgb rgb < rgb.txt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Making ./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 ./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 ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
Making ./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 `all'.
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 ./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 ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
Making ./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 `all'.
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 ./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 ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
Making ./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 `all'.
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 ./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 ./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 ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
Making ./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 `all'.
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 ./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 ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
Making ./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 `all'.
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 ./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 ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
Making ./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 `all'.
make[7]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
Making ./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 `all'.
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 ./ni/src/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Making ./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 `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Making ./ni/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Making ./ni/src/examples/data
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
Making ./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 `all'.
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'
installing in .
Making install in ./config
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
installing in ./config
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
Making install in ./external
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
installing in ./external
Making install in ./external/blas
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Installing libblas_ncl.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libblas_ncl.a
installing in ./external/blas
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Making install in ./external/lapack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Installing liblapack_ncl.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/liblapack_ncl.a
installing in ./external/lapack
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Making install in ./external/sphere3.1_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Installing libsphere3.1_dp.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libsphere3.1_dp.a
installing in ./external/sphere3.1_dp
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Making install in ./external/fftpack5_dp
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
Installing libfftpack5_dp.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libfftpack5_dp.a
installing 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 install in ./common
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
installing in ./common
Making install in ./common/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
installing in ./common/src
Making install in ./common/src/libncarg_c
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Installing libncarg_c.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg_c.a
Installing c.h
installing in ./common/src/libncarg_c
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Making install in ./common/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
installing in ./common/src/bin
Making install in ./common/src/bin/ncargpath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
Installing ncargpath
installing 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 install in ./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    -o fontc cfaamn.o  cfrdln.o  cfwrit.o  ffgttk.o  ffinfo.o  ffphol.o  ffppkt.o  ffprcf.o ffprsa.o  fftbkd.o  fftkin.o  sffndc.o  sfgtin.o  sfgtkw.o  sfprcf.o  sfskbk.o sftbkd.o -L../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
	Processing fontcap font1
make[4]: ../../.././common/src/fontcap/fontc: Command not found
make[4]: *** [font1] Error 127
make[4]: *** Waiting for unfinished jobs....
	Processing fontcap font2
make[4]: ../../.././common/src/fontcap/fontc: Command not found	Processing fontcap font3

make[4]: *** [font2] Error 127
	Processing fontcap font4
make[4]: ../../.././common/src/fontcap/fontc: Command not found
make[4]: ../../.././common/src/fontcap/fontc: Command not found
make[4]: *** [font3] Error 127	Processing fontcap font5

make[4]: *** [font4] Error 127
make[4]: ../../.././common/src/fontcap/fontc: Command not found
make[4]: *** [font5] Error 127
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Making install in ./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    -o graphc capchg.o binput.o bndcls.o capast.o capdat.o cappar.o dascls.o	 devcls.o devcol.o devmap.o fndchr.o grinit.o gtflt.o gtint.o	 gtlog.o gtstr.o intcnv.o lincls.o marcls.o mtchit.o plgcls.o	 rascls.o rdline.o skpblk.o txtcls.o -L../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
	Processing graphcap adm5
make[4]: ../../.././common/src/graphcap/graphc: Command not found
make[4]: *** [adm5] Error 127
make[4]: *** Waiting for unfinished jobs....
	Processing graphcap hpgl
make[4]: ../../.././common/src/graphcap/graphc: Command not found
	Processing graphcap hp2648a
make[4]: *** [hpgl] Error 127
	Processing graphcap balsml
	Processing graphcap hp150
make[4]: ../../.././common/src/graphcap/graphc: Command not found
make[4]: ../../.././common/src/graphcap/graphc: Command not found
make[4]: ../../.././common/src/graphcap/graphc: Command not found
make[4]: *** [hp2648a] Error 127
make[4]: *** [balsml] Error 127
make[4]: *** [hp150] Error 127
/bin/sh: ../../.././common/src/graphcap/graphc: No such file or directory
/bin/sh: ../../.././common/src/graphcap/graphc: No such file or directory
make[4]: *** [aed.a] Error 127
make[4]: *** [aed.b] Error 127
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making install in ./common/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
Installing fontc.1
Installing graphc.1
Installing ncargpath.1
Installing fontcap.5
Installing graphcap.5
installing 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 install in ./ncarg2d
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
installing in ./ncarg2d
Making install in ./ncarg2d/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
installing in ./ncarg2d/src
Making install in ./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'
make[5]: Nothing to be done for `all-local'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
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'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
Continuing in ./ncarg2d/src/libncarg
ranlib libncarg.a
Installing libncarg.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg.a
Installing ncargC.h
installing in ./ncarg2d/src/libncarg
Making install in ./ncarg2d/src/libncarg/Iftran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
installing in ./ncarg2d/src/libncarg/Iftran
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making install in ./ncarg2d/src/libncarg/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
installing in ./ncarg2d/src/libncarg/areas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making install in ./ncarg2d/src/libncarg/autogrph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
installing in ./ncarg2d/src/libncarg/autogrph
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making install in ./ncarg2d/src/libncarg/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
installing in ./ncarg2d/src/libncarg/colconv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making install in ./ncarg2d/src/libncarg/common
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
installing in ./ncarg2d/src/libncarg/common
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making install in ./ncarg2d/src/libncarg/concom
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
installing in ./ncarg2d/src/libncarg/concom
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making install in ./ncarg2d/src/libncarg/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
installing in ./ncarg2d/src/libncarg/conpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making install in ./ncarg2d/src/libncarg/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
installing in ./ncarg2d/src/libncarg/conpackt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making install in ./ncarg2d/src/libncarg/conran
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
installing in ./ncarg2d/src/libncarg/conran
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making install in ./ncarg2d/src/libncarg/conrec
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
installing in ./ncarg2d/src/libncarg/conrec
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making install in ./ncarg2d/src/libncarg/conterp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
installing in ./ncarg2d/src/libncarg/conterp
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making install in ./ncarg2d/src/libncarg/dashchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
installing in ./ncarg2d/src/libncarg/dashchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making install in ./ncarg2d/src/libncarg/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
installing in ./ncarg2d/src/libncarg/dashpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making install in ./ncarg2d/src/libncarg/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
installing in ./ncarg2d/src/libncarg/ezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making install in ./ncarg2d/src/libncarg/ezmapa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
installing in ./ncarg2d/src/libncarg/ezmapa
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making install in ./ncarg2d/src/libncarg/ezmapb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
installing in ./ncarg2d/src/libncarg/ezmapb
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making install in ./ncarg2d/src/libncarg/ezmapc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
installing in ./ncarg2d/src/libncarg/ezmapc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making install in ./ncarg2d/src/libncarg/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
installing in ./ncarg2d/src/libncarg/gflash
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making install in ./ncarg2d/src/libncarg/gridal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
installing in ./ncarg2d/src/libncarg/gridal
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making install in ./ncarg2d/src/libncarg/hafton
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
installing in ./ncarg2d/src/libncarg/hafton
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making install in ./ncarg2d/src/libncarg/histgr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
installing in ./ncarg2d/src/libncarg/histgr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making install in ./ncarg2d/src/libncarg/isosrf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
installing in ./ncarg2d/src/libncarg/isosrf
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making install in ./ncarg2d/src/libncarg/isosrfhr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
installing in ./ncarg2d/src/libncarg/isosrfhr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making install in ./ncarg2d/src/libncarg/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
installing in ./ncarg2d/src/libncarg/labelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making install in ./ncarg2d/src/libncarg/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
installing in ./ncarg2d/src/libncarg/ngmisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making install in ./ncarg2d/src/libncarg/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
installing in ./ncarg2d/src/libncarg/plotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making install in ./ncarg2d/src/libncarg/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
installing in ./ncarg2d/src/libncarg/polypack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making install in ./ncarg2d/src/libncarg/pwritx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
installing in ./ncarg2d/src/libncarg/pwritx
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making install in ./ncarg2d/src/libncarg/pwrity
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
installing in ./ncarg2d/src/libncarg/pwrity
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making install in ./ncarg2d/src/libncarg/pwrzi
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
installing in ./ncarg2d/src/libncarg/pwrzi
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making install in ./ncarg2d/src/libncarg/pwrzs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
installing in ./ncarg2d/src/libncarg/pwrzs
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making install in ./ncarg2d/src/libncarg/pwrzt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
installing in ./ncarg2d/src/libncarg/pwrzt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making install in ./ncarg2d/src/libncarg/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
installing in ./ncarg2d/src/libncarg/softfill
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making install in ./ncarg2d/src/libncarg/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
installing in ./ncarg2d/src/libncarg/spps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making install in ./ncarg2d/src/libncarg/srface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
installing in ./ncarg2d/src/libncarg/srface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making install in ./ncarg2d/src/libncarg/stitle
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
installing in ./ncarg2d/src/libncarg/stitle
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making install in ./ncarg2d/src/libncarg/strmln
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
installing in ./ncarg2d/src/libncarg/strmln
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making install in ./ncarg2d/src/libncarg/support
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
installing in ./ncarg2d/src/libncarg/support
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making install in ./ncarg2d/src/libncarg/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
installing in ./ncarg2d/src/libncarg/tdpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making install in ./ncarg2d/src/libncarg/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
installing in ./ncarg2d/src/libncarg/threed
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making install in ./ncarg2d/src/libncarg/vaspackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
installing in ./ncarg2d/src/libncarg/vaspackt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making install in ./ncarg2d/src/libncarg/velvct
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
installing in ./ncarg2d/src/libncarg/velvct
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making install in ./ncarg2d/src/libncarg/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
installing in ./ncarg2d/src/libncarg/wmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making install in ./ncarg2d/src/libncarg/areasC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
installing in ./ncarg2d/src/libncarg/areasC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making install in ./ncarg2d/src/libncarg/autogrphC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
installing in ./ncarg2d/src/libncarg/autogrphC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making install in ./ncarg2d/src/libncarg/colconvC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
installing in ./ncarg2d/src/libncarg/colconvC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making install in ./ncarg2d/src/libncarg/conpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
installing in ./ncarg2d/src/libncarg/conpackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making install in ./ncarg2d/src/libncarg/conpacktC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
installing in ./ncarg2d/src/libncarg/conpacktC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making install in ./ncarg2d/src/libncarg/commonC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
installing in ./ncarg2d/src/libncarg/commonC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making install in ./ncarg2d/src/libncarg/dashcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
installing in ./ncarg2d/src/libncarg/dashcharC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making install in ./ncarg2d/src/libncarg/dashpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
installing in ./ncarg2d/src/libncarg/dashpackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making install in ./ncarg2d/src/libncarg/ezmapCC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
installing in ./ncarg2d/src/libncarg/ezmapCC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making install in ./ncarg2d/src/libncarg/gflashC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
installing in ./ncarg2d/src/libncarg/gflashC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making install in ./ncarg2d/src/libncarg/gridalC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
installing in ./ncarg2d/src/libncarg/gridalC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making install in ./ncarg2d/src/libncarg/histgrC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
installing in ./ncarg2d/src/libncarg/histgrC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making install in ./ncarg2d/src/libncarg/isosrfC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
installing in ./ncarg2d/src/libncarg/isosrfC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making install in ./ncarg2d/src/libncarg/labelbarC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
installing in ./ncarg2d/src/libncarg/labelbarC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making install in ./ncarg2d/src/libncarg/ngmiscC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
installing in ./ncarg2d/src/libncarg/ngmiscC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making install in ./ncarg2d/src/libncarg/plotcharC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
installing in ./ncarg2d/src/libncarg/plotcharC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making install in ./ncarg2d/src/libncarg/polypackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
installing in ./ncarg2d/src/libncarg/polypackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making install in ./ncarg2d/src/libncarg/softfillC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
installing in ./ncarg2d/src/libncarg/softfillC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making install in ./ncarg2d/src/libncarg/sppsC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
installing in ./ncarg2d/src/libncarg/sppsC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making install in ./ncarg2d/src/libncarg/srfaceC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
installing in ./ncarg2d/src/libncarg/srfaceC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making install in ./ncarg2d/src/libncarg/stitleC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
installing in ./ncarg2d/src/libncarg/stitleC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making install in ./ncarg2d/src/libncarg/supportC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
installing in ./ncarg2d/src/libncarg/supportC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making install in ./ncarg2d/src/libncarg/strmlnC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
installing in ./ncarg2d/src/libncarg/strmlnC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making install in ./ncarg2d/src/libncarg/tdpackC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
installing in ./ncarg2d/src/libncarg/tdpackC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making install in ./ncarg2d/src/libncarg/threedC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
installing in ./ncarg2d/src/libncarg/threedC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making install in ./ncarg2d/src/libncarg/velvctC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
installing in ./ncarg2d/src/libncarg/velvctC
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making install in ./ncarg2d/src/libncarg/wmapC
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
installing 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 install in ./ncarg2d/src/libncarg_gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making in awi bwi wiss cdrivers awiC First...
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making ./ncarg2d/src/libncarg_gks/cdrivers
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cro_device.o cro_device.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cro.o cro.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cro_conv.o cro_conv.c
gcc -ansi -fPIC -fopenmp -std=c99   -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto  -c gks_device_cairo.c
gcc -ansi -fPIC -fopenmp -std=c99  -O  -I../../../.././include -I/lustre/sw/spack/opt/spack/1-centos7-1/gcc-6.2.0/freetype-2.7-zfjdy6zqaatg57fjavumshlsynlz54nj/include/freetype2/  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o crodisplay.o crodisplay.c
In file included from cro.h:147:0,
                 from cro_device.c:26:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
compilation terminated.
In file included from cro.h:147:0,
                 from cro_conv.c:22:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
make[5]: *** [cro_device.o] Error 1
compilation terminated.
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [cro_conv.o] Error 1
In file included from cro.h:147:0,
                 from crodisplay.c:15:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
compilation terminated.
make[5]: *** [crodisplay.o] Error 1
In file included from cro.h:147:0,
                 from cro.c:34:
/lustre/sw/spack/opt/spack/linux-centos7-x86_64/gcc-6.2.0/cairo-1.14.8-3p6qpg5khxwxnr6orb5cklxrk2qyt2al/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
                      ^
compilation terminated.
make[5]: *** [cro.o] Error 1
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making ./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 `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
Continuing in ./ncarg2d/src/libncarg_gks
ranlib libncarg_gks.a
Installing libncarg_gks.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg_gks.a
Installing gks.h
installing in ./ncarg2d/src/libncarg_gks
Making install 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'
Installing ggkwdr_stub.o
installing 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 install 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'
installing 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 install 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'
installing 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 install 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'
Installing gksP.h
installing 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 install 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'
installing 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 install in ./ncarg2d/src/liboptional
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
installing in ./ncarg2d/src/liboptional
Making install in ./ncarg2d/src/liboptional/conraq
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Installing libconraq.o
installing in ./ncarg2d/src/liboptional/conraq
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Making install in ./ncarg2d/src/liboptional/conras
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Installing libconras.o
installing in ./ncarg2d/src/liboptional/conras
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Making install in ./ncarg2d/src/liboptional/conrcqck
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Installing libconrcqck.o
installing in ./ncarg2d/src/liboptional/conrcqck
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Making install in ./ncarg2d/src/liboptional/conrcspr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Installing libconrcspr.o
installing in ./ncarg2d/src/liboptional/conrcspr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Making install in ./ncarg2d/src/liboptional/dashsmth
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Installing libdashsmth.o
installing in ./ncarg2d/src/liboptional/dashsmth
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Making install in ./ncarg2d/src/liboptional/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Installing libdashline.o
installing in ./ncarg2d/src/liboptional/dashline
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Making install in ./ncarg2d/src/liboptional/dashsupr
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Installing libdashsupr.o
installing in ./ncarg2d/src/liboptional/dashsupr
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Making install in ./ncarg2d/src/liboptional/agupwrtx
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Installing libagupwrtx.o
installing in ./ncarg2d/src/liboptional/agupwrtx
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Making install in ./ncarg2d/src/liboptional/ncarbd
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
Installing libncarbd.o
installing 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 install in ./ncarg2d/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
installing in ./ncarg2d/src/bin
Making install in ./ncarg2d/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Installing ncargfile
Installing ncargversion
Installing ncargrun
Installing ncargex
Installing pre2ncgm
Installing ncargcc
Installing ncargf90
Installing ncargf77
Installing ngurl
installing in ./ncarg2d/src/bin/scripts
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Making install in ./ncarg2d/src/bin/impltest
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tlocal tlocal32.o tiand.o tior.o lcm.o tgbyte.o tshift.o tsbyte.o	mskout.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -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 tgks0a tgks0a.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing tlocal
Installing tgks0a
installing in ./ncarg2d/src/bin/impltest
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
Making install in ./ncarg2d/src/bin/ncargworld
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ncargworld ncargworld.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing ncargworld
Installing ncargworld.f
installing in ./ncarg2d/src/bin/ncargworld
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
Making install in ./ncarg2d/src/bin/findg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Installing findg
installing in ./ncarg2d/src/bin/findg
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Making install in ./ncarg2d/src/bin/logos
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Installing ncarlogo2ps
installing in ./ncarg2d/src/bin/logos
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Making install in ./ncarg2d/src/bin/psfltrs
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Installing psblack
Installing pswhite
installing in ./ncarg2d/src/bin/psfltrs
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Making install in ./ncarg2d/src/bin/pre2ncgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pre2ncgm.prog alover.o clipit.o frm.o garg.o intcnv.o lodctb.o 	mmdef.o multi.o patdrw.o patset.o pltclp.o pltit.o pnt.o 	posit.o pwt.o setop.o setrng.o trndt2.o trnmch.o twobyt.o 	xmdef.o xmopdf.o fndarg.o metred.o mninst.o trans.o trassn.o trlate.o trndat.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing pre2ncgm.prog
installing in ./ncarg2d/src/bin/pre2ncgm
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
Making install in ./ncarg2d/src/bin/psplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Installing psplit
installing in ./ncarg2d/src/bin/psplit
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Making install in ./ncarg2d/src/bin/tdpackdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tdpackdemo TdpackDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gztowk.o): In function `gztowk_':
gztowk.f:(.text+0x2b4): undefined reference to `ggkwdr_'
gztowk.f:(.text+0x74e): undefined reference to `ggkwdr_'
gztowk.f:(.text+0xa84): undefined reference to `ggkwdr_'
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gziqwk.o): In function `gziqwk_':
gziqwk.f:(.text+0x15c): undefined reference to `ggkwdr_'
collect2: error: ld returned 1 exit status
make[5]: *** [tdpackdemo] Error 1
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
Making install in ./ncarg2d/src/bin/ezmapdemo
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ezmapdemo EzmapDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gziqwk.o): In function `gziqwk_':
gziqwk.f:(.text+0x15c): undefined reference to `ggkwdr_'
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gztowk.o): In function `gztowk_':
gztowk.f:(.text+0x2b4): undefined reference to `ggkwdr_'
gztowk.f:(.text+0x74e): undefined reference to `ggkwdr_'
gztowk.f:(.text+0xa84): undefined reference to `ggkwdr_'
collect2: error: ld returned 1 exit status
make[5]: *** [ezmapdemo] Error 1
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making install in ./ncarg2d/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
installing in ./ncarg2d/src/db
Making install in ./ncarg2d/src/db/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Installing EzmapAreaInfo.CO
Installing EzmapAreaInfo.PO
Installing EzmapAreaInfo.PS
Installing EzmapAreaInfo.US
Installing EzmapOutlines.CO
Installing EzmapOutlines.PO
Installing EzmapOutlines.PS
Installing EzmapOutlines.US
Installing ezmapdata
Installing ezmap_area_ids
Installing Earth..1.areas
Installing Earth..1.lines
Installing Earth..1.names
Installing Earth..2.areas
Installing Earth..2.lines
Installing Earth..2.names
Installing Earth..3.areas
Installing Earth..3.lines
Installing Earth..3.names
Installing Earth..4.areas
Installing Earth..4.lines
Installing Earth..4.names
Installing ConvertMapData
Installing WriteLineFile
Installing WriteNameFile
installing in ./ncarg2d/src/db/ezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Making install in ./ncarg2d/src/db/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o WritePlotcharData pccchk.o pcdchk.o pcexcd.o pcwb15.o pcwbin.o pcwrda.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building the PWRITX database for PLOTCHAR
Installing WritePlotcharData
 Program "WritePlotcharData" executing.
 File "PlotcharData" created.
 Testing complex character set.
 Test successful.
 Testing duplex character set.
 Test successful.
Installing PlotcharData
installing in ./ncarg2d/src/db/plotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
Making install in ./ncarg2d/src/db/pwritxnt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pwritxnt ccheck.o creb15.o crebin.o dcheck.o dport.o mkmsk.o pcrbin.o	 xtch.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building the PWRITX database
Installing pwritxnt
  PCRBIN - BINARY FILE CREATED
  PCRBIN - TEST COMPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
  PCRBIN - TEST DUPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
Installing pwritdata
installing in ./ncarg2d/src/db/pwritxnt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
Making install in ./ncarg2d/src/db/ranfdata
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Installing ranfdata
installing in ./ncarg2d/src/db/ranfdata
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Making install in ./ncarg2d/src/db/ftfonts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
Installing Vera.ttf
Installing VeraBI.ttf
Installing VeraBd.ttf
Installing VeraIt.ttf
Installing VeraMoBI.ttf
Installing VeraMoBd.ttf
Installing VeraMoIt.ttf
Installing VeraMono.ttf
Installing VeraSe.ttf
Installing VeraSeBd.ttf
Installing cmex10.ttf
Installing cmsy10.ttf
Installing Aristarcoj2.ttf
installing 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 install in ./ncarg2d/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
installing in ./ncarg2d/src/examples
Making install in ./ncarg2d/src/examples/eareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Installing arex01.f
Installing arex02.f
Installing arex03.f
installing in ./ncarg2d/src/examples/eareas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Making install in ./ncarg2d/src/examples/eautog
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Installing agex01.f
Installing agex02.f
Installing agex03.f
Installing agex04.f
Installing agex05.f
Installing agex06.f
Installing agex07.f
Installing agex08.f
Installing agex09.f
Installing agex10.f
Installing agex11.f
Installing agex12.f
Installing agex13.f
Installing agdp01.f
Installing agda13.dat
installing in ./ncarg2d/src/examples/eautog
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Making install in ./ncarg2d/src/examples/ecolcv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Installing coex01.f
Installing coex02.f
Installing coex03.f
installing in ./ncarg2d/src/examples/ecolcv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Making install in ./ncarg2d/src/examples/econpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Installing cpexcc.f
Installing cpex01.f
Installing cpex02.f
Installing cpex03.f
Installing cpex04.f
Installing cpex05.f
Installing cpex06.f
Installing cpex07.f
Installing cpex08.f
Installing cpex09.f
Installing cpex10.f
Installing cpex11.f
Installing cpex12.f
Installing cpex13.f
Installing cpex14.f
Installing cpex15.f
Installing cpex16.f
Installing cbex01.f
Installing cpex14.dat
Installing cpex16.dat
installing in ./ncarg2d/src/examples/econpa
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Making install in ./ncarg2d/src/examples/econpt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Installing ctcbay.f
Installing ctex01.f
Installing ctex02.f
Installing ctfite.f
Installing ctgaus.f
Installing ctgc23.f
Installing ctgeo1.f
Installing ctgeo2.f
Installing ctgeo3.f
Installing ctiscp.f
Installing ctisc2.f
Installing ctllg1.f
Installing ctllg2.f
Installing ctllg3.f
Installing ctnccl.f
Installing ctorca.f
Installing ctpopg.f
Installing ctswth.f
Installing cttd01.f
Installing cttd02.f
Installing ctterr.f
Installing ctwng1.f
Installing ctwng2.f
Installing ctcbay.dat
Installing ctfite.dat
Installing ctgaus.dat
Installing ctgeo3.dat
Installing ctiscp.dat
Installing ctnccl.dat
Installing ctorca.dat
Installing ctpopg.dat
Installing ctswth.dat
Installing ctterr.dat
Installing ctwng1.dat
Installing ctwng2.dat
installing in ./ncarg2d/src/examples/econpt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Making install in ./ncarg2d/src/examples/eezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Installing mpexcc.f
Installing mpex01.f
Installing mpex02.f
Installing mpex03.f
Installing mpex04.f
Installing mpex05.f
Installing mpex06.f
Installing mpex07.f
Installing mpex08.f
Installing mpex09.f
Installing mpex10.f
Installing mpex11.f
Installing mpex12.f
Installing mpex13.f
Installing mpex14.f
Installing mpex15.f
Installing mpexfi.f
Installing mpexfi.dat
Installing Europe.png
Installing Europe.pngi
installing in ./ncarg2d/src/examples/eezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Making install in ./ncarg2d/src/examples/eezmpa
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Installing eezmpa.f
installing in ./ncarg2d/src/examples/eezmpa
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Making install in ./ncarg2d/src/examples/elblba
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Installing elblba.f
installing in ./ncarg2d/src/examples/elblba
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Making install in ./ncarg2d/src/examples/emisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Installing bnchmk.f
Installing example.f
Installing miex01.f
installing in ./ncarg2d/src/examples/emisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Making install in ./ncarg2d/src/examples/epltch
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Installing epltch.f
installing in ./ncarg2d/src/examples/epltch
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Making install in ./ncarg2d/src/examples/eppack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Installing ppex01.f
installing in ./ncarg2d/src/examples/eppack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Making install in ./ncarg2d/src/examples/esoftf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Installing sfex01.f
Installing sfex02.f
installing in ./ncarg2d/src/examples/esoftf
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Making install in ./ncarg2d/src/examples/espps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Installing splogy.f
Installing sprevx.f
installing in ./ncarg2d/src/examples/espps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Making install in ./ncarg2d/src/examples/esrfac
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Installing srex01.f
Installing srex01.dat
installing in ./ncarg2d/src/examples/esrfac
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Making install in ./ncarg2d/src/examples/estitl
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Installing slex01.f
Installing slex02.f
installing in ./ncarg2d/src/examples/estitl
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Making install in ./ncarg2d/src/examples/estrml
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Installing stex01.f
Installing stex02.f
Installing stex03.f
installing in ./ncarg2d/src/examples/estrml
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Making install in ./ncarg2d/src/examples/etpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Installing tdex01.f
Installing tdex02.f
Installing tdex03.f
Installing tdex04.f
Installing tdex05.f
Installing tdex06.f
Installing tdex07.f
Installing tdex08.f
installing in ./ncarg2d/src/examples/etpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Making install in ./ncarg2d/src/examples/evaspt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Installing vtex01.f
Installing vtex02.f
Installing vtex03.f
installing in ./ncarg2d/src/examples/evaspt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Making install in ./ncarg2d/src/examples/evelvc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Installing vvex01.f
Installing vvex02.f
Installing vvex03.f
Installing vvexcc.f
installing in ./ncarg2d/src/examples/evelvc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Making install in ./ncarg2d/src/examples/ewmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
Installing wmex01.f
Installing wmex02.f
Installing wmex03.f
Installing wmex04.f
Installing wmex05.f
Installing wmex06.f
Installing wmex07.f
Installing wmex08.f
Installing wmex09.f
Installing wmex10.f
Installing wmex11.f
Installing wmex12.f
Installing wmex13.f
Installing wmex14.f
Installing wmex15.f
Installing wmex16.f
Installing wmex17.f
installing 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 install in ./ncarg2d/src/fundamental
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
installing in ./ncarg2d/src/fundamental
Making install in ./ncarg2d/src/fundamental/fautograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Installing fagaxclr.f
Installing fagaxlbl.f
Installing fagaxmax.f
Installing fagcuclr.f
Installing fagcudsh.f
Installing fagezmxy.f
Installing fagezmy.f
Installing fagezxy.f
Installing fagezy.f
Installing fagilclr.f
Installing fagovrvw.f
installing in ./ncarg2d/src/fundamental/fautograph
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Making install in ./ncarg2d/src/fundamental/fcolconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Installing fcce01.f
Installing fcce02.f
installing in ./ncarg2d/src/fundamental/fcolconv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Making install in ./ncarg2d/src/fundamental/fdashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Installing fdlcurvd.f
Installing fdldashc.f
Installing fdldashd.f
Installing fdlsmth.f
installing in ./ncarg2d/src/fundamental/fdashline
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Making install 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'
Installing ffex00.f
Installing ffex01.f
Installing ffex02.f
Installing ffex03.f
Installing ffex04.f
Installing ffex05.f
Installing ffex02.dat
Installing ffex05.dat
Installing fcover.f
Installing fcover.dat
Installing fcover.dat
installing 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 install in ./ncarg2d/src/fundamental/fgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Installing fcell.f
Installing fcell0.f
Installing fgke01.f
Installing fgke02.f
Installing fgke03.f
Installing fgke04.f
Installing fgkgpl.f
Installing fgkgpm.f
Installing fgkgtx.f
Installing fgklnclr.f
Installing fgklnwth.f
Installing fgpm01.f
Installing fcirc.f
installing in ./ncarg2d/src/fundamental/fgks
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Making install in ./ncarg2d/src/fundamental/fisosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Installing fisissrf.f
Installing fispwrzi.f
installing in ./ncarg2d/src/fundamental/fisosurface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Making install in ./ncarg2d/src/fundamental/flabelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Installing clbbar.f
Installing clbfil.f
Installing clblbr.f
installing in ./ncarg2d/src/fundamental/flabelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Making install in ./ncarg2d/src/fundamental/fngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Installing fngngdts.f
Installing fngwsym.f
installing in ./ncarg2d/src/fundamental/fngmisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Making install in ./ncarg2d/src/fundamental/fplotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Installing fpcfonts.f
Installing fpchiqu.f
Installing fpcloqu.f
installing in ./ncarg2d/src/fundamental/fplotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Making install 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'
Installing fslfont.f
installing 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 install in ./ncarg2d/src/fundamental/fsoftfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Installing fsfsgfa.f
Installing fsfwrld.f
installing in ./ncarg2d/src/fundamental/fsoftfill
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Making install in ./ncarg2d/src/fundamental/fspps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Installing fspcurve.f
Installing fspline.f
Installing fsppoint.f
Installing fspponts.f
Installing fcoord.f
Installing fcoord1.f
Installing fcoord2.f
installing in ./ncarg2d/src/fundamental/fspps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Making install in ./ncarg2d/src/fundamental/fstreamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Installing fstream.f
installing in ./ncarg2d/src/fundamental/fstreamlines
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Making install in ./ncarg2d/src/fundamental/fsurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Installing fsrezsrf.f
Installing fsrpwrzs.f
Installing fsrsrfac.f
installing in ./ncarg2d/src/fundamental/fsurface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Making install in ./ncarg2d/src/fundamental/fthreed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
Installing fthex01.f
Installing fthex02.f
Installing fthex03.f
Installing fthex04.f
Installing fthex05.f
installing 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 install in ./ncarg2d/src/tests
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Installing tagupw.f
Installing tareas.f
Installing tautog.f
Installing tcnqck.f
Installing tcnsmt.f
Installing tcnsup.f
Installing tcolcv.f
Installing tconan.f
Installing tconaq.f
Installing tconas.f
Installing tconpa.f
Installing tconre.f
Installing tdashc.f
Installing tdashl.f
Installing tdashp.f
Installing tdashs.f
Installing tdshpk.f
Installing tezmap.f
Installing tezmpa.f
Installing tezmpb.f
Installing tgflas.f
Installing tgrida.f
Installing thafto.f
Installing thstgr.f
Installing thstmv.f
Installing tisohr.f
Installing tisosr.f
Installing tlblba.f
Installing tpltch.f
Installing tppack.f
Installing tpwrtx.f
Installing tpwry.f
Installing tpwrzi.f
Installing tpwrzs.f
Installing tpwrzt.f
Installing tseter.f
Installing tsoftf.f
Installing tsrfac.f
Installing tstitl.f
Installing tstrml.f
Installing tthree.f
Installing tvelvc.f
installing in ./ncarg2d/src/tests
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Making install in ./ncarg2d/src/tutorial
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
installing in ./ncarg2d/src/tutorial
Making install in ./ncarg2d/src/tutorial/tareas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Installing cardb1.f
Installing cardb2.f
Installing caredg.f
Installing carfill.f
Installing carline.f
Installing carmap.f
installing in ./ncarg2d/src/tutorial/tareas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Making install in ./ncarg2d/src/tutorial/tconpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Installing ccpback.f
Installing ccpcff.f
Installing ccpcfx.f
Installing ccpcica.f
Installing ccpcir.f
Installing ccpcis.f
Installing ccpcit.f
Installing ccpclc.f
Installing ccpcld.f
Installing ccpcldm.f
Installing ccpcldr.f
Installing ccpcll.f
Installing ccpclu.f
Installing ccpcnrc.f
Installing ccpdflt.f
Installing ccpezct.f
Installing ccpfil.f
Installing ccpga.f
Installing ccphand.f
Installing ccphcf.f
Installing ccphl.f
Installing ccphlt.f
Installing ccpila.f
Installing ccpils.f
Installing ccpilt.f
Installing ccpklb.f
Installing ccplbam.f
Installing ccplbdr.f
Installing ccpline.f
Installing ccpllb.f
Installing ccpllc.f
Installing ccplll.f
Installing ccpllo.f
Installing ccpllp.f
Installing ccpllt.f
Installing ccpllw.f
Installing ccpmap.f
Installing ccpmovi.f
Installing ccpmpxy.f
Installing ccpncls.f
Installing ccpnet.f
Installing ccpnof.f
Installing ccpnsd.f
Installing ccppc.f
Installing ccppc1.f
Installing ccppc2.f
Installing ccppc3.f
Installing ccppc4.f
Installing ccppkcl.f
Installing ccppole.f
Installing ccprc.f
Installing ccprect.f
Installing ccprwc.f
Installing ccprwu.f
Installing ccpscam.f
Installing ccpset.f
Installing ccpsps1.f
Installing ccpsps2.f
Installing ccpspv.f
Installing ccpt2d.f
Installing ccptitle.f
Installing ccpvp.f
Installing ccpvs.f
Installing cidsfft.f
Installing colcon.f
Installing ggdini.f
Installing ccpex.dat
Installing ccpila.dat
Installing cpmpxy1.dat
installing in ./ncarg2d/src/tutorial/tconpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Making install in ./ncarg2d/src/tutorial/tezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Installing cezmap1.f
Installing cezmap2.f
Installing cezmap3.f
Installing cmpclr.f
Installing cmpdd.f
Installing cmpdrw.f
Installing cmpel.f
Installing cmpfil.f
Installing cmpgci.f
Installing cmpgrd.f
Installing cmpgrp.f
Installing cmpita.f
Installing cmpitm.f
Installing cmplab.f
Installing cmplbl.f
Installing cmplot.f
Installing cmpmsk.f
Installing cmpou.f
Installing cmppos.f
Installing cmpsat.f
Installing cmpsup.f
Installing cmptit.f
Installing cmptra.f
Installing cmpusr.f
installing in ./ncarg2d/src/tutorial/tezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Making install in ./ncarg2d/src/tutorial/class
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
Installing class1.f
Installing class2.f
Installing class3.f
Installing class1.dat
installing 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 install in ./ncarg2d/src/examplesC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
installing in ./ncarg2d/src/examplesC
Making install in ./ncarg2d/src/examplesC/areas
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Installing c_tareas.c
installing in ./ncarg2d/src/examplesC/areas
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Making install in ./ncarg2d/src/examplesC/autograph
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Installing c_agex07.c
installing in ./ncarg2d/src/examplesC/autograph
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Making install in ./ncarg2d/src/examplesC/bivar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Installing c_cbex01.c
installing in ./ncarg2d/src/examplesC/bivar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Making install in ./ncarg2d/src/examplesC/colconv
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Installing c_coex02.c
installing in ./ncarg2d/src/examplesC/colconv
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Making install in ./ncarg2d/src/examplesC/conpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Installing c_colcon.c
installing in ./ncarg2d/src/examplesC/conpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Making install in ./ncarg2d/src/examplesC/conpackt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Installing c_ctllg3.c
installing in ./ncarg2d/src/examplesC/conpackt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Making install in ./ncarg2d/src/examplesC/dashline
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Installing c_fdldashc.c
installing in ./ncarg2d/src/examplesC/dashline
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Making install in ./ncarg2d/src/examplesC/dashpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Installing c_tdshpk.c
installing in ./ncarg2d/src/examplesC/dashpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Making install in ./ncarg2d/src/examplesC/ezmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Installing c_eezmpa.c
Installing c_eezmpb.c
Installing c_mpex05.c
installing in ./ncarg2d/src/examplesC/ezmap
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Making install in ./ncarg2d/src/examplesC/gflash
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Installing c_tgflas.c
installing in ./ncarg2d/src/examplesC/gflash
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Making install in ./ncarg2d/src/examplesC/gks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Installing c_gtxpac.c
Installing c_xwndws.c
Installing c_pgkex21.c
installing in ./ncarg2d/src/examplesC/gks
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Making install in ./ncarg2d/src/examplesC/gridall
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Installing c_tgrida.c
installing in ./ncarg2d/src/examplesC/gridall
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Making install in ./ncarg2d/src/examplesC/histogram
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Installing c_thstmv.c
installing in ./ncarg2d/src/examplesC/histogram
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Making install in ./ncarg2d/src/examplesC/isosurface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Installing c_tisosr.c
installing in ./ncarg2d/src/examplesC/isosurface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Making install in ./ncarg2d/src/examplesC/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Installing c_elblba.c
installing in ./ncarg2d/src/examplesC/labelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Making install in ./ncarg2d/src/examplesC/ngmisc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Installing c_fngwsym.c
installing in ./ncarg2d/src/examplesC/ngmisc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Making install in ./ncarg2d/src/examplesC/plotchar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Installing c_epltch.c
installing in ./ncarg2d/src/examplesC/plotchar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Making install in ./ncarg2d/src/examplesC/polypack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Installing c_ppex01.c
installing in ./ncarg2d/src/examplesC/polypack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Making install 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'
Installing c_slex01.c
installing 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 install in ./ncarg2d/src/examplesC/softfill
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Installing c_sfex02.c
installing in ./ncarg2d/src/examplesC/softfill
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Making install in ./ncarg2d/src/examplesC/spps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Installing c_fcoord2.c
installing in ./ncarg2d/src/examplesC/spps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Making install in ./ncarg2d/src/examplesC/streamlines
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Installing c_ffex03.c
installing in ./ncarg2d/src/examplesC/streamlines
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Making install in ./ncarg2d/src/examplesC/surface
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Installing c_srex01.c
installing in ./ncarg2d/src/examplesC/surface
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Making install in ./ncarg2d/src/examplesC/tdpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Installing c_tdex01.c
Installing c_tdex03.c
installing in ./ncarg2d/src/examplesC/tdpack
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Making install in ./ncarg2d/src/examplesC/threed
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Installing c_fthex01.c
installing in ./ncarg2d/src/examplesC/threed
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Making install in ./ncarg2d/src/examplesC/vectors
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Installing c_vvex03.c
installing in ./ncarg2d/src/examplesC/vectors
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Making install in ./ncarg2d/src/examplesC/wmap
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
Installing c_wmex09.c
installing 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 install in ./ncarg2d/src/pdocexamples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
installing in ./ncarg2d/src/pdocexamples
Making install in ./ncarg2d/src/pdocexamples/pgks
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
Installing pgkex01.f
Installing pgkex02.f
Installing pgkex03.f
Installing pgkex04.f
Installing pgkex05.f
Installing pgkex06.f
Installing pgkex07.f
Installing pgkex08.f
Installing pgkex09.f
Installing pgkex10.f
Installing pgkex11.f
Installing pgkex12.f
Installing pgkex13.f
Installing pgkex14.f
Installing pgkex15.f
Installing pgkex16.f
Installing pgkex17.f
Installing pgkex18.f
Installing pgkex19.f
Installing pgkex20.f
Installing pgkex21.f
Installing pgkex22.f
Installing pgkex23.f
Installing pgkex24.f
Installing pgkex25.f
Installing pgkex26.f
Installing pgkex27.f
Installing c_gcell.c
installing 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 install in ./ncarg2d/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
installing in ./ncarg2d/man
Making install in ./ncarg2d/man/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Installing ardbpa.3
Installing ardrln.3
Installing areas.3
Installing areas_params.3
Installing aredam.3
Installing argeti.3
Installing argetr.3
Installing argtai.3
Installing arinam.3
Installing armvam.3
Installing arpram.3
Installing arscam.3
Installing arseti.3
Installing arsetr.3
installing in ./ncarg2d/man/areas
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Making install in ./ncarg2d/man/autograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Installing agback.3
Installing agbnch.3
Installing agchax.3
Installing agchcu.3
Installing agchil.3
Installing agchnl.3
Installing agcurv.3
Installing agdshn.3
Installing aggetc.3
Installing aggetf.3
Installing aggeti.3
Installing aggetp.3
Installing aggetr.3
Installing agpwrt.3
Installing agrstr.3
Installing agsave.3
Installing agsetc.3
Installing agsetf.3
Installing agseti.3
Installing agsetp.3
Installing agsetr.3
Installing agstup.3
Installing agutol.3
Installing anotat.3
Installing autograph.3
Installing autograph_params.3
Installing displa.3
Installing ezmxy.3
Installing ezmy.3
Installing ezxy.3
Installing ezy.3
installing in ./ncarg2d/man/autograph
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Making install in ./ncarg2d/man/bivar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Installing bivar.3
Installing bivar_params.3
Installing idbvip.3
Installing idsfft.3
Installing idpltr.3
Installing idgeti.3
Installing idgetr.3
Installing idseti.3
Installing idsetr.3
installing in ./ncarg2d/man/bivar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Making install in ./ncarg2d/man/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Installing colconv.3
Installing hlsrgb.3
Installing hsvrgb.3
Installing rgbhls.3
Installing rgbhsv.3
Installing rgbyiq.3
Installing yiqrgb.3
installing in ./ncarg2d/man/colconv
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Making install in ./ncarg2d/man/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Installing conpack.3
Installing conpack_params.3
Installing cpback.3
Installing cpchcf.3
Installing cpchcl.3
Installing cpchhl.3
Installing cpchil.3
Installing cpchll.3
Installing cpcica.3
Installing cpclam.3
Installing cpcldm.3
Installing cpcldr.3
Installing cpcltr.3
Installing cpcnrc.3
Installing cpdrpl.3
Installing cpezct.3
Installing cpgetc.3
Installing cpgeti.3
Installing cpgetr.3
Installing cplbam.3
Installing cplbdr.3
Installing cpmpxy.3
Installing cpmviw.3
Installing cpmvrw.3
Installing cppkcl.3
Installing cppklb.3
Installing cprect.3
Installing cprset.3
Installing cpscae.3
Installing cpsetc.3
Installing cpseti.3
Installing cpsetr.3
Installing cpsprs.3
Installing cpsps1.3
Installing cpsps2.3
installing in ./ncarg2d/man/conpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Making install in ./ncarg2d/man/conran_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Installing conop1.3
Installing conop2.3
Installing conop3.3
Installing conop4.3
Installing conran.3
Installing conran_family.3
Installing conran_family_params.3
Installing conraq.3
Installing conras.3
installing in ./ncarg2d/man/conran_family
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Making install in ./ncarg2d/man/conrec_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Installing conrec.3
Installing conrec_family.3
Installing conrec_family_params.3
Installing conrecqck.3
Installing conrecquick.3
Installing conrecsmooth.3
Installing conrecspr.3
Installing conrecsuper.3
Installing ezcntr.3
installing in ./ncarg2d/man/conrec_family
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Making install in ./ncarg2d/man/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Installing curved.3
Installing dashchar.3
Installing dashdb.3
Installing dashdc.3
Installing dashline.3
Installing dashline_params.3
Installing dashsmth.3
Installing dashsupr.3
Installing frstd.3
Installing lastd.3
Installing lined.3
Installing reset.3
Installing vectd.3
installing in ./ncarg2d/man/dashline
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Making install in ./ncarg2d/man/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Installing dashpack.3
Installing dashpack_params.3
Installing dpcurv.3
Installing dpdraw.3
Installing dpfrst.3
Installing dpgetc.3
Installing dpgeti.3
Installing dpgetr.3
Installing dplast.3
Installing dpline.3
Installing dpsetc.3
Installing dpseti.3
Installing dpsetr.3
Installing dpsmth.3
Installing dpvect.3
installing in ./ncarg2d/man/dashpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Making install in ./ncarg2d/man/error_handling
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Installing entsr.3
Installing eprin.3
Installing errof.3
Installing error_handling.3
Installing fdum.3
Installing icfell.3
Installing icloem.3
Installing nerro.3
Installing retsr.3
Installing semess.3
Installing seter.3
installing in ./ncarg2d/man/error_handling
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Making install in ./ncarg2d/man/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Installing ezmap.3
Installing ezmap_params.3
Installing ezmapa.3
Installing mapaci.3
Installing mapbla.3
Installing mapblm.3
Installing mapdrw.3
Installing mapeod.3
Installing mapfst.3
Installing mapgci.3
Installing mapgrd.3
Installing mapgrm.3
Installing mapgtc.3
Installing mapgti.3
Installing mapgtl.3
Installing mapgtr.3
Installing mapint.3
Installing mapiq.3
Installing mapiqa.3
Installing mapiqd.3
Installing mapiqm.3
Installing mapit.3
Installing mapita.3
Installing mapitd.3
Installing mapitm.3
Installing maplbl.3
Installing maplmb.3
Installing maplot.3
Installing mappos.3
Installing maproj.3
Installing maprs.3
Installing maprst.3
Installing mapsav.3
Installing mapset.3
Installing mapstc.3
Installing mapsti.3
Installing mapstl.3
Installing mapstr.3
Installing maptra.3
Installing maptri.3
Installing maptrn.3
Installing mapusr.3
Installing mapvec.3
Installing mpchln.3
Installing mpfnme.3
Installing mpgetc.3
Installing mpgeti.3
Installing mpgetl.3
Installing mpgetr.3
Installing mpglty.3
Installing mpiaty.3
Installing mpifnb.3
Installing mpilnb.3
Installing mpiola.3
Installing mpiosa.3
Installing mpipai.3
Installing mpipan.3
Installing mpipar.3
Installing mpisci.3
Installing mplnam.3
Installing mplndm.3
Installing mplndr.3
Installing mplnri.3
Installing mpname.3
Installing mprset.3
Installing mpsetc.3
Installing mpseti.3
Installing mpsetl.3
Installing mpsetr.3
Installing supcon.3
Installing supmap.3
installing in ./ncarg2d/man/ezmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Making install in ./ncarg2d/man/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Installing gflas1.3
Installing gflas2.3
Installing gflas3.3
Installing gflas4.3
Installing gflash.3
installing in ./ncarg2d/man/gflash
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Making install in ./ncarg2d/man/gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Installing gactm.3
Installing gacwk.3
Installing gca.3
Installing gclks.3
Installing gclrwk.3
Installing gclsg.3
Installing gclwk.3
Installing gcrsg.3
Installing gcsgwk.3
Installing gdawk.3
Installing gdsg.3
Installing gesc.3
Installing gevtm.3
Installing gfa.3
Installing gks.3
Installing gopks.3
Installing gopwk.3
Installing gpl.3
Installing gpm.3
Installing gqasf.3
Installing gqchh.3
Installing gqchsp.3
Installing gqchup.3
Installing gqchxp.3
Installing gqclip.3
Installing gqcntn.3
Installing gqcr.3
Installing gqfaci.3
Installing gqfais.3
Installing gqfasi.3
Installing gqln.3
Installing gqlwsc.3
Installing gqmk.3
Installing gqmksc.3
Installing gqmntn.3
Installing gqnt.3
Installing gqops.3
Installing gqopsg.3
Installing gqplci.3
Installing gqpmci.3
Installing gqsgus.3
Installing gqtxal.3
Installing gqtxci.3
Installing gqtxfp.3
Installing gqtxp.3
Installing gsasf.3
Installing gschh.3
Installing gschsp.3
Installing gschup.3
Installing gschxp.3
Installing gsclip.3
Installing gscr.3
Installing gselnt.3
Installing gsfaci.3
Installing gsfais.3
Installing gsfasi.3
Installing gsln.3
Installing gslwsc.3
Installing gsmk.3
Installing gsmksc.3
Installing gsplci.3
Installing gspmci.3
Installing gssgt.3
Installing gstxal.3
Installing gstxci.3
Installing gstxfp.3
Installing gstxp.3
Installing gsvp.3
Installing gswn.3
Installing gtx.3
Installing guwk.3
installing in ./ncarg2d/man/gks
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Making install in ./ncarg2d/man/gksC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Installing gaccum_tran_matrix.3
Installing gactivate_ws.3
Installing gcell_array.3
Installing gclear_ws.3
Installing gclose_gks.3
Installing gclose_seg.3
Installing gclose_ws.3
Installing gcopy_seg_ws.3
Installing gcreate_seg.3
Installing gdeactivate_ws.3
Installing gdel_seg.3
Installing gescape.3
Installing geval_tran_matrix.3
Installing gfill_area.3
Installing ginq_asfs.3
Installing ginq_char_expan.3
Installing ginq_char_ht.3
Installing ginq_char_space.3
Installing ginq_char_up_vec.3
Installing ginq_clip.3
Installing ginq_colr_rep.3
Installing ginq_cur_norm_tran_num.3
Installing ginq_fill_colr_ind.3
Installing ginq_fill_int_style.3
Installing ginq_fill_style_ind.3
Installing ginq_line_colr_ind.3
Installing ginq_linetype.3
Installing ginq_linewidth.3
Installing ginq_marker_colr_ind.3
Installing ginq_marker_size.3
Installing ginq_marker_type.3
Installing ginq_max_norm_tran_num.3
Installing ginq_name_open_seg.3
Installing ginq_norm_tran.3
Installing ginq_op_st.3
Installing ginq_set_seg_names.3
Installing ginq_text_align.3
Installing ginq_text_colr_ind.3
Installing ginq_text_font_prec.3
Installing ginq_text_path.3
Installing gopen_gks.3
Installing gopen_ws.3
Installing gpolyline.3
Installing gpolymarker.3
Installing gsel_norm_tran.3
Installing gset_asfs.3
Installing gset_char_expan.3
Installing gset_char_ht.3
Installing gset_char_space.3
Installing gset_char_up_vec.3
Installing gset_clip_ind.3
Installing gset_colr_rep.3
Installing gset_fill_colr_ind.3
Installing gset_fill_int_style.3
Installing gset_fill_style_ind.3
Installing gset_line_colr_ind.3
Installing gset_linetype.3
Installing gset_linewidth.3
Installing gset_marker_colr_ind.3
Installing gset_marker_size.3
Installing gset_marker_type.3
Installing gset_seg_tran.3
Installing gset_text_align.3
Installing gset_text_colr_ind.3
Installing gset_text_font_prec.3
Installing gset_text_path.3
Installing gset_vp.3
Installing gset_win.3
Installing gtext.3
Installing gupd_ws.3
installing in ./ncarg2d/man/gksC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Making install in ./ncarg2d/man/gridall
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Installing gacolr.3
Installing gagetc.3
Installing gageti.3
Installing gagetr.3
Installing gasetc.3
Installing gaseti.3
Installing gasetr.3
Installing grid.3
Installing gridal.3
Installing gridall.3
Installing gridall_params.3
Installing gridl.3
Installing halfax.3
Installing labmod.3
Installing perim.3
Installing periml.3
Installing tick4.3
Installing ticks.3
installing in ./ncarg2d/man/gridall
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Making install in ./ncarg2d/man/halftone
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Installing ezhftn.3
Installing hafton.3
Installing halftone.3
installing in ./ncarg2d/man/halftone
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Making install in ./ncarg2d/man/histogram
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Installing histgr.3
Installing histogram.3
Installing histogram_params.3
Installing hstopc.3
Installing hstopi.3
Installing hstopl.3
Installing hstopr.3
installing in ./ncarg2d/man/histogram
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Making install in ./ncarg2d/man/isosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Installing dandr.3
Installing ezisos.3
Installing init3d.3
Installing isgeti.3
Installing isgetr.3
Installing isosrf.3
Installing isosrfhr.3
Installing isosurface.3
Installing isosurface_params.3
Installing isseti.3
Installing issetr.3
Installing pwrzi.3
installing in ./ncarg2d/man/isosurface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Making install in ./ncarg2d/man/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Installing labelbar.3
Installing labelbar_params.3
Installing lbfill.3
Installing lbgeti.3
Installing lbgetr.3
Installing lblbar.3
Installing lbseti.3
Installing lbsetr.3
installing in ./ncarg2d/man/labelbar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Making install in ./ncarg2d/man/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Installing ngckop.3
Installing ngdots.3
Installing nggcog.3
Installing nggetc.3
Installing nggeti.3
Installing nggetr.3
Installing nggsog.3
Installing ngmftc.3
Installing nglogo.3
Installing ngezlogo.3
Installing ngmisc.3
Installing ngpict.3
Installing ngpswk.3
Installing ngreop.3
Installing ngritd.3
Installing ngsetc.3
Installing ngseti.3
Installing ngsetr.3
Installing ngsrat.3
Installing ngwsym.3
Installing ngmisc_params.3
installing in ./ncarg2d/man/ngmisc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Making install in ./ncarg2d/man/other
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Installing findg.1
Installing ncargcc.1
Installing ncargex.1
Installing ncargf77.1
Installing ncargf90.1
Installing ncargrun.1
Installing ncargfile.1
Installing ncargversion.1
Installing pre2ncgm.1
Installing psblack.1
Installing pswhite.1
Installing psplit.1
Installing ncarlogo2ps.1
Installing ncarg_cbind.3
Installing ncarg_gks.3
Installing ncarg_gks_cbind.3
Installing ncargintro.5
Installing ncarg_env.5
installing in ./ncarg2d/man/other
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Making install in ./ncarg2d/man/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Installing pcdlsc.3
Installing pcgetc.3
Installing pcgeti.3
Installing pcgetr.3
Installing pchiqu.3
Installing pcloqu.3
Installing pcmequ.3
Installing pcmpxy.3
Installing pcpnwi.3
Installing pcrset.3
Installing pcsetc.3
Installing pcseti.3
Installing pcsetr.3
Installing plchhq.3
Installing plchlq.3
Installing plchmq.3
Installing plotchar.3
Installing plotchar_params.3
installing in ./ncarg2d/man/plotchar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Making install in ./ncarg2d/man/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Installing polypack.3
Installing ppdipo.3
Installing ppditr.3
Installing ppinpo.3
Installing ppintr.3
Installing ppplcl.3
Installing ppppap.3
Installing ppunpo.3
Installing ppuntr.3
installing in ./ncarg2d/man/polypack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Making install in ./ncarg2d/man/pwrite_family
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Installing pwrite_family.3
Installing pwritx.3
Installing pwrity.3
installing in ./ncarg2d/man/pwrite_family
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Making install in ./ncarg2d/man/scrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Installing ftitle.3
Installing scrolled_title.3
Installing scrolled_title_params.3
Installing slgeti.3
Installing slgetr.3
Installing slogap.3
Installing slrset.3
Installing slseti.3
Installing slsetr.3
Installing stitle.3
installing in ./ncarg2d/man/scrolled_title
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Making install in ./ncarg2d/man/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Installing sfgetc.3
Installing sfgeti.3
Installing sfgetp.3
Installing sfgetr.3
Installing sfnorm.3
Installing sfsetc.3
Installing sfseti.3
Installing sfsetp.3
Installing sfsetr.3
Installing sfsgfa.3
Installing sfwrld.3
Installing softfill.3
Installing softfill_params.3
installing in ./ncarg2d/man/softfill
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Making install in ./ncarg2d/man/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Installing cfux.3
Installing cfuy.3
Installing clsgks.3
Installing cmfx.3
Installing cmfy.3
Installing cmux.3
Installing cmuy.3
Installing cpfx.3
Installing cpfy.3
Installing cpux.3
Installing cpuy.3
Installing cufx.3
Installing cufy.3
Installing curve.3
Installing fl2int.3
Installing frame.3
Installing frstpt.3
Installing getset.3
Installing getsi.3
Installing getusv.3
Installing kfmx.3
Installing kfmy.3
Installing kfpx.3
Installing kfpy.3
Installing kmpx.3
Installing kmpy.3
Installing kpmx.3
Installing kpmy.3
Installing kumx.3
Installing kumy.3
Installing kupx.3
Installing kupy.3
Installing line.3
Installing mxmy.3
Installing opngks.3
Installing plotif.3
Installing plotit.3
Installing point.3
Installing points.3
Installing pwrit.3
Installing set.3
Installing seti.3
Installing setusv.3
Installing sflush.3
Installing spps.3
Installing spps_converters.3
Installing spps_params.3
Installing vector.3
Installing wtstr.3
installing in ./ncarg2d/man/spps
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Making install in ./ncarg2d/man/streamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Installing ezstrm.3
Installing stgetc.3
Installing stgeti.3
Installing stgetr.3
Installing stinit.3
Installing stream.3
Installing streamlines.3
Installing streamlines_params.3
Installing strmln.3
Installing strset.3
Installing stsetc.3
Installing stseti.3
Installing stsetr.3
Installing stuixy.3
Installing stumsl.3
Installing stumta.3
Installing stumxy.3
installing in ./ncarg2d/man/streamlines
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Making install in ./ncarg2d/man/surface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Installing ezsrfc.3
Installing pwrzs.3
Installing setr.3
Installing srface.3
Installing surface.3
Installing surface_params.3
installing in ./ncarg2d/man/surface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Making install in ./ncarg2d/man/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Installing tdclrs.3
Installing tdctri.3
Installing tddtri.3
Installing tdez2d.3
Installing tdez3d.3
Installing tdgeti.3
Installing tdgetr.3
Installing tdgrds.3
Installing tdgrid.3
Installing tdgtrs.3
Installing tdinit.3
Installing tditri.3
Installing tdlbla.3
Installing tdlbls.3
Installing tdline.3
Installing tdlnpa.3
Installing tdmtri.3
Installing tdotri.3
Installing tdpack.3
Installing tdpara.3
Installing tdplch.3
Installing tdprpa.3
Installing tdprpi.3
Installing tdprpt.3
Installing tdseti.3
Installing tdsetr.3
Installing tdsort.3
Installing tdstri.3
Installing tdstrs.3
Installing tdpack_params.3
installing in ./ncarg2d/man/tdpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Making install in ./ncarg2d/man/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Installing curve3.3
Installing fence3.3
Installing frst3.3
Installing line3.3
Installing perim3.3
Installing point3.3
Installing psym3.3
Installing pwrz.3
Installing pwrzt.3
Installing set3.3
Installing threed.3
Installing tick3.3
Installing tick43.3
Installing vect3.3
installing in ./ncarg2d/man/threed
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Making install in ./ncarg2d/man/vectors
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Installing ezvec.3
Installing fx.3
Installing fy.3
Installing vectors.3
Installing vectors_params.3
Installing velvct.3
Installing velvec.3
Installing vvectr.3
Installing vvgetc.3
Installing vvgeti.3
Installing vvgetr.3
Installing vvinit.3
Installing vvrset.3
Installing vvsetc.3
Installing vvseti.3
Installing vvsetr.3
Installing vvudmv.3
Installing vvumxy.3
installing in ./ncarg2d/man/vectors
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Making install in ./ncarg2d/man/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
Installing wmap.3
Installing wmap_params.3
Installing wmbarb.3
Installing wmdflt.3
Installing wmdrft.3
Installing wmdrrg.3
Installing wmgetc.3
Installing wmgeti.3
Installing wmgetr.3
Installing wmlabc.3
Installing wmlabs.3
Installing wmlabt.3
Installing wmlabw.3
Installing wmlgnd.3
Installing wmsetc.3
Installing wmseti.3
Installing wmsetr.3
Installing wmstnm.3
installing 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 install in ./ngmath
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
installing in ./ngmath
Making install in ./ngmath/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Installing libngmathbd.o
installing in ./ngmath/src
Making install in ./ngmath/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making in gridpack First...
Making ./ngmath/src/lib/gridpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making ./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 `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making ./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 `all'.
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'
Continuing in ./ngmath/src/lib
ranlib libngmath.a
Installing libngmath.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libngmath.a
Installing ngmath.h
installing in ./ngmath/src/lib
Making install in ./ngmath/src/lib/gridpack
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
installing in ./ngmath/src/lib/gridpack
Making install 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'
installing 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 install 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'
installing 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 install 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'
installing 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 install 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'
installing 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 install 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'
installing 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 install 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'
installing 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 install in ./ngmath/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
installing in ./ngmath/src/bin
Making install in ./ngmath/src/bin/nnalg
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o nnalg nadisp.o  nadraw.o  naskln.o  nasort.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gziqwk.o): In function `gziqwk_':
gziqwk.f:(.text+0x15c): undefined reference to `ggkwdr_'
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(gztowk.o): In function `gztowk_':
gztowk.f:(.text+0x2b4): undefined reference to `ggkwdr_'
gztowk.f:(.text+0x74e): undefined reference to `ggkwdr_'
gztowk.f:(.text+0xa84): undefined reference to `ggkwdr_'
collect2: error: ld returned 1 exit status
make[5]: *** [nnalg] Error 1
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making install in ./ngmath/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
installing in ./ngmath/src/examples
Making install in ./ngmath/src/examples/ecsagrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Installing c_csex01.c
Installing c_csex02.c
Installing c_csex03.c
Installing c_csex04.c
Installing c_csex05.c
Installing c_csex06.c
Installing c_csex07.c
Installing csex01.f
Installing csex02.f
Installing csex03.f
Installing csex04.f
Installing csex05.f
Installing csex06.f
Installing csex07.f
installing in ./ngmath/src/examples/ecsagrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Making install in ./ngmath/src/examples/ecssgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Installing c_cssex01.c
Installing c_cssex02.c
Installing c_cssex03.c
Installing cssex01.f
Installing cssex02.f
Installing cssex03.f
installing in ./ngmath/src/examples/ecssgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Making install in ./ngmath/src/examples/edsgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Installing c_dsex01.c
Installing c_dsex01d.c
Installing c_dsex02.c
Installing c_dsex03.c
Installing c_dsex04.c
Installing c_dsex05.c
Installing c_dsex06.c
Installing dsex01.f
Installing dsex01d.f
Installing dsex02.f
Installing dsex03.f
Installing dsex04.f
Installing dsex05.f
Installing dsex06.f
installing in ./ngmath/src/examples/edsgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Making install in ./ngmath/src/examples/efitgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Installing c_ftex01.c
Installing c_ftex02.c
Installing c_ftex03.c
Installing c_ftex04.c
Installing c_ftex05.c
Installing c_ftex06.c
Installing c_ftex07.c
Installing c_ftex01d.c
Installing c_ftex02d.c
Installing c_ftex03d.c
Installing c_ftex04d.c
Installing c_ftex05d.c
Installing c_ftex06d.c
Installing c_ftex07d.c
Installing ftex01.f
Installing ftex02.f
Installing ftex03.f
Installing ftex04.f
Installing ftex05.f
Installing ftex06.f
Installing ftex07.f
Installing ftex01d.f
Installing ftex02d.f
Installing ftex03d.f
Installing ftex04d.f
Installing ftex05d.f
Installing ftex06d.f
Installing ftex07d.f
installing in ./ngmath/src/examples/efitgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Making install in ./ngmath/src/examples/enatgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Installing nnplotc.c
Installing c_nnex01.c
Installing c_nnex01d.c
Installing c_nnex02.c
Installing c_nnex03.c
Installing c_nnex04.c
Installing c_nnex06.c
Installing nnplotf.f
Installing nnex01.f
Installing nnex01d.f
Installing nnex02.f
Installing nnex03.f
Installing nnex04.f
Installing nnex05.f
Installing nnex06.f
Installing nnex07.f
Installing nnex08.f
Installing nnex09.f
Installing nnex10.f
installing in ./ngmath/src/examples/enatgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Making install in ./ngmath/src/examples/eshgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
Installing c_shex01.c
Installing c_shex02.c
Installing c_shex03.c
Installing shex01.f
Installing shex02.f
Installing shex03.f
installing 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 install in ./ngmath/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
installing in ./ngmath/man
Making install in ./ngmath/man/csagrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Installing csagrid.3
Installing csa1s.3
Installing csa2ls.3
Installing csa2s.3
Installing csa3ls.3
Installing csa3s.3
Installing csa1xs.3
Installing csa2lxs.3
Installing csa2xs.3
Installing csa3lxs.3
Installing csa3xs.3
Installing c_csa1s.3
Installing c_csa2ls.3
Installing c_csa2s.3
Installing c_csa3ls.3
Installing c_csa3s.3
Installing c_csa1xs.3
Installing c_csa2lxs.3
Installing c_csa2xs.3
Installing c_csa3lxs.3
Installing c_csa3xs.3
Installing csagrid_errors.3
installing in ./ngmath/man/csagrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Making install in ./ngmath/man/cssgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Installing c_csc2s.3
Installing c_csc2sd.3
Installing c_csgetd.3
Installing c_csgeti.3
Installing c_csgetr.3
Installing c_css2c.3
Installing c_css2cd.3
Installing c_cssetd.3
Installing c_csseti.3
Installing c_cssetr.3
Installing c_cssgrid.3
Installing c_cssgridd.3
Installing c_csstri.3
Installing c_csstrid.3
Installing c_csvoro.3
Installing c_csvorod.3
Installing csc2s.3
Installing csc2sd.3
Installing csgetd.3
Installing csgeti.3
Installing csgetr.3
Installing css2c.3
Installing css2cd.3
Installing css_overview.3
Installing cssetd.3
Installing csseti.3
Installing cssetr.3
Installing cssgrid.3
Installing cssgrid_errors.3
Installing cssgrid_params.3
Installing cssgridd.3
Installing csstri.3
Installing csstrid.3
Installing csvoro.3
Installing csvorod.3
installing in ./ngmath/man/cssgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Making install in ./ngmath/man/natgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Installing natgrid.3
Installing natgrid_params.3
Installing natgrids.3
Installing nnalg.3
Installing nnseti.3
Installing nngeti.3
Installing nnsetr.3
Installing nngetr.3
Installing nnsetc.3
Installing nngetc.3
Installing nngetaspects.3
Installing nngetslopes.3
Installing nnpntinits.3
Installing nnpnts.3
Installing nnpntend.3
Installing natgridd.3
Installing nnsetrd.3
Installing nngetrd.3
Installing nngetsloped.3
Installing nngetaspectd.3
Installing nnpntinitd.3
Installing nnpntd.3
Installing nnpntendd.3
Installing c_natgrids.3
Installing c_nnseti.3
Installing c_nngeti.3
Installing c_nnsetr.3
Installing c_nngetr.3
Installing c_nnsetc.3
Installing c_nngetc.3
Installing c_nngetslopes.3
Installing c_nngetaspects.3
Installing c_nnpntinits.3
Installing c_nnpnts.3
Installing c_nnpntend.3
Installing c_natgridd.3
Installing c_nnsetrd.3
Installing c_nngetrd.3
Installing c_nngetsloped.3
Installing c_nngetaspectd.3
Installing c_nnpntinitd.3
Installing c_nnpntd.3
Installing c_nnpntendd.3
Installing natgrid_errors.3
installing in ./ngmath/man/natgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Making install in ./ngmath/man/dsgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Installing dsgrid.3
Installing dsgrid_params.3
Installing dsgrid2s.3
Installing dsgrid3s.3
Installing dsseti.3
Installing dsgeti.3
Installing dssetr.3
Installing dsgetr.3
Installing dssetc.3
Installing dsgetc.3
Installing dspnt2s.3
Installing dspnt3s.3
Installing dsgrid2d.3
Installing dsgrid3d.3
Installing dssetrd.3
Installing dsgetrd.3
Installing dspnt2d.3
Installing dspnt3d.3
Installing c_dsgrid2s.3
Installing c_dsgrid3s.3
Installing c_dsseti.3
Installing c_dsgeti.3
Installing c_dssetr.3
Installing c_dsgetr.3
Installing c_dssetc.3
Installing c_dsgetc.3
Installing c_dspnt2s.3
Installing c_dspnt3s.3
Installing c_dsgrid2d.3
Installing c_dsgrid3d.3
Installing c_dssetrd.3
Installing c_dsgetrd.3
Installing c_dspnt2d.3
Installing c_dspnt3d.3
Installing dsgrid_errors.3
installing in ./ngmath/man/dsgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Making install in ./ngmath/man/fitgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Installing fitgrid.3
Installing fitgrid_params.3
Installing curv1.3
Installing curv2.3
Installing curvd.3
Installing curvi.3
Installing curvp1.3
Installing curvp2.3
Installing curvpi.3
Installing curvs.3
Installing curvps.3
Installing kurv1.3
Installing kurv2.3
Installing kurvd.3
Installing kurvp1.3
Installing kurvp2.3
Installing kurvpd.3
Installing surf1.3
Installing surf2.3
Installing curvs1.3
Installing curvs2.3
Installing c_ftcurv.3
Installing c_ftcurvd.3
Installing c_ftcurvi.3
Installing c_ftcurvp.3
Installing c_ftcurvpi.3
Installing c_ftcurvs.3
Installing c_ftcurvps.3
Installing c_ftkurv.3
Installing c_ftkurvp.3
Installing c_ftkurvd.3
Installing c_ftkurvpd.3
Installing c_ftsurf.3
Installing c_ftseti.3
Installing c_ftgeti.3
Installing c_ftsetr.3
Installing c_ftgetr.3
Installing c_ftsetc.3
Installing c_ftgetc.3
Installing c_ftsetfa.3
Installing c_ftgetfa_size.3
Installing c_ftgetfa_data.3
Installing c_ftcurvs1.3
installing in ./ngmath/man/fitgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Making install in ./ngmath/man/shgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
Installing c_shgeti.3
Installing c_shgetnp.3
Installing c_shgrid.3
Installing c_shseti.3
Installing shgeti.3
Installing shgetnp.3
Installing shgrid.3
Installing shgrid_errors.3
Installing shgrid_params.3
Installing shseti.3
installing 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 install in ./ncarview
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
installing in ./ncarview
Making install in ./ncarview/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
installing in ./ncarview/src
Making install in ./ncarview/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
installing in ./ncarview/src/lib
Making install in ./ncarview/src/lib/libcgm
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Installing libcgm.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libcgm.a
Installing cgm_tools.h
Installing cgmdef.h
installing in ./ncarview/src/lib/libcgm
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Making install 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'
Installing libncarg_ras.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg_ras.a
Installing ncarg_ras.h
installing 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 install in ./ncarview/src/lib/libctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Installing libctrans.o
Installing ctrans.h
installing in ./ncarview/src/lib/libctrans
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Making install in ./ncarview/src/lib/libictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
Installing libictrans.o
installing 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 install in ./ncarview/src/bin
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
installing in ./ncarview/src/bin
Making install in ./ncarview/src/bin/ctrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Installing ctrans
installing in ./ncarview/src/bin/ctrans
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Making install in ./ncarview/src/bin/ictrans
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Installing ictrans
installing in ./ncarview/src/bin/ictrans
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Making install in ./ncarview/src/bin/filter
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Installing cgm2ncgm
Installing ncgm2cgm
installing in ./ncarview/src/bin/filter
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Making install in ./ncarview/src/bin/med
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Installing med
installing in ./ncarview/src/bin/med
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Making install in ./ncarview/src/bin/scripts
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Installing ncarvversion
Installing ctlib
Installing gcaps
Installing fcaps
installing in ./ncarview/src/bin/scripts
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Making install in ./ncarview/src/bin/rascat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Installing rascat
installing in ./ncarview/src/bin/rascat
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Making install in ./ncarview/src/bin/rasstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Installing rasstat
installing in ./ncarview/src/bin/rasstat
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Making install in ./ncarview/src/bin/ncgmstat
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Installing ncgmstat
installing in ./ncarview/src/bin/ncgmstat
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Making install in ./ncarview/src/bin/idt
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Installing idt
installing in ./ncarview/src/bin/idt
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Making install in ./ncarview/src/bin/rasview
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Installing rasview
installing in ./ncarview/src/bin/rasview
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Making install in ./ncarview/src/bin/rasls
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Installing rasls
installing in ./ncarview/src/bin/rasls
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Making install in ./ncarview/src/bin/rasgetpal
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Installing rasgetpal
installing in ./ncarview/src/bin/rasgetpal
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Making install in ./ncarview/src/bin/rassplit
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Installing rassplit
installing in ./ncarview/src/bin/rassplit
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Making install in ./ncarview/src/bin/ras2ccir601
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
Installing ras2ccir601
installing 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 install in ./ncarview/man
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Installing ctrans.1
Installing ictrans.1
Installing ncgm2cgm.1
Installing cgm2ncgm.1
Installing med.1
Installing gcaps.1
Installing fcaps.1
Installing rasview.1
Installing idt.1
Installing rascat.1
Installing rasgetpal.1
Installing rasls.1
Installing rassplit.1
Installing cgm.3
Installing ncarv_spool.5
Installing ras_palette.5
Installing ras_formats.5
installing in ./ncarview/man
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Making install in ./ncarview/app
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
Installing Idt.ad
installing 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 install in ./ni
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
installing in ./ni
Making install in ./ni/src
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
installing in ./ni/src
Making install in ./ni/src/nyacc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
installing in ./ni/src/nyacc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
Making install in ./ni/src/lib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
installing in ./ni/src/lib
Making install in ./ni/src/lib/hlu
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Installing libhlu.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libhlu.a
Installing Base.h
Installing BaseI.h
Installing BaseP.h
Installing Convert.h
Installing ConvertP.h
Installing ConvertersP.h
Installing CoordApprox.h
Installing Error.h
Installing ErrorI.h
Installing ErrorP.h
Installing IrregularTransObj.h
Installing IrregularTransObjP.h
Installing IrregularType2TransObj.h
Installing IrregularType2TransObjP.h
Installing LogLinTransObj.h
Installing LogLinTransObjP.h
Installing MapTransObj.h
Installing MapTransObjP.h
Installing MultiText.h
Installing MultiTextP.h
Installing NcgmWorkstation.h
Installing NcgmWorkstationP.h
Installing NresDB.h
Installing ResourcesP.h
Installing Segments.h
Installing TextItem.h
Installing TextItemP.h
Installing TickMark.h
Installing TickMarkP.h
Installing Title.h
Installing TitleP.h
Installing TransObj.h
Installing TransObjI.h
Installing TransObjP.h
Installing Transform.h
Installing TransformP.h
Installing TransformI.h
Installing VarArg.h
Installing View.h
Installing ViewI.h
Installing ViewP.h
Installing Workstation.h
Installing WorkstationI.h
Installing WorkstationP.h
Installing XWorkstation.h
Installing XWorkstationP.h
Installing XyPlot.h
Installing XyPlotP.h
Installing NgSizeT.h
Installing defs.h
Installing hluutil.h
Installing hlu.h
Installing hluP.h
Installing DataComm.h
Installing DataCommP.h
Installing DataCommF.h
Installing DataItem.h
Installing DataItemP.h
Installing DataMgr.h
Installing DataMgrF.h
Installing DataMgrP.h
Installing Legend.h
Installing LegendP.h
Installing LabelBar.h
Installing LabelBarP.h
Installing CoordArrTable.h
Installing CoordArrTableP.h
Installing CoordArrTableFloatP.h
Installing CoordArrays.h
Installing CoordArraysP.h
Installing ContourPlot.h
Installing ContourPlotP.h
Installing PlotManager.h
Installing PlotManagerI.h
Installing PlotManagerP.h
Installing LogLinPlot.h
Installing LogLinPlotP.h
Installing IrregularPlot.h
Installing IrregularPlotP.h
Installing MapPlot.h
Installing MapPlotP.h
Installing ResList.h
Installing ResListP.h
Installing Workspace.h
Installing WorkspaceI.h
Installing WorkspaceP.h
Installing FortranP.h
Installing ScalarField.h
Installing ScalarFieldP.h
Installing ScalarFieldFloatP.h
Installing AnnoManager.h
Installing AnnoManagerP.h
Installing FormatI.h
Installing App.h
Installing AppI.h
Installing AppP.h
Installing PSWorkstation.h
Installing PSWorkstationP.h
Installing VectorField.h
Installing VectorFieldFloatP.h
Installing VectorFieldP.h
Installing VectorPlot.h
Installing VectorPlotP.h
Installing VecAnno.h
Installing VecAnnoP.h
Installing StreamlinePlot.h
Installing StreamlinePlotP.h
Installing Style.h
Installing StyleP.h
Installing GraphicStyle.h
Installing GraphicStyleP.h
Installing SubStylesP.h
Installing Callbacks.h
Installing CallbacksP.h
Installing ContourPlotI.h
Installing MapDataHandler.h
Installing MapDataHandlerP.h
Installing MapV40DataHandler.h
Installing MapV40DataHandlerP.h
Installing MapV41DataHandler.h
Installing MapV41DataHandlerP.h
Installing MapRGDataHandler.h
Installing MapRGDataHandlerP.h
Installing Primitive.h
Installing PrimitiveP.h
Installing CurvilinearTransObj.h
Installing CurvilinearTransObjP.h
Installing SphericalTransObj.h
Installing SphericalTransObjP.h
Installing SphericalGeometryP.h
Installing PDFWorkstation.h
Installing PDFWorkstationP.h
Installing CnRenderer.h
Installing CnRendererP.h
Installing CnStdRenderer.h
Installing CnStdRendererP.h
Installing CnTriMeshRenderer.h
Installing CnTriMeshRendererP.h
Installing TriMeshTransObj.h
Installing TriMeshTransObjP.h
Installing ImageWorkstation.h
Installing ImageWorkstationP.h
Installing MeshScalarField.h
Installing MeshScalarFieldP.h
Installing CairoWorkstation.h
Installing CairoWorkstationP.h
Installing pageutil.h
Installing color.h
Installing sysresfile
installing in ./ni/src/lib/hlu
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Making install in ./ni/src/lib/nfp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Installing libnfp.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnfp.a
installing in ./ni/src/lib/nfp
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Making install in ./ni/src/lib/nfpfort
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Installing libnfpfort.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnfpfort.a
installing in ./ni/src/lib/nfpfort
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Making install in ./ni/src/lib/nio
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
Installing libnio.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnio.a
installing 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 install in ./ni/src/ncl
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -rdynamic   -o ncl Ncl.o io.o NclHLUObj.o NclApi.o guiFuncs.o NclDriver.o 			scanner.o parser.o MathFuncs.o NclTypedouble.o NclTypefloat.o 			NclTypeint.o NclTypelogical.o 			NclTypelong.o NclTypeobj.o 			NclTypeshort.o NclTypestring.o 			NclTypeint64.o NclTypeuint64.o 			NclTypeubyte.o 			NclTypeushort.o NclTypeuint.o NclTypeulong.o 			NclTypebyte.o NclTypechar.o TypeSupport.o 			NclMultiDValData.o AddFileFormats.o AttSupport.o DataSupport.o 			FileSupport.o Formats.o GetGrids.o 			AdvancedFileSupport.o 			NclAdvancedFile.o NclAdvancedGroup.o 			InitData.o Memory.o NclAtt.o NclCCM.o 			NclCoordVar.o NclData.o NclGroup.o NclFile.o NclFileVar.o 			NclGRIB.o NclMultiDValnclfileData.o 			NclNetCdf.o NclOneDValCoordData.o NclType.o 			NclTypelist.o NclVar.o VarSupport.o 			ctoiee.o date.o qu2reg3.o rowina3.o scm0.o ncepcode.o 			  			 NclNewHDF5.o NclHDF5.o h5reader.o h5writer.o 			 			 			  AddBuiltIns.o AddHLUObjs.o 			AddIntrinsics.o Execute.o 			Machine.o OpsFuncs.o SrcTree.o 			Symbol.o Translate.o  			NclHLUVar.o HLUSupport.o 			NclMultiDValHLUObjData.o 			BuiltInSupport.o BuiltInFuncs.o 			javaAddProto.o javaAddFuncs.o 			userAddProto.o userAddFuncs.o 			HLUFunctions.o yywrap.o craybin.o 			complete.o editline.o sysunix.o ListSupport.o 			NclList.o NclMultiDVallistData.o 			NclProf.o NclTime.o PrintToken.o fortranio.o  -L../../.././ni/src/lib/nfp -lnfp -L../../.././ni/src/lib/nfpfort -lnfpfort -L../../.././ni/src/lib/hlu -lhlu -L../../.././ncarg2d/src/libncarg -lncarg -L../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../.././common/src/libncarg_c -lncarg_c -L../../.././ngmath/src/lib -lngmath -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lnetcdf     -lhdf5_hl -lhdf5 -lsz -lz    -ludunits2 -lexpat   -lpng -lz -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2  -L../../.././external/sphere3.1_dp -lsphere3.1_dp -L../../.././external/fftpack5_dp -lfftpack5_dp -L../../.././external/lapack -llapack_ncl -L../../.././external/blas -lblas_ncl -lX11 -lXext -lgfortran -lm -lm  -ldl  
Installing libncl.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncl.a
Installing libnclapi.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnclapi.a
/usr/bin/ld: cannot find -lsz
collect2: error: ld returned 1 exit status
make[4]: *** [ncl] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Making install in ./ni/src/mkwrap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o wrapit77 y.tab.o lex.yy.o Symbol.o wrapit_main.o  -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -ll 
/usr/bin/ld: cannot find -ll
collect2: error: ld returned 1 exit status
make[4]: *** [wrapit77] Error 1
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
Making install in ./ni/src/db
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Installing NhlMapData
installing in ./ni/src/db
Making install in ./ni/src/db/rgb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Installing rgb.txt
Installing rgb.pag
Installing rgb.dir
installing in ./ni/src/db/rgb
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Making install in ./ni/src/db/colormaps
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Installing 3gauss.ncmap
Installing 3gauss.rgb
Installing 3saw.ncmap
Installing 3saw.rgb
Installing BkBlAqGrYeOrReViWh200.gp
Installing BkBlAqGrYeOrReViWh200.rgb
Installing BlAqGrYeOrRe.gp
Installing BlAqGrYeOrRe.rgb
Installing BlAqGrYeOrReVi200.gp
Installing BlAqGrYeOrReVi200.rgb
Installing BlGrYeOrReVi200.gp
Installing BlGrYeOrReVi200.rgb
Installing BlAqGrWh2YeOrReVi22.rgb
Installing BlRe.rgb
Installing BlWhRe.gp
Installing BlWhRe.rgb
Installing BlueRed.rgb
Installing BlueRedGray.rgb
Installing GreenYellow.rgb
Installing ViBlGrWhYeOrRe.gp
Installing ViBlGrWhYeOrRe.rgb
Installing WhBlGrYeRe.gp
Installing WhBlGrYeRe.rgb
Installing WhBlReWh.gp
Installing WhBlReWh.rgb
Installing WhViBlGrYeOrRe.gp
Installing WhViBlGrYeOrRe.rgb
Installing WhViBlGrYeOrReWh.gp
Installing WhViBlGrYeOrReWh.rgb
Installing amwg.rgb
Installing amwg256.rgb
Installing cosam.rgb
Installing cosam12.rgb
Installing default.rgb
Installing detail.ncmap
Installing detail.rgb
Installing extrema.ncmap
Installing extrema.rgb
Installing helix.ncmap
Installing helix.rgb
Installing helix1.ncmap
Installing helix1.rgb
Installing gui_default.rgb
Installing hlu_default.rgb
Installing hotres.ncmap
Installing hotres.rgb
Installing nrl_sirkes.rgb
Installing nrl_sirkes_nowhite.rgb
Installing posneg_1.rgb
Installing posneg_2.rgb
Installing prcp_1.rgb
Installing prcp_2.rgb
Installing prcp_3.rgb
Installing radar.rgb
Installing radar_1.rgb
Installing rainbow.gp
Installing rainbow.rgb
Installing rainbow+gray.gp
Installing rainbow+gray.rgb
Installing rainbow+white.gp
Installing rainbow+white.rgb
Installing rainbow+white+gray.gp
Installing rainbow+white+gray.rgb
Installing so4_21.gp
Installing so4_21.rgb
Installing so4_23.gp
Installing so4_23.rgb
Installing tbrAvg1.rgb
Installing tbrStd1.gp
Installing tbrStd1.rgb
Installing tbrVar1.gp
Installing tbrVar1.rgb
Installing tbr_240-300.gp
Installing tbr_240-300.rgb
Installing tbr_stdev_0-30.gp
Installing tbr_stdev_0-30.rgb
Installing tbr_var_0-500.gp
Installing tbr_var_0-500.rgb
Installing testcmap.rgb
Installing thelix.rgb
Installing wgne15.rgb
Installing wh-bl-gr-ye-re.gp
Installing wh-bl-gr-ye-re.rgb
Installing wxpEnIR.rgb
Installing BlueDarkOrange18.rgb
Installing BlueDarkRed18.rgb
Installing BlueGreen14.rgb
Installing BrownBlue12.rgb
Installing Cat12.rgb
Installing GreenMagenta16.rgb
Installing StepSeq25.rgb
Installing amwg_blueyellowred.rgb
Installing hotcold_18lev.rgb
Installing hotcolr_19lev.rgb
Installing mch_default.rgb
Installing perc2_9lev.rgb
Installing percent_11lev.rgb
Installing precip2_15lev.rgb
Installing precip2_17lev.rgb
Installing precip3_16lev.rgb
Installing precip4_11lev.rgb
Installing precip4_diff_19lev.rgb
Installing precip_11lev.rgb
Installing precip_diff_12lev.rgb
Installing precip_diff_1lev.rgb
Installing rh_19lev.rgb
Installing spread_15lev.rgb
Installing sunshine_9lev.rgb
Installing sunshine_diff_12lev.rgb
Installing t2m_29lev.rgb
Installing temp_19lev.rgb
Installing temp_diff_18lev.rgb
Installing temp_diff_1lev.rgb
Installing topo_15lev.rgb
Installing wind_17lev.rgb
Installing BlueWhiteOrangeRed.rgb
Installing BlueYellowRed.rgb
Installing GrayWhiteGray.rgb
Installing WhiteBlueGreenYellowRed.rgb
Installing OceanLakeLandSnow.rgb
Installing WhiteBlue.rgb
Installing WhiteYellowOrangeRed.rgb
Installing WhiteGreen.rgb
Installing cmp_b2r.rgb
Installing cmp_flux.rgb
Installing cmp_haxby.rgb
Installing matlab_hot.rgb
Installing matlab_hsv.rgb
Installing matlab_jet.rgb
Installing matlab_lines.rgb
Installing seaice_1.rgb
Installing seaice_2.rgb
Installing GHRSST_anomaly.rgb
Installing cb_9step.rgb
Installing cb_rainbow.rgb
Installing cb_rainbow_inv.rgb
Installing cyclic.rgb
Installing example.rgb
Installing gscyclic.rgb
Installing gsdtol.rgb
Installing gsltod.rgb
Installing ncl_default.rgb
Installing psgcap.rgb
Installing temp1.rgb
Installing uniform.rgb
Installing nice_gfdl.rgb
Installing GMT_cool.rgb
Installing GMT_copper.rgb
Installing GMT_drywet.rgb
Installing GMT_gebco.rgb
Installing GMT_globe.rgb
Installing GMT_gray.rgb
Installing GMT_haxby.rgb
Installing GMT_hot.rgb
Installing GMT_jet.rgb
Installing GMT_nighttime.rgb
Installing GMT_no_green.rgb
Installing GMT_ocean.rgb
Installing GMT_paired.rgb
Installing GMT_panoply.rgb
Installing GMT_polar.rgb
Installing GMT_red2green.rgb
Installing GMT_relief.rgb
Installing GMT_relief_oceanonly.rgb
Installing GMT_seis.rgb
Installing GMT_split.rgb
Installing GMT_topo.rgb
Installing GMT_wysiwyg.rgb
Installing GMT_wysiwygcont.rgb
Installing grads_default.rgb
Installing grads_rainbow.rgb
Installing MPL_Accent.rgb
Installing MPL_Blues.rgb
Installing MPL_BrBG.rgb
Installing MPL_BuGn.rgb
Installing MPL_BuPu.rgb
Installing MPL_Dark2.rgb
Installing MPL_GnBu.rgb
Installing MPL_Greens.rgb
Installing MPL_OrRd.rgb
Installing MPL_Oranges.rgb
Installing MPL_PRGn.rgb
Installing MPL_Paired.rgb
Installing MPL_Pastel1.rgb
Installing MPL_Pastel2.rgb
Installing MPL_PiYG.rgb
Installing MPL_PuBuGn.rgb
Installing MPL_PuBu.rgb
Installing MPL_PuOr.rgb
Installing MPL_PuRd.rgb
Installing MPL_Purples.rgb
Installing MPL_RdBu.rgb
Installing MPL_RdGy.rgb
Installing MPL_RdPu.rgb
Installing MPL_RdYlBu.rgb
Installing MPL_RdYlGn.rgb
Installing MPL_Reds.rgb
Installing MPL_Set1.rgb
Installing MPL_Set2.rgb
Installing MPL_Set3.rgb
Installing MPL_Spectral.rgb
Installing MPL_StepSeq.rgb
Installing MPL_YlGnBu.rgb
Installing MPL_YlGn.rgb
Installing MPL_YlOrBr.rgb
Installing MPL_YlOrRd.rgb
Installing MPL_afmhot.rgb
Installing MPL_autumn.rgb
Installing MPL_Greys.rgb
Installing MPL_bone.rgb
Installing MPL_brg.rgb
Installing MPL_bwr.rgb
Installing MPL_cool.rgb
Installing MPL_coolwarm.rgb
Installing MPL_copper.rgb
Installing MPL_cubehelix.rgb
Installing MPL_flag.rgb
Installing MPL_gist_earth.rgb
Installing MPL_gist_gray.rgb
Installing MPL_gist_heat.rgb
Installing MPL_gist_ncar.rgb
Installing MPL_gist_rainbow.rgb
Installing MPL_gist_stern.rgb
Installing MPL_gist_yarg.rgb
Installing MPL_gnuplot2.rgb
Installing MPL_gnuplot.rgb
Installing MPL_hot.rgb
Installing MPL_hsv.rgb
Installing MPL_jet.rgb
Installing MPL_ocean.rgb
Installing MPL_pink.rgb
Installing MPL_prism.rgb
Installing MPL_rainbow.rgb
Installing MPL_s3pcpn_l.rgb
Installing MPL_s3pcpn.rgb
Installing MPL_seismic.rgb
Installing MPL_spring.rgb
Installing MPL_sstanom.rgb
Installing MPL_summer.rgb
Installing MPL_terrain.rgb
Installing MPL_winter.rgb
Installing MPL_viridis.rgb
Installing ncview_default.ncmap
Installing ncview_default.rgb
Installing NCV_banded.rgb
Installing NCV_blu_red.rgb
Installing NCV_blue_red.rgb
Installing NCV_bright.rgb
Installing NCV_gebco.rgb
Installing NCV_jaisnd.rgb
Installing NCV_jet.rgb
Installing NCV_manga.rgb
Installing NCV_rainbow2.rgb
Installing NCV_roullet.rgb
Installing SVG_Gallet13.rgb
Installing SVG_Lindaa06.rgb
Installing SVG_Lindaa07.rgb
Installing SVG_bhw3_22.rgb
Installing SVG_es_landscape_79.rgb
Installing SVG_feb_sunrise.rgb
Installing SVG_foggy_sunrise.rgb
Installing SVG_fs2006.rgb
Installing CBR_coldhot.rgb
Installing CBR_drywet.rgb
Installing CBR_set3.rgb
Installing CBR_wet.rgb
Installing lithology.rgb
Installing circular_0.rgb
Installing circular_1.rgb
Installing circular_2.rgb
installing in ./ni/src/db/colormaps
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Making install in ./ni/src/db/udunits
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Installing udunits2-accepted.xml
Installing udunits2-base.xml
Installing udunits2-common.xml
Installing udunits2-derived.xml
Installing udunits2-prefixes.xml
Installing udunits2.xml
installing in ./ni/src/db/udunits
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Making install 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'
Installing centers.table
installing in ./ni/src/db/grib2_codetables
Making install 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'
installing in ./ni/src/db/grib2_codetables/ecmwf
Making install 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'
Installing 0.0.table
installing 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 install 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'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing 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 install 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'
installing 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 install 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'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing 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 install 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'
Installing 4.0.table
Installing 4.1.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.15.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.192.table
Installing 4.2.0.2.table
Installing 4.2.0.20.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.191.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.192.table
Installing 4.2.2.3.table
Installing 4.2.2.4.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.2.3.192.table
Installing 4.2.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
Installing 4.223.table
Installing 4.230.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
installing 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 install 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'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.4.table
Installing 5.40.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
installing 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 install 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'
Installing 6.0.table
installing 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 install 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'
installing 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 install 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'
installing in ./ni/src/db/grib2_codetables/ncep
Making install 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'
Installing 0.0.table
installing 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 install 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'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing 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 install 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'
installing 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 install 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'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing 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 install 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'
Installing 4.0.table
Installing 4.1.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.15.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.192.table
Installing 4.2.0.2.table
Installing 4.2.0.20.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.1.2.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.191.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.1.table
Installing 4.2.2.192.table
Installing 4.2.2.3.table
Installing 4.2.2.4.table
Installing 4.2.2.5.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.2.3.192.table
Installing 4.2.4.0.table
Installing 4.2.4.1.table
Installing 4.2.4.2.table
Installing 4.2.4.3.table
Installing 4.2.4.4.table
Installing 4.2.4.5.table
Installing 4.2.4.6.table
Installing 4.2.4.7.table
Installing 4.2.4.8.table
Installing 4.2.4.9.table
Installing 4.2.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
Installing 4.223.table
Installing 4.230.table
Installing 4.3.table
Installing 4.4.1.2.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.2.209.10.table
Installing 4.2.209.11.table
Installing 4.2.209.2.table
Installing 4.2.209.3.table
Installing 4.2.209.4.table
Installing 4.2.209.6.table
Installing 4.2.209.7.table
Installing 4.2.209.8.table
Installing 4.2.209.9.table
installing 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 install 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'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.4.table
Installing 5.40.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
installing 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 install 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'
Installing 6.0.table
installing 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 install 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'
installing 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 install 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'
installing in ./ni/src/db/grib2_codetables/tigge
Making install 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'
Installing 0.0.table
installing 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 install 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'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing 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 install 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'
installing 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 install 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'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing 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 install 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'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing 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 install 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'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing 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 install 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'
Installing 6.0.table
installing 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 install 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'
installing 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 install 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'
Installing centers.table
installing in ./ni/src/db/grib2_codetables.previous
Making install 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'
installing in ./ni/src/db/grib2_codetables.previous/ecmwf
Making install 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'
Installing 0.0.table
installing 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 install 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'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing 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 install 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'
installing 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 install 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'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing 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 install 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'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing 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 install 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'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing 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 install 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'
Installing 6.0.table
installing 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 install 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'
installing 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 install 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'
installing in ./ni/src/db/grib2_codetables.previous/ncep
Making install 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'
Installing 0.0.table
installing 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 install 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'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing 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 install 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'
installing 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 install 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'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing 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 install 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'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing 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 install 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'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing 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 install 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'
Installing 6.0.table
installing 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 install 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'
installing 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 install 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'
installing in ./ni/src/db/grib2_codetables.previous/tigge
Making install 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'
Installing 0.0.table
installing 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 install 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'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing 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 install 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'
installing 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 install 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'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing 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 install 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'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing 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 install 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'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing 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 install 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'
Installing 6.0.table
installing 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 install 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'
installing 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 install in ./ni/src/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Installing nhlcc
Installing nhlf77
Installing nhlf90
Installing ng4ex
Installing WRAPIT
Installing ncl_filedump
Installing ncl_grib2nc
Installing ncl_convert2nc
Installing scrip_check_input
Installing ng4ex.1
Installing nhlcc.1
Installing nhlf77.1
Installing nhlf90.1
installing in ./ni/src/scripts
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Making install in ./ni/src/contrib
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Installing calendar_decode2.ncl
Installing time_axis_labels.ncl
Installing ut_string.ncl
Installing ut_string_fix.ncl
Installing run_cor.ncl
Installing kf_filter.ncl
Installing cd_string.ncl
Installing cd_inv_string.ncl
Installing calcMonAnomTXXX.ncl
Installing calendar_decode2_fix.ncl
Installing clmMonTXXX.ncl
Installing nchoosek.ncl
Installing box_percentile_plot.ncl
installing in ./ni/src/contrib
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Making install in ./ni/src/examples
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
installing in ./ni/src/examples
Making install in ./ni/src/examples/app
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Installing ap01c.c
Installing ap01f.f
Installing ap01n.ncl
Installing ap01.res
installing in ./ni/src/examples/app
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Making install in ./ni/src/examples/basic
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Installing basic01c.c
Installing basic02c.c
Installing basic03c.c
Installing basic04c.c
Installing basic05c.c
Installing basic06c.c
Installing basic07c.c
Installing basic08c.c
Installing basic09c.c
Installing basic01f.f
Installing basic02f.f
Installing basic03f.f
Installing basic04f.f
Installing basic05f.f
Installing basic06f.f
Installing basic07f.f
Installing basic08f.f
Installing basic09f.f
Installing basic01n.ncl
Installing basic02n.ncl
Installing basic03n.ncl
Installing basic04n.ncl
Installing basic05n.ncl
Installing basic06n.ncl
Installing basic07n.ncl
Installing basic08n.ncl
Installing basic09n.ncl
Installing basic03.res
Installing basic07.res
installing in ./ni/src/examples/basic
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Making install in ./ni/src/examples/contourplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Installing cn01c.c
Installing cn02c.c
Installing cn03c.c
Installing cn04c.c
Installing cn05c.c
Installing cn06c.c
Installing cn07c.c
Installing cn08c.c
Installing cn09c.c
Installing cn10c.c
Installing cn11c.c
Installing cn12c.c
Installing cn13c.c
Installing cn14c.c
Installing cn15c.c
Installing cn16c.c
Installing cn17c.c
Installing cn01f.f
Installing cn02f.f
Installing cn03f.f
Installing cn04f.f
Installing cn05f.f
Installing cn06f.f
Installing cn07f.f
Installing cn08f.f
Installing cn09f.f
Installing cn10f.f
Installing cn11f.f
Installing cn12f.f
Installing cn13f.f
Installing cn14f.f
Installing cn15f.f
Installing cn16f.f
Installing cn17f.f
Installing cn03c.h
Installing cn11c.h
Installing cn01.res
Installing cn02.res
Installing cn03.res
Installing cn04.res
Installing cn11.res
Installing cn12.res
Installing cn13.res
Installing cn17.res
Installing cn01n.ncl
Installing cn02n.ncl
Installing cn03n.ncl
Installing cn04n.ncl
Installing cn05n.ncl
Installing cn06n.ncl
Installing cn07n.ncl
Installing cn08n.ncl
Installing cn09n.ncl
Installing cn10n.ncl
Installing cn12n.ncl
Installing cn13n.ncl
Installing cn14n.ncl
Installing cn15n.ncl
Installing cn16n.ncl
Installing cn17n.ncl
installing in ./ni/src/examples/contourplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Making install in ./ni/src/examples/gsun
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Installing gsun01n.ncl
Installing gsun02n.ncl
Installing gsun03n.ncl
Installing gsun04n.ncl
Installing gsun05n.ncl
Installing gsun06n.ncl
Installing gsun07n.ncl
Installing gsun08n.ncl
Installing gsun09n.ncl
Installing gsun10n.ncl
Installing gsun11n.ncl
Installing gsn_code.ncl
Installing gsn_csm.ncl
Installing gsn_code.ncl
Installing gsn_csm.ncl
Installing ccm_func.ncl
Installing contributed.ncl
Installing popRemap.ncl
Installing shea_util.ncl
Installing skewt_func.ncl
Installing wind_rose.ncl
Installing diagnostics_cam.ncl
Installing crop.ncl
Installing heat_stress.ncl
Installing bootstrap.ncl
Installing extval.ncl
Installing ESMF_regridding.ncl
Installing WRF_contributed.ncl
Installing WRFUserARW.ncl
Installing utilities.ncl
Installing gsun08n.res
Installing gsun09n.res
installing in ./ni/src/examples/gsun
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Making install in ./ni/src/examples/labelbar
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Installing lb01c.c
Installing lb02c.c
Installing lb01f.f
Installing lb02f.f
Installing lb01n.ncl
Installing lb02n.ncl
Installing lb01.res
Installing lb02.res
installing in ./ni/src/examples/labelbar
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Making install in ./ni/src/examples/legend
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Installing lg01c.c
Installing lg02c.c
Installing lg03c.c
Installing lg01f.f
Installing lg02f.f
Installing lg03f.f
Installing lg01n.ncl
Installing lg02n.ncl
Installing lg03n.ncl
Installing lg01.res
Installing lg02.res
Installing lg03.res
installing in ./ni/src/examples/legend
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Making install in ./ni/src/examples/mapplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Installing mp01c.c
Installing mp02c.c
Installing mp03c.c
Installing mp04c.c
Installing mp05c.c
Installing mp06c.c
Installing mp07c.c
Installing mp01f.f
Installing mp02f.f
Installing mp03f.f
Installing mp04f.f
Installing mp05f.f
Installing mp06f.f
Installing mp07f.f
Installing mp01n.ncl
Installing mp02n.ncl
Installing mp03n.ncl
Installing mp04n.ncl
Installing mp05n.ncl
Installing mp06n.ncl
Installing mp07n.ncl
Installing mp01.res
Installing mp02.res
Installing mp03.res
Installing mp04.res
Installing mp05.res
Installing mp06.res
installing in ./ni/src/examples/mapplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Making install in ./ni/src/examples/ngmath
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Installing nm01c.c
Installing nm02c.c
Installing nm03c.c
Installing nm04c.c
Installing nm05c.c
Installing nm06c.c
Installing nm01f.f
Installing nm02f.f
Installing nm03f.f
Installing nm04f.f
Installing nm05f.f
Installing nm06f.f
Installing nm03.res
Installing nm01n.ncl
Installing nm02n.ncl
Installing nm03n.ncl
Installing nm04n.ncl
Installing nm05n.ncl
Installing nm06n.ncl
Installing nm07n.ncl
Installing nm08n.ncl
Installing nm09n.ncl
Installing nm10n.ncl
Installing nm11n.ncl
Installing nm12n.ncl
Installing nm13n.ncl
Installing nm14n.ncl
Installing nm15n.ncl
Installing nm16n.ncl
Installing nm17n.ncl
Installing nm18n.ncl
Installing nm19n.ncl
Installing nm20n.ncl
Installing nm21n.ncl
Installing nm22n.ncl
installing in ./ni/src/examples/ngmath
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Making install in ./ni/src/examples/nug
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Installing NUG_GrADS_binary_data.ncl
Installing NUG_ICON_triangles_colored.ncl
Installing NUG_axis_annotations.ncl
Installing NUG_bar_chart.ncl
Installing NUG_bar_chart_col_above_below.ncl
Installing NUG_bar_chart_multi.ncl
Installing NUG_bipolar_grid_MPI-ESM.ncl
Installing NUG_bipolar_grid_MPI-ESM_subregion.ncl
Installing NUG_color_Land_Ocean.ncl
Installing NUG_color_country_user.ncl
Installing NUG_colormaps.ncl
Installing NUG_contour_dashpattern.ncl
Installing NUG_contour_filled_map.ncl
Installing NUG_contour_fillpattern.ncl
Installing NUG_contour_labels.ncl
Installing NUG_contour_map.ncl
Installing NUG_contour_map_add_zonal_average.ncl
Installing NUG_curvilinear_basic.ncl
Installing NUG_curvilinear_grid.ncl
Installing NUG_date_format.ncl
Installing NUG_function_procedure.ncl
Installing NUG_globe_orography_grid_resolution.ncl
Installing NUG_grid_resolution_comparison.ncl
Installing NUG_histograms-transparent.ncl
Installing NUG_histograms.ncl
Installing NUG_insert_logo.ncl
Installing NUG_labelbar_title.ncl
Installing NUG_labelbars.ncl
Installing NUG_legends.ncl
Installing NUG_map_countries.ncl
Installing NUG_map_default.ncl
Installing NUG_map_grid_and_tickmark_settings.ncl
Installing NUG_map_land_ocean_settings.ncl
Installing NUG_map_resolutions.ncl
Installing NUG_map_selected_countries.ncl
Installing NUG_map_settings.ncl
Installing NUG_masking.ncl
Installing NUG_multi_timeseries.ncl
Installing NUG_multiple_plots_along_y.ncl
Installing NUG_panel_plot_3x2.ncl
Installing NUG_panel_control.ncl
Installing NUG_panel_plot.ncl
Installing NUG_panel_vp.ncl
Installing NUG_plot_in_5_steps.ncl
Installing NUG_plot_rotated_grid.ncl
Installing NUG_polar_NH.ncl
Installing NUG_polyline_polygon_polymarker.ncl
Installing NUG_primitives.ncl
Installing NUG_projections.ncl
Installing NUG_projections_mollweide.ncl
Installing NUG_projections_robinson.ncl
Installing NUG_read_ASCII_1.ncl
Installing NUG_read_ASCII_2.ncl
Installing NUG_read_ASCII_3.ncl
Installing NUG_read_Binary_1.ncl
Installing NUG_read_Binary_GrADS.ncl
Installing NUG_read_CSV_1.ncl
Installing NUG_read_CSV_2.ncl
Installing NUG_regrid_bilinear_CMIP5_grid_to_1x1deg_grid.ncl
Installing NUG_regrid_curvilinear_to_rectilinear_bilinear_weights_ESMF.ncl
Installing NUG_regrid_curvilinear_to_rectilinear_bilinear_wgts_destgrid_ESMF.ncl
Installing NUG_regrid_rectilinear_to_curvilinear_bilinear_wgts_destgrid_ESMF.ncl
Installing NUG_regrid_unstructured_to_rectilinear_bilinear_wgts_ESMF.ncl
Installing NUG_regrid_unstructured_to_rectilinear_bilinear_wgts_destgrid_ESMF.ncl
Installing NUG_shapefile_plot.ncl
Installing NUG_shapefile_plot_data.ncl
Installing NUG_slice_plot.ncl
Installing NUG_statistics_linear_regression.ncl
Installing NUG_statistics_running_mean.ncl
Installing NUG_strings.ncl
Installing NUG_system_calls.ncl
Installing NUG_template_script.ncl
Installing NUG_text_settings.ncl
Installing NUG_title_strings.ncl
Installing NUG_transparent_filled_contour.ncl
Installing NUG_transparent_land_sea_mask_Africa.ncl
Installing NUG_triangular_grid_ICON.ncl
Installing NUG_tripolar_grid_STORM.ncl
Installing NUG_unstructured_grid.ncl
Installing NUG_unstructured_grid_ICON.ncl
Installing NUG_use_Fortran_subroutines.ncl
Installing NUG_vector_curly.ncl
Installing NUG_vector_default.ncl
Installing NUG_vector_plot_colorized.ncl
Installing NUG_vector_plot_overlay.ncl
Installing NUG_wind_mag.ncl
Installing NUG_write_ASCII_1.ncl
Installing NUG_write_ASCII_2.ncl
Installing NUG_write_ASCII_3.ncl
Installing NUG_write_ASCII_4.ncl
Installing NUG_write_ASCII_5.ncl
Installing NUG_write_Binary_1.ncl
Installing NUG_write_Binary_2.ncl
Installing NUG_write_netCDF_1.ncl
Installing NUG_write_netCDF_2.ncl
Installing NUG_xy_plot.ncl
Installing NUG_xy_plot_res.ncl
Installing NUG_xy_plot_timeseries.ncl
Installing NUG_xy_plot_timeseries_2.ncl
Installing NUG_triangular_grid_ICON_640.ncl
Installing NUG_unstructured_grid_640.ncl
Installing NUG_curvilinear_contour_PyNGL.py
Installing NUG_rectilinear_contour_PyNGL.py
Installing NUG_rectilinear_slice_PyNGL.py
Installing NUG_rectilinear_vector_PyNGL.py
Installing NUG_unstructured_ICON_triangles_PyNGL.py
Installing NUG_unstructured_contour_cellfill_PyNGL.py
Installing NUG_xy_plot_simple_PyNGL.py
Installing NUG_cdo_remap_bilinear_CMIP5_grid_to_1x1deg_grid.ksh
Installing gmt2ncl_coltab.ksh
Installing grads2ncl_coltab.ksh
installing in ./ni/src/examples/nug
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Making install in ./ni/src/examples/primitives
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Installing pr01c.c
Installing pr02c.c
Installing pr03c.c
Installing pr04c.c
Installing pr05c.c
Installing pr01f.f
Installing pr02f.f
Installing pr03f.f
Installing pr04f.f
Installing pr05f.f
Installing pr01n.ncl
Installing pr02n.ncl
Installing pr03n.ncl
Installing pr04n.ncl
Installing pr05n.ncl
Installing pr02.res
Installing pr03.res
Installing pr04.res
Installing pr05.res
installing in ./ni/src/examples/primitives
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Making install in ./ni/src/examples/streamlineplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Installing st01c.c
Installing st02c.c
Installing st03c.c
Installing st04c.c
Installing st01f.f
Installing st02f.f
Installing st03f.f
Installing st04f.f
Installing st01.res
Installing st02.res
Installing st03.res
Installing st04.res
Installing st01n.ncl
Installing st02n.ncl
Installing st03n.ncl
Installing st04n.ncl
installing in ./ni/src/examples/streamlineplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Making install in ./ni/src/examples/textitem
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Installing tx01c.c
Installing tx02c.c
Installing tx03c.c
Installing tx04c.c
Installing tx05c.c
Installing tx06c.c
Installing tx07c.c
Installing tx08c.c
Installing tx01f.f
Installing tx02f.f
Installing tx03f.f
Installing tx04f.f
Installing tx05f.f
Installing tx06f.f
Installing tx07f.f
Installing tx08f.f
Installing tx01n.ncl
Installing tx02n.ncl
Installing tx03n.ncl
Installing tx04n.ncl
Installing tx05n.ncl
Installing tx06n.ncl
Installing tx07n.ncl
Installing tx08n.ncl
Installing tx01.res
Installing tx02.res
Installing tx03.res
installing in ./ni/src/examples/textitem
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Making install in ./ni/src/examples/tickmark
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Installing tm01c.c
Installing tm02c.c
Installing tm03c.c
Installing tm01f.f
Installing tm02f.f
Installing tm03f.f
Installing tm03c.h
Installing tm01n.ncl
Installing tm02n.ncl
Installing tm03n.ncl
Installing tm04n.ncl
Installing tm01.res
Installing tm02.res
Installing tm03.res
Installing tm04.res
installing in ./ni/src/examples/tickmark
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Making install in ./ni/src/examples/title
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Installing ti01c.c
Installing ti02c.c
Installing ti03c.c
Installing ti01f.f
Installing ti02f.f
Installing ti03f.f
Installing ti01n.ncl
Installing ti02n.ncl
Installing ti03n.ncl
Installing ti01.res
Installing ti02.res
Installing ti03.res
installing in ./ni/src/examples/title
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Making install in ./ni/src/examples/vectorplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Installing vc01c.c
Installing vc02c.c
Installing vc03c.c
Installing vc04c.c
Installing vc05c.c
Installing vc06c.c
Installing vc07c.c
Installing vc08c.c
Installing vc09c.c
Installing vc01f.f
Installing vc02f.f
Installing vc03f.f
Installing vc04f.f
Installing vc05f.f
Installing vc06f.f
Installing vc07f.f
Installing vc08f.f
Installing vc09f.f
Installing vc01.res
Installing vc02.res
Installing vc03.res
Installing vc04.res
Installing vc05.res
Installing vc06.res
Installing vc07.res
Installing vc09.res
Installing vc01n.ncl
Installing vc02n.ncl
Installing vc03n.ncl
Installing vc04n.ncl
Installing vc05n.ncl
Installing vc06n.ncl
Installing vc07n.ncl
Installing vc08n.ncl
Installing vc09n.ncl
installing in ./ni/src/examples/vectorplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Making install in ./ni/src/examples/xyplot
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Installing xy01c.c
Installing xy02c.c
Installing xy03c.c
Installing xy04c.c
Installing xy05c.c
Installing xy06c.c
Installing xy07c.c
Installing xy08c.c
Installing xy09c.c
Installing xy10c.c
Installing xy11c.c
Installing xy12c.c
Installing xy13c.c
Installing xy14c.c
Installing xy15c.c
Installing xy16c.c
Installing xy17c.c
Installing xy01f.f
Installing xy02f.f
Installing xy03f.f
Installing xy04f.f
Installing xy05f.f
Installing xy06f.f
Installing xy07f.f
Installing xy08f.f
Installing xy09f.f
Installing xy10f.f
Installing xy11f.f
Installing xy14f.f
Installing xy15f.f
Installing xy16f.f
Installing xy17f.f
Installing xy13c.h
Installing xy01n.ncl
Installing xy02n.ncl
Installing xy03n.ncl
Installing xy04n.ncl
Installing xy05n.ncl
Installing xy06n.ncl
Installing xy07n.ncl
Installing xy08n.ncl
Installing xy09n.ncl
Installing xy10n.ncl
Installing xy11n.ncl
Installing xy14n.ncl
Installing xy15n.ncl
Installing xy16n.ncl
Installing xy17n.ncl
Installing xy01.res
Installing xy02.res
Installing xy03.res
Installing xy04.res
Installing xy05.res
Installing xy06.res
Installing xy07.res
Installing xy08.res
Installing xy09.res
Installing xy10.res
Installing xy13.res
Installing xy15.res
installing in ./ni/src/examples/xyplot
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Making install in ./ni/src/examples/data
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
installing in ./ni/src/examples/data
Making install 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'
Installing cn03f.asc
Installing cn04n.asc
Installing cn11f.asc
Installing cn12n.asc
Installing ex05B1_uv_jan_mm92.hs.asc
Installing mp03n.asc
Installing oceanland30e.asc
Installing seismic.asc
Installing u.cocos
Installing uvdata0.asc
Installing xy.asc
Installing xy08.asc
Installing xy12c.asc
Installing sounding_ATS.asc
Installing sounding_testdata.asc
Installing psadilookup.dat
Installing climdivcorr.txt
installing 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 install 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'
Installing ex01B1_uv300.hs.mdl
installing 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 install 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'
Installing 941110_P.cdf
Installing 941110_UV.cdf
Installing 95031800_sao.cdf
Installing 95031801_sao.cdf
Installing 95031802_sao.cdf
Installing 95031803_sao.cdf
Installing 95031804_sao.cdf
Installing 95031805_sao.cdf
Installing 95031806_sao.cdf
Installing 95031807_sao.cdf
Installing 95031808_sao.cdf
Installing 95031809_sao.cdf
Installing 95031810_sao.cdf
Installing 95031811_sao.cdf
Installing 95031812_sao.cdf
Installing 95031813_sao.cdf
Installing 95031814_sao.cdf
Installing 95031815_sao.cdf
Installing 95031816_sao.cdf
Installing 95031817_sao.cdf
Installing 95031818_sao.cdf
Installing 95031819_sao.cdf
Installing 95031820_sao.cdf
Installing 95031821_sao.cdf
Installing 95031822_sao.cdf
Installing 95031823_sao.cdf
Installing 950318_sao.cdf
Installing Pstorm.cdf
Installing ocean.nc
Installing Tstorm.cdf
Installing U500storm.cdf
Installing Ustorm.cdf
Installing V500storm.cdf
Installing Vstorm.cdf
Installing ced1.lf00.t00z.eta.nc
Installing climdiv_polygons.nc
Installing cn10n.cdf
Installing color.nc
Installing contour.cdf
Installing ctnccl.nc
Installing ctcbay.nc
Installing ex01B1_uv300.hs.nc
Installing fice.nc
Installing landsea.nc
Installing meccatemp.cdf
Installing sst30e_netcdf.nc
Installing hswm_d000000p000.g2.nc
Installing seam.nc
Installing pop.nc
Installing sstdata_netcdf.nc
Installing traj_data.nc
Installing trinidad.nc
Installing meteo_data.nc
Installing scatter1.nc
Installing vinth2p.nc
Installing chi200_ud_smooth.nc
Installing ice5g_21k_1deg.nc
Installing nc4uvt.nc
Installing sstanom.robinsonproj.nc
Installing hgt.nc
Installing panel2.nc
Installing uv300.nc
installing 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 install 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'
Installing ced1.lf00.t00z.eta.grb
Installing wafsgfs_L_t06z_intdsk60.grib2
Installing fh.0012_tl.press_gr.awp211.grb2
Installing MET9_IR108_cosmode_0909210000.grb2
installing 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 install 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'
Installing avhrr.hdf
Installing MLS-Aura_L2GP-IWC_v02-21-c02_2007d210.he5
Installing MOD04_L2.A2001066.0000.004.2003078090622.he2
installing 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 install 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'
Installing states.dbf
Installing states.prj
Installing states.shp
Installing states.shx
Installing mrb.dbf
Installing mrb.prj
Installing mrb.shp
Installing mrb.shx
installing 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 install 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'
Installing BYR-03
Installing FR-LAND_regional_model_0.11deg.nc
Installing FR-LAND_regional_model_0.44deg.nc
Installing GMT-BYR-03.cpt
Installing HSURF_regional_model_0.11deg.nc
Installing HSURF_regional_model_0.44deg.nc
Installing Test_6h.csv
Installing asc1.txt
Installing asc2.txt
Installing asc3.txt
Installing atm_phy_mag0004_1985.nc
Installing camse_unstructured_grid.nc
Installing data_country_user.txt
Installing multiple_columns.csv
Installing orog_mod1_rectilinear_grid_2D.nc
Installing orog_mod2_rectilinear_grid_2D.nc
Installing orog_mod3_rectilinear_grid_2D.nc
Installing ps_grads_model.ctl
Installing ps_grads_model.dat
Installing rectilinear_grid_3D.nc
Installing sftlf_mod1_rectilinear_grid_2D.nc
Installing sftlf_mod2_rectilinear_grid_2D.nc
Installing sftlf_mod3_rectilinear_grid_2D.nc
Installing tas_mod1_hist_rectilin_grid_2D.nc
Installing tas_mod1_rcp45_rectilin_grid_2D.nc
Installing tas_mod1_rcp85_rectilin_grid_2D.nc
Installing tas_mod2_hist_rectilin_grid_2D.nc
Installing tas_mod2_rcp45_rectilin_grid_2D.nc
Installing tas_mod2_rcp85_rectilin_grid_2D.nc
Installing tas_mod3_hist_rectilin_grid_2D.nc
Installing tas_mod3_rcp45_rectilin_grid_2D.nc
Installing tas_mod3_rcp85_rectilin_grid_2D.nc
Installing tas_mod4_hist_rectilin_grid_2D.nc
Installing tas_mod4_rcp45_rectilin_grid_2D.nc
Installing tas_mod4_rcp85_rectilin_grid_2D.nc
Installing tas_rectilinear_grid_2D.nc
Installing tas_rotated_grid_EUR11.nc
Installing topo.bin
Installing tos_ocean_bipolar_grid.nc
Installing triangular_grid_ICON.nc
Installing uas_rectilinear_grid_2D.nc
Installing uv300.nc
Installing vas_rectilinear_grid_2D.nc
installing 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'
Tue Sep 26 16:10:47 BST 2017
Finished making and Installing <Everything>.
Making ./config
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
Making ./external
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making ./external/blas
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Making ./external/lapack
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Making ./external/sphere3.1_dp
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Making ./external/fftpack5_dp
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making ./common
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making ./common/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making ./common/src/libncarg_c
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Making ./common/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making ./common/src/bin/ncargpath
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making ./common/src/fontcap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
	Processing fontcap font1
	Processing fontcap font2
	Processing fontcap font3
	Processing fontcap font4
	Processing fontcap font5
	Processing fontcap font6
	Processing fontcap font7
	Processing fontcap font8
	Processing fontcap font9
	Processing fontcap font10
	Processing fontcap font11
	Processing fontcap font12
	Processing fontcap font13
	Processing fontcap font14
	Processing fontcap font15
	Processing fontcap font16
	Processing fontcap font17
	Processing fontcap font18
	Processing fontcap font19
	Processing fontcap font20
	Processing fontcap font21
	Processing fontcap font22
	Processing fontcap font25
	Processing fontcap font26
	Processing fontcap font29
	Processing fontcap font30
	Processing fontcap font33
	Processing fontcap font34
	Processing fontcap font35
	Processing fontcap font36
	Processing fontcap font37
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Making ./common/src/graphcap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
	Processing graphcap adm5
	Processing graphcap balsml
	Processing graphcap hpgl
	Processing graphcap hp150
	Processing graphcap hp2648a
	Processing graphcap hp7475a
	Processing graphcap hp7510a
	Processing graphcap hpgl2
	Processing graphcap hpgl2.dual
	Processing graphcap hpgl2pe
	Processing graphcap hpgl2pe.dual
	Processing graphcap imagen
	Processing graphcap imagen.port
	Processing graphcap pc.mono
	Processing graphcap ps.color
	Processing graphcap ps.land.color
	Processing graphcap ps.land.mono
	Processing graphcap ps.mono
	Processing graphcap qms800
	Processing graphcap r6211
	Processing graphcap s100
	Processing graphcap t4010
	Processing graphcap t4025
	Processing graphcap t4105
	Processing graphcap t4107
	Processing graphcap t4107.seg
	Processing graphcap t4115
	Processing graphcap t4115.seg
	Processing graphcap tal1590
	Processing graphcap tekalike
	Processing graphcap versaterm
	Processing graphcap vt100
	Processing graphcap vt125
	Processing graphcap vt220
	Processing graphcap vt240
	Processing graphcap vt330
	Processing graphcap vt340
	Processing graphcap vt340w
	Processing graphcap ditroff
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making ./common/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making ./ncarg2d
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making ./ncarg2d/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making ./ncarg2d/src/libncarg
make[3]: 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[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
make[4]: Nothing to be done for `all-local'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making ./ncarg2d/src/libncarg/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making ./ncarg2d/src/libncarg/autogrph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making ./ncarg2d/src/libncarg/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making ./ncarg2d/src/libncarg/common
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making ./ncarg2d/src/libncarg/concom
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making ./ncarg2d/src/libncarg/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making ./ncarg2d/src/libncarg/conpackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making ./ncarg2d/src/libncarg/conran
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making ./ncarg2d/src/libncarg/conrec
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making ./ncarg2d/src/libncarg/conterp
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making ./ncarg2d/src/libncarg/dashchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making ./ncarg2d/src/libncarg/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making ./ncarg2d/src/libncarg/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making ./ncarg2d/src/libncarg/ezmapa
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making ./ncarg2d/src/libncarg/ezmapb
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making ./ncarg2d/src/libncarg/ezmapc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making ./ncarg2d/src/libncarg/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making ./ncarg2d/src/libncarg/gridal
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making ./ncarg2d/src/libncarg/hafton
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making ./ncarg2d/src/libncarg/histgr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making ./ncarg2d/src/libncarg/isosrf
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making ./ncarg2d/src/libncarg/isosrfhr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making ./ncarg2d/src/libncarg/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making ./ncarg2d/src/libncarg/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making ./ncarg2d/src/libncarg/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making ./ncarg2d/src/libncarg/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making ./ncarg2d/src/libncarg/pwritx
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making ./ncarg2d/src/libncarg/pwrity
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making ./ncarg2d/src/libncarg/pwrzi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making ./ncarg2d/src/libncarg/pwrzs
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making ./ncarg2d/src/libncarg/pwrzt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making ./ncarg2d/src/libncarg/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making ./ncarg2d/src/libncarg/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making ./ncarg2d/src/libncarg/srface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making ./ncarg2d/src/libncarg/stitle
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making ./ncarg2d/src/libncarg/strmln
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making ./ncarg2d/src/libncarg/support
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making ./ncarg2d/src/libncarg/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making ./ncarg2d/src/libncarg/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making ./ncarg2d/src/libncarg/vaspackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making ./ncarg2d/src/libncarg/velvct
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making ./ncarg2d/src/libncarg/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making ./ncarg2d/src/libncarg/areasC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making ./ncarg2d/src/libncarg/autogrphC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making ./ncarg2d/src/libncarg/colconvC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making ./ncarg2d/src/libncarg/conpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making ./ncarg2d/src/libncarg/conpacktC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making ./ncarg2d/src/libncarg/commonC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making ./ncarg2d/src/libncarg/dashcharC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making ./ncarg2d/src/libncarg/dashpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making ./ncarg2d/src/libncarg/ezmapCC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making ./ncarg2d/src/libncarg/gflashC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making ./ncarg2d/src/libncarg/gridalC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making ./ncarg2d/src/libncarg/histgrC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making ./ncarg2d/src/libncarg/isosrfC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making ./ncarg2d/src/libncarg/labelbarC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making ./ncarg2d/src/libncarg/ngmiscC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making ./ncarg2d/src/libncarg/plotcharC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making ./ncarg2d/src/libncarg/polypackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making ./ncarg2d/src/libncarg/softfillC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making ./ncarg2d/src/libncarg/sppsC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making ./ncarg2d/src/libncarg/srfaceC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making ./ncarg2d/src/libncarg/stitleC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making ./ncarg2d/src/libncarg/supportC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making ./ncarg2d/src/libncarg/strmlnC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making ./ncarg2d/src/libncarg/tdpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making ./ncarg2d/src/libncarg/threedC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making ./ncarg2d/src/libncarg/velvctC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making ./ncarg2d/src/libncarg/wmapC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
Continuing in ./ncarg2d/src/libncarg
ranlib libncarg.a
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making ./ncarg2d/src/libncarg_gks
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making in awi bwi wiss cdrivers awiC First...
Making ./ncarg2d/src/libncarg_gks/awi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making ./ncarg2d/src/libncarg_gks/bwi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making ./ncarg2d/src/libncarg_gks/wiss
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making ./ncarg2d/src/libncarg_gks/cdrivers
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making ./ncarg2d/src/libncarg_gks/awiC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
Continuing in ./ncarg2d/src/libncarg_gks
ranlib libncarg_gks.a
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making ./ncarg2d/src/liboptional
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making ./ncarg2d/src/liboptional/conraq
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Making ./ncarg2d/src/liboptional/conras
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Making ./ncarg2d/src/liboptional/conrcqck
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Making ./ncarg2d/src/liboptional/conrcspr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Making ./ncarg2d/src/liboptional/dashsmth
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Making ./ncarg2d/src/liboptional/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Making ./ncarg2d/src/liboptional/dashsupr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Making ./ncarg2d/src/liboptional/agupwrtx
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Making ./ncarg2d/src/liboptional/ncarbd
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making ./ncarg2d/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making ./ncarg2d/src/bin/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Making ./ncarg2d/src/bin/impltest
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tlocal tlocal32.o tiand.o tior.o lcm.o tgbyte.o tshift.o tsbyte.o	mskout.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -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 tgks0a tgks0a.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
Making ./ncarg2d/src/bin/ncargworld
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ncargworld ncargworld.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
Making ./ncarg2d/src/bin/findg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Making ./ncarg2d/src/bin/logos
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Making ./ncarg2d/src/bin/psfltrs
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Making ./ncarg2d/src/bin/pre2ncgm
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pre2ncgm.prog alover.o clipit.o frm.o garg.o intcnv.o lodctb.o 	mmdef.o multi.o patdrw.o patset.o pltclp.o pltit.o pnt.o 	posit.o pwt.o setop.o setrng.o trndt2.o trnmch.o twobyt.o 	xmdef.o xmopdf.o fndarg.o metred.o mninst.o trans.o trassn.o trlate.o trndat.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
Making ./ncarg2d/src/bin/psplit
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Making ./ncarg2d/src/bin/tdpackdemo
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tdpackdemo TdpackDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
Making ./ncarg2d/src/bin/ezmapdemo
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ezmapdemo EzmapDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making ./ncarg2d/src/db
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making ./ncarg2d/src/db/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Making ./ncarg2d/src/db/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o WritePlotcharData pccchk.o pcdchk.o pcexcd.o pcwb15.o pcwbin.o pcwrda.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building the PWRITX database for PLOTCHAR
 Program "WritePlotcharData" executing.
 File "PlotcharData" created.
 Testing complex character set.
 Test successful.
 Testing duplex character set.
 Test successful.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
Making ./ncarg2d/src/db/pwritxnt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pwritxnt ccheck.o creb15.o crebin.o dcheck.o dport.o mkmsk.o pcrbin.o	 xtch.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Building the PWRITX database
  PCRBIN - BINARY FILE CREATED
  PCRBIN - TEST COMPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
  PCRBIN - TEST DUPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
Making ./ncarg2d/src/db/ranfdata
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Making ./ncarg2d/src/db/ftfonts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making ./ncarg2d/src/examples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making ./ncarg2d/src/examples/eareas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Making ./ncarg2d/src/examples/eautog
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Making ./ncarg2d/src/examples/ecolcv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Making ./ncarg2d/src/examples/econpa
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Making ./ncarg2d/src/examples/econpt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Making ./ncarg2d/src/examples/eezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Making ./ncarg2d/src/examples/eezmpa
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Making ./ncarg2d/src/examples/elblba
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Making ./ncarg2d/src/examples/emisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Making ./ncarg2d/src/examples/epltch
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Making ./ncarg2d/src/examples/eppack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Making ./ncarg2d/src/examples/esoftf
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Making ./ncarg2d/src/examples/espps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Making ./ncarg2d/src/examples/esrfac
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Making ./ncarg2d/src/examples/estitl
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Making ./ncarg2d/src/examples/estrml
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Making ./ncarg2d/src/examples/etpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Making ./ncarg2d/src/examples/evaspt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Making ./ncarg2d/src/examples/evelvc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Making ./ncarg2d/src/examples/ewmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making ./ncarg2d/src/fundamental
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making ./ncarg2d/src/fundamental/fautograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Making ./ncarg2d/src/fundamental/fcolconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Making ./ncarg2d/src/fundamental/fdashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Making ./ncarg2d/src/fundamental/ffield_flow
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
Making ./ncarg2d/src/fundamental/fgks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Making ./ncarg2d/src/fundamental/fisosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Making ./ncarg2d/src/fundamental/flabelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Making ./ncarg2d/src/fundamental/fngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Making ./ncarg2d/src/fundamental/fplotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Making ./ncarg2d/src/fundamental/fscrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
Making ./ncarg2d/src/fundamental/fsoftfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Making ./ncarg2d/src/fundamental/fspps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Making ./ncarg2d/src/fundamental/fstreamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Making ./ncarg2d/src/fundamental/fsurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Making ./ncarg2d/src/fundamental/fthreed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making ./ncarg2d/src/tests
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Making ./ncarg2d/src/tutorial
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making ./ncarg2d/src/tutorial/tareas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Making ./ncarg2d/src/tutorial/tconpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Making ./ncarg2d/src/tutorial/tezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Making ./ncarg2d/src/tutorial/class
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making ./ncarg2d/src/examplesC
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making ./ncarg2d/src/examplesC/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Making ./ncarg2d/src/examplesC/autograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Making ./ncarg2d/src/examplesC/bivar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Making ./ncarg2d/src/examplesC/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Making ./ncarg2d/src/examplesC/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Making ./ncarg2d/src/examplesC/conpackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Making ./ncarg2d/src/examplesC/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Making ./ncarg2d/src/examplesC/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Making ./ncarg2d/src/examplesC/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Making ./ncarg2d/src/examplesC/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Making ./ncarg2d/src/examplesC/gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Making ./ncarg2d/src/examplesC/gridall
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Making ./ncarg2d/src/examplesC/histogram
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Making ./ncarg2d/src/examplesC/isosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Making ./ncarg2d/src/examplesC/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Making ./ncarg2d/src/examplesC/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Making ./ncarg2d/src/examplesC/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Making ./ncarg2d/src/examplesC/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Making ./ncarg2d/src/examplesC/scrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
Making ./ncarg2d/src/examplesC/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Making ./ncarg2d/src/examplesC/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Making ./ncarg2d/src/examplesC/streamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Making ./ncarg2d/src/examplesC/surface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Making ./ncarg2d/src/examplesC/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Making ./ncarg2d/src/examplesC/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Making ./ncarg2d/src/examplesC/vectors
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Making ./ncarg2d/src/examplesC/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making ./ncarg2d/src/pdocexamples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
Making ./ncarg2d/src/pdocexamples/pgks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making ./ncarg2d/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
Making ./ncarg2d/man/areas
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Making ./ncarg2d/man/autograph
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Making ./ncarg2d/man/bivar
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Making ./ncarg2d/man/colconv
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Making ./ncarg2d/man/conpack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Making ./ncarg2d/man/conran_family
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Making ./ncarg2d/man/conrec_family
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Making ./ncarg2d/man/dashline
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Making ./ncarg2d/man/dashpack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Making ./ncarg2d/man/error_handling
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Making ./ncarg2d/man/ezmap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Making ./ncarg2d/man/gflash
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Making ./ncarg2d/man/gks
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Making ./ncarg2d/man/gksC
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Making ./ncarg2d/man/gridall
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Making ./ncarg2d/man/halftone
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Making ./ncarg2d/man/histogram
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Making ./ncarg2d/man/isosurface
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Making ./ncarg2d/man/labelbar
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Making ./ncarg2d/man/ngmisc
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Making ./ncarg2d/man/other
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Making ./ncarg2d/man/plotchar
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Making ./ncarg2d/man/polypack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Making ./ncarg2d/man/pwrite_family
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Making ./ncarg2d/man/scrolled_title
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Making ./ncarg2d/man/softfill
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Making ./ncarg2d/man/spps
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Making ./ncarg2d/man/streamlines
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Making ./ncarg2d/man/surface
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Making ./ncarg2d/man/tdpack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Making ./ncarg2d/man/threed
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Making ./ncarg2d/man/vectors
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Making ./ncarg2d/man/wmap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making ./ngmath
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making ./ngmath/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making ./ngmath/src/lib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making in gridpack First...
Making ./ngmath/src/lib/gridpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Making ./ngmath/src/lib/gridpack/cssgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making ./ngmath/src/lib/gridpack/natgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making ./ngmath/src/lib/gridpack/dsgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making ./ngmath/src/lib/gridpack/fitgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making ./ngmath/src/lib/gridpack/csagrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making ./ngmath/src/lib/gridpack/shgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Continuing in ./ngmath/src/lib
ranlib libngmath.a
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making ./ngmath/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making ./ngmath/src/bin/nnalg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o nnalg nadisp.o  nadraw.o  naskln.o  nasort.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making ./ngmath/src/examples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
Making ./ngmath/src/examples/ecsagrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Making ./ngmath/src/examples/ecssgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Making ./ngmath/src/examples/edsgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Making ./ngmath/src/examples/efitgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Making ./ngmath/src/examples/enatgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Making ./ngmath/src/examples/eshgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making ./ngmath/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
Making ./ngmath/man/csagrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Making ./ngmath/man/cssgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Making ./ngmath/man/natgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Making ./ngmath/man/dsgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Making ./ngmath/man/fitgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Making ./ngmath/man/shgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making ./ncarview
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making ./ncarview/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making ./ncarview/src/lib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making ./ncarview/src/lib/libcgm
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Making ./ncarview/src/lib/libncarg_ras
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
Making ./ncarview/src/lib/libctrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Making ./ncarview/src/lib/libictrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making ./ncarview/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
Making ./ncarview/src/bin/ctrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Making ./ncarview/src/bin/ictrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
The contents of this directory are copyright protected:
-------------------------------------------------------
NCL Version 6.4.0
Copyright (C) 2017
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Making ./ncarview/src/bin/filter
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Making ./ncarview/src/bin/med
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Making ./ncarview/src/bin/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Making ./ncarview/src/bin/rascat
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Making ./ncarview/src/bin/rasstat
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Making ./ncarview/src/bin/ncgmstat
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Making ./ncarview/src/bin/idt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Making ./ncarview/src/bin/rasview
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Making ./ncarview/src/bin/rasls
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Making ./ncarview/src/bin/rasgetpal
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Making ./ncarview/src/bin/rassplit
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Making ./ncarview/src/bin/ras2ccir601
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making ./ncarview/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Making ./ncarview/app
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making ./ni
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
Making ./ni/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
Making ./ni/src/nyacc
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
make[3]: Nothing to be done for `includes'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
Making ./ni/src/lib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making ./ni/src/lib/hlu
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Making ./ni/src/lib/nfp
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Making ./ni/src/lib/nfpfort
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Making ./ni/src/lib/nio
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making ./ni/src/ncl
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -rdynamic   -o ncl Ncl.o io.o NclHLUObj.o NclApi.o guiFuncs.o NclDriver.o 			scanner.o parser.o MathFuncs.o NclTypedouble.o NclTypefloat.o 			NclTypeint.o NclTypelogical.o 			NclTypelong.o NclTypeobj.o 			NclTypeshort.o NclTypestring.o 			NclTypeint64.o NclTypeuint64.o 			NclTypeubyte.o 			NclTypeushort.o NclTypeuint.o NclTypeulong.o 			NclTypebyte.o NclTypechar.o TypeSupport.o 			NclMultiDValData.o AddFileFormats.o AttSupport.o DataSupport.o 			FileSupport.o Formats.o GetGrids.o 			AdvancedFileSupport.o 			NclAdvancedFile.o NclAdvancedGroup.o 			InitData.o Memory.o NclAtt.o NclCCM.o 			NclCoordVar.o NclData.o NclGroup.o NclFile.o NclFileVar.o 			NclGRIB.o NclMultiDValnclfileData.o 			NclNetCdf.o NclOneDValCoordData.o NclType.o 			NclTypelist.o NclVar.o VarSupport.o 			ctoiee.o date.o qu2reg3.o rowina3.o scm0.o ncepcode.o 			  			 NclNewHDF5.o NclHDF5.o h5reader.o h5writer.o 			 			 			  AddBuiltIns.o AddHLUObjs.o 			AddIntrinsics.o Execute.o 			Machine.o OpsFuncs.o SrcTree.o 			Symbol.o Translate.o  			NclHLUVar.o HLUSupport.o 			NclMultiDValHLUObjData.o 			BuiltInSupport.o BuiltInFuncs.o 			javaAddProto.o javaAddFuncs.o 			userAddProto.o userAddFuncs.o 			HLUFunctions.o yywrap.o craybin.o 			complete.o editline.o sysunix.o ListSupport.o 			NclList.o NclMultiDVallistData.o 			NclProf.o NclTime.o PrintToken.o fortranio.o  -L../../.././ni/src/lib/nfp -lnfp -L../../.././ni/src/lib/nfpfort -lnfpfort -L../../.././ni/src/lib/hlu -lhlu -L../../.././ncarg2d/src/libncarg -lncarg -L../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../.././common/src/libncarg_c -lncarg_c -L../../.././ngmath/src/lib -lngmath -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lnetcdf     -lhdf5_hl -lhdf5 -lsz -lz    -ludunits2 -lexpat   -lpng -lz -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2  -L../../.././external/sphere3.1_dp -lsphere3.1_dp -L../../.././external/fftpack5_dp -lfftpack5_dp -L../../.././external/lapack -llapack_ncl -L../../.././external/blas -lblas_ncl -lX11 -lXext -lgfortran -lm -lm  -ldl  
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Making ./ni/src/mkwrap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o wrapit77 y.tab.o lex.yy.o Symbol.o wrapit_main.o  -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -ll 
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
Making ./ni/src/db
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making ./ni/src/db/rgb
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Making ./ni/src/db/colormaps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Making ./ni/src/db/udunits
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Making ./ni/src/db/grib2_codetables
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making ./ni/src/db/grib2_codetables/ecmwf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making ./ni/src/db/grib2_codetables/ecmwf/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
Making ./ni/src/db/grib2_codetables/ecmwf/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
Making ./ni/src/db/grib2_codetables/ecmwf/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
Making ./ni/src/db/grib2_codetables/ecmwf/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
Making ./ni/src/db/grib2_codetables/ecmwf/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
Making ./ni/src/db/grib2_codetables/ecmwf/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
Making ./ni/src/db/grib2_codetables/ecmwf/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
Making ./ni/src/db/grib2_codetables/ecmwf/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making ./ni/src/db/grib2_codetables/ncep
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making ./ni/src/db/grib2_codetables/ncep/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
Making ./ni/src/db/grib2_codetables/ncep/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
Making ./ni/src/db/grib2_codetables/ncep/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
Making ./ni/src/db/grib2_codetables/ncep/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
Making ./ni/src/db/grib2_codetables/ncep/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
Making ./ni/src/db/grib2_codetables/ncep/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
Making ./ni/src/db/grib2_codetables/ncep/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
Making ./ni/src/db/grib2_codetables/ncep/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making ./ni/src/db/grib2_codetables/tigge
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
Making ./ni/src/db/grib2_codetables/tigge/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
Making ./ni/src/db/grib2_codetables/tigge/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
Making ./ni/src/db/grib2_codetables/tigge/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
Making ./ni/src/db/grib2_codetables/tigge/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
Making ./ni/src/db/grib2_codetables/tigge/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
Making ./ni/src/db/grib2_codetables/tigge/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
Making ./ni/src/db/grib2_codetables/tigge/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
Making ./ni/src/db/grib2_codetables/tigge/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making ./ni/src/db/grib2_codetables.previous
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
Making ./ni/src/db/grib2_codetables.previous/ecmwf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
Making ./ni/src/db/grib2_codetables.previous/ecmwf/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making ./ni/src/db/grib2_codetables.previous/ncep
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making ./ni/src/db/grib2_codetables.previous/ncep/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
Making ./ni/src/db/grib2_codetables.previous/ncep/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
Making ./ni/src/db/grib2_codetables.previous/ncep/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
Making ./ni/src/db/grib2_codetables.previous/ncep/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
Making ./ni/src/db/grib2_codetables.previous/ncep/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
Making ./ni/src/db/grib2_codetables.previous/ncep/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
Making ./ni/src/db/grib2_codetables.previous/ncep/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
Making ./ni/src/db/grib2_codetables.previous/ncep/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making ./ni/src/db/grib2_codetables.previous/tigge
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
Making ./ni/src/db/grib2_codetables.previous/tigge/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
Making ./ni/src/db/grib2_codetables.previous/tigge/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
Making ./ni/src/db/grib2_codetables.previous/tigge/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
Making ./ni/src/db/grib2_codetables.previous/tigge/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
Making ./ni/src/db/grib2_codetables.previous/tigge/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
Making ./ni/src/db/grib2_codetables.previous/tigge/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
Making ./ni/src/db/grib2_codetables.previous/tigge/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
Making ./ni/src/db/grib2_codetables.previous/tigge/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making ./ni/src/scripts
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
make[3]: `nhlf77' is up to date.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Making ./ni/src/contrib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Making ./ni/src/examples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
Making ./ni/src/examples/app
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Making ./ni/src/examples/basic
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Making ./ni/src/examples/contourplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Making ./ni/src/examples/gsun
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Making ./ni/src/examples/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Making ./ni/src/examples/legend
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Making ./ni/src/examples/mapplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Making ./ni/src/examples/ngmath
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Making ./ni/src/examples/nug
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Making ./ni/src/examples/primitives
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Making ./ni/src/examples/streamlineplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Making ./ni/src/examples/textitem
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Making ./ni/src/examples/tickmark
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Making ./ni/src/examples/title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Making ./ni/src/examples/vectorplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Making ./ni/src/examples/xyplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Making ./ni/src/examples/data
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
Making ./ni/src/examples/data/asc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
Making ./ni/src/examples/data/bin
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
Making ./ni/src/examples/data/cdf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
Making ./ni/src/examples/data/grb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
Making ./ni/src/examples/data/hdf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
Making ./ni/src/examples/data/shp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
Making ./ni/src/examples/data/nug
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
installing in .
Making install in ./config
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
installing in ./config
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/config'
Making install in ./external
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
installing in ./external
Making install in ./external/blas
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Installing libblas_ncl.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libblas_ncl.a
installing in ./external/blas
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/blas'
Making install in ./external/lapack
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Installing liblapack_ncl.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/liblapack_ncl.a
installing in ./external/lapack
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/lapack'
Making install in ./external/sphere3.1_dp
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Installing libsphere3.1_dp.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libsphere3.1_dp.a
installing in ./external/sphere3.1_dp
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/sphere3.1_dp'
Making install in ./external/fftpack5_dp
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
Installing libfftpack5_dp.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libfftpack5_dp.a
installing in ./external/fftpack5_dp
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external/fftpack5_dp'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/external'
Making install in ./common
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
installing in ./common
Making install in ./common/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
installing in ./common/src
Making install in ./common/src/libncarg_c
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Installing libncarg_c.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg_c.a
Installing c.h
installing in ./common/src/libncarg_c
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/libncarg_c'
Making install in ./common/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
installing in ./common/src/bin
Making install in ./common/src/bin/ncargpath
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
Installing ncargpath
installing in ./common/src/bin/ncargpath
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin/ncargpath'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/bin'
Making install in ./common/src/fontcap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Installing fontc
Installing font1
Installing font2
Installing font3
Installing font4
Installing font5
Installing font6
Installing font7
Installing font8
Installing font9
Installing font10
Installing font11
Installing font12
Installing font13
Installing font14
Installing font15
Installing font16
Installing font17
Installing font18
Installing font19
Installing font20
Installing font21
Installing font22
Installing font25
Installing font26
Installing font29
Installing font30
Installing font33
Installing font34
Installing font35
Installing font36
Installing font37
installing in ./common/src/fontcap
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/fontcap'
Making install in ./common/src/graphcap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
Installing graphc
Installing adm5
Installing aed.a
Installing aed.b
Installing balsml
Installing hpgl
Installing hp150
Installing hp2648a
Installing hp7475a
Installing hp7510a
Installing hpgl2
Installing hpgl2.dual
Installing hpgl2pe
Installing hpgl2pe.dual
Installing imagen
Installing imagen.port
Installing pc.mono
Installing ps.color
Installing ps.land.color
Installing ps.land.mono
Installing ps.mono
Installing qms800
Installing r6211
Installing s100
Installing t4010
Installing t4025
Installing t4105
Installing t4107
Installing t4107.seg
Installing t4115
Installing t4115.seg
Installing tal1590
Installing tekalike
Installing versaterm
Installing vt100
Installing vt125
Installing vt220
Installing vt240
Installing vt330
Installing vt340
Installing vt340w
Installing ditroff
installing in ./common/src/graphcap
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src/graphcap'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/src'
Making install in ./common/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
Installing fontc.1
Installing graphc.1
Installing ncargpath.1
Installing fontcap.5
Installing graphcap.5
installing in ./common/man
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common/man'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/common'
Making install in ./ncarg2d
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
installing in ./ncarg2d
Making install in ./ncarg2d/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
installing in ./ncarg2d/src
Making install in ./ncarg2d/src/libncarg
make[3]: 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[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
make[4]: Nothing to be done for `all-local'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making ./ncarg2d/src/libncarg/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making ./ncarg2d/src/libncarg/autogrph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making ./ncarg2d/src/libncarg/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making ./ncarg2d/src/libncarg/common
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making ./ncarg2d/src/libncarg/concom
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making ./ncarg2d/src/libncarg/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making ./ncarg2d/src/libncarg/conpackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making ./ncarg2d/src/libncarg/conran
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making ./ncarg2d/src/libncarg/conrec
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making ./ncarg2d/src/libncarg/conterp
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making ./ncarg2d/src/libncarg/dashchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making ./ncarg2d/src/libncarg/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making ./ncarg2d/src/libncarg/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making ./ncarg2d/src/libncarg/ezmapa
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making ./ncarg2d/src/libncarg/ezmapb
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making ./ncarg2d/src/libncarg/ezmapc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making ./ncarg2d/src/libncarg/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making ./ncarg2d/src/libncarg/gridal
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making ./ncarg2d/src/libncarg/hafton
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making ./ncarg2d/src/libncarg/histgr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making ./ncarg2d/src/libncarg/isosrf
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making ./ncarg2d/src/libncarg/isosrfhr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making ./ncarg2d/src/libncarg/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making ./ncarg2d/src/libncarg/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making ./ncarg2d/src/libncarg/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making ./ncarg2d/src/libncarg/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making ./ncarg2d/src/libncarg/pwritx
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making ./ncarg2d/src/libncarg/pwrity
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making ./ncarg2d/src/libncarg/pwrzi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making ./ncarg2d/src/libncarg/pwrzs
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making ./ncarg2d/src/libncarg/pwrzt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making ./ncarg2d/src/libncarg/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making ./ncarg2d/src/libncarg/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making ./ncarg2d/src/libncarg/srface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making ./ncarg2d/src/libncarg/stitle
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making ./ncarg2d/src/libncarg/strmln
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making ./ncarg2d/src/libncarg/support
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making ./ncarg2d/src/libncarg/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making ./ncarg2d/src/libncarg/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making ./ncarg2d/src/libncarg/vaspackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making ./ncarg2d/src/libncarg/velvct
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making ./ncarg2d/src/libncarg/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making ./ncarg2d/src/libncarg/areasC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making ./ncarg2d/src/libncarg/autogrphC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making ./ncarg2d/src/libncarg/colconvC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making ./ncarg2d/src/libncarg/conpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making ./ncarg2d/src/libncarg/conpacktC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making ./ncarg2d/src/libncarg/commonC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making ./ncarg2d/src/libncarg/dashcharC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making ./ncarg2d/src/libncarg/dashpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making ./ncarg2d/src/libncarg/ezmapCC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making ./ncarg2d/src/libncarg/gflashC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making ./ncarg2d/src/libncarg/gridalC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making ./ncarg2d/src/libncarg/histgrC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making ./ncarg2d/src/libncarg/isosrfC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making ./ncarg2d/src/libncarg/labelbarC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making ./ncarg2d/src/libncarg/ngmiscC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making ./ncarg2d/src/libncarg/plotcharC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making ./ncarg2d/src/libncarg/polypackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making ./ncarg2d/src/libncarg/softfillC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making ./ncarg2d/src/libncarg/sppsC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making ./ncarg2d/src/libncarg/srfaceC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making ./ncarg2d/src/libncarg/stitleC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making ./ncarg2d/src/libncarg/supportC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making ./ncarg2d/src/libncarg/strmlnC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making ./ncarg2d/src/libncarg/tdpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making ./ncarg2d/src/libncarg/threedC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making ./ncarg2d/src/libncarg/velvctC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making ./ncarg2d/src/libncarg/wmapC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
Continuing in ./ncarg2d/src/libncarg
ranlib libncarg.a
Installing libncarg.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg.a
Installing ncargC.h
installing in ./ncarg2d/src/libncarg
Making install in ./ncarg2d/src/libncarg/Iftran
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
installing in ./ncarg2d/src/libncarg/Iftran
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/Iftran'
Making install in ./ncarg2d/src/libncarg/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
installing in ./ncarg2d/src/libncarg/areas
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areas'
Making install in ./ncarg2d/src/libncarg/autogrph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
installing in ./ncarg2d/src/libncarg/autogrph
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrph'
Making install in ./ncarg2d/src/libncarg/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
installing in ./ncarg2d/src/libncarg/colconv
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconv'
Making install in ./ncarg2d/src/libncarg/common
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
installing in ./ncarg2d/src/libncarg/common
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/common'
Making install in ./ncarg2d/src/libncarg/concom
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
installing in ./ncarg2d/src/libncarg/concom
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/concom'
Making install in ./ncarg2d/src/libncarg/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
installing in ./ncarg2d/src/libncarg/conpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpack'
Making install in ./ncarg2d/src/libncarg/conpackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
installing in ./ncarg2d/src/libncarg/conpackt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackt'
Making install in ./ncarg2d/src/libncarg/conran
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
installing in ./ncarg2d/src/libncarg/conran
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conran'
Making install in ./ncarg2d/src/libncarg/conrec
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
installing in ./ncarg2d/src/libncarg/conrec
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conrec'
Making install in ./ncarg2d/src/libncarg/conterp
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
installing in ./ncarg2d/src/libncarg/conterp
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conterp'
Making install in ./ncarg2d/src/libncarg/dashchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
installing in ./ncarg2d/src/libncarg/dashchar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashchar'
Making install in ./ncarg2d/src/libncarg/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
installing in ./ncarg2d/src/libncarg/dashpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpack'
Making install in ./ncarg2d/src/libncarg/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
installing in ./ncarg2d/src/libncarg/ezmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmap'
Making install in ./ncarg2d/src/libncarg/ezmapa
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
installing in ./ncarg2d/src/libncarg/ezmapa
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapa'
Making install in ./ncarg2d/src/libncarg/ezmapb
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
installing in ./ncarg2d/src/libncarg/ezmapb
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapb'
Making install in ./ncarg2d/src/libncarg/ezmapc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
installing in ./ncarg2d/src/libncarg/ezmapc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapc'
Making install in ./ncarg2d/src/libncarg/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
installing in ./ncarg2d/src/libncarg/gflash
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflash'
Making install in ./ncarg2d/src/libncarg/gridal
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
installing in ./ncarg2d/src/libncarg/gridal
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridal'
Making install in ./ncarg2d/src/libncarg/hafton
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
installing in ./ncarg2d/src/libncarg/hafton
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/hafton'
Making install in ./ncarg2d/src/libncarg/histgr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
installing in ./ncarg2d/src/libncarg/histgr
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgr'
Making install in ./ncarg2d/src/libncarg/isosrf
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
installing in ./ncarg2d/src/libncarg/isosrf
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrf'
Making install in ./ncarg2d/src/libncarg/isosrfhr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
installing in ./ncarg2d/src/libncarg/isosrfhr
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfhr'
Making install in ./ncarg2d/src/libncarg/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
installing in ./ncarg2d/src/libncarg/labelbar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbar'
Making install in ./ncarg2d/src/libncarg/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
installing in ./ncarg2d/src/libncarg/ngmisc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmisc'
Making install in ./ncarg2d/src/libncarg/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
installing in ./ncarg2d/src/libncarg/plotchar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotchar'
Making install in ./ncarg2d/src/libncarg/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
installing in ./ncarg2d/src/libncarg/polypack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypack'
Making install in ./ncarg2d/src/libncarg/pwritx
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
installing in ./ncarg2d/src/libncarg/pwritx
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwritx'
Making install in ./ncarg2d/src/libncarg/pwrity
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
installing in ./ncarg2d/src/libncarg/pwrity
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrity'
Making install in ./ncarg2d/src/libncarg/pwrzi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
installing in ./ncarg2d/src/libncarg/pwrzi
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzi'
Making install in ./ncarg2d/src/libncarg/pwrzs
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
installing in ./ncarg2d/src/libncarg/pwrzs
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzs'
Making install in ./ncarg2d/src/libncarg/pwrzt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
installing in ./ncarg2d/src/libncarg/pwrzt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/pwrzt'
Making install in ./ncarg2d/src/libncarg/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
installing in ./ncarg2d/src/libncarg/softfill
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfill'
Making install in ./ncarg2d/src/libncarg/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
installing in ./ncarg2d/src/libncarg/spps
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/spps'
Making install in ./ncarg2d/src/libncarg/srface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
installing in ./ncarg2d/src/libncarg/srface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srface'
Making install in ./ncarg2d/src/libncarg/stitle
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
installing in ./ncarg2d/src/libncarg/stitle
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitle'
Making install in ./ncarg2d/src/libncarg/strmln
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
installing in ./ncarg2d/src/libncarg/strmln
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmln'
Making install in ./ncarg2d/src/libncarg/support
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
installing in ./ncarg2d/src/libncarg/support
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/support'
Making install in ./ncarg2d/src/libncarg/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
installing in ./ncarg2d/src/libncarg/tdpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpack'
Making install in ./ncarg2d/src/libncarg/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
installing in ./ncarg2d/src/libncarg/threed
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threed'
Making install in ./ncarg2d/src/libncarg/vaspackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
installing in ./ncarg2d/src/libncarg/vaspackt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/vaspackt'
Making install in ./ncarg2d/src/libncarg/velvct
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
installing in ./ncarg2d/src/libncarg/velvct
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvct'
Making install in ./ncarg2d/src/libncarg/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
installing in ./ncarg2d/src/libncarg/wmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmap'
Making install in ./ncarg2d/src/libncarg/areasC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
installing in ./ncarg2d/src/libncarg/areasC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/areasC'
Making install in ./ncarg2d/src/libncarg/autogrphC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
installing in ./ncarg2d/src/libncarg/autogrphC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/autogrphC'
Making install in ./ncarg2d/src/libncarg/colconvC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
installing in ./ncarg2d/src/libncarg/colconvC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/colconvC'
Making install in ./ncarg2d/src/libncarg/conpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
installing in ./ncarg2d/src/libncarg/conpackC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpackC'
Making install in ./ncarg2d/src/libncarg/conpacktC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
installing in ./ncarg2d/src/libncarg/conpacktC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/conpacktC'
Making install in ./ncarg2d/src/libncarg/commonC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
installing in ./ncarg2d/src/libncarg/commonC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/commonC'
Making install in ./ncarg2d/src/libncarg/dashcharC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
installing in ./ncarg2d/src/libncarg/dashcharC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashcharC'
Making install in ./ncarg2d/src/libncarg/dashpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
installing in ./ncarg2d/src/libncarg/dashpackC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/dashpackC'
Making install in ./ncarg2d/src/libncarg/ezmapCC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
installing in ./ncarg2d/src/libncarg/ezmapCC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ezmapCC'
Making install in ./ncarg2d/src/libncarg/gflashC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
installing in ./ncarg2d/src/libncarg/gflashC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gflashC'
Making install in ./ncarg2d/src/libncarg/gridalC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
installing in ./ncarg2d/src/libncarg/gridalC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/gridalC'
Making install in ./ncarg2d/src/libncarg/histgrC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
installing in ./ncarg2d/src/libncarg/histgrC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/histgrC'
Making install in ./ncarg2d/src/libncarg/isosrfC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
installing in ./ncarg2d/src/libncarg/isosrfC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/isosrfC'
Making install in ./ncarg2d/src/libncarg/labelbarC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
installing in ./ncarg2d/src/libncarg/labelbarC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/labelbarC'
Making install in ./ncarg2d/src/libncarg/ngmiscC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
installing in ./ncarg2d/src/libncarg/ngmiscC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/ngmiscC'
Making install in ./ncarg2d/src/libncarg/plotcharC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
installing in ./ncarg2d/src/libncarg/plotcharC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/plotcharC'
Making install in ./ncarg2d/src/libncarg/polypackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
installing in ./ncarg2d/src/libncarg/polypackC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/polypackC'
Making install in ./ncarg2d/src/libncarg/softfillC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
installing in ./ncarg2d/src/libncarg/softfillC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/softfillC'
Making install in ./ncarg2d/src/libncarg/sppsC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
installing in ./ncarg2d/src/libncarg/sppsC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/sppsC'
Making install in ./ncarg2d/src/libncarg/srfaceC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
installing in ./ncarg2d/src/libncarg/srfaceC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/srfaceC'
Making install in ./ncarg2d/src/libncarg/stitleC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
installing in ./ncarg2d/src/libncarg/stitleC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/stitleC'
Making install in ./ncarg2d/src/libncarg/supportC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
installing in ./ncarg2d/src/libncarg/supportC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/supportC'
Making install in ./ncarg2d/src/libncarg/strmlnC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
installing in ./ncarg2d/src/libncarg/strmlnC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/strmlnC'
Making install in ./ncarg2d/src/libncarg/tdpackC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
installing in ./ncarg2d/src/libncarg/tdpackC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/tdpackC'
Making install in ./ncarg2d/src/libncarg/threedC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
installing in ./ncarg2d/src/libncarg/threedC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/threedC'
Making install in ./ncarg2d/src/libncarg/velvctC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
installing in ./ncarg2d/src/libncarg/velvctC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/velvctC'
Making install in ./ncarg2d/src/libncarg/wmapC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
installing in ./ncarg2d/src/libncarg/wmapC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg/wmapC'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg'
Making install in ./ncarg2d/src/libncarg_gks
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making in awi bwi wiss cdrivers awiC First...
Making ./ncarg2d/src/libncarg_gks/awi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making ./ncarg2d/src/libncarg_gks/bwi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making ./ncarg2d/src/libncarg_gks/wiss
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making ./ncarg2d/src/libncarg_gks/cdrivers
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making ./ncarg2d/src/libncarg_gks/awiC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
Continuing in ./ncarg2d/src/libncarg_gks
ranlib libncarg_gks.a
Installing libncarg_gks.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg_gks.a
Installing gks.h
installing in ./ncarg2d/src/libncarg_gks
Making install in ./ncarg2d/src/libncarg_gks/awi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Installing ggkwdr_stub.o
installing in ./ncarg2d/src/libncarg_gks/awi
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awi'
Making install in ./ncarg2d/src/libncarg_gks/bwi
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
installing in ./ncarg2d/src/libncarg_gks/bwi
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/bwi'
Making install in ./ncarg2d/src/libncarg_gks/wiss
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
installing in ./ncarg2d/src/libncarg_gks/wiss
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/wiss'
Making install in ./ncarg2d/src/libncarg_gks/cdrivers
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Installing gksP.h
installing in ./ncarg2d/src/libncarg_gks/cdrivers
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/cdrivers'
Making install in ./ncarg2d/src/libncarg_gks/awiC
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
installing in ./ncarg2d/src/libncarg_gks/awiC
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks/awiC'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/libncarg_gks'
Making install in ./ncarg2d/src/liboptional
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
installing in ./ncarg2d/src/liboptional
Making install in ./ncarg2d/src/liboptional/conraq
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Installing libconraq.o
installing in ./ncarg2d/src/liboptional/conraq
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conraq'
Making install in ./ncarg2d/src/liboptional/conras
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Installing libconras.o
installing in ./ncarg2d/src/liboptional/conras
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conras'
Making install in ./ncarg2d/src/liboptional/conrcqck
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Installing libconrcqck.o
installing in ./ncarg2d/src/liboptional/conrcqck
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcqck'
Making install in ./ncarg2d/src/liboptional/conrcspr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Installing libconrcspr.o
installing in ./ncarg2d/src/liboptional/conrcspr
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/conrcspr'
Making install in ./ncarg2d/src/liboptional/dashsmth
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Installing libdashsmth.o
installing in ./ncarg2d/src/liboptional/dashsmth
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsmth'
Making install in ./ncarg2d/src/liboptional/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Installing libdashline.o
installing in ./ncarg2d/src/liboptional/dashline
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashline'
Making install in ./ncarg2d/src/liboptional/dashsupr
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Installing libdashsupr.o
installing in ./ncarg2d/src/liboptional/dashsupr
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/dashsupr'
Making install in ./ncarg2d/src/liboptional/agupwrtx
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Installing libagupwrtx.o
installing in ./ncarg2d/src/liboptional/agupwrtx
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/agupwrtx'
Making install in ./ncarg2d/src/liboptional/ncarbd
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
Installing libncarbd.o
installing in ./ncarg2d/src/liboptional/ncarbd
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional/ncarbd'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/liboptional'
Making install in ./ncarg2d/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
installing in ./ncarg2d/src/bin
Making install in ./ncarg2d/src/bin/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Installing ncargfile
Installing ncargversion
Installing ncargrun
Installing ncargex
Installing pre2ncgm
Installing ncargcc
Installing ncargf90
Installing ncargf77
Installing ngurl
installing in ./ncarg2d/src/bin/scripts
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/scripts'
Making install in ./ncarg2d/src/bin/impltest
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tlocal tlocal32.o tiand.o tior.o lcm.o tgbyte.o tshift.o tsbyte.o	mskout.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing tlocal
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tgks0a tgks0a.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing tgks0a
installing in ./ncarg2d/src/bin/impltest
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/impltest'
Making install in ./ncarg2d/src/bin/ncargworld
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ncargworld ncargworld.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o  -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing ncargworld
Installing ncargworld.f
installing in ./ncarg2d/src/bin/ncargworld
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ncargworld'
Making install in ./ncarg2d/src/bin/findg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Installing findg
installing in ./ncarg2d/src/bin/findg
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/findg'
Making install in ./ncarg2d/src/bin/logos
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Installing ncarlogo2ps
installing in ./ncarg2d/src/bin/logos
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/logos'
Making install in ./ncarg2d/src/bin/psfltrs
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Installing psblack
Installing pswhite
installing in ./ncarg2d/src/bin/psfltrs
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psfltrs'
Making install in ./ncarg2d/src/bin/pre2ncgm
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pre2ncgm.prog alover.o clipit.o frm.o garg.o intcnv.o lodctb.o 	mmdef.o multi.o patdrw.o patset.o pltclp.o pltit.o pnt.o 	posit.o pwt.o setop.o setrng.o trndt2.o trnmch.o twobyt.o 	xmdef.o xmopdf.o fndarg.o metred.o mninst.o trans.o trassn.o trlate.o trndat.o ../../../.././ncarg2d/src/libncarg_gks/awi/ggkwdr_stub.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing pre2ncgm.prog
installing in ./ncarg2d/src/bin/pre2ncgm
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/pre2ncgm'
Making install in ./ncarg2d/src/bin/psplit
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Installing psplit
installing in ./ncarg2d/src/bin/psplit
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/psplit'
Making install in ./ncarg2d/src/bin/tdpackdemo
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tdpackdemo TdpackDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
Installing tdpackdemo
Installing TdpackDemo.f
installing in ./ncarg2d/src/bin/tdpackdemo
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/tdpackdemo'
Making install in ./ncarg2d/src/bin/ezmapdemo
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o ezmapdemo EzmapDemo.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
Installing ezmapdemo
Installing EzmapDemo.f
installing in ./ncarg2d/src/bin/ezmapdemo
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin/ezmapdemo'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/bin'
Making install in ./ncarg2d/src/db
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
installing in ./ncarg2d/src/db
Making install in ./ncarg2d/src/db/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Installing EzmapAreaInfo.CO
Installing EzmapAreaInfo.PO
Installing EzmapAreaInfo.PS
Installing EzmapAreaInfo.US
Installing EzmapOutlines.CO
Installing EzmapOutlines.PO
Installing EzmapOutlines.PS
Installing EzmapOutlines.US
Installing ezmapdata
Installing ezmap_area_ids
Installing Earth..1.areas
Installing Earth..1.lines
Installing Earth..1.names
Installing Earth..2.areas
Installing Earth..2.lines
Installing Earth..2.names
Installing Earth..3.areas
Installing Earth..3.lines
Installing Earth..3.names
Installing Earth..4.areas
Installing Earth..4.lines
Installing Earth..4.names
Installing ConvertMapData
Installing WriteLineFile
Installing WriteNameFile
installing in ./ncarg2d/src/db/ezmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ezmap'
Making install in ./ncarg2d/src/db/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o WritePlotcharData pccchk.o pcdchk.o pcexcd.o pcwb15.o pcwbin.o pcwrda.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing WritePlotcharData
Building the PWRITX database for PLOTCHAR
 Program "WritePlotcharData" executing.
 File "PlotcharData" created.
 Testing complex character set.
 Test successful.
 Testing duplex character set.
 Test successful.
Installing PlotcharData
installing in ./ncarg2d/src/db/plotchar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/plotchar'
Making install in ./ncarg2d/src/db/pwritxnt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o pwritxnt ccheck.o creb15.o crebin.o dcheck.o dport.o mkmsk.o pcrbin.o	 xtch.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././common/src/libncarg_c -lncarg_c -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64    
Installing pwritxnt
Building the PWRITX database
  PCRBIN - BINARY FILE CREATED
  PCRBIN - TEST COMPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
  PCRBIN - TEST DUPLEX SET
  PCRBIN - TEST WAS SUCCESSFUL
Installing pwritdata
installing in ./ncarg2d/src/db/pwritxnt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/pwritxnt'
Making install in ./ncarg2d/src/db/ranfdata
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Installing ranfdata
installing in ./ncarg2d/src/db/ranfdata
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ranfdata'
Making install in ./ncarg2d/src/db/ftfonts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
Installing Vera.ttf
Installing VeraBI.ttf
Installing VeraBd.ttf
Installing VeraIt.ttf
Installing VeraMoBI.ttf
Installing VeraMoBd.ttf
Installing VeraMoIt.ttf
Installing VeraMono.ttf
Installing VeraSe.ttf
Installing VeraSeBd.ttf
Installing cmex10.ttf
Installing cmsy10.ttf
Installing Aristarcoj2.ttf
installing in ./ncarg2d/src/db/ftfonts
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db/ftfonts'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/db'
Making install in ./ncarg2d/src/examples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
installing in ./ncarg2d/src/examples
Making install in ./ncarg2d/src/examples/eareas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Installing arex01.f
Installing arex02.f
Installing arex03.f
installing in ./ncarg2d/src/examples/eareas
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eareas'
Making install in ./ncarg2d/src/examples/eautog
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Installing agex01.f
Installing agex02.f
Installing agex03.f
Installing agex04.f
Installing agex05.f
Installing agex06.f
Installing agex07.f
Installing agex08.f
Installing agex09.f
Installing agex10.f
Installing agex11.f
Installing agex12.f
Installing agex13.f
Installing agdp01.f
Installing agda13.dat
installing in ./ncarg2d/src/examples/eautog
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eautog'
Making install in ./ncarg2d/src/examples/ecolcv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Installing coex01.f
Installing coex02.f
Installing coex03.f
installing in ./ncarg2d/src/examples/ecolcv
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ecolcv'
Making install in ./ncarg2d/src/examples/econpa
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Installing cpexcc.f
Installing cpex01.f
Installing cpex02.f
Installing cpex03.f
Installing cpex04.f
Installing cpex05.f
Installing cpex06.f
Installing cpex07.f
Installing cpex08.f
Installing cpex09.f
Installing cpex10.f
Installing cpex11.f
Installing cpex12.f
Installing cpex13.f
Installing cpex14.f
Installing cpex15.f
Installing cpex16.f
Installing cbex01.f
Installing cpex14.dat
Installing cpex16.dat
installing in ./ncarg2d/src/examples/econpa
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpa'
Making install in ./ncarg2d/src/examples/econpt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Installing ctcbay.f
Installing ctex01.f
Installing ctex02.f
Installing ctfite.f
Installing ctgaus.f
Installing ctgc23.f
Installing ctgeo1.f
Installing ctgeo2.f
Installing ctgeo3.f
Installing ctiscp.f
Installing ctisc2.f
Installing ctllg1.f
Installing ctllg2.f
Installing ctllg3.f
Installing ctnccl.f
Installing ctorca.f
Installing ctpopg.f
Installing ctswth.f
Installing cttd01.f
Installing cttd02.f
Installing ctterr.f
Installing ctwng1.f
Installing ctwng2.f
Installing ctcbay.dat
Installing ctfite.dat
Installing ctgaus.dat
Installing ctgeo3.dat
Installing ctiscp.dat
Installing ctnccl.dat
Installing ctorca.dat
Installing ctpopg.dat
Installing ctswth.dat
Installing ctterr.dat
Installing ctwng1.dat
Installing ctwng2.dat
installing in ./ncarg2d/src/examples/econpt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/econpt'
Making install in ./ncarg2d/src/examples/eezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Installing mpexcc.f
Installing mpex01.f
Installing mpex02.f
Installing mpex03.f
Installing mpex04.f
Installing mpex05.f
Installing mpex06.f
Installing mpex07.f
Installing mpex08.f
Installing mpex09.f
Installing mpex10.f
Installing mpex11.f
Installing mpex12.f
Installing mpex13.f
Installing mpex14.f
Installing mpex15.f
Installing mpexfi.f
Installing mpexfi.dat
Installing Europe.png
Installing Europe.pngi
installing in ./ncarg2d/src/examples/eezmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmap'
Making install in ./ncarg2d/src/examples/eezmpa
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Installing eezmpa.f
installing in ./ncarg2d/src/examples/eezmpa
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eezmpa'
Making install in ./ncarg2d/src/examples/elblba
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Installing elblba.f
installing in ./ncarg2d/src/examples/elblba
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/elblba'
Making install in ./ncarg2d/src/examples/emisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Installing bnchmk.f
Installing example.f
Installing miex01.f
installing in ./ncarg2d/src/examples/emisc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/emisc'
Making install in ./ncarg2d/src/examples/epltch
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Installing epltch.f
installing in ./ncarg2d/src/examples/epltch
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/epltch'
Making install in ./ncarg2d/src/examples/eppack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Installing ppex01.f
installing in ./ncarg2d/src/examples/eppack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/eppack'
Making install in ./ncarg2d/src/examples/esoftf
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Installing sfex01.f
Installing sfex02.f
installing in ./ncarg2d/src/examples/esoftf
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esoftf'
Making install in ./ncarg2d/src/examples/espps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Installing splogy.f
Installing sprevx.f
installing in ./ncarg2d/src/examples/espps
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/espps'
Making install in ./ncarg2d/src/examples/esrfac
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Installing srex01.f
Installing srex01.dat
installing in ./ncarg2d/src/examples/esrfac
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/esrfac'
Making install in ./ncarg2d/src/examples/estitl
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Installing slex01.f
Installing slex02.f
installing in ./ncarg2d/src/examples/estitl
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estitl'
Making install in ./ncarg2d/src/examples/estrml
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Installing stex01.f
Installing stex02.f
Installing stex03.f
installing in ./ncarg2d/src/examples/estrml
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/estrml'
Making install in ./ncarg2d/src/examples/etpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Installing tdex01.f
Installing tdex02.f
Installing tdex03.f
Installing tdex04.f
Installing tdex05.f
Installing tdex06.f
Installing tdex07.f
Installing tdex08.f
installing in ./ncarg2d/src/examples/etpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/etpack'
Making install in ./ncarg2d/src/examples/evaspt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Installing vtex01.f
Installing vtex02.f
Installing vtex03.f
installing in ./ncarg2d/src/examples/evaspt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evaspt'
Making install in ./ncarg2d/src/examples/evelvc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Installing vvex01.f
Installing vvex02.f
Installing vvex03.f
Installing vvexcc.f
installing in ./ncarg2d/src/examples/evelvc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/evelvc'
Making install in ./ncarg2d/src/examples/ewmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
Installing wmex01.f
Installing wmex02.f
Installing wmex03.f
Installing wmex04.f
Installing wmex05.f
Installing wmex06.f
Installing wmex07.f
Installing wmex08.f
Installing wmex09.f
Installing wmex10.f
Installing wmex11.f
Installing wmex12.f
Installing wmex13.f
Installing wmex14.f
Installing wmex15.f
Installing wmex16.f
Installing wmex17.f
installing in ./ncarg2d/src/examples/ewmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples/ewmap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examples'
Making install in ./ncarg2d/src/fundamental
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
installing in ./ncarg2d/src/fundamental
Making install in ./ncarg2d/src/fundamental/fautograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Installing fagaxclr.f
Installing fagaxlbl.f
Installing fagaxmax.f
Installing fagcuclr.f
Installing fagcudsh.f
Installing fagezmxy.f
Installing fagezmy.f
Installing fagezxy.f
Installing fagezy.f
Installing fagilclr.f
Installing fagovrvw.f
installing in ./ncarg2d/src/fundamental/fautograph
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fautograph'
Making install in ./ncarg2d/src/fundamental/fcolconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Installing fcce01.f
Installing fcce02.f
installing in ./ncarg2d/src/fundamental/fcolconv
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fcolconv'
Making install in ./ncarg2d/src/fundamental/fdashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Installing fdlcurvd.f
Installing fdldashc.f
Installing fdldashd.f
Installing fdlsmth.f
installing in ./ncarg2d/src/fundamental/fdashline
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fdashline'
Making install in ./ncarg2d/src/fundamental/ffield_flow
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
Installing ffex00.f
Installing ffex01.f
Installing ffex02.f
Installing ffex03.f
Installing ffex04.f
Installing ffex05.f
Installing ffex02.dat
Installing ffex05.dat
Installing fcover.f
Installing fcover.dat
Installing fcover.dat
installing in ./ncarg2d/src/fundamental/ffield_flow
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/ffield_flow'
Making install in ./ncarg2d/src/fundamental/fgks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Installing fcell.f
Installing fcell0.f
Installing fgke01.f
Installing fgke02.f
Installing fgke03.f
Installing fgke04.f
Installing fgkgpl.f
Installing fgkgpm.f
Installing fgkgtx.f
Installing fgklnclr.f
Installing fgklnwth.f
Installing fgpm01.f
Installing fcirc.f
installing in ./ncarg2d/src/fundamental/fgks
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fgks'
Making install in ./ncarg2d/src/fundamental/fisosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Installing fisissrf.f
Installing fispwrzi.f
installing in ./ncarg2d/src/fundamental/fisosurface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fisosurface'
Making install in ./ncarg2d/src/fundamental/flabelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Installing clbbar.f
Installing clbfil.f
Installing clblbr.f
installing in ./ncarg2d/src/fundamental/flabelbar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/flabelbar'
Making install in ./ncarg2d/src/fundamental/fngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Installing fngngdts.f
Installing fngwsym.f
installing in ./ncarg2d/src/fundamental/fngmisc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fngmisc'
Making install in ./ncarg2d/src/fundamental/fplotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Installing fpcfonts.f
Installing fpchiqu.f
Installing fpcloqu.f
installing in ./ncarg2d/src/fundamental/fplotchar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fplotchar'
Making install in ./ncarg2d/src/fundamental/fscrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
Installing fslfont.f
installing in ./ncarg2d/src/fundamental/fscrolled_title
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fscrolled_title'
Making install in ./ncarg2d/src/fundamental/fsoftfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Installing fsfsgfa.f
Installing fsfwrld.f
installing in ./ncarg2d/src/fundamental/fsoftfill
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsoftfill'
Making install in ./ncarg2d/src/fundamental/fspps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Installing fspcurve.f
Installing fspline.f
Installing fsppoint.f
Installing fspponts.f
Installing fcoord.f
Installing fcoord1.f
Installing fcoord2.f
installing in ./ncarg2d/src/fundamental/fspps
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fspps'
Making install in ./ncarg2d/src/fundamental/fstreamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Installing fstream.f
installing in ./ncarg2d/src/fundamental/fstreamlines
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fstreamlines'
Making install in ./ncarg2d/src/fundamental/fsurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Installing fsrezsrf.f
Installing fsrpwrzs.f
Installing fsrsrfac.f
installing in ./ncarg2d/src/fundamental/fsurface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fsurface'
Making install in ./ncarg2d/src/fundamental/fthreed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
Installing fthex01.f
Installing fthex02.f
Installing fthex03.f
Installing fthex04.f
Installing fthex05.f
installing in ./ncarg2d/src/fundamental/fthreed
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental/fthreed'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/fundamental'
Making install in ./ncarg2d/src/tests
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Installing tagupw.f
Installing tareas.f
Installing tautog.f
Installing tcnqck.f
Installing tcnsmt.f
Installing tcnsup.f
Installing tcolcv.f
Installing tconan.f
Installing tconaq.f
Installing tconas.f
Installing tconpa.f
Installing tconre.f
Installing tdashc.f
Installing tdashl.f
Installing tdashp.f
Installing tdashs.f
Installing tdshpk.f
Installing tezmap.f
Installing tezmpa.f
Installing tezmpb.f
Installing tgflas.f
Installing tgrida.f
Installing thafto.f
Installing thstgr.f
Installing thstmv.f
Installing tisohr.f
Installing tisosr.f
Installing tlblba.f
Installing tpltch.f
Installing tppack.f
Installing tpwrtx.f
Installing tpwry.f
Installing tpwrzi.f
Installing tpwrzs.f
Installing tpwrzt.f
Installing tseter.f
Installing tsoftf.f
Installing tsrfac.f
Installing tstitl.f
Installing tstrml.f
Installing tthree.f
Installing tvelvc.f
installing in ./ncarg2d/src/tests
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tests'
Making install in ./ncarg2d/src/tutorial
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
installing in ./ncarg2d/src/tutorial
Making install in ./ncarg2d/src/tutorial/tareas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Installing cardb1.f
Installing cardb2.f
Installing caredg.f
Installing carfill.f
Installing carline.f
Installing carmap.f
installing in ./ncarg2d/src/tutorial/tareas
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tareas'
Making install in ./ncarg2d/src/tutorial/tconpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Installing ccpback.f
Installing ccpcff.f
Installing ccpcfx.f
Installing ccpcica.f
Installing ccpcir.f
Installing ccpcis.f
Installing ccpcit.f
Installing ccpclc.f
Installing ccpcld.f
Installing ccpcldm.f
Installing ccpcldr.f
Installing ccpcll.f
Installing ccpclu.f
Installing ccpcnrc.f
Installing ccpdflt.f
Installing ccpezct.f
Installing ccpfil.f
Installing ccpga.f
Installing ccphand.f
Installing ccphcf.f
Installing ccphl.f
Installing ccphlt.f
Installing ccpila.f
Installing ccpils.f
Installing ccpilt.f
Installing ccpklb.f
Installing ccplbam.f
Installing ccplbdr.f
Installing ccpline.f
Installing ccpllb.f
Installing ccpllc.f
Installing ccplll.f
Installing ccpllo.f
Installing ccpllp.f
Installing ccpllt.f
Installing ccpllw.f
Installing ccpmap.f
Installing ccpmovi.f
Installing ccpmpxy.f
Installing ccpncls.f
Installing ccpnet.f
Installing ccpnof.f
Installing ccpnsd.f
Installing ccppc.f
Installing ccppc1.f
Installing ccppc2.f
Installing ccppc3.f
Installing ccppc4.f
Installing ccppkcl.f
Installing ccppole.f
Installing ccprc.f
Installing ccprect.f
Installing ccprwc.f
Installing ccprwu.f
Installing ccpscam.f
Installing ccpset.f
Installing ccpsps1.f
Installing ccpsps2.f
Installing ccpspv.f
Installing ccpt2d.f
Installing ccptitle.f
Installing ccpvp.f
Installing ccpvs.f
Installing cidsfft.f
Installing colcon.f
Installing ggdini.f
Installing ccpex.dat
Installing ccpila.dat
Installing cpmpxy1.dat
installing in ./ncarg2d/src/tutorial/tconpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tconpack'
Making install in ./ncarg2d/src/tutorial/tezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Installing cezmap1.f
Installing cezmap2.f
Installing cezmap3.f
Installing cmpclr.f
Installing cmpdd.f
Installing cmpdrw.f
Installing cmpel.f
Installing cmpfil.f
Installing cmpgci.f
Installing cmpgrd.f
Installing cmpgrp.f
Installing cmpita.f
Installing cmpitm.f
Installing cmplab.f
Installing cmplbl.f
Installing cmplot.f
Installing cmpmsk.f
Installing cmpou.f
Installing cmppos.f
Installing cmpsat.f
Installing cmpsup.f
Installing cmptit.f
Installing cmptra.f
Installing cmpusr.f
installing in ./ncarg2d/src/tutorial/tezmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/tezmap'
Making install in ./ncarg2d/src/tutorial/class
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
Installing class1.f
Installing class2.f
Installing class3.f
Installing class1.dat
installing in ./ncarg2d/src/tutorial/class
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial/class'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/tutorial'
Making install in ./ncarg2d/src/examplesC
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
installing in ./ncarg2d/src/examplesC
Making install in ./ncarg2d/src/examplesC/areas
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Installing c_tareas.c
installing in ./ncarg2d/src/examplesC/areas
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/areas'
Making install in ./ncarg2d/src/examplesC/autograph
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Installing c_agex07.c
installing in ./ncarg2d/src/examplesC/autograph
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/autograph'
Making install in ./ncarg2d/src/examplesC/bivar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Installing c_cbex01.c
installing in ./ncarg2d/src/examplesC/bivar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/bivar'
Making install in ./ncarg2d/src/examplesC/colconv
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Installing c_coex02.c
installing in ./ncarg2d/src/examplesC/colconv
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/colconv'
Making install in ./ncarg2d/src/examplesC/conpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Installing c_colcon.c
installing in ./ncarg2d/src/examplesC/conpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpack'
Making install in ./ncarg2d/src/examplesC/conpackt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Installing c_ctllg3.c
installing in ./ncarg2d/src/examplesC/conpackt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/conpackt'
Making install in ./ncarg2d/src/examplesC/dashline
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Installing c_fdldashc.c
installing in ./ncarg2d/src/examplesC/dashline
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashline'
Making install in ./ncarg2d/src/examplesC/dashpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Installing c_tdshpk.c
installing in ./ncarg2d/src/examplesC/dashpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/dashpack'
Making install in ./ncarg2d/src/examplesC/ezmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Installing c_eezmpa.c
Installing c_eezmpb.c
Installing c_mpex05.c
installing in ./ncarg2d/src/examplesC/ezmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ezmap'
Making install in ./ncarg2d/src/examplesC/gflash
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Installing c_tgflas.c
installing in ./ncarg2d/src/examplesC/gflash
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gflash'
Making install in ./ncarg2d/src/examplesC/gks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Installing c_gtxpac.c
Installing c_xwndws.c
Installing c_pgkex21.c
installing in ./ncarg2d/src/examplesC/gks
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gks'
Making install in ./ncarg2d/src/examplesC/gridall
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Installing c_tgrida.c
installing in ./ncarg2d/src/examplesC/gridall
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/gridall'
Making install in ./ncarg2d/src/examplesC/histogram
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Installing c_thstmv.c
installing in ./ncarg2d/src/examplesC/histogram
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/histogram'
Making install in ./ncarg2d/src/examplesC/isosurface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Installing c_tisosr.c
installing in ./ncarg2d/src/examplesC/isosurface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/isosurface'
Making install in ./ncarg2d/src/examplesC/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Installing c_elblba.c
installing in ./ncarg2d/src/examplesC/labelbar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/labelbar'
Making install in ./ncarg2d/src/examplesC/ngmisc
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Installing c_fngwsym.c
installing in ./ncarg2d/src/examplesC/ngmisc
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/ngmisc'
Making install in ./ncarg2d/src/examplesC/plotchar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Installing c_epltch.c
installing in ./ncarg2d/src/examplesC/plotchar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/plotchar'
Making install in ./ncarg2d/src/examplesC/polypack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Installing c_ppex01.c
installing in ./ncarg2d/src/examplesC/polypack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/polypack'
Making install in ./ncarg2d/src/examplesC/scrolled_title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
Installing c_slex01.c
installing in ./ncarg2d/src/examplesC/scrolled_title
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/scrolled_title'
Making install in ./ncarg2d/src/examplesC/softfill
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Installing c_sfex02.c
installing in ./ncarg2d/src/examplesC/softfill
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/softfill'
Making install in ./ncarg2d/src/examplesC/spps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Installing c_fcoord2.c
installing in ./ncarg2d/src/examplesC/spps
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/spps'
Making install in ./ncarg2d/src/examplesC/streamlines
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Installing c_ffex03.c
installing in ./ncarg2d/src/examplesC/streamlines
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/streamlines'
Making install in ./ncarg2d/src/examplesC/surface
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Installing c_srex01.c
installing in ./ncarg2d/src/examplesC/surface
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/surface'
Making install in ./ncarg2d/src/examplesC/tdpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Installing c_tdex01.c
Installing c_tdex03.c
installing in ./ncarg2d/src/examplesC/tdpack
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/tdpack'
Making install in ./ncarg2d/src/examplesC/threed
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Installing c_fthex01.c
installing in ./ncarg2d/src/examplesC/threed
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/threed'
Making install in ./ncarg2d/src/examplesC/vectors
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Installing c_vvex03.c
installing in ./ncarg2d/src/examplesC/vectors
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/vectors'
Making install in ./ncarg2d/src/examplesC/wmap
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
Installing c_wmex09.c
installing in ./ncarg2d/src/examplesC/wmap
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC/wmap'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/examplesC'
Making install in ./ncarg2d/src/pdocexamples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
installing in ./ncarg2d/src/pdocexamples
Making install in ./ncarg2d/src/pdocexamples/pgks
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
Installing pgkex01.f
Installing pgkex02.f
Installing pgkex03.f
Installing pgkex04.f
Installing pgkex05.f
Installing pgkex06.f
Installing pgkex07.f
Installing pgkex08.f
Installing pgkex09.f
Installing pgkex10.f
Installing pgkex11.f
Installing pgkex12.f
Installing pgkex13.f
Installing pgkex14.f
Installing pgkex15.f
Installing pgkex16.f
Installing pgkex17.f
Installing pgkex18.f
Installing pgkex19.f
Installing pgkex20.f
Installing pgkex21.f
Installing pgkex22.f
Installing pgkex23.f
Installing pgkex24.f
Installing pgkex25.f
Installing pgkex26.f
Installing pgkex27.f
Installing c_gcell.c
installing in ./ncarg2d/src/pdocexamples/pgks
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples/pgks'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src/pdocexamples'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/src'
Making install in ./ncarg2d/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
installing in ./ncarg2d/man
Making install in ./ncarg2d/man/areas
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Installing ardbpa.3
Installing ardrln.3
Installing areas.3
Installing areas_params.3
Installing aredam.3
Installing argeti.3
Installing argetr.3
Installing argtai.3
Installing arinam.3
Installing armvam.3
Installing arpram.3
Installing arscam.3
Installing arseti.3
Installing arsetr.3
installing in ./ncarg2d/man/areas
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/areas'
Making install in ./ncarg2d/man/autograph
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Installing agback.3
Installing agbnch.3
Installing agchax.3
Installing agchcu.3
Installing agchil.3
Installing agchnl.3
Installing agcurv.3
Installing agdshn.3
Installing aggetc.3
Installing aggetf.3
Installing aggeti.3
Installing aggetp.3
Installing aggetr.3
Installing agpwrt.3
Installing agrstr.3
Installing agsave.3
Installing agsetc.3
Installing agsetf.3
Installing agseti.3
Installing agsetp.3
Installing agsetr.3
Installing agstup.3
Installing agutol.3
Installing anotat.3
Installing autograph.3
Installing autograph_params.3
Installing displa.3
Installing ezmxy.3
Installing ezmy.3
Installing ezxy.3
Installing ezy.3
installing in ./ncarg2d/man/autograph
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/autograph'
Making install in ./ncarg2d/man/bivar
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Installing bivar.3
Installing bivar_params.3
Installing idbvip.3
Installing idsfft.3
Installing idpltr.3
Installing idgeti.3
Installing idgetr.3
Installing idseti.3
Installing idsetr.3
installing in ./ncarg2d/man/bivar
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/bivar'
Making install in ./ncarg2d/man/colconv
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Installing colconv.3
Installing hlsrgb.3
Installing hsvrgb.3
Installing rgbhls.3
Installing rgbhsv.3
Installing rgbyiq.3
Installing yiqrgb.3
installing in ./ncarg2d/man/colconv
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/colconv'
Making install in ./ncarg2d/man/conpack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Installing conpack.3
Installing conpack_params.3
Installing cpback.3
Installing cpchcf.3
Installing cpchcl.3
Installing cpchhl.3
Installing cpchil.3
Installing cpchll.3
Installing cpcica.3
Installing cpclam.3
Installing cpcldm.3
Installing cpcldr.3
Installing cpcltr.3
Installing cpcnrc.3
Installing cpdrpl.3
Installing cpezct.3
Installing cpgetc.3
Installing cpgeti.3
Installing cpgetr.3
Installing cplbam.3
Installing cplbdr.3
Installing cpmpxy.3
Installing cpmviw.3
Installing cpmvrw.3
Installing cppkcl.3
Installing cppklb.3
Installing cprect.3
Installing cprset.3
Installing cpscae.3
Installing cpsetc.3
Installing cpseti.3
Installing cpsetr.3
Installing cpsprs.3
Installing cpsps1.3
Installing cpsps2.3
installing in ./ncarg2d/man/conpack
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conpack'
Making install in ./ncarg2d/man/conran_family
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Installing conop1.3
Installing conop2.3
Installing conop3.3
Installing conop4.3
Installing conran.3
Installing conran_family.3
Installing conran_family_params.3
Installing conraq.3
Installing conras.3
installing in ./ncarg2d/man/conran_family
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conran_family'
Making install in ./ncarg2d/man/conrec_family
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Installing conrec.3
Installing conrec_family.3
Installing conrec_family_params.3
Installing conrecqck.3
Installing conrecquick.3
Installing conrecsmooth.3
Installing conrecspr.3
Installing conrecsuper.3
Installing ezcntr.3
installing in ./ncarg2d/man/conrec_family
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/conrec_family'
Making install in ./ncarg2d/man/dashline
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Installing curved.3
Installing dashchar.3
Installing dashdb.3
Installing dashdc.3
Installing dashline.3
Installing dashline_params.3
Installing dashsmth.3
Installing dashsupr.3
Installing frstd.3
Installing lastd.3
Installing lined.3
Installing reset.3
Installing vectd.3
installing in ./ncarg2d/man/dashline
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashline'
Making install in ./ncarg2d/man/dashpack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Installing dashpack.3
Installing dashpack_params.3
Installing dpcurv.3
Installing dpdraw.3
Installing dpfrst.3
Installing dpgetc.3
Installing dpgeti.3
Installing dpgetr.3
Installing dplast.3
Installing dpline.3
Installing dpsetc.3
Installing dpseti.3
Installing dpsetr.3
Installing dpsmth.3
Installing dpvect.3
installing in ./ncarg2d/man/dashpack
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/dashpack'
Making install in ./ncarg2d/man/error_handling
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Installing entsr.3
Installing eprin.3
Installing errof.3
Installing error_handling.3
Installing fdum.3
Installing icfell.3
Installing icloem.3
Installing nerro.3
Installing retsr.3
Installing semess.3
Installing seter.3
installing in ./ncarg2d/man/error_handling
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/error_handling'
Making install in ./ncarg2d/man/ezmap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Installing ezmap.3
Installing ezmap_params.3
Installing ezmapa.3
Installing mapaci.3
Installing mapbla.3
Installing mapblm.3
Installing mapdrw.3
Installing mapeod.3
Installing mapfst.3
Installing mapgci.3
Installing mapgrd.3
Installing mapgrm.3
Installing mapgtc.3
Installing mapgti.3
Installing mapgtl.3
Installing mapgtr.3
Installing mapint.3
Installing mapiq.3
Installing mapiqa.3
Installing mapiqd.3
Installing mapiqm.3
Installing mapit.3
Installing mapita.3
Installing mapitd.3
Installing mapitm.3
Installing maplbl.3
Installing maplmb.3
Installing maplot.3
Installing mappos.3
Installing maproj.3
Installing maprs.3
Installing maprst.3
Installing mapsav.3
Installing mapset.3
Installing mapstc.3
Installing mapsti.3
Installing mapstl.3
Installing mapstr.3
Installing maptra.3
Installing maptri.3
Installing maptrn.3
Installing mapusr.3
Installing mapvec.3
Installing mpchln.3
Installing mpfnme.3
Installing mpgetc.3
Installing mpgeti.3
Installing mpgetl.3
Installing mpgetr.3
Installing mpglty.3
Installing mpiaty.3
Installing mpifnb.3
Installing mpilnb.3
Installing mpiola.3
Installing mpiosa.3
Installing mpipai.3
Installing mpipan.3
Installing mpipar.3
Installing mpisci.3
Installing mplnam.3
Installing mplndm.3
Installing mplndr.3
Installing mplnri.3
Installing mpname.3
Installing mprset.3
Installing mpsetc.3
Installing mpseti.3
Installing mpsetl.3
Installing mpsetr.3
Installing supcon.3
Installing supmap.3
installing in ./ncarg2d/man/ezmap
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ezmap'
Making install in ./ncarg2d/man/gflash
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Installing gflas1.3
Installing gflas2.3
Installing gflas3.3
Installing gflas4.3
Installing gflash.3
installing in ./ncarg2d/man/gflash
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gflash'
Making install in ./ncarg2d/man/gks
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Installing gactm.3
Installing gacwk.3
Installing gca.3
Installing gclks.3
Installing gclrwk.3
Installing gclsg.3
Installing gclwk.3
Installing gcrsg.3
Installing gcsgwk.3
Installing gdawk.3
Installing gdsg.3
Installing gesc.3
Installing gevtm.3
Installing gfa.3
Installing gks.3
Installing gopks.3
Installing gopwk.3
Installing gpl.3
Installing gpm.3
Installing gqasf.3
Installing gqchh.3
Installing gqchsp.3
Installing gqchup.3
Installing gqchxp.3
Installing gqclip.3
Installing gqcntn.3
Installing gqcr.3
Installing gqfaci.3
Installing gqfais.3
Installing gqfasi.3
Installing gqln.3
Installing gqlwsc.3
Installing gqmk.3
Installing gqmksc.3
Installing gqmntn.3
Installing gqnt.3
Installing gqops.3
Installing gqopsg.3
Installing gqplci.3
Installing gqpmci.3
Installing gqsgus.3
Installing gqtxal.3
Installing gqtxci.3
Installing gqtxfp.3
Installing gqtxp.3
Installing gsasf.3
Installing gschh.3
Installing gschsp.3
Installing gschup.3
Installing gschxp.3
Installing gsclip.3
Installing gscr.3
Installing gselnt.3
Installing gsfaci.3
Installing gsfais.3
Installing gsfasi.3
Installing gsln.3
Installing gslwsc.3
Installing gsmk.3
Installing gsmksc.3
Installing gsplci.3
Installing gspmci.3
Installing gssgt.3
Installing gstxal.3
Installing gstxci.3
Installing gstxfp.3
Installing gstxp.3
Installing gsvp.3
Installing gswn.3
Installing gtx.3
Installing guwk.3
installing in ./ncarg2d/man/gks
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gks'
Making install in ./ncarg2d/man/gksC
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Installing gaccum_tran_matrix.3
Installing gactivate_ws.3
Installing gcell_array.3
Installing gclear_ws.3
Installing gclose_gks.3
Installing gclose_seg.3
Installing gclose_ws.3
Installing gcopy_seg_ws.3
Installing gcreate_seg.3
Installing gdeactivate_ws.3
Installing gdel_seg.3
Installing gescape.3
Installing geval_tran_matrix.3
Installing gfill_area.3
Installing ginq_asfs.3
Installing ginq_char_expan.3
Installing ginq_char_ht.3
Installing ginq_char_space.3
Installing ginq_char_up_vec.3
Installing ginq_clip.3
Installing ginq_colr_rep.3
Installing ginq_cur_norm_tran_num.3
Installing ginq_fill_colr_ind.3
Installing ginq_fill_int_style.3
Installing ginq_fill_style_ind.3
Installing ginq_line_colr_ind.3
Installing ginq_linetype.3
Installing ginq_linewidth.3
Installing ginq_marker_colr_ind.3
Installing ginq_marker_size.3
Installing ginq_marker_type.3
Installing ginq_max_norm_tran_num.3
Installing ginq_name_open_seg.3
Installing ginq_norm_tran.3
Installing ginq_op_st.3
Installing ginq_set_seg_names.3
Installing ginq_text_align.3
Installing ginq_text_colr_ind.3
Installing ginq_text_font_prec.3
Installing ginq_text_path.3
Installing gopen_gks.3
Installing gopen_ws.3
Installing gpolyline.3
Installing gpolymarker.3
Installing gsel_norm_tran.3
Installing gset_asfs.3
Installing gset_char_expan.3
Installing gset_char_ht.3
Installing gset_char_space.3
Installing gset_char_up_vec.3
Installing gset_clip_ind.3
Installing gset_colr_rep.3
Installing gset_fill_colr_ind.3
Installing gset_fill_int_style.3
Installing gset_fill_style_ind.3
Installing gset_line_colr_ind.3
Installing gset_linetype.3
Installing gset_linewidth.3
Installing gset_marker_colr_ind.3
Installing gset_marker_size.3
Installing gset_marker_type.3
Installing gset_seg_tran.3
Installing gset_text_align.3
Installing gset_text_colr_ind.3
Installing gset_text_font_prec.3
Installing gset_text_path.3
Installing gset_vp.3
Installing gset_win.3
Installing gtext.3
Installing gupd_ws.3
installing in ./ncarg2d/man/gksC
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gksC'
Making install in ./ncarg2d/man/gridall
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Installing gacolr.3
Installing gagetc.3
Installing gageti.3
Installing gagetr.3
Installing gasetc.3
Installing gaseti.3
Installing gasetr.3
Installing grid.3
Installing gridal.3
Installing gridall.3
Installing gridall_params.3
Installing gridl.3
Installing halfax.3
Installing labmod.3
Installing perim.3
Installing periml.3
Installing tick4.3
Installing ticks.3
installing in ./ncarg2d/man/gridall
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/gridall'
Making install in ./ncarg2d/man/halftone
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Installing ezhftn.3
Installing hafton.3
Installing halftone.3
installing in ./ncarg2d/man/halftone
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/halftone'
Making install in ./ncarg2d/man/histogram
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Installing histgr.3
Installing histogram.3
Installing histogram_params.3
Installing hstopc.3
Installing hstopi.3
Installing hstopl.3
Installing hstopr.3
installing in ./ncarg2d/man/histogram
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/histogram'
Making install in ./ncarg2d/man/isosurface
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Installing dandr.3
Installing ezisos.3
Installing init3d.3
Installing isgeti.3
Installing isgetr.3
Installing isosrf.3
Installing isosrfhr.3
Installing isosurface.3
Installing isosurface_params.3
Installing isseti.3
Installing issetr.3
Installing pwrzi.3
installing in ./ncarg2d/man/isosurface
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/isosurface'
Making install in ./ncarg2d/man/labelbar
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Installing labelbar.3
Installing labelbar_params.3
Installing lbfill.3
Installing lbgeti.3
Installing lbgetr.3
Installing lblbar.3
Installing lbseti.3
Installing lbsetr.3
installing in ./ncarg2d/man/labelbar
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/labelbar'
Making install in ./ncarg2d/man/ngmisc
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Installing ngckop.3
Installing ngdots.3
Installing nggcog.3
Installing nggetc.3
Installing nggeti.3
Installing nggetr.3
Installing nggsog.3
Installing ngmftc.3
Installing nglogo.3
Installing ngezlogo.3
Installing ngmisc.3
Installing ngpict.3
Installing ngpswk.3
Installing ngreop.3
Installing ngritd.3
Installing ngsetc.3
Installing ngseti.3
Installing ngsetr.3
Installing ngsrat.3
Installing ngwsym.3
Installing ngmisc_params.3
installing in ./ncarg2d/man/ngmisc
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/ngmisc'
Making install in ./ncarg2d/man/other
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Installing findg.1
Installing ncargcc.1
Installing ncargex.1
Installing ncargf77.1
Installing ncargf90.1
Installing ncargrun.1
Installing ncargfile.1
Installing ncargversion.1
Installing pre2ncgm.1
Installing psblack.1
Installing pswhite.1
Installing psplit.1
Installing ncarlogo2ps.1
Installing ncarg_cbind.3
Installing ncarg_gks.3
Installing ncarg_gks_cbind.3
Installing ncargintro.5
Installing ncarg_env.5
installing in ./ncarg2d/man/other
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/other'
Making install in ./ncarg2d/man/plotchar
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Installing pcdlsc.3
Installing pcgetc.3
Installing pcgeti.3
Installing pcgetr.3
Installing pchiqu.3
Installing pcloqu.3
Installing pcmequ.3
Installing pcmpxy.3
Installing pcpnwi.3
Installing pcrset.3
Installing pcsetc.3
Installing pcseti.3
Installing pcsetr.3
Installing plchhq.3
Installing plchlq.3
Installing plchmq.3
Installing plotchar.3
Installing plotchar_params.3
installing in ./ncarg2d/man/plotchar
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/plotchar'
Making install in ./ncarg2d/man/polypack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Installing polypack.3
Installing ppdipo.3
Installing ppditr.3
Installing ppinpo.3
Installing ppintr.3
Installing ppplcl.3
Installing ppppap.3
Installing ppunpo.3
Installing ppuntr.3
installing in ./ncarg2d/man/polypack
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/polypack'
Making install in ./ncarg2d/man/pwrite_family
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Installing pwrite_family.3
Installing pwritx.3
Installing pwrity.3
installing in ./ncarg2d/man/pwrite_family
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/pwrite_family'
Making install in ./ncarg2d/man/scrolled_title
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Installing ftitle.3
Installing scrolled_title.3
Installing scrolled_title_params.3
Installing slgeti.3
Installing slgetr.3
Installing slogap.3
Installing slrset.3
Installing slseti.3
Installing slsetr.3
Installing stitle.3
installing in ./ncarg2d/man/scrolled_title
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/scrolled_title'
Making install in ./ncarg2d/man/softfill
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Installing sfgetc.3
Installing sfgeti.3
Installing sfgetp.3
Installing sfgetr.3
Installing sfnorm.3
Installing sfsetc.3
Installing sfseti.3
Installing sfsetp.3
Installing sfsetr.3
Installing sfsgfa.3
Installing sfwrld.3
Installing softfill.3
Installing softfill_params.3
installing in ./ncarg2d/man/softfill
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/softfill'
Making install in ./ncarg2d/man/spps
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Installing cfux.3
Installing cfuy.3
Installing clsgks.3
Installing cmfx.3
Installing cmfy.3
Installing cmux.3
Installing cmuy.3
Installing cpfx.3
Installing cpfy.3
Installing cpux.3
Installing cpuy.3
Installing cufx.3
Installing cufy.3
Installing curve.3
Installing fl2int.3
Installing frame.3
Installing frstpt.3
Installing getset.3
Installing getsi.3
Installing getusv.3
Installing kfmx.3
Installing kfmy.3
Installing kfpx.3
Installing kfpy.3
Installing kmpx.3
Installing kmpy.3
Installing kpmx.3
Installing kpmy.3
Installing kumx.3
Installing kumy.3
Installing kupx.3
Installing kupy.3
Installing line.3
Installing mxmy.3
Installing opngks.3
Installing plotif.3
Installing plotit.3
Installing point.3
Installing points.3
Installing pwrit.3
Installing set.3
Installing seti.3
Installing setusv.3
Installing sflush.3
Installing spps.3
Installing spps_converters.3
Installing spps_params.3
Installing vector.3
Installing wtstr.3
installing in ./ncarg2d/man/spps
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/spps'
Making install in ./ncarg2d/man/streamlines
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Installing ezstrm.3
Installing stgetc.3
Installing stgeti.3
Installing stgetr.3
Installing stinit.3
Installing stream.3
Installing streamlines.3
Installing streamlines_params.3
Installing strmln.3
Installing strset.3
Installing stsetc.3
Installing stseti.3
Installing stsetr.3
Installing stuixy.3
Installing stumsl.3
Installing stumta.3
Installing stumxy.3
installing in ./ncarg2d/man/streamlines
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/streamlines'
Making install in ./ncarg2d/man/surface
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Installing ezsrfc.3
Installing pwrzs.3
Installing setr.3
Installing srface.3
Installing surface.3
Installing surface_params.3
installing in ./ncarg2d/man/surface
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/surface'
Making install in ./ncarg2d/man/tdpack
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Installing tdclrs.3
Installing tdctri.3
Installing tddtri.3
Installing tdez2d.3
Installing tdez3d.3
Installing tdgeti.3
Installing tdgetr.3
Installing tdgrds.3
Installing tdgrid.3
Installing tdgtrs.3
Installing tdinit.3
Installing tditri.3
Installing tdlbla.3
Installing tdlbls.3
Installing tdline.3
Installing tdlnpa.3
Installing tdmtri.3
Installing tdotri.3
Installing tdpack.3
Installing tdpara.3
Installing tdplch.3
Installing tdprpa.3
Installing tdprpi.3
Installing tdprpt.3
Installing tdseti.3
Installing tdsetr.3
Installing tdsort.3
Installing tdstri.3
Installing tdstrs.3
Installing tdpack_params.3
installing in ./ncarg2d/man/tdpack
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/tdpack'
Making install in ./ncarg2d/man/threed
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Installing curve3.3
Installing fence3.3
Installing frst3.3
Installing line3.3
Installing perim3.3
Installing point3.3
Installing psym3.3
Installing pwrz.3
Installing pwrzt.3
Installing set3.3
Installing threed.3
Installing tick3.3
Installing tick43.3
Installing vect3.3
installing in ./ncarg2d/man/threed
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/threed'
Making install in ./ncarg2d/man/vectors
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Installing ezvec.3
Installing fx.3
Installing fy.3
Installing vectors.3
Installing vectors_params.3
Installing velvct.3
Installing velvec.3
Installing vvectr.3
Installing vvgetc.3
Installing vvgeti.3
Installing vvgetr.3
Installing vvinit.3
Installing vvrset.3
Installing vvsetc.3
Installing vvseti.3
Installing vvsetr.3
Installing vvudmv.3
Installing vvumxy.3
installing in ./ncarg2d/man/vectors
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/vectors'
Making install in ./ncarg2d/man/wmap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
Installing wmap.3
Installing wmap_params.3
Installing wmbarb.3
Installing wmdflt.3
Installing wmdrft.3
Installing wmdrrg.3
Installing wmgetc.3
Installing wmgeti.3
Installing wmgetr.3
Installing wmlabc.3
Installing wmlabs.3
Installing wmlabt.3
Installing wmlabw.3
Installing wmlgnd.3
Installing wmsetc.3
Installing wmseti.3
Installing wmsetr.3
Installing wmstnm.3
installing in ./ncarg2d/man/wmap
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man/wmap'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d/man'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarg2d'
Making install in ./ngmath
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
installing in ./ngmath
Making install in ./ngmath/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Installing libngmathbd.o
installing in ./ngmath/src
Making install in ./ngmath/src/lib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making in gridpack First...
Making ./ngmath/src/lib/gridpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Making ./ngmath/src/lib/gridpack/cssgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making ./ngmath/src/lib/gridpack/natgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making ./ngmath/src/lib/gridpack/dsgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making ./ngmath/src/lib/gridpack/fitgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making ./ngmath/src/lib/gridpack/csagrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making ./ngmath/src/lib/gridpack/shgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
Continuing in ./ngmath/src/lib
ranlib libngmath.a
Installing libngmath.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libngmath.a
Installing ngmath.h
installing in ./ngmath/src/lib
Making install in ./ngmath/src/lib/gridpack
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
installing in ./ngmath/src/lib/gridpack
Making install in ./ngmath/src/lib/gridpack/cssgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
installing in ./ngmath/src/lib/gridpack/cssgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/cssgrid'
Making install in ./ngmath/src/lib/gridpack/natgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
installing in ./ngmath/src/lib/gridpack/natgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/natgrid'
Making install in ./ngmath/src/lib/gridpack/dsgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
installing in ./ngmath/src/lib/gridpack/dsgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/dsgrid'
Making install in ./ngmath/src/lib/gridpack/fitgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
installing in ./ngmath/src/lib/gridpack/fitgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/fitgrid'
Making install in ./ngmath/src/lib/gridpack/csagrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
installing in ./ngmath/src/lib/gridpack/csagrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/csagrid'
Making install in ./ngmath/src/lib/gridpack/shgrid
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
installing in ./ngmath/src/lib/gridpack/shgrid
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack/shgrid'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib/gridpack'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/lib'
Making install in ./ngmath/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
installing in ./ngmath/src/bin
Making install in ./ngmath/src/bin/nnalg
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o nnalg nadisp.o  nadraw.o  naskln.o  nasort.o -L../../../.././ncarg2d/src/libncarg -lncarg -L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../../.././common/src/libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64  -lX11 -lXext  
Installing nnalg
installing in ./ngmath/src/bin/nnalg
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin/nnalg'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/bin'
Making install in ./ngmath/src/examples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
installing in ./ngmath/src/examples
Making install in ./ngmath/src/examples/ecsagrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Installing c_csex01.c
Installing c_csex02.c
Installing c_csex03.c
Installing c_csex04.c
Installing c_csex05.c
Installing c_csex06.c
Installing c_csex07.c
Installing csex01.f
Installing csex02.f
Installing csex03.f
Installing csex04.f
Installing csex05.f
Installing csex06.f
Installing csex07.f
installing in ./ngmath/src/examples/ecsagrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecsagrid'
Making install in ./ngmath/src/examples/ecssgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Installing c_cssex01.c
Installing c_cssex02.c
Installing c_cssex03.c
Installing cssex01.f
Installing cssex02.f
Installing cssex03.f
installing in ./ngmath/src/examples/ecssgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/ecssgrid'
Making install in ./ngmath/src/examples/edsgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Installing c_dsex01.c
Installing c_dsex01d.c
Installing c_dsex02.c
Installing c_dsex03.c
Installing c_dsex04.c
Installing c_dsex05.c
Installing c_dsex06.c
Installing dsex01.f
Installing dsex01d.f
Installing dsex02.f
Installing dsex03.f
Installing dsex04.f
Installing dsex05.f
Installing dsex06.f
installing in ./ngmath/src/examples/edsgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/edsgrid'
Making install in ./ngmath/src/examples/efitgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Installing c_ftex01.c
Installing c_ftex02.c
Installing c_ftex03.c
Installing c_ftex04.c
Installing c_ftex05.c
Installing c_ftex06.c
Installing c_ftex07.c
Installing c_ftex01d.c
Installing c_ftex02d.c
Installing c_ftex03d.c
Installing c_ftex04d.c
Installing c_ftex05d.c
Installing c_ftex06d.c
Installing c_ftex07d.c
Installing ftex01.f
Installing ftex02.f
Installing ftex03.f
Installing ftex04.f
Installing ftex05.f
Installing ftex06.f
Installing ftex07.f
Installing ftex01d.f
Installing ftex02d.f
Installing ftex03d.f
Installing ftex04d.f
Installing ftex05d.f
Installing ftex06d.f
Installing ftex07d.f
installing in ./ngmath/src/examples/efitgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/efitgrid'
Making install in ./ngmath/src/examples/enatgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Installing nnplotc.c
Installing c_nnex01.c
Installing c_nnex01d.c
Installing c_nnex02.c
Installing c_nnex03.c
Installing c_nnex04.c
Installing c_nnex06.c
Installing nnplotf.f
Installing nnex01.f
Installing nnex01d.f
Installing nnex02.f
Installing nnex03.f
Installing nnex04.f
Installing nnex05.f
Installing nnex06.f
Installing nnex07.f
Installing nnex08.f
Installing nnex09.f
Installing nnex10.f
installing in ./ngmath/src/examples/enatgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/enatgrid'
Making install in ./ngmath/src/examples/eshgrid
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
Installing c_shex01.c
Installing c_shex02.c
Installing c_shex03.c
Installing shex01.f
Installing shex02.f
Installing shex03.f
installing in ./ngmath/src/examples/eshgrid
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples/eshgrid'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src/examples'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/src'
Making install in ./ngmath/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
installing in ./ngmath/man
Making install in ./ngmath/man/csagrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Installing csagrid.3
Installing csa1s.3
Installing csa2ls.3
Installing csa2s.3
Installing csa3ls.3
Installing csa3s.3
Installing csa1xs.3
Installing csa2lxs.3
Installing csa2xs.3
Installing csa3lxs.3
Installing csa3xs.3
Installing c_csa1s.3
Installing c_csa2ls.3
Installing c_csa2s.3
Installing c_csa3ls.3
Installing c_csa3s.3
Installing c_csa1xs.3
Installing c_csa2lxs.3
Installing c_csa2xs.3
Installing c_csa3lxs.3
Installing c_csa3xs.3
Installing csagrid_errors.3
installing in ./ngmath/man/csagrid
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/csagrid'
Making install in ./ngmath/man/cssgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Installing c_csc2s.3
Installing c_csc2sd.3
Installing c_csgetd.3
Installing c_csgeti.3
Installing c_csgetr.3
Installing c_css2c.3
Installing c_css2cd.3
Installing c_cssetd.3
Installing c_csseti.3
Installing c_cssetr.3
Installing c_cssgrid.3
Installing c_cssgridd.3
Installing c_csstri.3
Installing c_csstrid.3
Installing c_csvoro.3
Installing c_csvorod.3
Installing csc2s.3
Installing csc2sd.3
Installing csgetd.3
Installing csgeti.3
Installing csgetr.3
Installing css2c.3
Installing css2cd.3
Installing css_overview.3
Installing cssetd.3
Installing csseti.3
Installing cssetr.3
Installing cssgrid.3
Installing cssgrid_errors.3
Installing cssgrid_params.3
Installing cssgridd.3
Installing csstri.3
Installing csstrid.3
Installing csvoro.3
Installing csvorod.3
installing in ./ngmath/man/cssgrid
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/cssgrid'
Making install in ./ngmath/man/natgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Installing natgrid.3
Installing natgrid_params.3
Installing natgrids.3
Installing nnalg.3
Installing nnseti.3
Installing nngeti.3
Installing nnsetr.3
Installing nngetr.3
Installing nnsetc.3
Installing nngetc.3
Installing nngetaspects.3
Installing nngetslopes.3
Installing nnpntinits.3
Installing nnpnts.3
Installing nnpntend.3
Installing natgridd.3
Installing nnsetrd.3
Installing nngetrd.3
Installing nngetsloped.3
Installing nngetaspectd.3
Installing nnpntinitd.3
Installing nnpntd.3
Installing nnpntendd.3
Installing c_natgrids.3
Installing c_nnseti.3
Installing c_nngeti.3
Installing c_nnsetr.3
Installing c_nngetr.3
Installing c_nnsetc.3
Installing c_nngetc.3
Installing c_nngetslopes.3
Installing c_nngetaspects.3
Installing c_nnpntinits.3
Installing c_nnpnts.3
Installing c_nnpntend.3
Installing c_natgridd.3
Installing c_nnsetrd.3
Installing c_nngetrd.3
Installing c_nngetsloped.3
Installing c_nngetaspectd.3
Installing c_nnpntinitd.3
Installing c_nnpntd.3
Installing c_nnpntendd.3
Installing natgrid_errors.3
installing in ./ngmath/man/natgrid
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/natgrid'
Making install in ./ngmath/man/dsgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Installing dsgrid.3
Installing dsgrid_params.3
Installing dsgrid2s.3
Installing dsgrid3s.3
Installing dsseti.3
Installing dsgeti.3
Installing dssetr.3
Installing dsgetr.3
Installing dssetc.3
Installing dsgetc.3
Installing dspnt2s.3
Installing dspnt3s.3
Installing dsgrid2d.3
Installing dsgrid3d.3
Installing dssetrd.3
Installing dsgetrd.3
Installing dspnt2d.3
Installing dspnt3d.3
Installing c_dsgrid2s.3
Installing c_dsgrid3s.3
Installing c_dsseti.3
Installing c_dsgeti.3
Installing c_dssetr.3
Installing c_dsgetr.3
Installing c_dssetc.3
Installing c_dsgetc.3
Installing c_dspnt2s.3
Installing c_dspnt3s.3
Installing c_dsgrid2d.3
Installing c_dsgrid3d.3
Installing c_dssetrd.3
Installing c_dsgetrd.3
Installing c_dspnt2d.3
Installing c_dspnt3d.3
Installing dsgrid_errors.3
installing in ./ngmath/man/dsgrid
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/dsgrid'
Making install in ./ngmath/man/fitgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Installing fitgrid.3
Installing fitgrid_params.3
Installing curv1.3
Installing curv2.3
Installing curvd.3
Installing curvi.3
Installing curvp1.3
Installing curvp2.3
Installing curvpi.3
Installing curvs.3
Installing curvps.3
Installing kurv1.3
Installing kurv2.3
Installing kurvd.3
Installing kurvp1.3
Installing kurvp2.3
Installing kurvpd.3
Installing surf1.3
Installing surf2.3
Installing curvs1.3
Installing curvs2.3
Installing c_ftcurv.3
Installing c_ftcurvd.3
Installing c_ftcurvi.3
Installing c_ftcurvp.3
Installing c_ftcurvpi.3
Installing c_ftcurvs.3
Installing c_ftcurvps.3
Installing c_ftkurv.3
Installing c_ftkurvp.3
Installing c_ftkurvd.3
Installing c_ftkurvpd.3
Installing c_ftsurf.3
Installing c_ftseti.3
Installing c_ftgeti.3
Installing c_ftsetr.3
Installing c_ftgetr.3
Installing c_ftsetc.3
Installing c_ftgetc.3
Installing c_ftsetfa.3
Installing c_ftgetfa_size.3
Installing c_ftgetfa_data.3
Installing c_ftcurvs1.3
installing in ./ngmath/man/fitgrid
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/fitgrid'
Making install in ./ngmath/man/shgrid
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
Installing c_shgeti.3
Installing c_shgetnp.3
Installing c_shgrid.3
Installing c_shseti.3
Installing shgeti.3
Installing shgetnp.3
Installing shgrid.3
Installing shgrid_errors.3
Installing shgrid_params.3
Installing shseti.3
installing in ./ngmath/man/shgrid
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man/shgrid'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath/man'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ngmath'
Making install in ./ncarview
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
installing in ./ncarview
Making install in ./ncarview/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
installing in ./ncarview/src
Making install in ./ncarview/src/lib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
installing in ./ncarview/src/lib
Making install in ./ncarview/src/lib/libcgm
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Installing libcgm.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libcgm.a
Installing cgm_tools.h
Installing cgmdef.h
installing in ./ncarview/src/lib/libcgm
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libcgm'
Making install in ./ncarview/src/lib/libncarg_ras
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
Installing libncarg_ras.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncarg_ras.a
Installing ncarg_ras.h
installing in ./ncarview/src/lib/libncarg_ras
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libncarg_ras'
Making install in ./ncarview/src/lib/libctrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Installing libctrans.o
Installing ctrans.h
installing in ./ncarview/src/lib/libctrans
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libctrans'
Making install in ./ncarview/src/lib/libictrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
Installing libictrans.o
installing in ./ncarview/src/lib/libictrans
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib/libictrans'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/lib'
Making install in ./ncarview/src/bin
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
installing in ./ncarview/src/bin
Making install in ./ncarview/src/bin/ctrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Installing ctrans
installing in ./ncarview/src/bin/ctrans
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ctrans'
Making install in ./ncarview/src/bin/ictrans
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Installing ictrans
installing in ./ncarview/src/bin/ictrans
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ictrans'
Making install in ./ncarview/src/bin/filter
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Installing cgm2ncgm
Installing ncgm2cgm
installing in ./ncarview/src/bin/filter
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/filter'
Making install in ./ncarview/src/bin/med
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Installing med
installing in ./ncarview/src/bin/med
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/med'
Making install in ./ncarview/src/bin/scripts
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Installing ncarvversion
Installing ctlib
Installing gcaps
Installing fcaps
installing in ./ncarview/src/bin/scripts
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/scripts'
Making install in ./ncarview/src/bin/rascat
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Installing rascat
installing in ./ncarview/src/bin/rascat
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rascat'
Making install in ./ncarview/src/bin/rasstat
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Installing rasstat
installing in ./ncarview/src/bin/rasstat
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasstat'
Making install in ./ncarview/src/bin/ncgmstat
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Installing ncgmstat
installing in ./ncarview/src/bin/ncgmstat
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ncgmstat'
Making install in ./ncarview/src/bin/idt
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Installing idt
installing in ./ncarview/src/bin/idt
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/idt'
Making install in ./ncarview/src/bin/rasview
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Installing rasview
installing in ./ncarview/src/bin/rasview
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasview'
Making install in ./ncarview/src/bin/rasls
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Installing rasls
installing in ./ncarview/src/bin/rasls
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasls'
Making install in ./ncarview/src/bin/rasgetpal
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Installing rasgetpal
installing in ./ncarview/src/bin/rasgetpal
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rasgetpal'
Making install in ./ncarview/src/bin/rassplit
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Installing rassplit
installing in ./ncarview/src/bin/rassplit
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/rassplit'
Making install in ./ncarview/src/bin/ras2ccir601
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
Installing ras2ccir601
installing in ./ncarview/src/bin/ras2ccir601
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin/ras2ccir601'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src/bin'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/src'
Making install in ./ncarview/man
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Installing ctrans.1
Installing ictrans.1
Installing ncgm2cgm.1
Installing cgm2ncgm.1
Installing med.1
Installing gcaps.1
Installing fcaps.1
Installing rasview.1
Installing idt.1
Installing rascat.1
Installing rasgetpal.1
Installing rasls.1
Installing rassplit.1
Installing cgm.3
Installing ncarv_spool.5
Installing ras_palette.5
Installing ras_formats.5
installing in ./ncarview/man
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/man'
Making install in ./ncarview/app
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
Installing Idt.ad
installing in ./ncarview/app
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview/app'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ncarview'
Making install in ./ni
make[1]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'
installing in ./ni
Making install in ./ni/src
make[2]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
installing in ./ni/src
Making install in ./ni/src/nyacc
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
installing in ./ni/src/nyacc
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/nyacc'
Making install in ./ni/src/lib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
installing in ./ni/src/lib
Making install in ./ni/src/lib/hlu
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Installing libhlu.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libhlu.a
Installing Base.h
Installing BaseI.h
Installing BaseP.h
Installing Convert.h
Installing ConvertP.h
Installing ConvertersP.h
Installing CoordApprox.h
Installing Error.h
Installing ErrorI.h
Installing ErrorP.h
Installing IrregularTransObj.h
Installing IrregularTransObjP.h
Installing IrregularType2TransObj.h
Installing IrregularType2TransObjP.h
Installing LogLinTransObj.h
Installing LogLinTransObjP.h
Installing MapTransObj.h
Installing MapTransObjP.h
Installing MultiText.h
Installing MultiTextP.h
Installing NcgmWorkstation.h
Installing NcgmWorkstationP.h
Installing NresDB.h
Installing ResourcesP.h
Installing Segments.h
Installing TextItem.h
Installing TextItemP.h
Installing TickMark.h
Installing TickMarkP.h
Installing Title.h
Installing TitleP.h
Installing TransObj.h
Installing TransObjI.h
Installing TransObjP.h
Installing Transform.h
Installing TransformP.h
Installing TransformI.h
Installing VarArg.h
Installing View.h
Installing ViewI.h
Installing ViewP.h
Installing Workstation.h
Installing WorkstationI.h
Installing WorkstationP.h
Installing XWorkstation.h
Installing XWorkstationP.h
Installing XyPlot.h
Installing XyPlotP.h
Installing NgSizeT.h
Installing defs.h
Installing hluutil.h
Installing hlu.h
Installing hluP.h
Installing DataComm.h
Installing DataCommP.h
Installing DataCommF.h
Installing DataItem.h
Installing DataItemP.h
Installing DataMgr.h
Installing DataMgrF.h
Installing DataMgrP.h
Installing Legend.h
Installing LegendP.h
Installing LabelBar.h
Installing LabelBarP.h
Installing CoordArrTable.h
Installing CoordArrTableP.h
Installing CoordArrTableFloatP.h
Installing CoordArrays.h
Installing CoordArraysP.h
Installing ContourPlot.h
Installing ContourPlotP.h
Installing PlotManager.h
Installing PlotManagerI.h
Installing PlotManagerP.h
Installing LogLinPlot.h
Installing LogLinPlotP.h
Installing IrregularPlot.h
Installing IrregularPlotP.h
Installing MapPlot.h
Installing MapPlotP.h
Installing ResList.h
Installing ResListP.h
Installing Workspace.h
Installing WorkspaceI.h
Installing WorkspaceP.h
Installing FortranP.h
Installing ScalarField.h
Installing ScalarFieldP.h
Installing ScalarFieldFloatP.h
Installing AnnoManager.h
Installing AnnoManagerP.h
Installing FormatI.h
Installing App.h
Installing AppI.h
Installing AppP.h
Installing PSWorkstation.h
Installing PSWorkstationP.h
Installing VectorField.h
Installing VectorFieldFloatP.h
Installing VectorFieldP.h
Installing VectorPlot.h
Installing VectorPlotP.h
Installing VecAnno.h
Installing VecAnnoP.h
Installing StreamlinePlot.h
Installing StreamlinePlotP.h
Installing Style.h
Installing StyleP.h
Installing GraphicStyle.h
Installing GraphicStyleP.h
Installing SubStylesP.h
Installing Callbacks.h
Installing CallbacksP.h
Installing ContourPlotI.h
Installing MapDataHandler.h
Installing MapDataHandlerP.h
Installing MapV40DataHandler.h
Installing MapV40DataHandlerP.h
Installing MapV41DataHandler.h
Installing MapV41DataHandlerP.h
Installing MapRGDataHandler.h
Installing MapRGDataHandlerP.h
Installing Primitive.h
Installing PrimitiveP.h
Installing CurvilinearTransObj.h
Installing CurvilinearTransObjP.h
Installing SphericalTransObj.h
Installing SphericalTransObjP.h
Installing SphericalGeometryP.h
Installing PDFWorkstation.h
Installing PDFWorkstationP.h
Installing CnRenderer.h
Installing CnRendererP.h
Installing CnStdRenderer.h
Installing CnStdRendererP.h
Installing CnTriMeshRenderer.h
Installing CnTriMeshRendererP.h
Installing TriMeshTransObj.h
Installing TriMeshTransObjP.h
Installing ImageWorkstation.h
Installing ImageWorkstationP.h
Installing MeshScalarField.h
Installing MeshScalarFieldP.h
Installing CairoWorkstation.h
Installing CairoWorkstationP.h
Installing pageutil.h
Installing color.h
Installing sysresfile
installing in ./ni/src/lib/hlu
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/hlu'
Making install in ./ni/src/lib/nfp
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Installing libnfp.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnfp.a
installing in ./ni/src/lib/nfp
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfp'
Making install in ./ni/src/lib/nfpfort
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Installing libnfpfort.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnfpfort.a
installing in ./ni/src/lib/nfpfort
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nfpfort'
Making install in ./ni/src/lib/nio
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
Installing libnio.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnio.a
installing in ./ni/src/lib/nio
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib/nio'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/lib'
Making install in ./ni/src/ncl
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Installing libncl.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libncl.a
Installing libnclapi.a
ranlib /lustre/home/z04/lcebaman/tickets/ncl/lib/libnclapi.a
gcc -ansi -fPIC -fopenmp -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O  -rdynamic   -o ncl Ncl.o io.o NclHLUObj.o NclApi.o guiFuncs.o NclDriver.o 			scanner.o parser.o MathFuncs.o NclTypedouble.o NclTypefloat.o 			NclTypeint.o NclTypelogical.o 			NclTypelong.o NclTypeobj.o 			NclTypeshort.o NclTypestring.o 			NclTypeint64.o NclTypeuint64.o 			NclTypeubyte.o 			NclTypeushort.o NclTypeuint.o NclTypeulong.o 			NclTypebyte.o NclTypechar.o TypeSupport.o 			NclMultiDValData.o AddFileFormats.o AttSupport.o DataSupport.o 			FileSupport.o Formats.o GetGrids.o 			AdvancedFileSupport.o 			NclAdvancedFile.o NclAdvancedGroup.o 			InitData.o Memory.o NclAtt.o NclCCM.o 			NclCoordVar.o NclData.o NclGroup.o NclFile.o NclFileVar.o 			NclGRIB.o NclMultiDValnclfileData.o 			NclNetCdf.o NclOneDValCoordData.o NclType.o 			NclTypelist.o NclVar.o VarSupport.o 			ctoiee.o date.o qu2reg3.o rowina3.o scm0.o ncepcode.o 			  			 NclNewHDF5.o NclHDF5.o h5reader.o h5writer.o 			 			 			  AddBuiltIns.o AddHLUObjs.o 			AddIntrinsics.o Execute.o 			Machine.o OpsFuncs.o SrcTree.o 			Symbol.o Translate.o  			NclHLUVar.o HLUSupport.o 			NclMultiDValHLUObjData.o 			BuiltInSupport.o BuiltInFuncs.o 			javaAddProto.o javaAddFuncs.o 			userAddProto.o userAddFuncs.o 			HLUFunctions.o yywrap.o craybin.o 			complete.o editline.o sysunix.o ListSupport.o 			NclList.o NclMultiDVallistData.o 			NclProf.o NclTime.o PrintToken.o fortranio.o  -L../../.././ni/src/lib/nfp -lnfp -L../../.././ni/src/lib/nfpfort -lnfpfort -L../../.././ni/src/lib/hlu -lhlu -L../../.././ncarg2d/src/libncarg -lncarg -L../../.././ncarg2d/src/libncarg_gks -lncarg_gks -L../../.././common/src/libncarg_c -lncarg_c -L../../.././ngmath/src/lib -lngmath -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64 -lnetcdf     -lhdf5_hl -lhdf5 -lsz -lz    -ludunits2 -lexpat   -lpng -lz -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2  -L../../.././external/sphere3.1_dp -lsphere3.1_dp -L../../.././external/fftpack5_dp -lfftpack5_dp -L../../.././external/lapack -llapack_ncl -L../../.././external/blas -lblas_ncl -lX11 -lXext -lgfortran -lm -lm  -ldl  
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/ncl'
Making install in ./ni/src/mkwrap
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
gcc -ansi -fPIC -fopenmp -std=c99  -O    -o wrapit77 y.tab.o lex.yy.o Symbol.o wrapit_main.o  -L/lustre/home/z04/lcebaman/tickets/ncl/lib -L/usr/lib64   -ll 
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/mkwrap'
Making install in ./ni/src/db
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Installing NhlMapData
installing in ./ni/src/db
Making install in ./ni/src/db/rgb
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Installing rgb.txt
Installing rgb.pag
Installing rgb.dir
installing in ./ni/src/db/rgb
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/rgb'
Making install in ./ni/src/db/colormaps
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Installing 3gauss.ncmap
Installing 3gauss.rgb
Installing 3saw.ncmap
Installing 3saw.rgb
Installing BkBlAqGrYeOrReViWh200.gp
Installing BkBlAqGrYeOrReViWh200.rgb
Installing BlAqGrYeOrRe.gp
Installing BlAqGrYeOrRe.rgb
Installing BlAqGrYeOrReVi200.gp
Installing BlAqGrYeOrReVi200.rgb
Installing BlGrYeOrReVi200.gp
Installing BlGrYeOrReVi200.rgb
Installing BlAqGrWh2YeOrReVi22.rgb
Installing BlRe.rgb
Installing BlWhRe.gp
Installing BlWhRe.rgb
Installing BlueRed.rgb
Installing BlueRedGray.rgb
Installing GreenYellow.rgb
Installing ViBlGrWhYeOrRe.gp
Installing ViBlGrWhYeOrRe.rgb
Installing WhBlGrYeRe.gp
Installing WhBlGrYeRe.rgb
Installing WhBlReWh.gp
Installing WhBlReWh.rgb
Installing WhViBlGrYeOrRe.gp
Installing WhViBlGrYeOrRe.rgb
Installing WhViBlGrYeOrReWh.gp
Installing WhViBlGrYeOrReWh.rgb
Installing amwg.rgb
Installing amwg256.rgb
Installing cosam.rgb
Installing cosam12.rgb
Installing default.rgb
Installing detail.ncmap
Installing detail.rgb
Installing extrema.ncmap
Installing extrema.rgb
Installing helix.ncmap
Installing helix.rgb
Installing helix1.ncmap
Installing helix1.rgb
Installing gui_default.rgb
Installing hlu_default.rgb
Installing hotres.ncmap
Installing hotres.rgb
Installing nrl_sirkes.rgb
Installing nrl_sirkes_nowhite.rgb
Installing posneg_1.rgb
Installing posneg_2.rgb
Installing prcp_1.rgb
Installing prcp_2.rgb
Installing prcp_3.rgb
Installing radar.rgb
Installing radar_1.rgb
Installing rainbow.gp
Installing rainbow.rgb
Installing rainbow+gray.gp
Installing rainbow+gray.rgb
Installing rainbow+white.gp
Installing rainbow+white.rgb
Installing rainbow+white+gray.gp
Installing rainbow+white+gray.rgb
Installing so4_21.gp
Installing so4_21.rgb
Installing so4_23.gp
Installing so4_23.rgb
Installing tbrAvg1.rgb
Installing tbrStd1.gp
Installing tbrStd1.rgb
Installing tbrVar1.gp
Installing tbrVar1.rgb
Installing tbr_240-300.gp
Installing tbr_240-300.rgb
Installing tbr_stdev_0-30.gp
Installing tbr_stdev_0-30.rgb
Installing tbr_var_0-500.gp
Installing tbr_var_0-500.rgb
Installing testcmap.rgb
Installing thelix.rgb
Installing wgne15.rgb
Installing wh-bl-gr-ye-re.gp
Installing wh-bl-gr-ye-re.rgb
Installing wxpEnIR.rgb
Installing BlueDarkOrange18.rgb
Installing BlueDarkRed18.rgb
Installing BlueGreen14.rgb
Installing BrownBlue12.rgb
Installing Cat12.rgb
Installing GreenMagenta16.rgb
Installing StepSeq25.rgb
Installing amwg_blueyellowred.rgb
Installing hotcold_18lev.rgb
Installing hotcolr_19lev.rgb
Installing mch_default.rgb
Installing perc2_9lev.rgb
Installing percent_11lev.rgb
Installing precip2_15lev.rgb
Installing precip2_17lev.rgb
Installing precip3_16lev.rgb
Installing precip4_11lev.rgb
Installing precip4_diff_19lev.rgb
Installing precip_11lev.rgb
Installing precip_diff_12lev.rgb
Installing precip_diff_1lev.rgb
Installing rh_19lev.rgb
Installing spread_15lev.rgb
Installing sunshine_9lev.rgb
Installing sunshine_diff_12lev.rgb
Installing t2m_29lev.rgb
Installing temp_19lev.rgb
Installing temp_diff_18lev.rgb
Installing temp_diff_1lev.rgb
Installing topo_15lev.rgb
Installing wind_17lev.rgb
Installing BlueWhiteOrangeRed.rgb
Installing BlueYellowRed.rgb
Installing GrayWhiteGray.rgb
Installing WhiteBlueGreenYellowRed.rgb
Installing OceanLakeLandSnow.rgb
Installing WhiteBlue.rgb
Installing WhiteYellowOrangeRed.rgb
Installing WhiteGreen.rgb
Installing cmp_b2r.rgb
Installing cmp_flux.rgb
Installing cmp_haxby.rgb
Installing matlab_hot.rgb
Installing matlab_hsv.rgb
Installing matlab_jet.rgb
Installing matlab_lines.rgb
Installing seaice_1.rgb
Installing seaice_2.rgb
Installing GHRSST_anomaly.rgb
Installing cb_9step.rgb
Installing cb_rainbow.rgb
Installing cb_rainbow_inv.rgb
Installing cyclic.rgb
Installing example.rgb
Installing gscyclic.rgb
Installing gsdtol.rgb
Installing gsltod.rgb
Installing ncl_default.rgb
Installing psgcap.rgb
Installing temp1.rgb
Installing uniform.rgb
Installing nice_gfdl.rgb
Installing GMT_cool.rgb
Installing GMT_copper.rgb
Installing GMT_drywet.rgb
Installing GMT_gebco.rgb
Installing GMT_globe.rgb
Installing GMT_gray.rgb
Installing GMT_haxby.rgb
Installing GMT_hot.rgb
Installing GMT_jet.rgb
Installing GMT_nighttime.rgb
Installing GMT_no_green.rgb
Installing GMT_ocean.rgb
Installing GMT_paired.rgb
Installing GMT_panoply.rgb
Installing GMT_polar.rgb
Installing GMT_red2green.rgb
Installing GMT_relief.rgb
Installing GMT_relief_oceanonly.rgb
Installing GMT_seis.rgb
Installing GMT_split.rgb
Installing GMT_topo.rgb
Installing GMT_wysiwyg.rgb
Installing GMT_wysiwygcont.rgb
Installing grads_default.rgb
Installing grads_rainbow.rgb
Installing MPL_Accent.rgb
Installing MPL_Blues.rgb
Installing MPL_BrBG.rgb
Installing MPL_BuGn.rgb
Installing MPL_BuPu.rgb
Installing MPL_Dark2.rgb
Installing MPL_GnBu.rgb
Installing MPL_Greens.rgb
Installing MPL_OrRd.rgb
Installing MPL_Oranges.rgb
Installing MPL_PRGn.rgb
Installing MPL_Paired.rgb
Installing MPL_Pastel1.rgb
Installing MPL_Pastel2.rgb
Installing MPL_PiYG.rgb
Installing MPL_PuBuGn.rgb
Installing MPL_PuBu.rgb
Installing MPL_PuOr.rgb
Installing MPL_PuRd.rgb
Installing MPL_Purples.rgb
Installing MPL_RdBu.rgb
Installing MPL_RdGy.rgb
Installing MPL_RdPu.rgb
Installing MPL_RdYlBu.rgb
Installing MPL_RdYlGn.rgb
Installing MPL_Reds.rgb
Installing MPL_Set1.rgb
Installing MPL_Set2.rgb
Installing MPL_Set3.rgb
Installing MPL_Spectral.rgb
Installing MPL_StepSeq.rgb
Installing MPL_YlGnBu.rgb
Installing MPL_YlGn.rgb
Installing MPL_YlOrBr.rgb
Installing MPL_YlOrRd.rgb
Installing MPL_afmhot.rgb
Installing MPL_autumn.rgb
Installing MPL_Greys.rgb
Installing MPL_bone.rgb
Installing MPL_brg.rgb
Installing MPL_bwr.rgb
Installing MPL_cool.rgb
Installing MPL_coolwarm.rgb
Installing MPL_copper.rgb
Installing MPL_cubehelix.rgb
Installing MPL_flag.rgb
Installing MPL_gist_earth.rgb
Installing MPL_gist_gray.rgb
Installing MPL_gist_heat.rgb
Installing MPL_gist_ncar.rgb
Installing MPL_gist_rainbow.rgb
Installing MPL_gist_stern.rgb
Installing MPL_gist_yarg.rgb
Installing MPL_gnuplot2.rgb
Installing MPL_gnuplot.rgb
Installing MPL_hot.rgb
Installing MPL_hsv.rgb
Installing MPL_jet.rgb
Installing MPL_ocean.rgb
Installing MPL_pink.rgb
Installing MPL_prism.rgb
Installing MPL_rainbow.rgb
Installing MPL_s3pcpn_l.rgb
Installing MPL_s3pcpn.rgb
Installing MPL_seismic.rgb
Installing MPL_spring.rgb
Installing MPL_sstanom.rgb
Installing MPL_summer.rgb
Installing MPL_terrain.rgb
Installing MPL_winter.rgb
Installing MPL_viridis.rgb
Installing ncview_default.ncmap
Installing ncview_default.rgb
Installing NCV_banded.rgb
Installing NCV_blu_red.rgb
Installing NCV_blue_red.rgb
Installing NCV_bright.rgb
Installing NCV_gebco.rgb
Installing NCV_jaisnd.rgb
Installing NCV_jet.rgb
Installing NCV_manga.rgb
Installing NCV_rainbow2.rgb
Installing NCV_roullet.rgb
Installing SVG_Gallet13.rgb
Installing SVG_Lindaa06.rgb
Installing SVG_Lindaa07.rgb
Installing SVG_bhw3_22.rgb
Installing SVG_es_landscape_79.rgb
Installing SVG_feb_sunrise.rgb
Installing SVG_foggy_sunrise.rgb
Installing SVG_fs2006.rgb
Installing CBR_coldhot.rgb
Installing CBR_drywet.rgb
Installing CBR_set3.rgb
Installing CBR_wet.rgb
Installing lithology.rgb
Installing circular_0.rgb
Installing circular_1.rgb
Installing circular_2.rgb
installing in ./ni/src/db/colormaps
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/colormaps'
Making install in ./ni/src/db/udunits
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Installing udunits2-accepted.xml
Installing udunits2-base.xml
Installing udunits2-common.xml
Installing udunits2-derived.xml
Installing udunits2-prefixes.xml
Installing udunits2.xml
installing in ./ni/src/db/udunits
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/udunits'
Making install in ./ni/src/db/grib2_codetables
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Installing centers.table
installing in ./ni/src/db/grib2_codetables
Making install in ./ni/src/db/grib2_codetables/ecmwf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
installing in ./ni/src/db/grib2_codetables/ecmwf
Making install in ./ni/src/db/grib2_codetables/ecmwf/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
Installing 0.0.table
installing in ./ni/src/db/grib2_codetables/ecmwf/0
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/0'
Making install in ./ni/src/db/grib2_codetables/ecmwf/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing in ./ni/src/db/grib2_codetables/ecmwf/1
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/1'
Making install in ./ni/src/db/grib2_codetables/ecmwf/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
installing in ./ni/src/db/grib2_codetables/ecmwf/2
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/2'
Making install in ./ni/src/db/grib2_codetables/ecmwf/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing in ./ni/src/db/grib2_codetables/ecmwf/3
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/3'
Making install in ./ni/src/db/grib2_codetables/ecmwf/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
Installing 4.0.table
Installing 4.1.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.15.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.192.table
Installing 4.2.0.2.table
Installing 4.2.0.20.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.191.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.192.table
Installing 4.2.2.3.table
Installing 4.2.2.4.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.2.3.192.table
Installing 4.2.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
Installing 4.223.table
Installing 4.230.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
installing in ./ni/src/db/grib2_codetables/ecmwf/4
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/4'
Making install in ./ni/src/db/grib2_codetables/ecmwf/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.4.table
Installing 5.40.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
installing in ./ni/src/db/grib2_codetables/ecmwf/5
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/5'
Making install in ./ni/src/db/grib2_codetables/ecmwf/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
Installing 6.0.table
installing in ./ni/src/db/grib2_codetables/ecmwf/6
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/6'
Making install in ./ni/src/db/grib2_codetables/ecmwf/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf/7'
installing in ./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/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ecmwf'
Making install in ./ni/src/db/grib2_codetables/ncep
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
installing in ./ni/src/db/grib2_codetables/ncep
Making install in ./ni/src/db/grib2_codetables/ncep/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
Installing 0.0.table
installing in ./ni/src/db/grib2_codetables/ncep/0
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/0'
Making install in ./ni/src/db/grib2_codetables/ncep/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing in ./ni/src/db/grib2_codetables/ncep/1
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/1'
Making install in ./ni/src/db/grib2_codetables/ncep/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
installing in ./ni/src/db/grib2_codetables/ncep/2
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/2'
Making install in ./ni/src/db/grib2_codetables/ncep/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing in ./ni/src/db/grib2_codetables/ncep/3
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/3'
Making install in ./ni/src/db/grib2_codetables/ncep/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
Installing 4.0.table
Installing 4.1.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.15.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.192.table
Installing 4.2.0.2.table
Installing 4.2.0.20.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.1.2.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.191.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.1.table
Installing 4.2.2.192.table
Installing 4.2.2.3.table
Installing 4.2.2.4.table
Installing 4.2.2.5.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.2.3.192.table
Installing 4.2.4.0.table
Installing 4.2.4.1.table
Installing 4.2.4.2.table
Installing 4.2.4.3.table
Installing 4.2.4.4.table
Installing 4.2.4.5.table
Installing 4.2.4.6.table
Installing 4.2.4.7.table
Installing 4.2.4.8.table
Installing 4.2.4.9.table
Installing 4.2.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
Installing 4.223.table
Installing 4.230.table
Installing 4.3.table
Installing 4.4.1.2.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.2.209.10.table
Installing 4.2.209.11.table
Installing 4.2.209.2.table
Installing 4.2.209.3.table
Installing 4.2.209.4.table
Installing 4.2.209.6.table
Installing 4.2.209.7.table
Installing 4.2.209.8.table
Installing 4.2.209.9.table
installing in ./ni/src/db/grib2_codetables/ncep/4
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/4'
Making install in ./ni/src/db/grib2_codetables/ncep/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.4.table
Installing 5.40.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
installing in ./ni/src/db/grib2_codetables/ncep/5
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/5'
Making install in ./ni/src/db/grib2_codetables/ncep/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
Installing 6.0.table
installing in ./ni/src/db/grib2_codetables/ncep/6
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/6'
Making install in ./ni/src/db/grib2_codetables/ncep/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep/7'
installing in ./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/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/ncep'
Making install in ./ni/src/db/grib2_codetables/tigge
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
installing in ./ni/src/db/grib2_codetables/tigge
Making install in ./ni/src/db/grib2_codetables/tigge/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
Installing 0.0.table
installing in ./ni/src/db/grib2_codetables/tigge/0
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/0'
Making install in ./ni/src/db/grib2_codetables/tigge/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing in ./ni/src/db/grib2_codetables/tigge/1
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/1'
Making install in ./ni/src/db/grib2_codetables/tigge/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
installing in ./ni/src/db/grib2_codetables/tigge/2
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/2'
Making install in ./ni/src/db/grib2_codetables/tigge/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing in ./ni/src/db/grib2_codetables/tigge/3
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/3'
Making install in ./ni/src/db/grib2_codetables/tigge/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing in ./ni/src/db/grib2_codetables/tigge/4
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/4'
Making install in ./ni/src/db/grib2_codetables/tigge/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing in ./ni/src/db/grib2_codetables/tigge/5
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/5'
Making install in ./ni/src/db/grib2_codetables/tigge/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
Installing 6.0.table
installing in ./ni/src/db/grib2_codetables/tigge/6
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/6'
Making install in ./ni/src/db/grib2_codetables/tigge/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge/7'
installing in ./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/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables/tigge'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables'
Making install in ./ni/src/db/grib2_codetables.previous
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
Installing centers.table
installing in ./ni/src/db/grib2_codetables.previous
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
installing in ./ni/src/db/grib2_codetables.previous/ecmwf
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
Installing 0.0.table
installing in ./ni/src/db/grib2_codetables.previous/ecmwf/0
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/0'
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing in ./ni/src/db/grib2_codetables.previous/ecmwf/1
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/1'
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
installing in ./ni/src/db/grib2_codetables.previous/ecmwf/2
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/2'
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing in ./ni/src/db/grib2_codetables.previous/ecmwf/3
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/3'
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing in ./ni/src/db/grib2_codetables.previous/ecmwf/4
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/4'
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing in ./ni/src/db/grib2_codetables.previous/ecmwf/5
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/5'
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
Installing 6.0.table
installing in ./ni/src/db/grib2_codetables.previous/ecmwf/6
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/6'
Making install in ./ni/src/db/grib2_codetables.previous/ecmwf/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf/7'
installing in ./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/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ecmwf'
Making install in ./ni/src/db/grib2_codetables.previous/ncep
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
installing in ./ni/src/db/grib2_codetables.previous/ncep
Making install in ./ni/src/db/grib2_codetables.previous/ncep/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
Installing 0.0.table
installing in ./ni/src/db/grib2_codetables.previous/ncep/0
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/0'
Making install in ./ni/src/db/grib2_codetables.previous/ncep/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing in ./ni/src/db/grib2_codetables.previous/ncep/1
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/1'
Making install in ./ni/src/db/grib2_codetables.previous/ncep/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
installing in ./ni/src/db/grib2_codetables.previous/ncep/2
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/2'
Making install in ./ni/src/db/grib2_codetables.previous/ncep/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing in ./ni/src/db/grib2_codetables.previous/ncep/3
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/3'
Making install in ./ni/src/db/grib2_codetables.previous/ncep/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing in ./ni/src/db/grib2_codetables.previous/ncep/4
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/4'
Making install in ./ni/src/db/grib2_codetables.previous/ncep/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing in ./ni/src/db/grib2_codetables.previous/ncep/5
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/5'
Making install in ./ni/src/db/grib2_codetables.previous/ncep/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
Installing 6.0.table
installing in ./ni/src/db/grib2_codetables.previous/ncep/6
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/6'
Making install in ./ni/src/db/grib2_codetables.previous/ncep/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep/7'
installing in ./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/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/ncep'
Making install in ./ni/src/db/grib2_codetables.previous/tigge
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
installing in ./ni/src/db/grib2_codetables.previous/tigge
Making install in ./ni/src/db/grib2_codetables.previous/tigge/0
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
Installing 0.0.table
installing in ./ni/src/db/grib2_codetables.previous/tigge/0
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/0'
Making install in ./ni/src/db/grib2_codetables.previous/tigge/1
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
Installing 1.0.table
Installing 1.1.table
Installing 1.2.table
Installing 1.3.table
Installing 1.4.table
installing in ./ni/src/db/grib2_codetables.previous/tigge/1
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/1'
Making install in ./ni/src/db/grib2_codetables.previous/tigge/2
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
installing in ./ni/src/db/grib2_codetables.previous/tigge/2
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/2'
Making install in ./ni/src/db/grib2_codetables.previous/tigge/3
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
Installing 3.0.table
Installing 3.1.table
Installing 3.2.table
Installing 3.3.table
Installing 3.4.table
Installing 3.5.table
Installing 3.6.table
Installing 3.7.table
Installing 3.8.table
Installing 3.9.table
Installing 3.10.table
Installing 3.11.table
Installing 3.15.table
Installing 3.20.table
Installing 3.21.table
installing in ./ni/src/db/grib2_codetables.previous/tigge/3
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/3'
Making install in ./ni/src/db/grib2_codetables.previous/tigge/4
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
Installing 4.0.table
Installing 4.1.table
Installing 4.2.table
Installing 4.3.table
Installing 4.4.table
Installing 4.5.table
Installing 4.6.table
Installing 4.7.table
Installing 4.8.table
Installing 4.9.table
Installing 4.10.table
Installing 4.12.table
Installing 4.13.table
Installing 4.14.table
Installing 4.2.0.0.table
Installing 4.2.0.1.table
Installing 4.2.0.13.table
Installing 4.2.0.14.table
Installing 4.2.0.15.table
Installing 4.2.0.16.table
Installing 4.2.0.17.table
Installing 4.2.0.18.table
Installing 4.2.0.19.table
Installing 4.2.0.190.table
Installing 4.2.0.191.table
Installing 4.2.0.2.table
Installing 4.2.0.3.table
Installing 4.2.0.4.table
Installing 4.2.0.5.table
Installing 4.2.0.6.table
Installing 4.2.0.7.table
Installing 4.2.1.0.table
Installing 4.2.1.1.table
Installing 4.2.10.0.table
Installing 4.2.10.1.table
Installing 4.2.10.2.table
Installing 4.2.10.3.table
Installing 4.2.10.4.table
Installing 4.2.2.0.table
Installing 4.2.2.3.table
Installing 4.2.3.0.table
Installing 4.2.3.1.table
Installing 4.201.table
Installing 4.202.table
Installing 4.203.table
Installing 4.204.table
Installing 4.205.table
Installing 4.206.table
Installing 4.207.table
Installing 4.208.table
Installing 4.209.table
Installing 4.210.table
Installing 4.211.table
Installing 4.212.table
Installing 4.213.table
Installing 4.215.table
Installing 4.216.table
Installing 4.217.table
Installing 4.220.table
Installing 4.221.table
Installing 4.222.table
installing in ./ni/src/db/grib2_codetables.previous/tigge/4
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/4'
Making install in ./ni/src/db/grib2_codetables.previous/tigge/5
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
Installing 5.0.table
Installing 5.1.table
Installing 5.2.table
Installing 5.3.table
Installing 5.40.table
Installing 5.40000.table
Installing 5.5.table
Installing 5.6.table
Installing 5.7.table
Installing 5.8.table
installing in ./ni/src/db/grib2_codetables.previous/tigge/5
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/5'
Making install in ./ni/src/db/grib2_codetables.previous/tigge/6
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
Installing 6.0.table
installing in ./ni/src/db/grib2_codetables.previous/tigge/6
make[6]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/6'
Making install in ./ni/src/db/grib2_codetables.previous/tigge/7
make[6]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge/7'
installing in ./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/7'
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous/tigge'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db/grib2_codetables.previous'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/db'
Making install in ./ni/src/scripts
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Installing nhlcc
Installing nhlf77
Installing nhlf90
Installing ng4ex
Installing WRAPIT
Installing ncl_filedump
Installing ncl_grib2nc
Installing ncl_convert2nc
Installing scrip_check_input
Installing ng4ex.1
Installing nhlcc.1
Installing nhlf77.1
Installing nhlf90.1
installing in ./ni/src/scripts
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/scripts'
Making install in ./ni/src/contrib
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Installing calendar_decode2.ncl
Installing time_axis_labels.ncl
Installing ut_string.ncl
Installing ut_string_fix.ncl
Installing run_cor.ncl
Installing kf_filter.ncl
Installing cd_string.ncl
Installing cd_inv_string.ncl
Installing calcMonAnomTXXX.ncl
Installing calendar_decode2_fix.ncl
Installing clmMonTXXX.ncl
Installing nchoosek.ncl
Installing box_percentile_plot.ncl
installing in ./ni/src/contrib
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/contrib'
Making install in ./ni/src/examples
make[3]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
installing in ./ni/src/examples
Making install in ./ni/src/examples/app
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Installing ap01c.c
Installing ap01f.f
Installing ap01n.ncl
Installing ap01.res
installing in ./ni/src/examples/app
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/app'
Making install in ./ni/src/examples/basic
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Installing basic01c.c
Installing basic02c.c
Installing basic03c.c
Installing basic04c.c
Installing basic05c.c
Installing basic06c.c
Installing basic07c.c
Installing basic08c.c
Installing basic09c.c
Installing basic01f.f
Installing basic02f.f
Installing basic03f.f
Installing basic04f.f
Installing basic05f.f
Installing basic06f.f
Installing basic07f.f
Installing basic08f.f
Installing basic09f.f
Installing basic01n.ncl
Installing basic02n.ncl
Installing basic03n.ncl
Installing basic04n.ncl
Installing basic05n.ncl
Installing basic06n.ncl
Installing basic07n.ncl
Installing basic08n.ncl
Installing basic09n.ncl
Installing basic03.res
Installing basic07.res
installing in ./ni/src/examples/basic
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/basic'
Making install in ./ni/src/examples/contourplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Installing cn01c.c
Installing cn02c.c
Installing cn03c.c
Installing cn04c.c
Installing cn05c.c
Installing cn06c.c
Installing cn07c.c
Installing cn08c.c
Installing cn09c.c
Installing cn10c.c
Installing cn11c.c
Installing cn12c.c
Installing cn13c.c
Installing cn14c.c
Installing cn15c.c
Installing cn16c.c
Installing cn17c.c
Installing cn01f.f
Installing cn02f.f
Installing cn03f.f
Installing cn04f.f
Installing cn05f.f
Installing cn06f.f
Installing cn07f.f
Installing cn08f.f
Installing cn09f.f
Installing cn10f.f
Installing cn11f.f
Installing cn12f.f
Installing cn13f.f
Installing cn14f.f
Installing cn15f.f
Installing cn16f.f
Installing cn17f.f
Installing cn03c.h
Installing cn11c.h
Installing cn01.res
Installing cn02.res
Installing cn03.res
Installing cn04.res
Installing cn11.res
Installing cn12.res
Installing cn13.res
Installing cn17.res
Installing cn01n.ncl
Installing cn02n.ncl
Installing cn03n.ncl
Installing cn04n.ncl
Installing cn05n.ncl
Installing cn06n.ncl
Installing cn07n.ncl
Installing cn08n.ncl
Installing cn09n.ncl
Installing cn10n.ncl
Installing cn12n.ncl
Installing cn13n.ncl
Installing cn14n.ncl
Installing cn15n.ncl
Installing cn16n.ncl
Installing cn17n.ncl
installing in ./ni/src/examples/contourplot
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/contourplot'
Making install in ./ni/src/examples/gsun
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Installing gsun01n.ncl
Installing gsun02n.ncl
Installing gsun03n.ncl
Installing gsun04n.ncl
Installing gsun05n.ncl
Installing gsun06n.ncl
Installing gsun07n.ncl
Installing gsun08n.ncl
Installing gsun09n.ncl
Installing gsun10n.ncl
Installing gsun11n.ncl
Installing gsn_code.ncl
Installing gsn_csm.ncl
Installing gsn_code.ncl
Installing gsn_csm.ncl
Installing ccm_func.ncl
Installing contributed.ncl
Installing popRemap.ncl
Installing shea_util.ncl
Installing skewt_func.ncl
Installing wind_rose.ncl
Installing diagnostics_cam.ncl
Installing crop.ncl
Installing heat_stress.ncl
Installing bootstrap.ncl
Installing extval.ncl
Installing ESMF_regridding.ncl
Installing WRF_contributed.ncl
Installing WRFUserARW.ncl
Installing utilities.ncl
Installing gsun08n.res
Installing gsun09n.res
installing in ./ni/src/examples/gsun
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/gsun'
Making install in ./ni/src/examples/labelbar
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Installing lb01c.c
Installing lb02c.c
Installing lb01f.f
Installing lb02f.f
Installing lb01n.ncl
Installing lb02n.ncl
Installing lb01.res
Installing lb02.res
installing in ./ni/src/examples/labelbar
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/labelbar'
Making install in ./ni/src/examples/legend
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Installing lg01c.c
Installing lg02c.c
Installing lg03c.c
Installing lg01f.f
Installing lg02f.f
Installing lg03f.f
Installing lg01n.ncl
Installing lg02n.ncl
Installing lg03n.ncl
Installing lg01.res
Installing lg02.res
Installing lg03.res
installing in ./ni/src/examples/legend
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/legend'
Making install in ./ni/src/examples/mapplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Installing mp01c.c
Installing mp02c.c
Installing mp03c.c
Installing mp04c.c
Installing mp05c.c
Installing mp06c.c
Installing mp07c.c
Installing mp01f.f
Installing mp02f.f
Installing mp03f.f
Installing mp04f.f
Installing mp05f.f
Installing mp06f.f
Installing mp07f.f
Installing mp01n.ncl
Installing mp02n.ncl
Installing mp03n.ncl
Installing mp04n.ncl
Installing mp05n.ncl
Installing mp06n.ncl
Installing mp07n.ncl
Installing mp01.res
Installing mp02.res
Installing mp03.res
Installing mp04.res
Installing mp05.res
Installing mp06.res
installing in ./ni/src/examples/mapplot
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/mapplot'
Making install in ./ni/src/examples/ngmath
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Installing nm01c.c
Installing nm02c.c
Installing nm03c.c
Installing nm04c.c
Installing nm05c.c
Installing nm06c.c
Installing nm01f.f
Installing nm02f.f
Installing nm03f.f
Installing nm04f.f
Installing nm05f.f
Installing nm06f.f
Installing nm03.res
Installing nm01n.ncl
Installing nm02n.ncl
Installing nm03n.ncl
Installing nm04n.ncl
Installing nm05n.ncl
Installing nm06n.ncl
Installing nm07n.ncl
Installing nm08n.ncl
Installing nm09n.ncl
Installing nm10n.ncl
Installing nm11n.ncl
Installing nm12n.ncl
Installing nm13n.ncl
Installing nm14n.ncl
Installing nm15n.ncl
Installing nm16n.ncl
Installing nm17n.ncl
Installing nm18n.ncl
Installing nm19n.ncl
Installing nm20n.ncl
Installing nm21n.ncl
Installing nm22n.ncl
installing in ./ni/src/examples/ngmath
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/ngmath'
Making install in ./ni/src/examples/nug
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Installing NUG_GrADS_binary_data.ncl
Installing NUG_ICON_triangles_colored.ncl
Installing NUG_axis_annotations.ncl
Installing NUG_bar_chart.ncl
Installing NUG_bar_chart_col_above_below.ncl
Installing NUG_bar_chart_multi.ncl
Installing NUG_bipolar_grid_MPI-ESM.ncl
Installing NUG_bipolar_grid_MPI-ESM_subregion.ncl
Installing NUG_color_Land_Ocean.ncl
Installing NUG_color_country_user.ncl
Installing NUG_colormaps.ncl
Installing NUG_contour_dashpattern.ncl
Installing NUG_contour_filled_map.ncl
Installing NUG_contour_fillpattern.ncl
Installing NUG_contour_labels.ncl
Installing NUG_contour_map.ncl
Installing NUG_contour_map_add_zonal_average.ncl
Installing NUG_curvilinear_basic.ncl
Installing NUG_curvilinear_grid.ncl
Installing NUG_date_format.ncl
Installing NUG_function_procedure.ncl
Installing NUG_globe_orography_grid_resolution.ncl
Installing NUG_grid_resolution_comparison.ncl
Installing NUG_histograms-transparent.ncl
Installing NUG_histograms.ncl
Installing NUG_insert_logo.ncl
Installing NUG_labelbar_title.ncl
Installing NUG_labelbars.ncl
Installing NUG_legends.ncl
Installing NUG_map_countries.ncl
Installing NUG_map_default.ncl
Installing NUG_map_grid_and_tickmark_settings.ncl
Installing NUG_map_land_ocean_settings.ncl
Installing NUG_map_resolutions.ncl
Installing NUG_map_selected_countries.ncl
Installing NUG_map_settings.ncl
Installing NUG_masking.ncl
Installing NUG_multi_timeseries.ncl
Installing NUG_multiple_plots_along_y.ncl
Installing NUG_panel_plot_3x2.ncl
Installing NUG_panel_control.ncl
Installing NUG_panel_plot.ncl
Installing NUG_panel_vp.ncl
Installing NUG_plot_in_5_steps.ncl
Installing NUG_plot_rotated_grid.ncl
Installing NUG_polar_NH.ncl
Installing NUG_polyline_polygon_polymarker.ncl
Installing NUG_primitives.ncl
Installing NUG_projections.ncl
Installing NUG_projections_mollweide.ncl
Installing NUG_projections_robinson.ncl
Installing NUG_read_ASCII_1.ncl
Installing NUG_read_ASCII_2.ncl
Installing NUG_read_ASCII_3.ncl
Installing NUG_read_Binary_1.ncl
Installing NUG_read_Binary_GrADS.ncl
Installing NUG_read_CSV_1.ncl
Installing NUG_read_CSV_2.ncl
Installing NUG_regrid_bilinear_CMIP5_grid_to_1x1deg_grid.ncl
Installing NUG_regrid_curvilinear_to_rectilinear_bilinear_weights_ESMF.ncl
Installing NUG_regrid_curvilinear_to_rectilinear_bilinear_wgts_destgrid_ESMF.ncl
Installing NUG_regrid_rectilinear_to_curvilinear_bilinear_wgts_destgrid_ESMF.ncl
Installing NUG_regrid_unstructured_to_rectilinear_bilinear_wgts_ESMF.ncl
Installing NUG_regrid_unstructured_to_rectilinear_bilinear_wgts_destgrid_ESMF.ncl
Installing NUG_shapefile_plot.ncl
Installing NUG_shapefile_plot_data.ncl
Installing NUG_slice_plot.ncl
Installing NUG_statistics_linear_regression.ncl
Installing NUG_statistics_running_mean.ncl
Installing NUG_strings.ncl
Installing NUG_system_calls.ncl
Installing NUG_template_script.ncl
Installing NUG_text_settings.ncl
Installing NUG_title_strings.ncl
Installing NUG_transparent_filled_contour.ncl
Installing NUG_transparent_land_sea_mask_Africa.ncl
Installing NUG_triangular_grid_ICON.ncl
Installing NUG_tripolar_grid_STORM.ncl
Installing NUG_unstructured_grid.ncl
Installing NUG_unstructured_grid_ICON.ncl
Installing NUG_use_Fortran_subroutines.ncl
Installing NUG_vector_curly.ncl
Installing NUG_vector_default.ncl
Installing NUG_vector_plot_colorized.ncl
Installing NUG_vector_plot_overlay.ncl
Installing NUG_wind_mag.ncl
Installing NUG_write_ASCII_1.ncl
Installing NUG_write_ASCII_2.ncl
Installing NUG_write_ASCII_3.ncl
Installing NUG_write_ASCII_4.ncl
Installing NUG_write_ASCII_5.ncl
Installing NUG_write_Binary_1.ncl
Installing NUG_write_Binary_2.ncl
Installing NUG_write_netCDF_1.ncl
Installing NUG_write_netCDF_2.ncl
Installing NUG_xy_plot.ncl
Installing NUG_xy_plot_res.ncl
Installing NUG_xy_plot_timeseries.ncl
Installing NUG_xy_plot_timeseries_2.ncl
Installing NUG_triangular_grid_ICON_640.ncl
Installing NUG_unstructured_grid_640.ncl
Installing NUG_curvilinear_contour_PyNGL.py
Installing NUG_rectilinear_contour_PyNGL.py
Installing NUG_rectilinear_slice_PyNGL.py
Installing NUG_rectilinear_vector_PyNGL.py
Installing NUG_unstructured_ICON_triangles_PyNGL.py
Installing NUG_unstructured_contour_cellfill_PyNGL.py
Installing NUG_xy_plot_simple_PyNGL.py
Installing NUG_cdo_remap_bilinear_CMIP5_grid_to_1x1deg_grid.ksh
Installing gmt2ncl_coltab.ksh
Installing grads2ncl_coltab.ksh
installing in ./ni/src/examples/nug
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/nug'
Making install in ./ni/src/examples/primitives
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Installing pr01c.c
Installing pr02c.c
Installing pr03c.c
Installing pr04c.c
Installing pr05c.c
Installing pr01f.f
Installing pr02f.f
Installing pr03f.f
Installing pr04f.f
Installing pr05f.f
Installing pr01n.ncl
Installing pr02n.ncl
Installing pr03n.ncl
Installing pr04n.ncl
Installing pr05n.ncl
Installing pr02.res
Installing pr03.res
Installing pr04.res
Installing pr05.res
installing in ./ni/src/examples/primitives
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/primitives'
Making install in ./ni/src/examples/streamlineplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Installing st01c.c
Installing st02c.c
Installing st03c.c
Installing st04c.c
Installing st01f.f
Installing st02f.f
Installing st03f.f
Installing st04f.f
Installing st01.res
Installing st02.res
Installing st03.res
Installing st04.res
Installing st01n.ncl
Installing st02n.ncl
Installing st03n.ncl
Installing st04n.ncl
installing in ./ni/src/examples/streamlineplot
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/streamlineplot'
Making install in ./ni/src/examples/textitem
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Installing tx01c.c
Installing tx02c.c
Installing tx03c.c
Installing tx04c.c
Installing tx05c.c
Installing tx06c.c
Installing tx07c.c
Installing tx08c.c
Installing tx01f.f
Installing tx02f.f
Installing tx03f.f
Installing tx04f.f
Installing tx05f.f
Installing tx06f.f
Installing tx07f.f
Installing tx08f.f
Installing tx01n.ncl
Installing tx02n.ncl
Installing tx03n.ncl
Installing tx04n.ncl
Installing tx05n.ncl
Installing tx06n.ncl
Installing tx07n.ncl
Installing tx08n.ncl
Installing tx01.res
Installing tx02.res
Installing tx03.res
installing in ./ni/src/examples/textitem
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/textitem'
Making install in ./ni/src/examples/tickmark
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Installing tm01c.c
Installing tm02c.c
Installing tm03c.c
Installing tm01f.f
Installing tm02f.f
Installing tm03f.f
Installing tm03c.h
Installing tm01n.ncl
Installing tm02n.ncl
Installing tm03n.ncl
Installing tm04n.ncl
Installing tm01.res
Installing tm02.res
Installing tm03.res
Installing tm04.res
installing in ./ni/src/examples/tickmark
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/tickmark'
Making install in ./ni/src/examples/title
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Installing ti01c.c
Installing ti02c.c
Installing ti03c.c
Installing ti01f.f
Installing ti02f.f
Installing ti03f.f
Installing ti01n.ncl
Installing ti02n.ncl
Installing ti03n.ncl
Installing ti01.res
Installing ti02.res
Installing ti03.res
installing in ./ni/src/examples/title
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/title'
Making install in ./ni/src/examples/vectorplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Installing vc01c.c
Installing vc02c.c
Installing vc03c.c
Installing vc04c.c
Installing vc05c.c
Installing vc06c.c
Installing vc07c.c
Installing vc08c.c
Installing vc09c.c
Installing vc01f.f
Installing vc02f.f
Installing vc03f.f
Installing vc04f.f
Installing vc05f.f
Installing vc06f.f
Installing vc07f.f
Installing vc08f.f
Installing vc09f.f
Installing vc01.res
Installing vc02.res
Installing vc03.res
Installing vc04.res
Installing vc05.res
Installing vc06.res
Installing vc07.res
Installing vc09.res
Installing vc01n.ncl
Installing vc02n.ncl
Installing vc03n.ncl
Installing vc04n.ncl
Installing vc05n.ncl
Installing vc06n.ncl
Installing vc07n.ncl
Installing vc08n.ncl
Installing vc09n.ncl
installing in ./ni/src/examples/vectorplot
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/vectorplot'
Making install in ./ni/src/examples/xyplot
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Installing xy01c.c
Installing xy02c.c
Installing xy03c.c
Installing xy04c.c
Installing xy05c.c
Installing xy06c.c
Installing xy07c.c
Installing xy08c.c
Installing xy09c.c
Installing xy10c.c
Installing xy11c.c
Installing xy12c.c
Installing xy13c.c
Installing xy14c.c
Installing xy15c.c
Installing xy16c.c
Installing xy17c.c
Installing xy01f.f
Installing xy02f.f
Installing xy03f.f
Installing xy04f.f
Installing xy05f.f
Installing xy06f.f
Installing xy07f.f
Installing xy08f.f
Installing xy09f.f
Installing xy10f.f
Installing xy11f.f
Installing xy14f.f
Installing xy15f.f
Installing xy16f.f
Installing xy17f.f
Installing xy13c.h
Installing xy01n.ncl
Installing xy02n.ncl
Installing xy03n.ncl
Installing xy04n.ncl
Installing xy05n.ncl
Installing xy06n.ncl
Installing xy07n.ncl
Installing xy08n.ncl
Installing xy09n.ncl
Installing xy10n.ncl
Installing xy11n.ncl
Installing xy14n.ncl
Installing xy15n.ncl
Installing xy16n.ncl
Installing xy17n.ncl
Installing xy01.res
Installing xy02.res
Installing xy03.res
Installing xy04.res
Installing xy05.res
Installing xy06.res
Installing xy07.res
Installing xy08.res
Installing xy09.res
Installing xy10.res
Installing xy13.res
Installing xy15.res
installing in ./ni/src/examples/xyplot
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/xyplot'
Making install in ./ni/src/examples/data
make[4]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
installing in ./ni/src/examples/data
Making install in ./ni/src/examples/data/asc
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
Installing cn03f.asc
Installing cn04n.asc
Installing cn11f.asc
Installing cn12n.asc
Installing ex05B1_uv_jan_mm92.hs.asc
Installing mp03n.asc
Installing oceanland30e.asc
Installing seismic.asc
Installing u.cocos
Installing uvdata0.asc
Installing xy.asc
Installing xy08.asc
Installing xy12c.asc
Installing sounding_ATS.asc
Installing sounding_testdata.asc
Installing psadilookup.dat
Installing climdivcorr.txt
installing in ./ni/src/examples/data/asc
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/asc'
Making install in ./ni/src/examples/data/bin
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
Installing ex01B1_uv300.hs.mdl
installing in ./ni/src/examples/data/bin
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/bin'
Making install in ./ni/src/examples/data/cdf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
Installing 941110_P.cdf
Installing 941110_UV.cdf
Installing 95031800_sao.cdf
Installing 95031801_sao.cdf
Installing 95031802_sao.cdf
Installing 95031803_sao.cdf
Installing 95031804_sao.cdf
Installing 95031805_sao.cdf
Installing 95031806_sao.cdf
Installing 95031807_sao.cdf
Installing 95031808_sao.cdf
Installing 95031809_sao.cdf
Installing 95031810_sao.cdf
Installing 95031811_sao.cdf
Installing 95031812_sao.cdf
Installing 95031813_sao.cdf
Installing 95031814_sao.cdf
Installing 95031815_sao.cdf
Installing 95031816_sao.cdf
Installing 95031817_sao.cdf
Installing 95031818_sao.cdf
Installing 95031819_sao.cdf
Installing 95031820_sao.cdf
Installing 95031821_sao.cdf
Installing 95031822_sao.cdf
Installing 95031823_sao.cdf
Installing 950318_sao.cdf
Installing Pstorm.cdf
Installing ocean.nc
Installing Tstorm.cdf
Installing U500storm.cdf
Installing Ustorm.cdf
Installing V500storm.cdf
Installing Vstorm.cdf
Installing ced1.lf00.t00z.eta.nc
Installing climdiv_polygons.nc
Installing cn10n.cdf
Installing color.nc
Installing contour.cdf
Installing ctnccl.nc
Installing ctcbay.nc
Installing ex01B1_uv300.hs.nc
Installing fice.nc
Installing landsea.nc
Installing meccatemp.cdf
Installing sst30e_netcdf.nc
Installing hswm_d000000p000.g2.nc
Installing seam.nc
Installing pop.nc
Installing sstdata_netcdf.nc
Installing traj_data.nc
Installing trinidad.nc
Installing meteo_data.nc
Installing scatter1.nc
Installing vinth2p.nc
Installing chi200_ud_smooth.nc
Installing ice5g_21k_1deg.nc
Installing nc4uvt.nc
Installing sstanom.robinsonproj.nc
Installing hgt.nc
Installing panel2.nc
Installing uv300.nc
installing in ./ni/src/examples/data/cdf
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/cdf'
Making install in ./ni/src/examples/data/grb
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
Installing ced1.lf00.t00z.eta.grb
Installing wafsgfs_L_t06z_intdsk60.grib2
Installing fh.0012_tl.press_gr.awp211.grb2
Installing MET9_IR108_cosmode_0909210000.grb2
installing in ./ni/src/examples/data/grb
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/grb'
Making install in ./ni/src/examples/data/hdf
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
Installing avhrr.hdf
Installing MLS-Aura_L2GP-IWC_v02-21-c02_2007d210.he5
Installing MOD04_L2.A2001066.0000.004.2003078090622.he2
installing in ./ni/src/examples/data/hdf
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/hdf'
Making install in ./ni/src/examples/data/shp
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
Installing states.dbf
Installing states.prj
Installing states.shp
Installing states.shx
Installing mrb.dbf
Installing mrb.prj
Installing mrb.shp
Installing mrb.shx
installing in ./ni/src/examples/data/shp
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/shp'
Making install in ./ni/src/examples/data/nug
make[5]: Entering directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
Installing BYR-03
Installing FR-LAND_regional_model_0.11deg.nc
Installing FR-LAND_regional_model_0.44deg.nc
Installing GMT-BYR-03.cpt
Installing HSURF_regional_model_0.11deg.nc
Installing HSURF_regional_model_0.44deg.nc
Installing Test_6h.csv
Installing asc1.txt
Installing asc2.txt
Installing asc3.txt
Installing atm_phy_mag0004_1985.nc
Installing camse_unstructured_grid.nc
Installing data_country_user.txt
Installing multiple_columns.csv
Installing orog_mod1_rectilinear_grid_2D.nc
Installing orog_mod2_rectilinear_grid_2D.nc
Installing orog_mod3_rectilinear_grid_2D.nc
Installing ps_grads_model.ctl
Installing ps_grads_model.dat
Installing rectilinear_grid_3D.nc
Installing sftlf_mod1_rectilinear_grid_2D.nc
Installing sftlf_mod2_rectilinear_grid_2D.nc
Installing sftlf_mod3_rectilinear_grid_2D.nc
Installing tas_mod1_hist_rectilin_grid_2D.nc
Installing tas_mod1_rcp45_rectilin_grid_2D.nc
Installing tas_mod1_rcp85_rectilin_grid_2D.nc
Installing tas_mod2_hist_rectilin_grid_2D.nc
Installing tas_mod2_rcp45_rectilin_grid_2D.nc
Installing tas_mod2_rcp85_rectilin_grid_2D.nc
Installing tas_mod3_hist_rectilin_grid_2D.nc
Installing tas_mod3_rcp45_rectilin_grid_2D.nc
Installing tas_mod3_rcp85_rectilin_grid_2D.nc
Installing tas_mod4_hist_rectilin_grid_2D.nc
Installing tas_mod4_rcp45_rectilin_grid_2D.nc
Installing tas_mod4_rcp85_rectilin_grid_2D.nc
Installing tas_rectilinear_grid_2D.nc
Installing tas_rotated_grid_EUR11.nc
Installing topo.bin
Installing tos_ocean_bipolar_grid.nc
Installing triangular_grid_ICON.nc
Installing uas_rectilinear_grid_2D.nc
Installing uv300.nc
Installing vas_rectilinear_grid_2D.nc
installing in ./ni/src/examples/data/nug
make[5]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data/nug'
make[4]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples/data'
make[3]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src/examples'
make[2]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni/src'
make[1]: Leaving directory `/lustre/home/z04/lcebaman/tickets/ncl_ncarg-6.4.0/ni'


More information about the ncl-install mailing list