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

Environment variables required for building and running cesm 1.2.2

I use intel mpi. (mpiicc, mpiifort)I wanted to know what are the enviroment variables required for building and running cesm? I am using the following currently: export NAS_PATH=/home/nitin/NAS/NPB3.3.1/NPB3.3-MPIexport CASE_PATH=/home/nitin/CESM/cesm1_2_2/nitin_casesexport PERL_LOCAL_LIB_ROOT=/usr/lib64/perl5/XMLexport PATH=/opt/intel/impi/4.1.3.048/intel64/bin/mpiifort:/opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/ifort:/usr/lib64/perl5/XML:/usr/lib64:/opt/intel/impi/4.1.3.048/intel64/bin/mpiicc:/storage/softwares/installedsoftware/netcdf:/storage/softwares/installedsoftware/netcdf/lib:/storage/softwares/installedsoftware/netcdf/include:$PATHexport PERL5LIB=/usr/lib64/perl5/XML:/usr/lib64:$PERL5LIBexport NETCDF_PATH=/storage/softwares/installedsoftware/netcdfexport LD_LIBRARY_PATH=/storage/softwares/installedsoftware/netcdf/lib:$LD_LIBRARY_PATH  Other than this, are other variables (LD_FLAGS, FFLAGS) to be set? I keep getting an error which indicates that the /include path is missing? (in the atm model)  ifort: error #10236: File not found:  '/include'gmake: *** [cam_logfile.o] Error 1gmake: *** Waiting for unfinished jobs....ifort: error #10236: File not found:  '/include'ifort: error #10236: File not found:  '/include'gmake: *** [abortutils.o] Error 1gmake: *** [mpishorthand.o] Error 1gmake: *** [ppgrid.o] Error 1gmake: *** [namelist_utils.o] Error 1gmake: *** [pspect.o] Error 1   Thanks,Nitin   
 

jedwards

CSEG and Liaisons
Staff member
Your path variable should only list directories, listing files there suce as ifort is incorrect.   I don't see the problem which is causing the include path error.   Can you post the line log that has that error in it?
 
Top