[Met_help] error in installation of MET V2.0

Paul Oldenburg pgoldenb at ucar.edu
Mon May 10 09:45:24 MDT 2010


Balachandran,

Several years and versions of MET have passed since PGI 6 was tested.  We are
not sure what issues, if any, you will experience.  If you have trouble with
that compiler, you might want to consider using the GNU compilers.  They are
free to download if you do not already have them.  Good luck.

Paul

balachandran sethurathinam wrote:
> Paul
> 
> thanks for reply. I will try with your suggestion and get back to you with
> results. yes we are trying with PGI 6. version. does it ok or we need higher
> version?
> thanks
> balachandran
> 
> 
> 
> On 5/8/10, Paul Oldenburg <pgoldenb at ucar.edu> wrote:
>> Balachandran,
>>
>> We think you may have a compiler problem.  Have you ever compiled any other
>> C++
>> program using your PGI compiler?  If not, please try to compile and run a
>> small
>> test program that includes the <cmath> library and the abs() function like
>> this:
>>
>> #include <iostream>
>> #include <cmath>
>>
>> int main()
>> {
>>    int i = -6;
>>    std::cout << "test result: " << abs(i) << endl;
>> }
>>
>> If this small test program does not work, then there is a library or
>> include
>> file conflict that is causing this error on your system.  This problem must
>> be
>> fixed before you can compile MET.
>>
>> If this small test program works, we suggest that you re-install and
>> re-build
>> the MET third party libraries in a folder other than /usr/local.  The
>> reason is
>> that installing the third party software in /usr/local may cause conflicts
>> with
>> other libraries and include files.
>>
>> Which version of the PGI compiler are you using?  I see the following path
>> in
>> your Makefile: /usr/pgi/linux86/6.0/bin/pgCC.  Does that mean you are using
>> version 6?  We have been testing MET with PGI version 8.
>>
>> Also, if you were not already reading the MET Online Tutorial section on
>> compilation, you may find it useful:
>>
>>
>> http://www.dtcenter.org/met/users/support/online_tutorial/METv2.0/compilation/index.php
>>
>> Please let us know if you have any questions.
>>
>> Thanks,
>>
>> Paul
>>
>>
>> balachandran sethurathinam wrote:
>>> Dear
>>> we tried to install the METV2.0 using PGI version. but we face problem in
>>> installation. i herewith attach log file and Makefile . please help to
>> solve
>>> problem
>>>
>>> with regards
>>> balachandran
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Met_help mailing list
>>> Met_help at mailman.ucar.edu
>>> http://mailman.ucar.edu/mailman/listinfo/met_help
>>
> 
> 



More information about the Met_help mailing list