Re: [help] setup NCARG with Intel Fortran Compiler

From: Michael Bane <michael.bane_at_nyahnyahspammersnyahnyah>
Date: Wed, 17 Oct 2007 10:39:36 +0100

On Wed, 2007-10-17 at 21:33 +1200, johnn chng wrote:
> Dear Friends,
>
> Im a newbie in Linux (1 month old) and trying to run MM5 modeling.
> so i needed to install NCARG to view MM5 output.
>
> my pc is running on LINUX SUSE 10.1.
> I downloaded intel fortran 10.0.023 and install to "/opt/intel/10.0.023" .
>
> when i try to make install NCARG 4.4.2 ,
> i get alot of error related to ifort .
>
> part of my make output:
>
> Making .
> make[1]: Entering directory `/usr/local/src/ncarg-4.4.2'
> Making Makefile in .
> make[1]: Leaving directory `/usr/local/src/ncarg-4.4.2'
> make[1]: Entering directory `/usr/local/src/ncarg-4.4.2'
>
> NCAR Graphics - Version Installation Configuration
>
> System File LINUX
> Binary Install Directory /usr/local/ncarg/bin
> Library Install Directory /usr/local/ncarg/lib
> Include Install Directory /usr/local/ncarg/include
> Manpage Install Directory /usr/local/ncarg/man
> Config Install Directory /usr/local/ncarg/lib/ncarg/config
> Data Base Directory /usr/local/ncarg/lib/ncarg/database
> Programmer Doc Dir /usr/local/ncarg/lib/ncarg/doc
> Reloc Obj. Directory /usr/local/ncarg/lib/ncarg/robj
> Examples Directory /usr/local/ncarg/lib/ncarg/examples
> Tutorial Directory /usr/local/ncarg/lib/ncarg/tutorial
> Test Directory /usr/local/ncarg/lib/ncarg/tests
> X App. Def. Directory /usr/local/ncarg/lib/ncarg/xapp
> f77 Compiler ifort
> f77 Flags -cm -w -O
> C Compiler gcc
> cc Flags -ansi -w -O -I./include -I/usr/X11R6/include -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto
> ..........
> ..........
> ..........
> ............
>
> Making ./ncarg2d/src/liboptional/conraq
> make[5]: Entering directory `/usr/local/src/ncarg-4.4.2/ncarg2d/src/liboptional/conraq'
> ifort -cm -w -O -c -o conraq.o conraq.f
> make[5]: ifort: Command not found

does `which ifort` return anything from the cmd line? if not, then you
need to amend your PATH so it can find ifort. then re-try `make`.
alternatively put the full path/file-name for ifort into your top level
Makefile.

you may also need to amend your LD_LIBRARY_PATHS for the executables to
pick up some required run time libraries

M

_______________________________________________
ncarg-talk mailing list
ncarg-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
Received on Wed Oct 17 2007 - 03:39:36 MDT

This archive was generated by hypermail 2.2.0 : Thu Nov 01 2007 - 14:23:03 MDT