[Met_help] [rt.rap.ucar.edu #65703] History for unable to build METv4.1

John Halley Gotway via RT met_help at ucar.edu
Mon Jun 2 14:18:36 MDT 2014


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

hi John. 
 
I am stuck at building METv4.1 Pls help me. I am getting following error. 
*** Finished Making the vx_data2d_factory Library ***
 
gmake[3]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_d ata2d_factory'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
gmake[3]: Entering directory `/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ gsl_prob'
/usr/vacpp/bin/xlC gsl_cdf.cc  -DIBM -DBIGENDIAN -DBLOCK4 -c -I/oprn/model/WRFLI B/gsl-1.9/gsl/include
"gsl_cdf.cc", line 21.10: 1540-0836 (S) The #include file "gsl/gsl_randist.h" is  not found.
"gsl_cdf.h", line 17.10: 1540-0836 (S) The #include file "gsl/gsl_cdf.h" is not found.
gmake[3]: *** [gsl_cdf.o] Error 1
gmake[3]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_g sl_prob'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src'
gmake: *** [all] Error 2
bash-3.2$

Following is the user_defs.mk file which points to gsl Library!!!!!!!!!!
 
# Top level directory for the GNU Scientific Library (GSL) if it's not
# installed in a standard location.
# GSL include directory specified as: -I/your/include/path
# GSL library directory specified as: -L/your/library/path
GSL_BASE     = /oprn/model/WRFLIB/gsl-1.9/gsl
GSL_INCS     = -I$(GSL_BASE)/include
GSL_LIBS     = -L$(GSL_BASE)/lib
                                                                                                                             

I checked that in the directory, /oprn/model/WRFLIB/gsl-1.9 or /oprn/model/WRFLIB/gsl-1.9/gsl, there is no "include " Directory
bash-3.2$ cd gsl-1.9/
/oprn/model/WRFLIB/gsl-1.9
bash-3.2$ ls
AUTHORS                complex                gsl-histogram.o        libgsl.a               qrng
BUGS                   config.guess           gsl-randist            libgsl.exp             randist
COPYING                config.h               gsl-randist.c          libgsl.la              rng
ChangeLog              config.h.in            gsl-randist.o          libgsl.lai             roots
INSTALL                config.log             gsl.m4                 libgsl.so.0            siman
Makefile               config.status          gsl.pc                 libtool                sort
Makefile.am            config.sub             gsl.pc.in              linalg                 specfunc
Makefile.in            configure              gsl.spec               loglast                stamp-h1
NEWS                   configure.ac           gsl.spec.in            lt-gsl-histogram       statistics
README                 const                  gsl_machine.h          ltmain.sh              sum
SUPPORT                deriv                  gsl_math.h             matrix                 sys
THANKS                 dht                    gsl_mode.h             mdate-sh               templates_off.h
TODO                   diff                   gsl_nan.h              min                    templates_on.h
acconfig.h             doc                    gsl_pow_int.h          missing                test
aclocal.m4             eigen                  gsl_precision.h        mkinstalldirs          test_gsl_histogram.sh
autogen.sh             err                    gsl_types.h            monte                  utils
blas                   fft                    gsl_version.h          multifit               vector
block                  fit                    gsl_version.h.in       multimin               version.c
bspline                gsl                    histogram              multiroots             version.lo
cblas                  gsl-config             ieee-utils             ntuple                 version.o
cdf                    gsl-config.in          install-sh             ode-initval            wavelet
cheb                   gsl-histogram          integration            permutation
combination            gsl-histogram.c        interpolation          poly
bash-3.2$

 
Pls help me. there is some linking issue I presume. 
geeta
 		 	   		  

----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: unable to build METv4.1
From: Geeta Geeta
Time: Thu Mar 06 04:14:01 2014

Hi John,

somehow i got rid of the gsl error.

but now I am faced with some compiler issues.

I am building MET v4.1 on IBM P series server.

So as per that I have tried the foloowing in user_defs.mk file.



1. CXX          = /usr/vacpp/bin/xlC




# Path to the C++ Compiler
# C++ compiler flags
# Any additional required libraries
2. CXX          = /usr/vacpp/bin/xlc++
CXX_FLAGS    = # -g -qfullpath
CXX_LIBS     =

But in both cases I m not able to build that.

atttching the err1.file for your ref.



It s not giving me error, but saying something that I cannot fully
understand.





Pls help.


geeta


> Subject: [rt.rap.ucar.edu #65703] AutoReply: unable to build METv4.1
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 5 Mar 2014 04:53:34 -0700
>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
> "unable to build METv4.1",
> a summary of which appears below.
>
> There is no need to reply to this message right now. Your ticket has
been
> assigned an ID of [rt.rap.ucar.edu #65703].
>
> Please include the string:
>
> [rt.rap.ucar.edu #65703]
>
> in the subject line of all future correspondence about this issue.
To do so,
> you may reply to this message.
>
> Thank you,
> met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> hi John.
>
> I am stuck at building METv4.1 Pls help me. I am getting following
error.
> *** Finished Making the vx_data2d_factory Library ***
>
> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_d ata2d_factory'
> /oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
> gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ gsl_prob'
> /usr/vacpp/bin/xlC gsl_cdf.cc -DIBM -DBIGENDIAN -DBLOCK4 -c
-I/oprn/model/WRFLI B/gsl-1.9/gsl/include
> "gsl_cdf.cc", line 21.10: 1540-0836 (S) The #include file
"gsl/gsl_randist.h" is not found.
> "gsl_cdf.h", line 17.10: 1540-0836 (S) The #include file
"gsl/gsl_cdf.h" is not found.
> gmake[3]: *** [gsl_cdf.o] Error 1
> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_g sl_prob'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src'
> gmake: *** [all] Error 2
> bash-3.2$
>
> Following is the user_defs.mk file which points to gsl
Library!!!!!!!!!!
>
> # Top level directory for the GNU Scientific Library (GSL) if it's
not
> # installed in a standard location.
> # GSL include directory specified as: -I/your/include/path
> # GSL library directory specified as: -L/your/library/path
> GSL_BASE = /oprn/model/WRFLIB/gsl-1.9/gsl
> GSL_INCS = -I$(GSL_BASE)/include
> GSL_LIBS = -L$(GSL_BASE)/lib
>
>
> I checked that in the directory, /oprn/model/WRFLIB/gsl-1.9 or
/oprn/model/WRFLIB/gsl-1.9/gsl, there is no "include " Directory
> bash-3.2$ cd gsl-1.9/
> /oprn/model/WRFLIB/gsl-1.9
> bash-3.2$ ls
> AUTHORS complex gsl-histogram.o libgsl.a qrng
> BUGS config.guess gsl-randist libgsl.exp randist
> COPYING config.h gsl-randist.c libgsl.la rng
> ChangeLog config.h.in gsl-randist.o libgsl.lai roots
> INSTALL config.log gsl.m4 libgsl.so.0 siman
> Makefile config.status gsl.pc libtool sort
> Makefile.am config.sub gsl.pc.in linalg specfunc
> Makefile.in configure gsl.spec loglast stamp-h1
> NEWS configure.ac gsl.spec.in lt-gsl-histogram statistics
> README const gsl_machine.h ltmain.sh sum
> SUPPORT deriv gsl_math.h matrix sys
> THANKS dht gsl_mode.h mdate-sh templates_off.h
> TODO diff gsl_nan.h min templates_on.h
> acconfig.h doc gsl_pow_int.h missing test
> aclocal.m4 eigen gsl_precision.h mkinstalldirs test_gsl_histogram.sh
> autogen.sh err gsl_types.h monte utils
> blas fft gsl_version.h multifit vector
> block fit gsl_version.h.in multimin version.c
> bspline gsl histogram multiroots version.lo
> cblas gsl-config ieee-utils ntuple version.o
> cdf gsl-config.in install-sh ode-initval wavelet
> cheb gsl-histogram integration permutation
> combination gsl-histogram.c interpolation poly
> bash-3.2$
>
>
> Pls help me. there is some linking issue I presume.
> geeta
>

------------------------------------------------
Subject: unable to build METv4.1
From: Geeta Geeta
Time: Thu Mar 06 04:14:01 2014


*** Making the Model Evaluation Tools Project ***

/oprn/model/wrf3/utils/met/METv4.1/src
gmake[1]: Entering directory `/oprn/model/wrf3/utils/met/METv4.1/src'

/oprn/model/wrf3/utils/met/METv4.1/src/basic
gmake[2]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic'

/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log'

*** Finished Making the vx_log Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal'

*** Finished Making the vx_cal Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math'

*** Finished Making the vx_math Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util'

*** Finished Making the vx_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config'

*** Finished Making the vx_config Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config'
gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode
gmake[2]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid'

*** Finished Making the vx_grid Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util'

*** Finished Making the vx_nc_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d'

*** Finished Making the vx_data2d Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib'

*** Finished Making the vx_data2d_grib Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met'

*** Finished Making the vx_data2d_nc_met Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf'

*** Finished Making the vx_data2d_nccf Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp'

*** Finished Making the vx_data2d_nc_pinterp Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory'

*** Finished Making the vx_data2d_factory Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob'

*** Finished Making the vx_gsl_prob Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon'

*** Finished Making the vx_gnomon Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy'

*** Finished Making the vx_geodesy Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav'

*** Finished Making the vx_nav Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util'

*** Finished Making the vx_pb_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm'

*** Finished Making the vx_afm Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps'

*** Finished Making the vx_ps Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color'

*** Finished Making the vx_color Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm'

*** Finished Making the vx_pxm Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render'

*** Finished Making the vx_render Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util'

*** Finished Making the vx_plot_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata'

*** Finished Making the vx_shapedata Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics'
/usr/vacpp/bin/xlc++ pair_data_ensemble.cc  -DIBM -DBIGENDIAN -DBLOCK4
-c -I/oprn/model/wrf3/utils/met/METv4.1/include
-I/oprn/model/WRFLIB/gsl-1.9
"pair_data_ensemble.cc", line 401.57: 1540-0294 (S) An object or
reference of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::basic_string<char,std::..." cannot be
initialized with an rvalue of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> ...".
"pair_data_ensemble.cc", line 402.16: 1540-0218 (S) The call does not
match any parameter list for "operator!=".
"/usr/vacpp/include/xtree", line 224.22: 1540-1283 (I)
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator::operator!=(const const_iterator &) const" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.34: 1540-0295 (I) A parameter of
type "const
std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::ba..." cannot be initialized with an rvalue of
type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::it...".
"/usr/vacpp/include/xtree", line 222.22: 1540-1283 (I)
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator::operator!=(const iterator &) const" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.34: 1540-0295 (I) A parameter of
type "const
std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::ba..." cannot be initialized with an rvalue of
type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::it...".
"/usr/vacpp/include/utility", line 90.14: 1540-1283 (I) "template
<class _T1, class _T2> std::operator!=(const pair<_T1,_T2> &, const
pair<_T1,_T2> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const pair<_T1,_T2> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 321.14: 1540-1283 (I) "template
<class _Ty, class _D, class _Pt, class _Rt, class _Pt2, class _Rt2>
std::operator!=(const _Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &, const
_Ptrit<_Ty,_D,_Pt2,_Rt2,_Pt,_Rt> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &"
cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 468.14: 1540-1283 (I) "template
<class _RI> std::operator!=(const reverse_iterator<_RI> &, const
reverse_iterator<_RI> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const reverse_iterator<_RI> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 617.14: 1540-1283 (I) "template
<class _E, class _Tr> std::operator!=(const
istreambuf_iterator<_E,_Tr> &, const istreambuf_iterator<_E,_Tr> &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const istreambuf_iterator<_E,_Tr> &"
cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xmemory", line 433.14: 1540-1283 (I) "template
<class _Ty, class _U> std::operator!=(const allocator<_Ty> &, const
allocator<_U> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const allocator<_Ty> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/iterator", line 197.14: 1540-1283 (I) "template
<class _Ty, class _E, class _Tr, class _Dist> std::operator!=(const
istream_iterator<_Ty,_E,_Tr,_Dist> &, const
istream_iterator<_Ty,_E,_Tr,_Dist> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const istream_iterator<_Ty,_E,_Tr,_Dist>
&" cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xtree", line 457.14: 1540-1283 (I) "template
<class _Tr> std::operator!=(const _Tree<_Tr> &, const _Tree<_Tr> &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _Tree<_Tr> &" cannot be initialized
with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 120.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const
basic_string<_E,_Tr,_A> &, const basic_string<_E,_Tr,_A> &)" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const basic_string<_E,_Tr,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 124.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const _E *, const
basic_string<_E,_Tr,_A> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _E *" cannot be initialized with an
argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 128.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const
basic_string<_E,_Tr,_A> &, const _E *)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const basic_string<_E,_Tr,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/deque", line 551.14: 1540-1283 (I) "template
<class _Ty, class _A> std::operator!=(const deque<_Ty,_A> &, const
deque<_Ty,_A> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const deque<_Ty,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
238.13: 1540-1283 (I) "operator!=(const ConcatString &, const
ConcatString &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const ConcatString &" cannot be initialized with an expression of
type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
239.13: 1540-1283 (I) "operator!=(const ConcatString &, const char *)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const ConcatString &" cannot be initialized with an expression of
type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
240.13: 1540-1283 (I) "operator!=(const char *, const ConcatString &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const char *" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/grid_base.h", line 219.13:
1540-1283 (I) "operator!=(const Grid &, const Grid &)" is not a viable
candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const Grid &" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/color.h", line 32.18:
1540-1283 (I) "operator!=(const Color &, const Color &)" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const Color &" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
gmake[3]: *** [pair_data_ensemble.o] Error 1
gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src'
gmake: *** [all] Error 2

------------------------------------------------
Subject: unable to build METv4.1
From: Geeta Geeta
Time: Thu Mar 06 04:20:24 2014

hi john,

pls ignore attatchment.

these are new ones done in order.

with xlC and xlc++ compilers



geeta




From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
Date: Thu, 6 Mar 2014 16:43:53 +0530




Hi John,
somehow i got rid of the gsl error.
but now I am faced with some compiler issues.
I am building MET v4.1 on IBM P series server.
So as per that I have tried the foloowing in user_defs.mk file.

1. CXX          = /usr/vacpp/bin/xlC


# Path to the C++ Compiler
# C++ compiler flags
# Any additional required libraries
2. CXX          = /usr/vacpp/bin/xlc++
CXX_FLAGS    = # -g -qfullpath
CXX_LIBS     =

But in both cases I m not able to build that.
atttching the err1.file for your ref.

It s not giving me error, but saying something that I cannot fully
understand.


Pls help.


geeta


> Subject: [rt.rap.ucar.edu #65703] AutoReply: unable to build METv4.1
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 5 Mar 2014 04:53:34 -0700
>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
> "unable to build METv4.1",
> a summary of which appears below.
>
> There is no need to reply to this message right now. Your ticket has
been
> assigned an ID of [rt.rap.ucar.edu #65703].
>
> Please include the string:
>
> [rt.rap.ucar.edu #65703]
>
> in the subject line of all future correspondence about this issue.
To do so,
> you may reply to this message.
>
> Thank you,
> met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> hi John.
>
> I am stuck at building METv4.1 Pls help me. I am getting following
error.
> *** Finished Making the vx_data2d_factory Library ***
>
> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_d ata2d_factory'
> /oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
> gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ gsl_prob'
> /usr/vacpp/bin/xlC gsl_cdf.cc -DIBM -DBIGENDIAN -DBLOCK4 -c
-I/oprn/model/WRFLI B/gsl-1.9/gsl/include
> "gsl_cdf.cc", line 21.10: 1540-0836 (S) The #include file
"gsl/gsl_randist.h" is not found.
> "gsl_cdf.h", line 17.10: 1540-0836 (S) The #include file
"gsl/gsl_cdf.h" is not found.
> gmake[3]: *** [gsl_cdf.o] Error 1
> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_g sl_prob'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src'
> gmake: *** [all] Error 2
> bash-3.2$
>
> Following is the user_defs.mk file which points to gsl
Library!!!!!!!!!!
>
> # Top level directory for the GNU Scientific Library (GSL) if it's
not
> # installed in a standard location.
> # GSL include directory specified as: -I/your/include/path
> # GSL library directory specified as: -L/your/library/path
> GSL_BASE = /oprn/model/WRFLIB/gsl-1.9/gsl
> GSL_INCS = -I$(GSL_BASE)/include
> GSL_LIBS = -L$(GSL_BASE)/lib
>
>
> I checked that in the directory, /oprn/model/WRFLIB/gsl-1.9 or
/oprn/model/WRFLIB/gsl-1.9/gsl, there is no "include " Directory
> bash-3.2$ cd gsl-1.9/
> /oprn/model/WRFLIB/gsl-1.9
> bash-3.2$ ls
> AUTHORS complex gsl-histogram.o libgsl.a qrng
> BUGS config.guess gsl-randist libgsl.exp randist
> COPYING config.h gsl-randist.c libgsl.la rng
> ChangeLog config.h.in gsl-randist.o libgsl.lai roots
> INSTALL config.log gsl.m4 libgsl.so.0 siman
> Makefile config.status gsl.pc libtool sort
> Makefile.am config.sub gsl.pc.in linalg specfunc
> Makefile.in configure gsl.spec loglast stamp-h1
> NEWS configure.ac gsl.spec.in lt-gsl-histogram statistics
> README const gsl_machine.h ltmain.sh sum
> SUPPORT deriv gsl_math.h matrix sys
> THANKS dht gsl_mode.h mdate-sh templates_off.h
> TODO diff gsl_nan.h min templates_on.h
> acconfig.h doc gsl_pow_int.h missing test
> aclocal.m4 eigen gsl_precision.h mkinstalldirs test_gsl_histogram.sh
> autogen.sh err gsl_types.h monte utils
> blas fft gsl_version.h multifit vector
> block fit gsl_version.h.in multimin version.c
> bspline gsl histogram multiroots version.lo
> cblas gsl-config ieee-utils ntuple version.o
> cdf gsl-config.in install-sh ode-initval wavelet
> cheb gsl-histogram integration permutation
> combination gsl-histogram.c interpolation poly
> bash-3.2$
>
>
> Pls help me. there is some linking issue I presume.
> geeta
>

------------------------------------------------
Subject: unable to build METv4.1
From: Geeta Geeta
Time: Thu Mar 06 04:20:24 2014


*** Making the Model Evaluation Tools Project ***

/oprn/model/wrf3/utils/met/METv4.1/src
gmake[1]: Entering directory `/oprn/model/wrf3/utils/met/METv4.1/src'

/oprn/model/wrf3/utils/met/METv4.1/src/basic
gmake[2]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic'

/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log'

*** Finished Making the vx_log Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal'

*** Finished Making the vx_cal Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math'

*** Finished Making the vx_math Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util'

*** Finished Making the vx_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config'

*** Finished Making the vx_config Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config'
gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode
gmake[2]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid'

*** Finished Making the vx_grid Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util'

*** Finished Making the vx_nc_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d'

*** Finished Making the vx_data2d Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib'

*** Finished Making the vx_data2d_grib Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met'

*** Finished Making the vx_data2d_nc_met Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf'

*** Finished Making the vx_data2d_nccf Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp'

*** Finished Making the vx_data2d_nc_pinterp Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory'

*** Finished Making the vx_data2d_factory Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob'

*** Finished Making the vx_gsl_prob Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon'

*** Finished Making the vx_gnomon Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy'

*** Finished Making the vx_geodesy Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav'

*** Finished Making the vx_nav Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util'

*** Finished Making the vx_pb_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm'

*** Finished Making the vx_afm Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps'

*** Finished Making the vx_ps Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color'

*** Finished Making the vx_color Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm'

*** Finished Making the vx_pxm Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render'

*** Finished Making the vx_render Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util'

*** Finished Making the vx_plot_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata'

*** Finished Making the vx_shapedata Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics'
/usr/vacpp/bin/xlC   pair_data_ensemble.cc  -DIBM -DBIGENDIAN -DBLOCK4
-c -I/oprn/model/wrf3/utils/met/METv4.1/include
-I/oprn/model/WRFLIB/gsl-1.9
"pair_data_ensemble.cc", line 401.57: 1540-0294 (S) An object or
reference of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::basic_string<char,std::..." cannot be
initialized with an rvalue of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> ...".
"pair_data_ensemble.cc", line 402.16: 1540-0218 (S) The call does not
match any parameter list for "operator!=".
"/usr/vacpp/include/xtree", line 224.22: 1540-1283 (I)
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator::operator!=(const const_iterator &) const" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.34: 1540-0295 (I) A parameter of
type "const
std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::ba..." cannot be initialized with an rvalue of
type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::it...".
"/usr/vacpp/include/xtree", line 222.22: 1540-1283 (I)
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator::operator!=(const iterator &) const" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.34: 1540-0295 (I) A parameter of
type "const
std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::ba..." cannot be initialized with an rvalue of
type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::it...".
"/usr/vacpp/include/utility", line 90.14: 1540-1283 (I) "template
<class _T1, class _T2> std::operator!=(const pair<_T1,_T2> &, const
pair<_T1,_T2> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const pair<_T1,_T2> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 321.14: 1540-1283 (I) "template
<class _Ty, class _D, class _Pt, class _Rt, class _Pt2, class _Rt2>
std::operator!=(const _Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &, const
_Ptrit<_Ty,_D,_Pt2,_Rt2,_Pt,_Rt> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &"
cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 468.14: 1540-1283 (I) "template
<class _RI> std::operator!=(const reverse_iterator<_RI> &, const
reverse_iterator<_RI> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const reverse_iterator<_RI> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 617.14: 1540-1283 (I) "template
<class _E, class _Tr> std::operator!=(const
istreambuf_iterator<_E,_Tr> &, const istreambuf_iterator<_E,_Tr> &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const istreambuf_iterator<_E,_Tr> &"
cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xmemory", line 433.14: 1540-1283 (I) "template
<class _Ty, class _U> std::operator!=(const allocator<_Ty> &, const
allocator<_U> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const allocator<_Ty> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/iterator", line 197.14: 1540-1283 (I) "template
<class _Ty, class _E, class _Tr, class _Dist> std::operator!=(const
istream_iterator<_Ty,_E,_Tr,_Dist> &, const
istream_iterator<_Ty,_E,_Tr,_Dist> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const istream_iterator<_Ty,_E,_Tr,_Dist>
&" cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xtree", line 457.14: 1540-1283 (I) "template
<class _Tr> std::operator!=(const _Tree<_Tr> &, const _Tree<_Tr> &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _Tree<_Tr> &" cannot be initialized
with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 120.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const
basic_string<_E,_Tr,_A> &, const basic_string<_E,_Tr,_A> &)" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const basic_string<_E,_Tr,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 124.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const _E *, const
basic_string<_E,_Tr,_A> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _E *" cannot be initialized with an
argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 128.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const
basic_string<_E,_Tr,_A> &, const _E *)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const basic_string<_E,_Tr,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/deque", line 551.14: 1540-1283 (I) "template
<class _Ty, class _A> std::operator!=(const deque<_Ty,_A> &, const
deque<_Ty,_A> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const deque<_Ty,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
238.13: 1540-1283 (I) "operator!=(const ConcatString &, const
ConcatString &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const ConcatString &" cannot be initialized with an expression of
type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
239.13: 1540-1283 (I) "operator!=(const ConcatString &, const char *)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const ConcatString &" cannot be initialized with an expression of
type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
240.13: 1540-1283 (I) "operator!=(const char *, const ConcatString &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const char *" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/grid_base.h", line 219.13:
1540-1283 (I) "operator!=(const Grid &, const Grid &)" is not a viable
candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const Grid &" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/color.h", line 32.18:
1540-1283 (I) "operator!=(const Color &, const Color &)" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const Color &" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
gmake[3]: *** [pair_data_ensemble.o] Error 1
gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src'
gmake: *** [all] Error 2

------------------------------------------------
Subject: unable to build METv4.1
From: Geeta Geeta
Time: Thu Mar 06 04:20:24 2014


*** Making the Model Evaluation Tools Project ***

/oprn/model/wrf3/utils/met/METv4.1/src
gmake[1]: Entering directory `/oprn/model/wrf3/utils/met/METv4.1/src'

/oprn/model/wrf3/utils/met/METv4.1/src/basic
gmake[2]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic'

/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log'

*** Finished Making the vx_log Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_log'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal'

*** Finished Making the vx_cal Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_cal'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math'

*** Finished Making the vx_math Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_math'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util'

*** Finished Making the vx_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_util'
/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config'

*** Finished Making the vx_config Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic/vx_config'
gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/basic'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode
gmake[2]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid'

*** Finished Making the vx_grid Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_grid'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util'

*** Finished Making the vx_nc_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nc_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d'

*** Finished Making the vx_data2d Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib'

*** Finished Making the vx_data2d_grib Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_grib'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met'

*** Finished Making the vx_data2d_nc_met Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_met'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf'

*** Finished Making the vx_data2d_nccf Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nccf'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp'

*** Finished Making the vx_data2d_nc_pinterp Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_nc_pinterp'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory'

*** Finished Making the vx_data2d_factory Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_data2d_factory'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob'

*** Finished Making the vx_gsl_prob Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon'

*** Finished Making the vx_gnomon Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gnomon'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy'

*** Finished Making the vx_geodesy Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_geodesy'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav'

*** Finished Making the vx_nav Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_nav'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util'

*** Finished Making the vx_pb_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pb_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm'

*** Finished Making the vx_afm Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_afm'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps'

*** Finished Making the vx_ps Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ps'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color'

*** Finished Making the vx_color Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_color'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm'

*** Finished Making the vx_pxm Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_pxm'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render'

*** Finished Making the vx_render Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_render'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util'

*** Finished Making the vx_plot_util Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_plot_util'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata'

*** Finished Making the vx_shapedata Library ***

gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_shapedata'
/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics
gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics'
/usr/vacpp/bin/xlc++   pair_data_ensemble.cc  -DIBM -DBIGENDIAN
-DBLOCK4 -c -I/oprn/model/wrf3/utils/met/METv4.1/include
-I/oprn/model/WRFLIB/gsl-1.9
"pair_data_ensemble.cc", line 401.57: 1540-0294 (S) An object or
reference of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::basic_string<char,std::..." cannot be
initialized with an rvalue of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> ...".
"pair_data_ensemble.cc", line 402.16: 1540-0218 (S) The call does not
match any parameter list for "operator!=".
"/usr/vacpp/include/xtree", line 224.22: 1540-1283 (I)
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator::operator!=(const const_iterator &) const" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.34: 1540-0295 (I) A parameter of
type "const
std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::ba..." cannot be initialized with an rvalue of
type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::it...".
"/usr/vacpp/include/xtree", line 222.22: 1540-1283 (I)
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator::operator!=(const iterator &) const" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.34: 1540-0295 (I) A parameter of
type "const
std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,std::allocator<std::ba..." cannot be initialized with an rvalue of
type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,ssvar_bin_comp,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::it...".
"/usr/vacpp/include/utility", line 90.14: 1540-1283 (I) "template
<class _T1, class _T2> std::operator!=(const pair<_T1,_T2> &, const
pair<_T1,_T2> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const pair<_T1,_T2> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 321.14: 1540-1283 (I) "template
<class _Ty, class _D, class _Pt, class _Rt, class _Pt2, class _Rt2>
std::operator!=(const _Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &, const
_Ptrit<_Ty,_D,_Pt2,_Rt2,_Pt,_Rt> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _Ptrit<_Ty,_D,_Pt,_Rt,_Pt,_Rt> &"
cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 468.14: 1540-1283 (I) "template
<class _RI> std::operator!=(const reverse_iterator<_RI> &, const
reverse_iterator<_RI> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const reverse_iterator<_RI> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xutility", line 617.14: 1540-1283 (I) "template
<class _E, class _Tr> std::operator!=(const
istreambuf_iterator<_E,_Tr> &, const istreambuf_iterator<_E,_Tr> &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const istreambuf_iterator<_E,_Tr> &"
cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xmemory", line 433.14: 1540-1283 (I) "template
<class _Ty, class _U> std::operator!=(const allocator<_Ty> &, const
allocator<_U> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const allocator<_Ty> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/iterator", line 197.14: 1540-1283 (I) "template
<class _Ty, class _E, class _Tr, class _Dist> std::operator!=(const
istream_iterator<_Ty,_E,_Tr,_Dist> &, const
istream_iterator<_Ty,_E,_Tr,_Dist> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const istream_iterator<_Ty,_E,_Tr,_Dist>
&" cannot be initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/xtree", line 457.14: 1540-1283 (I) "template
<class _Tr> std::operator!=(const _Tree<_Tr> &, const _Tree<_Tr> &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _Tree<_Tr> &" cannot be initialized
with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 120.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const
basic_string<_E,_Tr,_A> &, const basic_string<_E,_Tr,_A> &)" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const basic_string<_E,_Tr,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 124.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const _E *, const
basic_string<_E,_Tr,_A> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const _E *" cannot be initialized with an
argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/string", line 128.14: 1540-1283 (I) "template
<class _E, class _Tr, class _A> std::operator!=(const
basic_string<_E,_Tr,_A> &, const _E *)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const basic_string<_E,_Tr,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/usr/vacpp/include/deque", line 551.14: 1540-1283 (I) "template
<class _Ty, class _A> std::operator!=(const deque<_Ty,_A> &, const
deque<_Ty,_A> &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0288 (I) The function
template parameter of type "const deque<_Ty,_A> &" cannot be
initialized with an argument of type
"std::_Tree<std::_Tset_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> >,0> >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
238.13: 1540-1283 (I) "operator!=(const ConcatString &, const
ConcatString &)" is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const ConcatString &" cannot be initialized with an expression of
type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
239.13: 1540-1283 (I) "operator!=(const ConcatString &, const char *)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const ConcatString &" cannot be initialized with an expression of
type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/concat_string.h", line
240.13: 1540-1283 (I) "operator!=(const char *, const ConcatString &)"
is not a viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const char *" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/grid_base.h", line 219.13:
1540-1283 (I) "operator!=(const Grid &, const Grid &)" is not a viable
candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const Grid &" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
"/oprn/model/wrf3/utils/met/METv4.1/include/color.h", line 32.18:
1540-1283 (I) "operator!=(const Color &, const Color &)" is not a
viable candidate.
"pair_data_ensemble.cc", line 402.9: 1540-0256 (I) A parameter of type
"const Color &" cannot be initialized with an expression of type
"std::set<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char>
>
>,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char>
> > >::iterator".
gmake[3]: *** [pair_data_ensemble.o] Error 1
gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_statistics'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/oprn/model/wrf3/utils/met/METv4.1/src'
gmake: *** [all] Error 2

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #65703] AutoReply: unable to build METv4.1
From: John Halley Gotway
Time: Thu Mar 06 17:03:15 2014

Geeta,

I have bad news.  When the IBM bluefire machine at NCAR went away, we
lost our access to an IBM machine on which to test the MET software.
WRF is in the same situation.  They do not have an IBM
machine on which to test it.  So unfortunately, I'm not able to
compile/test MET on an IBM.

I see that you're getting a compilation error, but there's likely an
issue in the code that I wouldn't be able to debug without access to
an IBM.

Thanks,
John

On 03/06/2014 04:20 AM, Geeta Geeta via RT wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=65703 >
>
> hi john,
>
> pls ignore attatchment.
>
> these are new ones done in order.
>
> with xlC and xlc++ compilers
>
>
>
> geeta
>
>
>
>
> From: geeta124 at hotmail.com
> To: met_help at ucar.edu
> Subject: RE: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> Date: Thu, 6 Mar 2014 16:43:53 +0530
>
>
>
>
> Hi John,
> somehow i got rid of the gsl error.
> but now I am faced with some compiler issues.
> I am building MET v4.1 on IBM P series server.
> So as per that I have tried the foloowing in user_defs.mk file.
>
> 1. CXX          = /usr/vacpp/bin/xlC
>
>
> # Path to the C++ Compiler
> # C++ compiler flags
> # Any additional required libraries
> 2. CXX          = /usr/vacpp/bin/xlc++
> CXX_FLAGS    = # -g -qfullpath
> CXX_LIBS     =
>
> But in both cases I m not able to build that.
> atttching the err1.file for your ref.
>
> It s not giving me error, but saying something that I cannot fully
understand.
>
>
> Pls help.
>
>
> geeta
>
>
>> Subject: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
>> From: met_help at ucar.edu
>> To: geeta124 at hotmail.com
>> Date: Wed, 5 Mar 2014 04:53:34 -0700
>>
>> Greetings,
>>
>> This message has been automatically generated in response to the
>> creation of a trouble ticket regarding:
>> "unable to build METv4.1",
>> a summary of which appears below.
>>
>> There is no need to reply to this message right now. Your ticket
has been
>> assigned an ID of [rt.rap.ucar.edu #65703].
>>
>> Please include the string:
>>
>> [rt.rap.ucar.edu #65703]
>>
>> in the subject line of all future correspondence about this issue.
To do so,
>> you may reply to this message.
>>
>> Thank you,
>> met_help at ucar.edu
>>
>>
-------------------------------------------------------------------------
>> hi John.
>>
>> I am stuck at building METv4.1 Pls help me. I am getting following
error.
>> *** Finished Making the vx_data2d_factory Library ***
>>
>> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_d ata2d_factory'
>> /oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
>> gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ gsl_prob'
>> /usr/vacpp/bin/xlC gsl_cdf.cc -DIBM -DBIGENDIAN -DBLOCK4 -c
-I/oprn/model/WRFLI B/gsl-1.9/gsl/include
>> "gsl_cdf.cc", line 21.10: 1540-0836 (S) The #include file
"gsl/gsl_randist.h" is not found.
>> "gsl_cdf.h", line 17.10: 1540-0836 (S) The #include file
"gsl/gsl_cdf.h" is not found.
>> gmake[3]: *** [gsl_cdf.o] Error 1
>> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_g sl_prob'
>> gmake[2]: *** [all] Error 2
>> gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
>> gmake[1]: *** [all] Error 2
>> gmake[1]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src'
>> gmake: *** [all] Error 2
>> bash-3.2$
>>
>> Following is the user_defs.mk file which points to gsl
Library!!!!!!!!!!
>>
>> # Top level directory for the GNU Scientific Library (GSL) if it's
not
>> # installed in a standard location.
>> # GSL include directory specified as: -I/your/include/path
>> # GSL library directory specified as: -L/your/library/path
>> GSL_BASE = /oprn/model/WRFLIB/gsl-1.9/gsl
>> GSL_INCS = -I$(GSL_BASE)/include
>> GSL_LIBS = -L$(GSL_BASE)/lib
>>
>>
>> I checked that in the directory, /oprn/model/WRFLIB/gsl-1.9 or
/oprn/model/WRFLIB/gsl-1.9/gsl, there is no "include " Directory
>> bash-3.2$ cd gsl-1.9/
>> /oprn/model/WRFLIB/gsl-1.9
>> bash-3.2$ ls
>> AUTHORS complex gsl-histogram.o libgsl.a qrng
>> BUGS config.guess gsl-randist libgsl.exp randist
>> COPYING config.h gsl-randist.c libgsl.la rng
>> ChangeLog config.h.in gsl-randist.o libgsl.lai roots
>> INSTALL config.log gsl.m4 libgsl.so.0 siman
>> Makefile config.status gsl.pc libtool sort
>> Makefile.am config.sub gsl.pc.in linalg specfunc
>> Makefile.in configure gsl.spec loglast stamp-h1
>> NEWS configure.ac gsl.spec.in lt-gsl-histogram statistics
>> README const gsl_machine.h ltmain.sh sum
>> SUPPORT deriv gsl_math.h matrix sys
>> THANKS dht gsl_mode.h mdate-sh templates_off.h
>> TODO diff gsl_nan.h min templates_on.h
>> acconfig.h doc gsl_pow_int.h missing test
>> aclocal.m4 eigen gsl_precision.h mkinstalldirs
test_gsl_histogram.sh
>> autogen.sh err gsl_types.h monte utils
>> blas fft gsl_version.h multifit vector
>> block fit gsl_version.h.in multimin version.c
>> bspline gsl histogram multiroots version.lo
>> cblas gsl-config ieee-utils ntuple version.o
>> cdf gsl-config.in install-sh ode-initval wavelet
>> cheb gsl-histogram integration permutation
>> combination gsl-histogram.c interpolation poly
>> bash-3.2$
>>
>>
>> Pls help me. there is some linking issue I presume.
>> geeta
>>
>
>

------------------------------------------------
Subject: unable to build METv4.1
From: Geeta Geeta
Time: Fri Mar 07 09:37:15 2014

hi john,
that was not a pleasant thing to hear. so you will not be able to
support any met package so long as we are building it on IBM.

today i downloaded the patch too but things did not run as expected.

 have a few queries reg the configuration file which i was asking
earlier.
I want to know if all the fuzzy verification methods like Intensity
scale, Pragmatic, and almost 10 others metntioned in the papers can be
studied by making the changes in the grid-stat-configuration file.
???????????

Some methods are fairly straight forward but not all of them .
Just want to clarify this point.
geeta

> Subject: Re: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Thu, 6 Mar 2014 17:03:15 -0700
>
> Geeta,
>
> I have bad news.  When the IBM bluefire machine at NCAR went away,
we lost our access to an IBM machine on which to test the MET
software.  WRF is in the same situation.  They do not have an IBM
> machine on which to test it.  So unfortunately, I'm not able to
compile/test MET on an IBM.
>
> I see that you're getting a compilation error, but there's likely an
issue in the code that I wouldn't be able to debug without access to
an IBM.
>
> Thanks,
> John
>
> On 03/06/2014 04:20 AM, Geeta Geeta via RT wrote:
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=65703 >
> >
> > hi john,
> >
> > pls ignore attatchment.
> >
> > these are new ones done in order.
> >
> > with xlC and xlc++ compilers
> >
> >
> >
> > geeta
> >
> >
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> > Date: Thu, 6 Mar 2014 16:43:53 +0530
> >
> >
> >
> >
> > Hi John,
> > somehow i got rid of the gsl error.
> > but now I am faced with some compiler issues.
> > I am building MET v4.1 on IBM P series server.
> > So as per that I have tried the foloowing in user_defs.mk file.
> >
> > 1. CXX          = /usr/vacpp/bin/xlC
> >
> >
> > # Path to the C++ Compiler
> > # C++ compiler flags
> > # Any additional required libraries
> > 2. CXX          = /usr/vacpp/bin/xlc++
> > CXX_FLAGS    = # -g -qfullpath
> > CXX_LIBS     =
> >
> > But in both cases I m not able to build that.
> > atttching the err1.file for your ref.
> >
> > It s not giving me error, but saying something that I cannot fully
understand.
> >
> >
> > Pls help.
> >
> >
> > geeta
> >
> >
> >> Subject: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> >> From: met_help at ucar.edu
> >> To: geeta124 at hotmail.com
> >> Date: Wed, 5 Mar 2014 04:53:34 -0700
> >>
> >> Greetings,
> >>
> >> This message has been automatically generated in response to the
> >> creation of a trouble ticket regarding:
> >> "unable to build METv4.1",
> >> a summary of which appears below.
> >>
> >> There is no need to reply to this message right now. Your ticket
has been
> >> assigned an ID of [rt.rap.ucar.edu #65703].
> >>
> >> Please include the string:
> >>
> >> [rt.rap.ucar.edu #65703]
> >>
> >> in the subject line of all future correspondence about this
issue. To do so,
> >> you may reply to this message.
> >>
> >> Thank you,
> >> met_help at ucar.edu
> >>
> >>
-------------------------------------------------------------------------
> >> hi John.
> >>
> >> I am stuck at building METv4.1 Pls help me. I am getting
following error.
> >> *** Finished Making the vx_data2d_factory Library ***
> >>
> >> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_d ata2d_factory'
> >> /oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
> >> gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ gsl_prob'
> >> /usr/vacpp/bin/xlC gsl_cdf.cc -DIBM -DBIGENDIAN -DBLOCK4 -c
-I/oprn/model/WRFLI B/gsl-1.9/gsl/include
> >> "gsl_cdf.cc", line 21.10: 1540-0836 (S) The #include file
"gsl/gsl_randist.h" is not found.
> >> "gsl_cdf.h", line 17.10: 1540-0836 (S) The #include file
"gsl/gsl_cdf.h" is not found.
> >> gmake[3]: *** [gsl_cdf.o] Error 1
> >> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_g sl_prob'
> >> gmake[2]: *** [all] Error 2
> >> gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
> >> gmake[1]: *** [all] Error 2
> >> gmake[1]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src'
> >> gmake: *** [all] Error 2
> >> bash-3.2$
> >>
> >> Following is the user_defs.mk file which points to gsl
Library!!!!!!!!!!
> >>
> >> # Top level directory for the GNU Scientific Library (GSL) if
it's not
> >> # installed in a standard location.
> >> # GSL include directory specified as: -I/your/include/path
> >> # GSL library directory specified as: -L/your/library/path
> >> GSL_BASE = /oprn/model/WRFLIB/gsl-1.9/gsl
> >> GSL_INCS = -I$(GSL_BASE)/include
> >> GSL_LIBS = -L$(GSL_BASE)/lib
> >>
> >>
> >> I checked that in the directory, /oprn/model/WRFLIB/gsl-1.9 or
/oprn/model/WRFLIB/gsl-1.9/gsl, there is no "include " Directory
> >> bash-3.2$ cd gsl-1.9/
> >> /oprn/model/WRFLIB/gsl-1.9
> >> bash-3.2$ ls
> >> AUTHORS complex gsl-histogram.o libgsl.a qrng
> >> BUGS config.guess gsl-randist libgsl.exp randist
> >> COPYING config.h gsl-randist.c libgsl.la rng
> >> ChangeLog config.h.in gsl-randist.o libgsl.lai roots
> >> INSTALL config.log gsl.m4 libgsl.so.0 siman
> >> Makefile config.status gsl.pc libtool sort
> >> Makefile.am config.sub gsl.pc.in linalg specfunc
> >> Makefile.in configure gsl.spec loglast stamp-h1
> >> NEWS configure.ac gsl.spec.in lt-gsl-histogram statistics
> >> README const gsl_machine.h ltmain.sh sum
> >> SUPPORT deriv gsl_math.h matrix sys
> >> THANKS dht gsl_mode.h mdate-sh templates_off.h
> >> TODO diff gsl_nan.h min templates_on.h
> >> acconfig.h doc gsl_pow_int.h missing test
> >> aclocal.m4 eigen gsl_precision.h mkinstalldirs
test_gsl_histogram.sh
> >> autogen.sh err gsl_types.h monte utils
> >> blas fft gsl_version.h multifit vector
> >> block fit gsl_version.h.in multimin version.c
> >> bspline gsl histogram multiroots version.lo
> >> cblas gsl-config ieee-utils ntuple version.o
> >> cdf gsl-config.in install-sh ode-initval wavelet
> >> cheb gsl-histogram integration permutation
> >> combination gsl-histogram.c interpolation poly
> >> bash-3.2$
> >>
> >>
> >> Pls help me. there is some linking issue I presume.
> >> geeta
> >>
> >
> >
>

------------------------------------------------
Subject: unable to build METv4.1
From: Geeta Geeta
Time: Sat Mar 08 09:23:45 2014

hi john,
I thought of trying with METv4.0 installation. But don not know where
to find that. Probbably it's not there on your website??? and the
earlier versions also i cannot find at the website.
can u pls help???

geeta

From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
Date: Fri, 7 Mar 2014 22:06:54 +0530




hi john,
that was not a pleasant thing to hear. so you will not be able to
support any met package so long as we are building it on IBM.

today i downloaded the patch too but things did not run as expected.

 have a few queries reg the configuration file which i was asking
earlier.
I want to know if all the fuzzy verification methods like Intensity
scale, Pragmatic, and almost 10 others metntioned in the papers can be
studied by making the changes in the grid-stat-configuration file.
???????????

Some methods are fairly straight forward but not all of them .
Just want to clarify this point.
geeta

> Subject: Re: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Thu, 6 Mar 2014 17:03:15 -0700
>
> Geeta,
>
> I have bad news.  When the IBM bluefire machine at NCAR went away,
we lost our access to an IBM machine on which to test the MET
software.  WRF is in the same situation.  They do not have an IBM
> machine on which to test it.  So unfortunately, I'm not able to
compile/test MET on an IBM.
>
> I see that you're getting a compilation error, but there's likely an
issue in the code that I wouldn't be able to debug without access to
an IBM.
>
> Thanks,
> John
>
> On 03/06/2014 04:20 AM, Geeta Geeta via RT wrote:
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=65703 >
> >
> > hi john,
> >
> > pls ignore attatchment.
> >
> > these are new ones done in order.
> >
> > with xlC and xlc++ compilers
> >
> >
> >
> > geeta
> >
> >
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> > Date: Thu, 6 Mar 2014 16:43:53 +0530
> >
> >
> >
> >
> > Hi John,
> > somehow i got rid of the gsl error.
> > but now I am faced with some compiler issues.
> > I am building MET v4.1 on IBM P series server.
> > So as per that I have tried the foloowing in user_defs.mk file.
> >
> > 1. CXX          = /usr/vacpp/bin/xlC
> >
> >
> > # Path to the C++ Compiler
> > # C++ compiler flags
> > # Any additional required libraries
> > 2. CXX          = /usr/vacpp/bin/xlc++
> > CXX_FLAGS    = # -g -qfullpath
> > CXX_LIBS     =
> >
> > But in both cases I m not able to build that.
> > atttching the err1.file for your ref.
> >
> > It s not giving me error, but saying something that I cannot fully
understand.
> >
> >
> > Pls help.
> >
> >
> > geeta
> >
> >
> >> Subject: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> >> From: met_help at ucar.edu
> >> To: geeta124 at hotmail.com
> >> Date: Wed, 5 Mar 2014 04:53:34 -0700
> >>
> >> Greetings,
> >>
> >> This message has been automatically generated in response to the
> >> creation of a trouble ticket regarding:
> >> "unable to build METv4.1",
> >> a summary of which appears below.
> >>
> >> There is no need to reply to this message right now. Your ticket
has been
> >> assigned an ID of [rt.rap.ucar.edu #65703].
> >>
> >> Please include the string:
> >>
> >> [rt.rap.ucar.edu #65703]
> >>
> >> in the subject line of all future correspondence about this
issue. To do so,
> >> you may reply to this message.
> >>
> >> Thank you,
> >> met_help at ucar.edu
> >>
> >>
-------------------------------------------------------------------------
> >> hi John.
> >>
> >> I am stuck at building METv4.1 Pls help me. I am getting
following error.
> >> *** Finished Making the vx_data2d_factory Library ***
> >>
> >> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_d ata2d_factory'
> >> /oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
> >> gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ gsl_prob'
> >> /usr/vacpp/bin/xlC gsl_cdf.cc -DIBM -DBIGENDIAN -DBLOCK4 -c
-I/oprn/model/WRFLI B/gsl-1.9/gsl/include
> >> "gsl_cdf.cc", line 21.10: 1540-0836 (S) The #include file
"gsl/gsl_randist.h" is not found.
> >> "gsl_cdf.h", line 17.10: 1540-0836 (S) The #include file
"gsl/gsl_cdf.h" is not found.
> >> gmake[3]: *** [gsl_cdf.o] Error 1
> >> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_g sl_prob'
> >> gmake[2]: *** [all] Error 2
> >> gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
> >> gmake[1]: *** [all] Error 2
> >> gmake[1]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src'
> >> gmake: *** [all] Error 2
> >> bash-3.2$
> >>
> >> Following is the user_defs.mk file which points to gsl
Library!!!!!!!!!!
> >>
> >> # Top level directory for the GNU Scientific Library (GSL) if
it's not
> >> # installed in a standard location.
> >> # GSL include directory specified as: -I/your/include/path
> >> # GSL library directory specified as: -L/your/library/path
> >> GSL_BASE = /oprn/model/WRFLIB/gsl-1.9/gsl
> >> GSL_INCS = -I$(GSL_BASE)/include
> >> GSL_LIBS = -L$(GSL_BASE)/lib
> >>
> >>
> >> I checked that in the directory, /oprn/model/WRFLIB/gsl-1.9 or
/oprn/model/WRFLIB/gsl-1.9/gsl, there is no "include " Directory
> >> bash-3.2$ cd gsl-1.9/
> >> /oprn/model/WRFLIB/gsl-1.9
> >> bash-3.2$ ls
> >> AUTHORS complex gsl-histogram.o libgsl.a qrng
> >> BUGS config.guess gsl-randist libgsl.exp randist
> >> COPYING config.h gsl-randist.c libgsl.la rng
> >> ChangeLog config.h.in gsl-randist.o libgsl.lai roots
> >> INSTALL config.log gsl.m4 libgsl.so.0 siman
> >> Makefile config.status gsl.pc libtool sort
> >> Makefile.am config.sub gsl.pc.in linalg specfunc
> >> Makefile.in configure gsl.spec loglast stamp-h1
> >> NEWS configure.ac gsl.spec.in lt-gsl-histogram statistics
> >> README const gsl_machine.h ltmain.sh sum
> >> SUPPORT deriv gsl_math.h matrix sys
> >> THANKS dht gsl_mode.h mdate-sh templates_off.h
> >> TODO diff gsl_nan.h min templates_on.h
> >> acconfig.h doc gsl_pow_int.h missing test
> >> aclocal.m4 eigen gsl_precision.h mkinstalldirs
test_gsl_histogram.sh
> >> autogen.sh err gsl_types.h monte utils
> >> blas fft gsl_version.h multifit vector
> >> block fit gsl_version.h.in multimin version.c
> >> bspline gsl histogram multiroots version.lo
> >> cblas gsl-config ieee-utils ntuple version.o
> >> cdf gsl-config.in install-sh ode-initval wavelet
> >> cheb gsl-histogram integration permutation
> >> combination gsl-histogram.c interpolation poly
> >> bash-3.2$
> >>
> >>
> >> Pls help me. there is some linking issue I presume.
> >> geeta
> >>
> >
> >
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #65703] AutoReply: unable to build METv4.1
From: John Halley Gotway
Time: Mon Mar 10 09:26:01 2014

Geeta,

Yes, all the older versions are still available at the DTC website.
Just go to the downloads page, type in your email address, and hit
enter:
    http://www.dtcenter.org/met/users/downloads/index.php

I suspect that METv4.0 should compile fine on an IBM since we were
able to test it at that time.

Thanks,
John

On 03/08/2014 09:23 AM, Geeta Geeta via RT wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=65703 >
>
> hi john,
> I thought of trying with METv4.0 installation. But don not know
where to find that. Probbably it's not there on your website??? and
the earlier versions also i cannot find at the website.
> can u pls help???
>
> geeta
>
> From: geeta124 at hotmail.com
> To: met_help at ucar.edu
> Subject: RE: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
> Date: Fri, 7 Mar 2014 22:06:54 +0530
>
>
>
>
> hi john,
> that was not a pleasant thing to hear. so you will not be able to
support any met package so long as we are building it on IBM.
>
> today i downloaded the patch too but things did not run as expected.
>
>   have a few queries reg the configuration file which i was asking
earlier.
> I want to know if all the fuzzy verification methods like Intensity
scale, Pragmatic, and almost 10 others metntioned in the papers can be
studied by making the changes in the grid-stat-configuration file.
???????????
>
> Some methods are fairly straight forward but not all of them .
> Just want to clarify this point.
> geeta
>
>> Subject: Re: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
>> From: met_help at ucar.edu
>> To: geeta124 at hotmail.com
>> Date: Thu, 6 Mar 2014 17:03:15 -0700
>>
>> Geeta,
>>
>> I have bad news.  When the IBM bluefire machine at NCAR went away,
we lost our access to an IBM machine on which to test the MET
software.  WRF is in the same situation.  They do not have an IBM
>> machine on which to test it.  So unfortunately, I'm not able to
compile/test MET on an IBM.
>>
>> I see that you're getting a compilation error, but there's likely
an issue in the code that I wouldn't be able to debug without access
to an IBM.
>>
>> Thanks,
>> John
>>
>> On 03/06/2014 04:20 AM, Geeta Geeta via RT wrote:
>>>
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=65703 >
>>>
>>> hi john,
>>>
>>> pls ignore attatchment.
>>>
>>> these are new ones done in order.
>>>
>>> with xlC and xlc++ compilers
>>>
>>>
>>>
>>> geeta
>>>
>>>
>>>
>>>
>>> From: geeta124 at hotmail.com
>>> To: met_help at ucar.edu
>>> Subject: RE: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
>>> Date: Thu, 6 Mar 2014 16:43:53 +0530
>>>
>>>
>>>
>>>
>>> Hi John,
>>> somehow i got rid of the gsl error.
>>> but now I am faced with some compiler issues.
>>> I am building MET v4.1 on IBM P series server.
>>> So as per that I have tried the foloowing in user_defs.mk file.
>>>
>>> 1. CXX          = /usr/vacpp/bin/xlC
>>>
>>>
>>> # Path to the C++ Compiler
>>> # C++ compiler flags
>>> # Any additional required libraries
>>> 2. CXX          = /usr/vacpp/bin/xlc++
>>> CXX_FLAGS    = # -g -qfullpath
>>> CXX_LIBS     =
>>>
>>> But in both cases I m not able to build that.
>>> atttching the err1.file for your ref.
>>>
>>> It s not giving me error, but saying something that I cannot fully
understand.
>>>
>>>
>>> Pls help.
>>>
>>>
>>> geeta
>>>
>>>
>>>> Subject: [rt.rap.ucar.edu #65703] AutoReply: unable to build
METv4.1
>>>> From: met_help at ucar.edu
>>>> To: geeta124 at hotmail.com
>>>> Date: Wed, 5 Mar 2014 04:53:34 -0700
>>>>
>>>> Greetings,
>>>>
>>>> This message has been automatically generated in response to the
>>>> creation of a trouble ticket regarding:
>>>> "unable to build METv4.1",
>>>> a summary of which appears below.
>>>>
>>>> There is no need to reply to this message right now. Your ticket
has been
>>>> assigned an ID of [rt.rap.ucar.edu #65703].
>>>>
>>>> Please include the string:
>>>>
>>>> [rt.rap.ucar.edu #65703]
>>>>
>>>> in the subject line of all future correspondence about this
issue. To do so,
>>>> you may reply to this message.
>>>>
>>>> Thank you,
>>>> met_help at ucar.edu
>>>>
>>>>
-------------------------------------------------------------------------
>>>> hi John.
>>>>
>>>> I am stuck at building METv4.1 Pls help me. I am getting
following error.
>>>> *** Finished Making the vx_data2d_factory Library ***
>>>>
>>>> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_d ata2d_factory'
>>>> /oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_gsl_prob
>>>> gmake[3]: Entering directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_ gsl_prob'
>>>> /usr/vacpp/bin/xlC gsl_cdf.cc -DIBM -DBIGENDIAN -DBLOCK4 -c
-I/oprn/model/WRFLI B/gsl-1.9/gsl/include
>>>> "gsl_cdf.cc", line 21.10: 1540-0836 (S) The #include file
"gsl/gsl_randist.h" is not found.
>>>> "gsl_cdf.h", line 17.10: 1540-0836 (S) The #include file
"gsl/gsl_cdf.h" is not found.
>>>> gmake[3]: *** [gsl_cdf.o] Error 1
>>>> gmake[3]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode/vx_g sl_prob'
>>>> gmake[2]: *** [all] Error 2
>>>> gmake[2]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src/libcode'
>>>> gmake[1]: *** [all] Error 2
>>>> gmake[1]: Leaving directory
`/oprn/model/wrf3/utils/met/METv4.1/src'
>>>> gmake: *** [all] Error 2
>>>> bash-3.2$
>>>>
>>>> Following is the user_defs.mk file which points to gsl
Library!!!!!!!!!!
>>>>
>>>> # Top level directory for the GNU Scientific Library (GSL) if
it's not
>>>> # installed in a standard location.
>>>> # GSL include directory specified as: -I/your/include/path
>>>> # GSL library directory specified as: -L/your/library/path
>>>> GSL_BASE = /oprn/model/WRFLIB/gsl-1.9/gsl
>>>> GSL_INCS = -I$(GSL_BASE)/include
>>>> GSL_LIBS = -L$(GSL_BASE)/lib
>>>>
>>>>
>>>> I checked that in the directory, /oprn/model/WRFLIB/gsl-1.9 or
/oprn/model/WRFLIB/gsl-1.9/gsl, there is no "include " Directory
>>>> bash-3.2$ cd gsl-1.9/
>>>> /oprn/model/WRFLIB/gsl-1.9
>>>> bash-3.2$ ls
>>>> AUTHORS complex gsl-histogram.o libgsl.a qrng
>>>> BUGS config.guess gsl-randist libgsl.exp randist
>>>> COPYING config.h gsl-randist.c libgsl.la rng
>>>> ChangeLog config.h.in gsl-randist.o libgsl.lai roots
>>>> INSTALL config.log gsl.m4 libgsl.so.0 siman
>>>> Makefile config.status gsl.pc libtool sort
>>>> Makefile.am config.sub gsl.pc.in linalg specfunc
>>>> Makefile.in configure gsl.spec loglast stamp-h1
>>>> NEWS configure.ac gsl.spec.in lt-gsl-histogram statistics
>>>> README const gsl_machine.h ltmain.sh sum
>>>> SUPPORT deriv gsl_math.h matrix sys
>>>> THANKS dht gsl_mode.h mdate-sh templates_off.h
>>>> TODO diff gsl_nan.h min templates_on.h
>>>> acconfig.h doc gsl_pow_int.h missing test
>>>> aclocal.m4 eigen gsl_precision.h mkinstalldirs
test_gsl_histogram.sh
>>>> autogen.sh err gsl_types.h monte utils
>>>> blas fft gsl_version.h multifit vector
>>>> block fit gsl_version.h.in multimin version.c
>>>> bspline gsl histogram multiroots version.lo
>>>> cblas gsl-config ieee-utils ntuple version.o
>>>> cdf gsl-config.in install-sh ode-initval wavelet
>>>> cheb gsl-histogram integration permutation
>>>> combination gsl-histogram.c interpolation poly
>>>> bash-3.2$
>>>>
>>>>
>>>> Pls help me. there is some linking issue I presume.
>>>> geeta
>>>>
>>>
>>>
>>
>
>

------------------------------------------------


More information about the Met_help mailing list