cant find ncl

From: Kantave Greene <kantave.m.greene_at_nyahnyahspammersnyahnyah>
Date: Fri Jun 03 2011 - 15:08:45 MDT

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
--------------------------------------------------

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install

Received on Fri Jun 3 16:12:41 2011

This archive was generated by hypermail 2.1.8 : Mon Jun 13 2011 - 09:43:16 MDT