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

decompInit_lnd(): Number of processes exceeds number of land grid cells?

Hello,I was trying to run a single site using STANDALONE CLM model. While when I submit the job, it always stopped and showed the following mistake:#####################################################################Opened existing file /scratch/02713/lingxl/cesm1_2_0/inputdata//share/domains/domain.clm/domain.lnd. 1x1_TongYu_navy.nc          17 decompInit_lnd(): Number of processes exceeds number of land grid cells          64           1 decompInit_lnd(): Number of processes exceeds number of land grid cells          64           1 ENDRUN: called without a message stringapplication called MPI_Abort(comm=0xC4000014, 1) - process 52application called MPI_Abort(comm=0xC4000014, 1) - process 49 ENDRUN: called without a message stringapplication called MPI_Abort(comm=0xC4000014, 1) - process 51 decompInit_lnd(): Number of processes exceeds number of land grid cells          64           1application called MPI_Abort(comm=0xC4000014, 1) - process 50 decompInit_lnd(): Number of processes exceeds number of land grid cellsapplication called MPI_Abort(comm=0xC400002A, 1) - process 48 ENDRUN: called without a message stringapplication called MPI_Abort(comm=0xC4000014, 1) - process 58          64           1 ENDRUN: called without a message stringapplication called MPI_Abort(comm=0xC4000014, 1) - process 54###########################################################################I don't know what's wrong with this issue. In my opinion, there maybe something wrong with the initial condition of the CLM restart files. Furthermore, I was trying to generate the one site restart file using the /work/02713/lingxl/cesm1_1_1/models/lnd/clm/tools/interpinic tool, while the gmake cannot complete successfully. Does anyone show me some example for the restart file for the single site?Thanks again.  Best regards,Xiaolu
 

jedwards

CSEG and Liaisons
Staff member
You are trying to run a 1 task job on 64 tasks.   Change the NTASKS=1 in env_mach_pes.xml
 
Top