[Met_help] [rt.rap.ucar.edu #75718] History for install met 5.1

Julie Prestopnik via RT met_help at ucar.edu
Fri Apr 1 12:32:54 MDT 2016


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

Hi,

I am trying to install MET 5.1 on a linux cluster. The problem happened when it is trying to link to BUFR, it shows undefined references errors. Here shows part of it:

gfortran  -g -O2 -c -o dumppb.o dumppb.f
g++  -g -L../../../../src/basic/vx_cal -L../../../../src/basic/vx_config -L../../../../src/basic/vx_log -L../../../../src/basic/vx_math -L../../../../src/basic/vx_util -L../../../../src/libcode/vx_afm -L../../../../src/libcode/vx_analysis_util -L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d -L../../../../src/libcode/vx_data2d_factory -L../../../../src/libcode/vx_data2d_grib -L../../../../src/libcode/vx_data2d_grib2 -L../../../../src/libcode/vx_data2d_nccf -L../../../../src/libcode/vx_data2d_nc_met -L../../../../src/libcode/vx_data2d_nc_pinterp -L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid -L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav -L../../../../src/libcode/vx_nc_util -L../../../../src/libcode/vx_pb_util -L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps -L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render -L../../../../src/libcod!
 e/vx_regrid -L../../../../src/libcode/vx_shapedata -L../../../../src/libcode/vx_statistics -L../../../../src/libcode/vx_stat_out -L../../../../src/libcode/vx_time_series -L../../../../src/libcode/vx_tc_util -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib -L/usr/local/prog/gsl-2.1/lib -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib -o pb2nc pb2nc-pb2nc.o pb2nc-pb2nc_conf_info.o numpbmsg.o openpb.o closepb.o readpb.o dumppb.o -lvx_stat_out -lvx_statistics -lvx_shapedata -lvx_gsl_prob -lvx_analysis_util -lvx_data2d_grib -lvx_data2d -lvx_nc_util -lvx_grid -lvx_config -lvx_pb_util -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm -lnetcdf_c++ -lnetcdf -lgsl -lgslcblas -lbufr -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib -L/usr/local/prog/gsl-2.1/lib -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-2011.1.107/compiler/lib/intel64 -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-2011.1.107/ipp/../co!
 mpiler/lib/intel64 -L/disk1/prog/intel/composerxe-2011.1.107/c!
 omposerxe-2011.1.107/ipp/lib/intel64 -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-2011.1.107/mkl/lib/intel64 -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-2011.1.107/tbb/lib/intel64//cc4.1.0_libc2.4_kernel2.6.16.21 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm
/usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(closbf.o): In function `closbf_':
closbf.f:(.text+0xa3): undefined reference to `for_close'
/usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(datelen.o): In function `datelen_':
datelen.f:(.text+0x5d): undefined reference to `for_write_int_fmt'

My BUFR was compiled and used with other fortran programs fine in processing PREPBUFR data.
I saw somebody recommended to add –lifcore in libs, but I don't know where to added it so that it can passed down to all Makefiles.
Any advice?

Thanks,
Xingang Fan
--
Xingang Fan, Ph. D.,        |      Department of Geography and Geology
Associate Professor         |      Western Kentucky University
of Meteorology                |      1906 College Heights Blvd., #31066
270-745-5980                 |      Bowling Green, KY 42101-1066
xingang.fan at wku.edu<mailto:xingang.fan at wku.edu>
http://people.wku.edu/xingang.fan



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

Subject: install met 5.1
From: Julie Prestopnik
Time: Fri Apr 01 10:06:53 2016

Hi.

I see that you are having problems installing MET 5.1 when trying to
link
to BUFRLIB.  When compiling BUFRLIB for MET, users should use certain
compilation options as described in our User's Guide. the MET 5.1
User's
Guide is coming soon, however, you can follow the instructions in the
MET
User's Guide for MET 5.0 for compiling BUFRLIB:

http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php

Compiling BUFRLIB using the GNU gcc and gfortran compilers consists of
the
following 3 steps:

   *gcc -c -DUNDERSCORE *.c*
   *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
   *ar crv libbufr.a *.o*


Perhaps BUFRLIB was compiled on your system without the options stated
above?  Try rebuilding BUFRLIB using the commands listed above and
then try
rebuilding MET. Hopefully, that will fix the undefined reference
errors
you're seeing right now.

Please let us know how it goes.

Thanks,
Julie


On Wed, Mar 30, 2016 at 2:41 PM, Fan, Xingang via RT
<met_help at ucar.edu>
wrote:

>
> Wed Mar 30 14:41:12 2016: Request 75718 was acted upon.
> Transaction: Ticket created by xingang.fan at wku.edu
>        Queue: met_help
>      Subject: install met 5.1
>        Owner: Nobody
>   Requestors: xingang.fan at wku.edu
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75718 >
>
>
> Hi,
>
> I am trying to install MET 5.1 on a linux cluster. The problem
happened
> when it is trying to link to BUFR, it shows undefined references
errors.
> Here shows part of it:
>
> gfortran  -g -O2 -c -o dumppb.o dumppb.f
> g++  -g -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config
> -L../../../../src/basic/vx_log -L../../../../src/basic/vx_math
> -L../../../../src/basic/vx_util -L../../../../src/libcode/vx_afm
> -L../../../../src/libcode/vx_analysis_util
> -L../../../../src/libcode/vx_color
-L../../../../src/libcode/vx_data2d
> -L../../../../src/libcode/vx_data2d_factory
> -L../../../../src/libcode/vx_data2d_grib
> -L../../../../src/libcode/vx_data2d_grib2
> -L../../../../src/libcode/vx_data2d_nccf
> -L../../../../src/libcode/vx_data2d_nc_met
> -L../../../../src/libcode/vx_data2d_nc_pinterp
> -L../../../../src/libcode/vx_geodesy
-L../../../../src/libcode/vx_gnomon
> -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob
> -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
> -L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util
> -L../../../../src/libcode/vx_ps -L../../../../src/libcode/vx_pxm
> -L../../../../src/libcode/vx_render -L../../../../src/libcod!
>  e/vx_regrid -L../../../../src/libcode/vx_shapedata
> -L../../../../src/libcode/vx_statistics
> -L../../../../src/libcode/vx_stat_out
> -L../../../../src/libcode/vx_time_series
> -L../../../../src/libcode/vx_tc_util
> -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib -L/usr/local/prog/gsl-
2.1/lib
> -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib -o
pb2nc
> pb2nc-pb2nc.o pb2nc-pb2nc_conf_info.o numpbmsg.o openpb.o closepb.o
> readpb.o dumppb.o -lvx_stat_out -lvx_statistics -lvx_shapedata
> -lvx_gsl_prob -lvx_analysis_util -lvx_data2d_grib -lvx_data2d
-lvx_nc_util
> -lvx_grid -lvx_config -lvx_pb_util -lvx_cal -lvx_util -lvx_math
-lvx_color
> -lvx_log -lm -lnetcdf_c++ -lnetcdf -lgsl -lgslcblas -lbufr
> -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib -L/usr/local/prog/gsl-
2.1/lib
> -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib
> -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/compiler/lib/intel64
> -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/ipp/../co!
>  mpiler/lib/intel64 -L/disk1/prog/intel/composerxe-2011.1.107/c!
>  omposerxe-2011.1.107/ipp/lib/intel64
> -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/mkl/lib/intel64
> -L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/tbb/lib/intel64//cc4.1.0_libc2.4_kernel2.6.16.21
> -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2
> -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64
-L/lib/../lib64
> -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm
> /usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(closbf.o): In function
`closbf_':
> closbf.f:(.text+0xa3): undefined reference to `for_close'
> /usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(datelen.o): In function
> `datelen_':
> datelen.f:(.text+0x5d): undefined reference to `for_write_int_fmt'
>
> My BUFR was compiled and used with other fortran programs fine in
> processing PREPBUFR data.
> I saw somebody recommended to add –lifcore in libs, but I don't know
where
> to added it so that it can passed down to all Makefiles.
> Any advice?
>
> Thanks,
> Xingang Fan
> --
> Xingang Fan, Ph. D.,        |      Department of Geography and
Geology
> Associate Professor         |      Western Kentucky University
> of Meteorology                |      1906 College Heights Blvd.,
#31066
> 270-745-5980                 |      Bowling Green, KY 42101-1066
> xingang.fan at wku.edu<mailto:xingang.fan at wku.edu>
> http://people.wku.edu/xingang.fan
>
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #75718] install met 5.1
From: Fan, Xingang
Time: Fri Apr 01 11:36:26 2016

Hi, Julie:

Thank you so much! You are on the right spot and your suggestions
worked
perfectly, and the problem solved.
It is successfully installed.

Best,
Xingang

On 4/1/16 11:06 AM, "Julie Prestopnik via RT" <met_help at ucar.edu>
wrote:

>Hi.
>
>I see that you are having problems installing MET 5.1 when trying to
link
>to BUFRLIB.  When compiling BUFRLIB for MET, users should use certain
>compilation options as described in our User's Guide. the MET 5.1
User's
>Guide is coming soon, however, you can follow the instructions in the
MET
>User's Guide for MET 5.0 for compiling BUFRLIB:
>
>http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilat
>ion/req_libs.php
>
>Compiling BUFRLIB using the GNU gcc and gfortran compilers consists
of the
>following 3 steps:
>
>   *gcc -c -DUNDERSCORE *.c*
>   *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
>   *ar crv libbufr.a *.o*
>
>
>Perhaps BUFRLIB was compiled on your system without the options
stated
>above?  Try rebuilding BUFRLIB using the commands listed above and
then
>try
>rebuilding MET. Hopefully, that will fix the undefined reference
errors
>you're seeing right now.
>
>Please let us know how it goes.
>
>Thanks,
>Julie
>
>
>On Wed, Mar 30, 2016 at 2:41 PM, Fan, Xingang via RT
<met_help at ucar.edu>
>wrote:
>
>>
>> Wed Mar 30 14:41:12 2016: Request 75718 was acted upon.
>> Transaction: Ticket created by xingang.fan at wku.edu
>>        Queue: met_help
>>      Subject: install met 5.1
>>        Owner: Nobody
>>   Requestors: xingang.fan at wku.edu
>>       Status: new
>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75718 >
>>
>>
>> Hi,
>>
>> I am trying to install MET 5.1 on a linux cluster. The problem
happened
>> when it is trying to link to BUFR, it shows undefined references
errors.
>> Here shows part of it:
>>
>> gfortran  -g -O2 -c -o dumppb.o dumppb.f
>> g++  -g -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config
>> -L../../../../src/basic/vx_log -L../../../../src/basic/vx_math
>> -L../../../../src/basic/vx_util -L../../../../src/libcode/vx_afm
>> -L../../../../src/libcode/vx_analysis_util
>> -L../../../../src/libcode/vx_color
-L../../../../src/libcode/vx_data2d
>> -L../../../../src/libcode/vx_data2d_factory
>> -L../../../../src/libcode/vx_data2d_grib
>> -L../../../../src/libcode/vx_data2d_grib2
>> -L../../../../src/libcode/vx_data2d_nccf
>> -L../../../../src/libcode/vx_data2d_nc_met
>> -L../../../../src/libcode/vx_data2d_nc_pinterp
>> -L../../../../src/libcode/vx_geodesy
-L../../../../src/libcode/vx_gnomon
>> -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob
>> -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
>> -L../../../../src/libcode/vx_pb_util
>>-L../../../../src/libcode/vx_plot_util
>> -L../../../../src/libcode/vx_ps -L../../../../src/libcode/vx_pxm
>> -L../../../../src/libcode/vx_render -L../../../../src/libcod!
>>  e/vx_regrid -L../../../../src/libcode/vx_shapedata
>> -L../../../../src/libcode/vx_statistics
>> -L../../../../src/libcode/vx_stat_out
>> -L../../../../src/libcode/vx_time_series
>> -L../../../../src/libcode/vx_tc_util
>> -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib
>>-L/usr/local/prog/gsl-2.1/lib
>> -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib -o
pb2nc
>> pb2nc-pb2nc.o pb2nc-pb2nc_conf_info.o numpbmsg.o openpb.o closepb.o
>> readpb.o dumppb.o -lvx_stat_out -lvx_statistics -lvx_shapedata
>> -lvx_gsl_prob -lvx_analysis_util -lvx_data2d_grib -lvx_data2d
>>-lvx_nc_util
>> -lvx_grid -lvx_config -lvx_pb_util -lvx_cal -lvx_util -lvx_math
>>-lvx_color
>> -lvx_log -lm -lnetcdf_c++ -lnetcdf -lgsl -lgslcblas -lbufr
>> -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib
>>-L/usr/local/prog/gsl-2.1/lib
>> -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib
>>
>>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/compiler/
>>lib/intel64
>>
>>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/ipp/../co
>>!
>>  mpiler/lib/intel64 -L/disk1/prog/intel/composerxe-2011.1.107/c!
>>  omposerxe-2011.1.107/ipp/lib/intel64
>>
>>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/mkl/lib/i
>>ntel64
>>
>>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/tbb/lib/i
>>ntel64//cc4.1.0_libc2.4_kernel2.6.16.21
>> -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2
>> -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64
>>-L/lib/../lib64
>> -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm
>> /usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(closbf.o): In function
>>`closbf_':
>> closbf.f:(.text+0xa3): undefined reference to `for_close'
>> /usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(datelen.o): In function
>> `datelen_':
>> datelen.f:(.text+0x5d): undefined reference to `for_write_int_fmt'
>>
>> My BUFR was compiled and used with other fortran programs fine in
>> processing PREPBUFR data.
>> I saw somebody recommended to add ­lifcore in libs, but I don't
know
>>where
>> to added it so that it can passed down to all Makefiles.
>> Any advice?
>>
>> Thanks,
>> Xingang Fan
>> --
>> Xingang Fan, Ph. D.,        |      Department of Geography and
Geology
>> Associate Professor         |      Western Kentucky University
>> of Meteorology                |      1906 College Heights Blvd.,
#31066
>> 270-745-5980                 |      Bowling Green, KY 42101-1066
>> xingang.fan at wku.edu<mailto:xingang.fan at wku.edu>
>> http://people.wku.edu/xingang.fan
>>
>>
>>
>
>
>--
>Julie Prestopnik
>National Center for Atmospheric Research
>Research Applications Laboratory
>Phone: 303.497.8399
>Email: jpresto at ucar.edu
>



------------------------------------------------
Subject: install met 5.1
From: Julie Prestopnik
Time: Fri Apr 01 12:32:37 2016

Great!  I'm so glad to hear that worked for you, Xingang.  I will
close
this ticket.  Please let us know if you encounter any other problems
or
have any questions.

Thanks,
Julie

On Fri, Apr 1, 2016 at 11:36 AM, Fan, Xingang via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75718 >
>
> Hi, Julie:
>
> Thank you so much! You are on the right spot and your suggestions
worked
> perfectly, and the problem solved.
> It is successfully installed.
>
> Best,
> Xingang
>
> On 4/1/16 11:06 AM, "Julie Prestopnik via RT" <met_help at ucar.edu>
wrote:
>
> >Hi.
> >
> >I see that you are having problems installing MET 5.1 when trying
to link
> >to BUFRLIB.  When compiling BUFRLIB for MET, users should use
certain
> >compilation options as described in our User's Guide. the MET 5.1
User's
> >Guide is coming soon, however, you can follow the instructions in
the MET
> >User's Guide for MET 5.0 for compiling BUFRLIB:
> >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilat
> >ion/req_libs.php
> >
> >Compiling BUFRLIB using the GNU gcc and gfortran compilers consists
of the
> >following 3 steps:
> >
> >   *gcc -c -DUNDERSCORE *.c*
> >   *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
> >   *ar crv libbufr.a *.o*
> >
> >
> >Perhaps BUFRLIB was compiled on your system without the options
stated
> >above?  Try rebuilding BUFRLIB using the commands listed above and
then
> >try
> >rebuilding MET. Hopefully, that will fix the undefined reference
errors
> >you're seeing right now.
> >
> >Please let us know how it goes.
> >
> >Thanks,
> >Julie
> >
> >
> >On Wed, Mar 30, 2016 at 2:41 PM, Fan, Xingang via RT
<met_help at ucar.edu>
> >wrote:
> >
> >>
> >> Wed Mar 30 14:41:12 2016: Request 75718 was acted upon.
> >> Transaction: Ticket created by xingang.fan at wku.edu
> >>        Queue: met_help
> >>      Subject: install met 5.1
> >>        Owner: Nobody
> >>   Requestors: xingang.fan at wku.edu
> >>       Status: new
> >>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=75718 >
> >>
> >>
> >> Hi,
> >>
> >> I am trying to install MET 5.1 on a linux cluster. The problem
happened
> >> when it is trying to link to BUFR, it shows undefined references
errors.
> >> Here shows part of it:
> >>
> >> gfortran  -g -O2 -c -o dumppb.o dumppb.f
> >> g++  -g -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config
> >> -L../../../../src/basic/vx_log -L../../../../src/basic/vx_math
> >> -L../../../../src/basic/vx_util -L../../../../src/libcode/vx_afm
> >> -L../../../../src/libcode/vx_analysis_util
> >> -L../../../../src/libcode/vx_color
-L../../../../src/libcode/vx_data2d
> >> -L../../../../src/libcode/vx_data2d_factory
> >> -L../../../../src/libcode/vx_data2d_grib
> >> -L../../../../src/libcode/vx_data2d_grib2
> >> -L../../../../src/libcode/vx_data2d_nccf
> >> -L../../../../src/libcode/vx_data2d_nc_met
> >> -L../../../../src/libcode/vx_data2d_nc_pinterp
> >> -L../../../../src/libcode/vx_geodesy
-L../../../../src/libcode/vx_gnomon
> >> -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob
> >> -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
> >> -L../../../../src/libcode/vx_pb_util
> >>-L../../../../src/libcode/vx_plot_util
> >> -L../../../../src/libcode/vx_ps -L../../../../src/libcode/vx_pxm
> >> -L../../../../src/libcode/vx_render -L../../../../src/libcod!
> >>  e/vx_regrid -L../../../../src/libcode/vx_shapedata
> >> -L../../../../src/libcode/vx_statistics
> >> -L../../../../src/libcode/vx_stat_out
> >> -L../../../../src/libcode/vx_time_series
> >> -L../../../../src/libcode/vx_tc_util
> >> -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib
> >>-L/usr/local/prog/gsl-2.1/lib
> >> -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib -o
pb2nc
> >> pb2nc-pb2nc.o pb2nc-pb2nc_conf_info.o numpbmsg.o openpb.o
closepb.o
> >> readpb.o dumppb.o -lvx_stat_out -lvx_statistics -lvx_shapedata
> >> -lvx_gsl_prob -lvx_analysis_util -lvx_data2d_grib -lvx_data2d
> >>-lvx_nc_util
> >> -lvx_grid -lvx_config -lvx_pb_util -lvx_cal -lvx_util -lvx_math
> >>-lvx_color
> >> -lvx_log -lm -lnetcdf_c++ -lnetcdf -lgsl -lgslcblas -lbufr
> >> -L/usr/local/prog/netcdf/netcdf-4.0_ifort/lib
> >>-L/usr/local/prog/gsl-2.1/lib
> >> -L/usr/local/prog/BUFRLIB_v10-2-3 -L/usr/local/prog/hdf5/lib
> >>
> >>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/compiler/
> >>lib/intel64
> >>
> >>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/ipp/../co
> >>!
> >>  mpiler/lib/intel64 -L/disk1/prog/intel/composerxe-2011.1.107/c!
> >>  omposerxe-2011.1.107/ipp/lib/intel64
> >>
> >>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/mkl/lib/i
> >>ntel64
> >>
> >>-L/disk1/prog/intel/composerxe-2011.1.107/composerxe-
2011.1.107/tbb/lib/i
> >>ntel64//cc4.1.0_libc2.4_kernel2.6.16.21
> >> -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2
> >> -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64
> >>-L/lib/../lib64
> >> -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm
> >> /usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(closbf.o): In function
> >>`closbf_':
> >> closbf.f:(.text+0xa3): undefined reference to `for_close'
> >> /usr/local/prog/BUFRLIB_v10-2-3/libbufr.a(datelen.o): In function
> >> `datelen_':
> >> datelen.f:(.text+0x5d): undefined reference to
`for_write_int_fmt'
> >>
> >> My BUFR was compiled and used with other fortran programs fine in
> >> processing PREPBUFR data.
> >> I saw somebody recommended to add ­lifcore in libs, but I don't
know
> >>where
> >> to added it so that it can passed down to all Makefiles.
> >> Any advice?
> >>
> >> Thanks,
> >> Xingang Fan
> >> --
> >> Xingang Fan, Ph. D.,        |      Department of Geography and
Geology
> >> Associate Professor         |      Western Kentucky University
> >> of Meteorology                |      1906 College Heights Blvd.,
#31066
> >> 270-745-5980                 |      Bowling Green, KY 42101-1066
> >> xingang.fan at wku.edu<mailto:xingang.fan at wku.edu>
> >> http://people.wku.edu/xingang.fan
> >>
> >>
> >>
> >
> >
> >--
> >Julie Prestopnik
> >National Center for Atmospheric Research
> >Research Applications Laboratory
> >Phone: 303.497.8399
> >Email: jpresto at ucar.edu
> >
>
>
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

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


More information about the Met_help mailing list