Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Error (After executing this command ./cesm_setup)

rajkmsaini

Dr. Raj Saini
Member
Hello CESM users/Team,


I am new for this CESM.

I am getting some type of error like LD_LIBRARY_PATH: Undefined variable.


$ ./cesm_setup

Macros script already created ...skipping

Machine/Decomp/Pes configuration has already been done ...skipping

Running preview_namelist script

LD_LIBRARY_PATH: Undefined variable.

ERROR: /scratch/am/irdstaff/ird12765/cas/raj/IITD_COE_EXP1/preview_namelists failed: 65280



Can you help me where I need to change? In the folloing below:

======================================
setenv intelhome /home/soft/intel2015

setenv intehome /home/soft/intel2015

setenv CC $intehome/bin/icc

setenv FC $intelhome/bin/ifort

setenv F90 $intelhome/bin/ifort

setenv CXX $intelhome/bin/icpc

setenv PATH $intelhome/bin:$PATH

setenv LD_LIBRARY_PATH $intelhome/lib/intel64:$LD_LIBRARY_PATH

setenv MANPATH $intelhome/man:$MANPATH


#PGI mpi environment

setenv PATH $intelhome/impi/5.0.3.048/intel64/bin:$PATH

setenv LD_LIBRARY_PATH $intelhome/impi/5.0.3.048/intel64/lib:$LD_LIBRARY_PATH

setenv INCLUDE_PATH $intelhome/impi/5.0.3.048/intel64/include:$INCLUDE_PATH


#Deps

setenv PATH /home/soft/centOS/apps/wrf/impi20152/bin:$PATH

setenv LD_LIBRARY_PATH /home/soft/centOS/apps/wrf/impi20152/lib:$LD_LIBRARY_PATH

setenv MANPATH $PREFIX/share/man:$MANPATH

setenv PKG_CONFIG_PATH $PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH

setenv LD_RUN_PATH /home/soft/centOS/apps/wrf/impi20152/lib:$LD_RUN_PATH


#Extra

setenv HDF5_INCLUDE_DIRS /home/soft/centOS/apps/wrf/impi20152/include

setenv HDF5_ROOT /home/soft/centOS/apps/wrf/impi20152/dep2

setenv HDF5_PATH /home/soft/centOS/apps/wrf/impi20152/dep2

setenv HDF5_LIBRARY_PATH /home/soft/centOS/apps/wrf/impi20152/lib

setenv INC_HDF5 /home/soft/centOS/apps/wrf/impi20152/include

setenv NETCDF_PATH /home/soft/centOS/apps/wrf/impi20152

setenv NetCDF /home/soft/centOS/apps/wrf/impi20152

setenv NETCDF /home/soft/centOS/apps/wrf/impi20152

setenv PNETCDF_PATH /home/soft/centOS/apps/wrf/impi20152


================================================================



Thank you in advance.


Best,
Raj
 
Top