LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installation of HYCOM (https://www.linuxquestions.org/questions/linux-newbie-8/installation-of-hycom-4175504056/)

asopasneha@gmail.com 05-06-2014 05:03 AM

Installation of HYCOM
 
How can I install hycom in ubuntu 13.04? i need step by step installation procedure as getting installation problems while installing by seeing the steps in 349_HYCOM_for_Dummies.pdf

jdkaye 05-06-2014 05:41 AM

Have you visited this site? It seems you need to compile the program from source code. Do you know how to do that? To download the source code you need to create an account with hycom first.
Visit the site and let us know if you have any problems.
jdk

asopasneha@gmail.com 05-06-2014 05:50 AM

I have already created the account and have also downloaded the source codes. i am getting the problem with compilation of this file Make_ncdf.src

jdkaye 05-06-2014 11:32 PM

Quote:

Originally Posted by asopasneha@gmail.com (Post 5165554)
I have already created the account and have also downloaded the source codes. i am getting the problem with compilation of this file Make_ncdf.src

And is there any chance that you will tell us exactly what problem you are encountering with the compilation? A little more detail would be helpful.
jdk

asopasneha@gmail.com 05-08-2014 01:18 AM

this is the error
PATH: Command not found.
NCDF = /export/home/vivek/netcdf
ARCH = intelIFC
ln: No match.
Make failed: archv2ncdf2d
Make failed: archm2ncdf2d
Make failed: archv2ncdf2t
Make failed: archv2ncdf3z
Make failed: archm2ncdf3z
Make failed: archv2ncdfsf
Make failed: archv2ncdfsfl
Make failed: field2ncdf

m unable to solve it

jdkaye 05-08-2014 11:21 PM

Quote:

PATH: Command not found.
And do you know what command it was that was not found? Do you have all the libraries installed that are necessary for the compilation?
jdk

knudfl 05-09-2014 06:58 AM

Hycom :

It's usually like this: pgf90: Command not found.
... When the Portland Group pgf90 isn't installed.

DJ Shaji 05-09-2014 02:17 PM

I think it might be possible that $PATH is not set for OP? It's highly unlikely though. Try doing this:
Code:

export PATH=/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin


All times are GMT -5. The time now is 06:40 PM.