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

gen_domain on edison

xzj102@psu_edu

New Member
I tried to generate a regional dataset for a single-point simulation on NERSC's edison.Following the workflow of https://ncar.github.io/CLM/doc/build/html/users_guide/using-clm-tools/creating-surface-datasets.html?highlight=gen_domain, I get to the step of compile gen_domain. So I follow the README, calling $CCSMROOT/scripts/ccsm_utils/Machines/configure -mach edison. But then when I execute ./build.csh, I get an error here: DEBUG: Undefined variable. ftn -c -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCNL -DCPRINTEL -fp-model source -convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs -I/usr/local/lib -I/usr/local/include gen_domain.F90 No supported cpu target is set, CRAY_CPU_TARGET=x86-64 will be used. Load a valid targeting module or set CRAY_CPU_TARGET Error invoking pkg-config! Package mpich was not found in the pkg-config search path. Perhaps you should add the directory containing `mpich.pc' to the PKG_CONFIG_PATH environment variable Package 'mpich', required by 'darshan-runtime', not found gmake: *** [gen_domain.o] Error 1  
If anyone knows how to solve this problem, please help me and I would try. Thank you.
Here are the module loaded:1) modules/3.2.10.4 10) ugni/6.0-1.0502.10245.9.9.ari 19) PrgEnv-intel/5.2.56 2) nsg/1.2.0 11) pmi/5.0.10-1.0000.11050.0.0.ari 20) craype-ivybridge 3) eswrap/1.3.3-1.020200.1278.0 12) dmapp/7.0.1-1.0502.10246.8.47.ari 21) cray-shmem/7.4.1 4) switch/1.0-1.0502.57058.1.58.ari 13) gni-headers/4.0-1.0502.10317.9.2.ari 22) cray-mpich/7.4.1 5) craype-network-aries 14) xpmem/0.1-2.0502.57015.1.15.ari 23) slurm/edison 6) craype/2.5.5 15) dvs/2.5_0.9.0-1.0502.1958.2.55.ari 24) altd/2.0 7) intel/17.0.1.132 16) alps/5.2.3-2.0502.9295.14.14.ari 25) darshan/2.3.1 8) cray-libsci/16.07.1 17) rca/1.0.0-2.0502.57212.2.56.ari 9) udreg/2.3.2-1.0502.9889.2.20.ari 18) atp/2.0.2
 
Top