[Met_help] [rt.rap.ucar.edu #51051] History for error at the time of use make command for METv3.0 in Linux machine using ifort and icc compiler
Paul Oldenburg via RT
met_help at ucar.edu
Mon Oct 31 09:50:07 MDT 2011
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
Dear Sir
I was tried to install MET V3.0 in our LINUX machine with *ifort* and *
icc* compilers. I have successfuly installed BUFRLIB and GSL. I have done
the following steps as given in the online tutorial. Also I have attached
the make_met.log file for ur kind verification and useful suggestion.
*cp METv2.0/Makefile_intel Makefile
set the compiler paths correctly
also set the paths of the libraries
and tried to run the command
# make >& make_met.log &
It fails with some error as below
/opt/intel/cce/10.0.026/bin/icc time_series.cc -Wall -Wshadow -static -c
-I..
/opt/intel/cce/10.0.026/bin/icc stat_job.cc -Wall -Wshadow -static -c -I..
-I/shome/2007asz8296/GSL/gsl-1.9/include
../vx_gsl_prob/gsl_cdf.h(17): catastrophic error: could not open source file
"gsl/gsl_cdf.h"
#include "gsl/gsl_cdf.h"
^
compilation aborted for stat_job.cc (code 4)
make[3]: *** [stat_job.o] Error 4
make[2]: *** [vx_analysis_util_all] Error 2
make[1]: *** [libs] Error 2
make: *** [all] Error 2
Thanking you
with regards
Dipak Sahu
*
--
********************************************
Dipak kumar Sahu,
Research Scholar,
Centre for Atmospheric Sciences.,
Indian Institute of Technology,Delhi
email:- dipak_math at yahoo.com
**********************************************
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #51051] error at the time of use make command for METv3.0 in Linux machine using ifort and icc compiler
From: Paul Oldenburg
Time: Fri Oct 28 12:57:25 2011
Dipak,
I think you may have problem with the GSL installation on your system.
The following file should exist and it does not:
/shome/2007asz8296/GSL/gsl-1.9/include/gsl/gsl_cdf.h
If this file is missing, then you may have performed a an incomplete
installation of GSL. A common mistake is to forget
the final step of installing GSL: "make install". Please carefully
review the instructions for installing GSL here:
http://www.dtcenter.org/met/users/support/online_tutorial/METv3.0/compilation/req_libs.php
If you still have the problem, please send your Makefile.
Thanks,
Paul
On 10/28/2011 12:43 PM, dipak sahu via RT wrote:
>
> Fri Oct 28 12:43:52 2011: Request 51051 was acted upon.
> Transaction: Ticket created by dipakmath at gmail.com
> Queue: met_help
> Subject: error at the time of use make command for METv3.0 in
Linux machine using ifort and icc compiler
> Owner: Nobody
> Requestors: dipakmath at gmail.com
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=51051 >
>
>
> Dear Sir
> I was tried to install MET V3.0 in our LINUX machine with
*ifort* and *
> icc* compilers. I have successfuly installed BUFRLIB and GSL. I have
done
> the following steps as given in the online tutorial. Also I have
attached
> the make_met.log file for ur kind verification and useful
suggestion.
>
> *cp METv2.0/Makefile_intel Makefile
> set the compiler paths correctly
> also set the paths of the libraries
> and tried to run the command
> # make >& make_met.log &
> It fails with some error as below
>
> /opt/intel/cce/10.0.026/bin/icc time_series.cc -Wall -Wshadow
-static -c
> -I..
> /opt/intel/cce/10.0.026/bin/icc stat_job.cc -Wall -Wshadow -static
-c -I..
> -I/shome/2007asz8296/GSL/gsl-1.9/include
> ../vx_gsl_prob/gsl_cdf.h(17): catastrophic error: could not open
source file
> "gsl/gsl_cdf.h"
> #include "gsl/gsl_cdf.h"
> ^
>
> compilation aborted for stat_job.cc (code 4)
> make[3]: *** [stat_job.o] Error 4
> make[2]: *** [vx_analysis_util_all] Error 2
> make[1]: *** [libs] Error 2
> make: *** [all] Error 2
>
> Thanking you
> with regards
> Dipak Sahu
>
> *
------------------------------------------------
Subject: error at the time of use make command for METv3.0 in Linux machine using ifort and icc compiler
From: dipak sahu
Time: Sat Oct 29 23:12:22 2011
Thanks paul
Thanks a lot for ur suggestion , now I installed successfully...
Thanks
On Sat, Oct 29, 2011 at 12:27 AM, Paul Oldenburg via RT
<met_help at ucar.edu>wrote:
> Dipak,
>
> I think you may have problem with the GSL installation on your
system.
> The following file should exist and it does not:
>
> /shome/2007asz8296/GSL/gsl-1.9/include/gsl/gsl_cdf.h
>
> If this file is missing, then you may have performed a an incomplete
> installation of GSL. A common mistake is to forget
> the final step of installing GSL: "make install". Please carefully
review
> the instructions for installing GSL here:
>
>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv3.0/compilation/req_libs.php
>
> If you still have the problem, please send your Makefile.
>
> Thanks,
>
> Paul
>
>
> On 10/28/2011 12:43 PM, dipak sahu via RT wrote:
> >
> > Fri Oct 28 12:43:52 2011: Request 51051 was acted upon.
> > Transaction: Ticket created by dipakmath at gmail.com
> > Queue: met_help
> > Subject: error at the time of use make command for METv3.0 in
Linux
> machine using ifort and icc compiler
> > Owner: Nobody
> > Requestors: dipakmath at gmail.com
> > Status: new
> > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=51051 >
> >
> >
> > Dear Sir
> > I was tried to install MET V3.0 in our LINUX machine with
*ifort*
> and *
> > icc* compilers. I have successfuly installed BUFRLIB and GSL. I
have done
> > the following steps as given in the online tutorial. Also I have
attached
> > the make_met.log file for ur kind verification and useful
suggestion.
> >
> > *cp METv2.0/Makefile_intel Makefile
> > set the compiler paths correctly
> > also set the paths of the libraries
> > and tried to run the command
> > # make >& make_met.log &
> > It fails with some error as below
> >
> > /opt/intel/cce/10.0.026/bin/icc time_series.cc -Wall -Wshadow
-static
> -c
> > -I..
> > /opt/intel/cce/10.0.026/bin/icc stat_job.cc -Wall -Wshadow -static
-c
> -I..
> > -I/shome/2007asz8296/GSL/gsl-1.9/include
> > ../vx_gsl_prob/gsl_cdf.h(17): catastrophic error: could not open
source
> file
> > "gsl/gsl_cdf.h"
> > #include "gsl/gsl_cdf.h"
> > ^
> >
> > compilation aborted for stat_job.cc (code 4)
> > make[3]: *** [stat_job.o] Error 4
> > make[2]: *** [vx_analysis_util_all] Error 2
> > make[1]: *** [libs] Error 2
> > make: *** [all] Error 2
> >
> > Thanking you
> > with regards
> > Dipak Sahu
> >
> > *
>
>
>
--
********************************************
Dipak kumar Sahu,
Research Scholar,
Centre for Atmospheric Sciences.,
Indian Institute of Technology,Delhi
email:- dipak_math at yahoo.com
**********************************************
------------------------------------------------
More information about the Met_help
mailing list