[ncl-install] cant find ncl
Mary Haley
haley at ucar.edu
Mon Jun 6 08:42:54 MDT 2011
Dear Kantave,
It sounds like maybe the NCL build was not completely successful. The
"make Everything" command will keep going, even if it fails to build
some parts of the NCL package, so it may look like it finished
successfully.
Can you send me the output file from when you ran "make Everything"?
Also, do you actually see an "ncl" executable in /usr/local/ncarg/bin?
ls /usr/local/ncarg/bin
If not, then this means NCL didn't build successfully.
--Mary
On Jun 3, 2011, at 3:08 PM, Kantave Greene wrote:
> I was able to configure and run "make everything" successful.
> However I am unble to get "ncl -V" to execute as it says no command
> found. when I try "ng4ex gsun01n" it say "ncargpath: Command not
> found"
> I have two folders:
> /usr/local/ncl_ncarg-6.0.0 and
> /usr/local/ncarg
>
> Can you please help me.
>
> My .bashrc has the follwoing:
> --------------------------------------------------
> # INTEL COMPILERS
> source /opt/intel/composerxe-2011.4.191/bin/compilervars.sh ia32
>
> # ENVIRONMENTAL VARIABLES
> export CC=icc
> export CXX=icpc
> export CFLAGS='-O3 -ip -no-prec-div -static'
> export CXXFLAGS='-O3 -ip -no-prec-div -static'
>
> export F77=ifort
> export FC=ifort
> export F90=ifort
> export FFLAGS='-O3 -ip -no-prec-div -static'
> export CPP='icc -E'
> export CXXCPP='icpc -E'
>
> # NCL/NCAR
> export NCARG=/usr/local/ncl_ncarg-6.0.0
> export NCARG_ROOT=/usr/local/ncarg
> export PATH=$NCARG_ROOT/bin:$PATH
> export MANPATH=$NCARG_ROOT/man:$MANPATH
>
> export PATH=/usr/local/bin:$PATH
> export NCARG_ROOT=/usr/local
> --------------------------------------------------
>
> <kantave_m_greene.vcf>_______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
More information about the ncl-install
mailing list