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?
 
Back
Top