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 while installing esmf

HiI'm porting CESM2 with a new machine and i get an error when i installing esmf7.0.0.I have using the gnu 8.2.0 compiler and i have no idea about the error.The environment setting:export FC=gfortranexport F77=gfortranexport CC=gccexport CXX=g++ export ESMF_OS=Linuxexport ESMF_TESTMPMD=ONexport ESMF_BOPT=gexport ESMF_PTHREADS=ONexport ESMF_OPENMP=ONexport ESMF_DIR=$INSTALL_PATH/esmfexport ESMF_ABI=64export ESMF_COMPILER=gfortranexport ESMF_COMM=mpichexport ESMF_TESTEXHAUSTIVE=ONexport ESMF_TESTHARNESS_ARRAY=RUN_ESMF_TestHarnessArrayUNI_2export ESMF_TESTHARNESS_FIELD=RUN_ESMF_TestHarnessFieldUNI_1export ESMF_NO_INTEGER_1_BYTE=FALSEexport ESMF_NO_INTEGER_2_BYTE=FALSEexport ESMF_FORTRANSYMBOLS=defaultexport ESMF_DEFER_LIB_BUILD=ONexport ESMF_TESTWITHTHREADS=OFFexport ESMF_CXXCOMPILER=$MPICH_PATH/bin/mpicxxexport ESMF_CXXLINKER=$MPICH_PATH/bin/mpicxxexport ESMF_F90COMPILER=$MPICH_PATH/bin/mpif90export ESMF_F90LINKER=$MPICH_PATH/bin/mpif90export ESMF_INSTALL_PREFIX=$INSTALL_PATH/esmf_installexport ESMF_INSTALL_BINDIR=bin/bing/Linux.gfortran.64.mpich.defaultexport ESMF_INSTALL_MODDIR=mod/modg/Linux.gfortran.64.mpich.defaultexport ESMF_INSTALL_LIBDIR=lib/libg/Linux.gfortran.64.mpich.defaultexport ESMF_INSTALL_HEADERDIR=includeexport ESMF_INSTALL_DOCDIR=docexport ESMF_NETCDF=$NETCDF4_PATHexport ESMF_NETCDF_INCLUDE=$NETCDF4_PATH/include                                                                                                                                             export ESMF_NETCDF_LIBPATH=$NETCDF4_PATH/libexport ESMF_NETCDF_LIBS="-lnetcdf -lnetcdff" Here is the partly make log.Thank you for any help! [linxf@login03 esmf]$...make[12]: *** [/wps/home/linxf/CLM/CLM5.0_install/software/esmf/obj/objg/Linux.gfortran.64.mpich.default/ReadABAQUS.o] Error 1make[12]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/mod/modg/Linux.gfortran.64.mpich.default'make[11]: *** [esmflib] Error 2make[11]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/mod/modg/Linux.gfortran.64.mpich.default'make[10]: *** [tree_lib] Error 2make[10]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/src/Infrastructure/Mesh/src/Moab/io'make[9]: *** [tree] Error 1make[9]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/src/Infrastructure/Mesh/src/Moab'make[8]: *** [tree] Error 1make[8]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/src/Infrastructure/Mesh/src'make[7]: *** [tree] Error 1make[7]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/src/Infrastructure/Mesh'make[6]: *** [tree] Error 1make[6]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/src/Infrastructure'make[5]: *** [tree] Error 1make[5]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/src'make[4]: *** [tree] Error 1make[4]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf'make[3]: *** [build_libs] Error 2make[3]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf'make[2]: *** [lib] Error 2make[2]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf'make[1]: *** [reqfile_libesmf] Error 2make[1]: Leaving directory `/wps/home/linxf/CLM/CLM5.0_install/software/esmf'make: *** [check] Error 2 Installing ESMF: mkdir -p /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/includecp -f /wps/home/linxf/CLM/CLM5.0_install/software/esmf/src/include/ESMC.h /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/includecp -f /wps/home/linxf/CLM/CLM5.0_install/software/esmf/src/include/ESMC_*.h /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/includecp -f /wps/home/linxf/CLM/CLM5.0_install/software/esmf/build_config/Linux.gfortran.default/ESMC_Conf.h /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/includemkdir -p /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/mod/modg/Linux.gfortran.64.mpich.defaultcp -f /wps/home/linxf/CLM/CLM5.0_install/software/esmf/mod/modg/Linux.gfortran.64.mpich.default/*.mod /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/mod/modg/Linux.gfortran.64.mpich.defaultmkdir -p /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/lib/libg/Linux.gfortran.64.mpich.defaultcp -f /wps/home/linxf/CLM/CLM5.0_install/software/esmf/lib/libg/Linux.gfortran.64.mpich.default/lib*.* /wps/home/linxf/CLM/CLM5.0_install/software/esmf_install/lib/libg/Linux.gfortran.64.mpich.defaultcp: cannot stat `/wps/home/linxf/CLM/CLM5.0_install/software/esmf/lib/libg/Linux.gfortran.64.mpich.default/lib*.*': No such file or directorymake: *** [install] Error 1 
 
Top