[Met_help] [rt.rap.ucar.edu #41178] History for Compiling METv2.0

RAL HelpDesk {for Paul Oldenburg} met_help at ucar.edu
Mon Oct 11 15:33:24 MDT 2010


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

Good afternoon,

I'm trying to compile METv2.0 and am running into errors during the making
of MET applications. I've attached the make_met.log file and the Makefile
I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI compilers. Thank
you for your help.

I'm also curious when METv3.0 will be released. I was at the MET Tutorial in
early August and it was mentioned that the new version will be release this
Fall.

Zack

-- 
Zackary Taylor
Graduate Research Assistant
Earth, Ocean and Atmospheric Science
Florida State University
(336) 260-2791


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

Subject: Compiling METv2.0
From: Zack Taylor
Time: Wed Sep 29 11:02:47 2010

Hello,

My previous issue has been resolved (I think) by adding the -lgslcblas
string to the CXX_FLAGS. However, now when compiling everything goes
smoothly except for the PB2NC compilation. I read that this was an
issue in
METv1.0, but didn't read anything about it for METv2.0. Also, I've
installed
the latest Known Issues patch for this version.

Thanks,
Zack

On Tue, Sep 28, 2010 at 9:34 PM, RAL HelpDesk {for met_help at ucar.edu}
<
met_help at ucar.edu> wrote:

> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
>        "Compiling METv2.0",
> 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 #41178].
>
> Please include the string:
>
>         [rt.rap.ucar.edu #41178]
>
> 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
>
>
-------------------------------------------------------------------------
> Good afternoon,
>
> I'm trying to compile METv2.0 and am running into errors during the
making
> of MET applications. I've attached the make_met.log file and the
Makefile
> I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI
compilers. Thank
> you for your help.
>
> I'm also curious when METv3.0 will be released. I was at the MET
Tutorial
> in
> early August and it was mentioned that the new version will be
release this
> Fall.
>
> Zack
>
> --
> Zackary Taylor
> Graduate Research Assistant
> Earth, Ocean and Atmospheric Science
> Florida State University
> (336) 260-2791
>
>


--
Zackary Taylor
Graduate Research Assistant
Earth, Ocean and Atmospheric Science
Florida State University
(336) 260-2791

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #41178] AutoReply: Compiling METv2.0
From: Paul Oldenburg
Time: Wed Sep 29 11:12:45 2010

Zach,

I'm glad to hear that you have overcome the compiler error in
gen_poly_mask.  I was about to respond to your initial
email with some recommendations.  We believe that your current problem
may be a symptom of using the wrong Makefile
template.  Please make sure that you are using the Makefile_gnu
template to create your MET Makefile, since you are
using the GNU compiler family.  To do so, copy Makefile_gnu to
Makefile and modify the paths for CXX, FC, NETCDF_BASE,
GSL_BASE, BUFR_BASE.  We suspect that you may have been using the
Makefile_pgi template, because we noticed the presence
of the compiler flag Bstatic.  Can you please try the approach I'm
suggesting and let us know if you have any further
problems compiling MET?

Thanks,

Paul



RAL HelpDesk {for Zack Taylor} wrote:
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
>
> Hello,
>
> My previous issue has been resolved (I think) by adding the
-lgslcblas
> string to the CXX_FLAGS. However, now when compiling everything goes
> smoothly except for the PB2NC compilation. I read that this was an
issue in
> METv1.0, but didn't read anything about it for METv2.0. Also, I've
installed
> the latest Known Issues patch for this version.
>
> Thanks,
> Zack
>
> On Tue, Sep 28, 2010 at 9:34 PM, RAL HelpDesk {for
met_help at ucar.edu} <
> met_help at ucar.edu> wrote:
>
>> Greetings,
>>
>> This message has been automatically generated in response to the
>> creation of a trouble ticket regarding:
>>        "Compiling METv2.0",
>> 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 #41178].
>>
>> Please include the string:
>>
>>         [rt.rap.ucar.edu #41178]
>>
>> 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
>>
>>
-------------------------------------------------------------------------
>> Good afternoon,
>>
>> I'm trying to compile METv2.0 and am running into errors during the
making
>> of MET applications. I've attached the make_met.log file and the
Makefile
>> I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI
compilers. Thank
>> you for your help.
>>
>> I'm also curious when METv3.0 will be released. I was at the MET
Tutorial
>> in
>> early August and it was mentioned that the new version will be
release this
>> Fall.
>>
>> Zack
>>
>> --
>> Zackary Taylor
>> Graduate Research Assistant
>> Earth, Ocean and Atmospheric Science
>> Florida State University
>> (336) 260-2791
>>
>>
>
>


------------------------------------------------
Subject: Compiling METv2.0
From: Zack Taylor
Time: Wed Sep 29 12:53:10 2010

Hi Paul,

Thanks for your reply. Thanks for pointing out that I was using the
wrong
Makefile, and I changed everything over to the Makefile_gnu template.
However, I'm still running into errors with the PB2NC compilation. If
I
disable that compilation in the Makefile, then everything else runs
smoothly. I've attached the updated Makefile and the latest
make_met.log.

Thanks,
Zack

On Wed, Sep 29, 2010 at 5:12 PM, RAL HelpDesk {for Paul Oldenburg} <
met_help at ucar.edu> wrote:

> Zach,
>
> I'm glad to hear that you have overcome the compiler error in
> gen_poly_mask.  I was about to respond to your initial
> email with some recommendations.  We believe that your current
problem may
> be a symptom of using the wrong Makefile
> template.  Please make sure that you are using the Makefile_gnu
template to
> create your MET Makefile, since you are
> using the GNU compiler family.  To do so, copy Makefile_gnu to
Makefile and
> modify the paths for CXX, FC, NETCDF_BASE,
> GSL_BASE, BUFR_BASE.  We suspect that you may have been using the
> Makefile_pgi template, because we noticed the presence
> of the compiler flag Bstatic.  Can you please try the approach I'm
> suggesting and let us know if you have any further
> problems compiling MET?
>
> Thanks,
>
> Paul
>
>
>
> RAL HelpDesk {for Zack Taylor} wrote:
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
> >
> > Hello,
> >
> > My previous issue has been resolved (I think) by adding the
-lgslcblas
> > string to the CXX_FLAGS. However, now when compiling everything
goes
> > smoothly except for the PB2NC compilation. I read that this was an
issue
> in
> > METv1.0, but didn't read anything about it for METv2.0. Also, I've
> installed
> > the latest Known Issues patch for this version.
> >
> > Thanks,
> > Zack
> >
> > On Tue, Sep 28, 2010 at 9:34 PM, RAL HelpDesk {for
met_help at ucar.edu} <
> > met_help at ucar.edu> wrote:
> >
> >> Greetings,
> >>
> >> This message has been automatically generated in response to the
> >> creation of a trouble ticket regarding:
> >>        "Compiling METv2.0",
> >> 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 #41178].
> >>
> >> Please include the string:
> >>
> >>         [rt.rap.ucar.edu #41178]
> >>
> >> 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
> >>
> >>
>
-------------------------------------------------------------------------
> >> Good afternoon,
> >>
> >> I'm trying to compile METv2.0 and am running into errors during
the
> making
> >> of MET applications. I've attached the make_met.log file and the
> Makefile
> >> I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI
compilers.
> Thank
> >> you for your help.
> >>
> >> I'm also curious when METv3.0 will be released. I was at the MET
> Tutorial
> >> in
> >> early August and it was mentioned that the new version will be
release
> this
> >> Fall.
> >>
> >> Zack
> >>
> >> --
> >> Zackary Taylor
> >> Graduate Research Assistant
> >> Earth, Ocean and Atmospheric Science
> >> Florida State University
> >> (336) 260-2791
> >>
> >>
> >
> >
>
>
>


--
Zackary Taylor
Graduate Research Assistant
Earth, Ocean and Atmospheric Science
Florida State University
(336) 260-2791

------------------------------------------------
Subject: Compiling METv2.0
From: Zack Taylor
Time: Wed Sep 29 13:22:49 2010

Hi Paul,

Sorry for multiple messages, but I realized I attached the wrong
make_met.log file. That one was when I disabled the PB2NC as a test,
therefore not showing the error. The one that's attached here does.
Sorry
for the confusion.

Zack

On Wed, Sep 29, 2010 at 6:53 PM, RAL HelpDesk {for Zack Taylor} <
met_help at ucar.edu> wrote:

> Hi Paul,
>
> Thanks for your reply. Thanks for pointing out that I was using the
wrong
> Makefile, and I changed everything over to the Makefile_gnu
template.
> However, I'm still running into errors with the PB2NC compilation.
If I
> disable that compilation in the Makefile, then everything else runs
> smoothly. I've attached the updated Makefile and the latest
make_met.log.
>
> Thanks,
> Zack
>
> On Wed, Sep 29, 2010 at 5:12 PM, RAL HelpDesk {for Paul Oldenburg} <
> met_help at ucar.edu> wrote:
>
> > Zach,
> >
> > I'm glad to hear that you have overcome the compiler error in
> > gen_poly_mask.  I was about to respond to your initial
> > email with some recommendations.  We believe that your current
problem
> may
> > be a symptom of using the wrong Makefile
> > template.  Please make sure that you are using the Makefile_gnu
template
> to
> > create your MET Makefile, since you are
> > using the GNU compiler family.  To do so, copy Makefile_gnu to
Makefile
> and
> > modify the paths for CXX, FC, NETCDF_BASE,
> > GSL_BASE, BUFR_BASE.  We suspect that you may have been using the
> > Makefile_pgi template, because we noticed the presence
> > of the compiler flag Bstatic.  Can you please try the approach I'm
> > suggesting and let us know if you have any further
> > problems compiling MET?
> >
> > Thanks,
> >
> > Paul
> >
> >
> >
> > RAL HelpDesk {for Zack Taylor} wrote:
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
> > >
> > > Hello,
> > >
> > > My previous issue has been resolved (I think) by adding the
-lgslcblas
> > > string to the CXX_FLAGS. However, now when compiling everything
goes
> > > smoothly except for the PB2NC compilation. I read that this was
an
> issue
> > in
> > > METv1.0, but didn't read anything about it for METv2.0. Also,
I've
> > installed
> > > the latest Known Issues patch for this version.
> > >
> > > Thanks,
> > > Zack
> > >
> > > On Tue, Sep 28, 2010 at 9:34 PM, RAL HelpDesk {for
met_help at ucar.edu}
> <
> > > met_help at ucar.edu> wrote:
> > >
> > >> Greetings,
> > >>
> > >> This message has been automatically generated in response to
the
> > >> creation of a trouble ticket regarding:
> > >>        "Compiling METv2.0",
> > >> 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 #41178].
> > >>
> > >> Please include the string:
> > >>
> > >>         [rt.rap.ucar.edu #41178]
> > >>
> > >> 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
> > >>
> > >>
> >
-------------------------------------------------------------------------
> > >> Good afternoon,
> > >>
> > >> I'm trying to compile METv2.0 and am running into errors during
the
> > making
> > >> of MET applications. I've attached the make_met.log file and
the
> > Makefile
> > >> I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI
compilers.
> > Thank
> > >> you for your help.
> > >>
> > >> I'm also curious when METv3.0 will be released. I was at the
MET
> > Tutorial
> > >> in
> > >> early August and it was mentioned that the new version will be
release
> > this
> > >> Fall.
> > >>
> > >> Zack
> > >>
> > >> --
> > >> Zackary Taylor
> > >> Graduate Research Assistant
> > >> Earth, Ocean and Atmospheric Science
> > >> Florida State University
> > >> (336) 260-2791
> > >>
> > >>
> > >
> > >
> >
> >
> >
>
>
> --
> Zackary Taylor
> Graduate Research Assistant
> Earth, Ocean and Atmospheric Science
> Florida State University
> (336) 260-2791
>
>


--
Zackary Taylor
Graduate Research Assistant
Earth, Ocean and Atmospheric Science
Florida State University
(336) 260-2791

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #41178] AutoReply: Compiling METv2.0
From: Paul Oldenburg
Time: Wed Sep 29 14:37:36 2010

Zach,

Do you have PrepBUFR observations?  If not pb2nc is not required, and
you do not have to worry about building it.  I'm
glad to hear that everything else built successfully.

Paul

RAL HelpDesk {for Zack Taylor} wrote:
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
>
> Hi Paul,
>
> Thanks for your reply. Thanks for pointing out that I was using the
wrong
> Makefile, and I changed everything over to the Makefile_gnu
template.
> However, I'm still running into errors with the PB2NC compilation.
If I
> disable that compilation in the Makefile, then everything else runs
> smoothly. I've attached the updated Makefile and the latest
make_met.log.
>
> Thanks,
> Zack
>
> On Wed, Sep 29, 2010 at 5:12 PM, RAL HelpDesk {for Paul Oldenburg} <
> met_help at ucar.edu> wrote:
>
>> Zach,
>>
>> I'm glad to hear that you have overcome the compiler error in
>> gen_poly_mask.  I was about to respond to your initial
>> email with some recommendations.  We believe that your current
problem may
>> be a symptom of using the wrong Makefile
>> template.  Please make sure that you are using the Makefile_gnu
template to
>> create your MET Makefile, since you are
>> using the GNU compiler family.  To do so, copy Makefile_gnu to
Makefile and
>> modify the paths for CXX, FC, NETCDF_BASE,
>> GSL_BASE, BUFR_BASE.  We suspect that you may have been using the
>> Makefile_pgi template, because we noticed the presence
>> of the compiler flag Bstatic.  Can you please try the approach I'm
>> suggesting and let us know if you have any further
>> problems compiling MET?
>>
>> Thanks,
>>
>> Paul
>>
>>
>>
>> RAL HelpDesk {for Zack Taylor} wrote:
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
>>>
>>> Hello,
>>>
>>> My previous issue has been resolved (I think) by adding the
-lgslcblas
>>> string to the CXX_FLAGS. However, now when compiling everything
goes
>>> smoothly except for the PB2NC compilation. I read that this was an
issue
>> in
>>> METv1.0, but didn't read anything about it for METv2.0. Also, I've
>> installed
>>> the latest Known Issues patch for this version.
>>>
>>> Thanks,
>>> Zack
>>>
>>> On Tue, Sep 28, 2010 at 9:34 PM, RAL HelpDesk {for
met_help at ucar.edu} <
>>> met_help at ucar.edu> wrote:
>>>
>>>> Greetings,
>>>>
>>>> This message has been automatically generated in response to the
>>>> creation of a trouble ticket regarding:
>>>>        "Compiling METv2.0",
>>>> 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 #41178].
>>>>
>>>> Please include the string:
>>>>
>>>>         [rt.rap.ucar.edu #41178]
>>>>
>>>> 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
>>>>
>>>>
>>
-------------------------------------------------------------------------
>>>> Good afternoon,
>>>>
>>>> I'm trying to compile METv2.0 and am running into errors during
the
>> making
>>>> of MET applications. I've attached the make_met.log file and the
>> Makefile
>>>> I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI
compilers.
>> Thank
>>>> you for your help.
>>>>
>>>> I'm also curious when METv3.0 will be released. I was at the MET
>> Tutorial
>>>> in
>>>> early August and it was mentioned that the new version will be
release
>> this
>>>> Fall.
>>>>
>>>> Zack
>>>>
>>>> --
>>>> Zackary Taylor
>>>> Graduate Research Assistant
>>>> Earth, Ocean and Atmospheric Science
>>>> Florida State University
>>>> (336) 260-2791
>>>>
>>>>
>>>
>>
>>
>
>


------------------------------------------------
Subject: Compiling METv2.0
From: Zack Taylor
Time: Wed Sep 29 20:08:26 2010

Hi Paul,

Yes, I am using PrepBUFR obs so I will be using pb2nc (unless there's
another way I'm not aware of).

Zack

On Wed, Sep 29, 2010 at 8:37 PM, RAL HelpDesk {for Paul Oldenburg} <
met_help at ucar.edu> wrote:

> Zach,
>
> Do you have PrepBUFR observations?  If not pb2nc is not required,
and you
> do not have to worry about building it.  I'm
> glad to hear that everything else built successfully.
>
> Paul
>
> RAL HelpDesk {for Zack Taylor} wrote:
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
> >
> > Hi Paul,
> >
> > Thanks for your reply. Thanks for pointing out that I was using
the wrong
> > Makefile, and I changed everything over to the Makefile_gnu
template.
> > However, I'm still running into errors with the PB2NC compilation.
If I
> > disable that compilation in the Makefile, then everything else
runs
> > smoothly. I've attached the updated Makefile and the latest
make_met.log.
> >
> > Thanks,
> > Zack
> >
> > On Wed, Sep 29, 2010 at 5:12 PM, RAL HelpDesk {for Paul Oldenburg}
<
> > met_help at ucar.edu> wrote:
> >
> >> Zach,
> >>
> >> I'm glad to hear that you have overcome the compiler error in
> >> gen_poly_mask.  I was about to respond to your initial
> >> email with some recommendations.  We believe that your current
problem
> may
> >> be a symptom of using the wrong Makefile
> >> template.  Please make sure that you are using the Makefile_gnu
template
> to
> >> create your MET Makefile, since you are
> >> using the GNU compiler family.  To do so, copy Makefile_gnu to
Makefile
> and
> >> modify the paths for CXX, FC, NETCDF_BASE,
> >> GSL_BASE, BUFR_BASE.  We suspect that you may have been using the
> >> Makefile_pgi template, because we noticed the presence
> >> of the compiler flag Bstatic.  Can you please try the approach
I'm
> >> suggesting and let us know if you have any further
> >> problems compiling MET?
> >>
> >> Thanks,
> >>
> >> Paul
> >>
> >>
> >>
> >> RAL HelpDesk {for Zack Taylor} wrote:
> >>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
> >>>
> >>> Hello,
> >>>
> >>> My previous issue has been resolved (I think) by adding the
-lgslcblas
> >>> string to the CXX_FLAGS. However, now when compiling everything
goes
> >>> smoothly except for the PB2NC compilation. I read that this was
an
> issue
> >> in
> >>> METv1.0, but didn't read anything about it for METv2.0. Also,
I've
> >> installed
> >>> the latest Known Issues patch for this version.
> >>>
> >>> Thanks,
> >>> Zack
> >>>
> >>> On Tue, Sep 28, 2010 at 9:34 PM, RAL HelpDesk {for
met_help at ucar.edu}
> <
> >>> met_help at ucar.edu> wrote:
> >>>
> >>>> Greetings,
> >>>>
> >>>> This message has been automatically generated in response to
the
> >>>> creation of a trouble ticket regarding:
> >>>>        "Compiling METv2.0",
> >>>> 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 #41178].
> >>>>
> >>>> Please include the string:
> >>>>
> >>>>         [rt.rap.ucar.edu #41178]
> >>>>
> >>>> 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
> >>>>
> >>>>
> >>
>
-------------------------------------------------------------------------
> >>>> Good afternoon,
> >>>>
> >>>> I'm trying to compile METv2.0 and am running into errors during
the
> >> making
> >>>> of MET applications. I've attached the make_met.log file and
the
> >> Makefile
> >>>> I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI
compilers.
> >> Thank
> >>>> you for your help.
> >>>>
> >>>> I'm also curious when METv3.0 will be released. I was at the
MET
> >> Tutorial
> >>>> in
> >>>> early August and it was mentioned that the new version will be
release
> >> this
> >>>> Fall.
> >>>>
> >>>> Zack
> >>>>
> >>>> --
> >>>> Zackary Taylor
> >>>> Graduate Research Assistant
> >>>> Earth, Ocean and Atmospheric Science
> >>>> Florida State University
> >>>> (336) 260-2791
> >>>>
> >>>>
> >>>
> >>
> >>
> >
> >
>
>
>


--
Zackary Taylor
Graduate Research Assistant
Earth, Ocean and Atmospheric Science
Florida State University
(336) 260-2791

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #41178] AutoReply: Compiling METv2.0
From: Paul Oldenburg
Time: Thu Sep 30 09:43:29 2010

Zack,

First of all, sorry I keep misspelling your name.  It looks like you
are using the GNU g77 compiler.  If you have
gfortran available on your system, we strongly advise that you use
that instead.  Since you are using GNU, there are a
couple steps required to build BUFRLIB and pb2nc:

(1) Update your version of BUFRLIB with the fix for compiling with GNU
and recompile.  This information is presented on
the MET website Known Issues area:

   http://www.dtcenter.org/met/users/support/known_issues/METv2.0/index.php

   # 05/27/2009: Users compiling BUFRLIB with the GNU gfortran
compiler
should replace "BUFRLIB/nvnwin.f" with the contents of this version:
nvnwin.f


If you don't have gfortran and you need to compile with g77:

(2) Remove the "-lgfortran" and "ff2c" compilation options in the
Makefile symbols FC_FLAGS and FC_LIBS

(3) Compile and link to the F2C library when using g77


Once again, we suggest that you try to use gfortran, if possible,
since this will make your life a lot easier.

By the way, we are releasing METv3.0 by the end of this week.  The
steps to compile this new instance of MET are very
similar to v2.0, so your work here is not wasted.  The list of the new
features in v3.0 should appear on the MET website
in the next few days.

Please let me know if you have any more trouble.

Thanks,

Paul


RAL HelpDesk {for Zack Taylor} wrote:
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
>
> Hi Paul,
>
> Yes, I am using PrepBUFR obs so I will be using pb2nc (unless
there's
> another way I'm not aware of).
>
> Zack
>
> On Wed, Sep 29, 2010 at 8:37 PM, RAL HelpDesk {for Paul Oldenburg} <
> met_help at ucar.edu> wrote:
>
>> Zach,
>>
>> Do you have PrepBUFR observations?  If not pb2nc is not required,
and you
>> do not have to worry about building it.  I'm
>> glad to hear that everything else built successfully.
>>
>> Paul
>>
>> RAL HelpDesk {for Zack Taylor} wrote:
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
>>>
>>> Hi Paul,
>>>
>>> Thanks for your reply. Thanks for pointing out that I was using
the wrong
>>> Makefile, and I changed everything over to the Makefile_gnu
template.
>>> However, I'm still running into errors with the PB2NC compilation.
If I
>>> disable that compilation in the Makefile, then everything else
runs
>>> smoothly. I've attached the updated Makefile and the latest
make_met.log.
>>>
>>> Thanks,
>>> Zack
>>>
>>> On Wed, Sep 29, 2010 at 5:12 PM, RAL HelpDesk {for Paul Oldenburg}
<
>>> met_help at ucar.edu> wrote:
>>>
>>>> Zach,
>>>>
>>>> I'm glad to hear that you have overcome the compiler error in
>>>> gen_poly_mask.  I was about to respond to your initial
>>>> email with some recommendations.  We believe that your current
problem
>> may
>>>> be a symptom of using the wrong Makefile
>>>> template.  Please make sure that you are using the Makefile_gnu
template
>> to
>>>> create your MET Makefile, since you are
>>>> using the GNU compiler family.  To do so, copy Makefile_gnu to
Makefile
>> and
>>>> modify the paths for CXX, FC, NETCDF_BASE,
>>>> GSL_BASE, BUFR_BASE.  We suspect that you may have been using the
>>>> Makefile_pgi template, because we noticed the presence
>>>> of the compiler flag Bstatic.  Can you please try the approach
I'm
>>>> suggesting and let us know if you have any further
>>>> problems compiling MET?
>>>>
>>>> Thanks,
>>>>
>>>> Paul
>>>>
>>>>
>>>>
>>>> RAL HelpDesk {for Zack Taylor} wrote:
>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=41178 >
>>>>>
>>>>> Hello,
>>>>>
>>>>> My previous issue has been resolved (I think) by adding the
-lgslcblas
>>>>> string to the CXX_FLAGS. However, now when compiling everything
goes
>>>>> smoothly except for the PB2NC compilation. I read that this was
an
>> issue
>>>> in
>>>>> METv1.0, but didn't read anything about it for METv2.0. Also,
I've
>>>> installed
>>>>> the latest Known Issues patch for this version.
>>>>>
>>>>> Thanks,
>>>>> Zack
>>>>>
>>>>> On Tue, Sep 28, 2010 at 9:34 PM, RAL HelpDesk {for
met_help at ucar.edu}
>> <
>>>>> met_help at ucar.edu> wrote:
>>>>>
>>>>>> Greetings,
>>>>>>
>>>>>> This message has been automatically generated in response to
the
>>>>>> creation of a trouble ticket regarding:
>>>>>>        "Compiling METv2.0",
>>>>>> 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 #41178].
>>>>>>
>>>>>> Please include the string:
>>>>>>
>>>>>>         [rt.rap.ucar.edu #41178]
>>>>>>
>>>>>> 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
>>>>>>
>>>>>>
>>
-------------------------------------------------------------------------
>>>>>> Good afternoon,
>>>>>>
>>>>>> I'm trying to compile METv2.0 and am running into errors during
the
>>>> making
>>>>>> of MET applications. I've attached the make_met.log file and
the
>>>> Makefile
>>>>>> I'm using. I'm using BUFRLIB, GSL1.11, and NETCDF with PGI
compilers.
>>>> Thank
>>>>>> you for your help.
>>>>>>
>>>>>> I'm also curious when METv3.0 will be released. I was at the
MET
>>>> Tutorial
>>>>>> in
>>>>>> early August and it was mentioned that the new version will be
release
>>>> this
>>>>>> Fall.
>>>>>>
>>>>>> Zack
>>>>>>
>>>>>> --
>>>>>> Zackary Taylor
>>>>>> Graduate Research Assistant
>>>>>> Earth, Ocean and Atmospheric Science
>>>>>> Florida State University
>>>>>> (336) 260-2791
>>>>>>
>>>>>>
>>>>
>>>
>>
>>
>
>


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


More information about the Met_help mailing list