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

cesm1.2 runtime error m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0 000.MCT(MPEU)::die.: from m_GlobalSegMa

error:
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
000.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 0
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
002.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 2
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
001.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 1
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
006.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 6
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
003.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 3
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
007.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 7
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
008.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 8
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
005.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 5
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
00B.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 11
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
009.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 9
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
004.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 4
m_GlobalSegMap::initp_: non-positive value of ngseg error, stat =0
00A.MCT(MPEU)::die.: from m_GlobalSegMap::initp_()
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 10
rank 6 in job 4 Tsinghua3MIC_39658 caused collective abort of all ranks
exit status of rank 6: return code 2



detailed error file is in the attachment.

icc version 14.0.2 (gcc version 4.4.7 compatibility)
mpiicc for the Intel(R) MPI Library 4.1 for Linux*

running command: mpiexec -n 12 ../cesm.exe
Macros as follows:
CPPDEFS+=-DLINUX -DSEQ_$(FRAMEWORK) -DFORTRANUNDERSCORE -DNO_R16 -DNO_SHR_VMATH -DFORTRANUNDERSCORE -DNO_R16 -DLinux -DCPRINTEL

SLIBS+=-L$(LIB_NETCDF) -lnetcdf

CFLAGS:= -O0 -fp-model precise

CONFIG_ARGS:=

CXX_LDFLAGS:= -cxxlib

CXX_LINKER:=FORTRAN

ESMF_LIBDIR:=

FC_AUTO_R8:= -r8

FFLAGS:= -O0 -fp-model precise -convert big_endian -assume byterecl -g -traceback -no-vec

FFLAGS_NOOPT:= -O0

FIXEDFLAGS:= -fixed -132

FREEFLAGS:= -free

MPICC:= mpicc

MPICXX:= mpicxx

MPIFC:= mpif90

MPI_LIB_NAME:= mpich

MPI_PATH:=/home/dingye/software/mpich3-install

NETCDF_PATH:=/home/dingye/software/netcdf

PNETCDF_PATH:=

SCC:= icc

SCXX:= icpc

SFC:= ifort

SUPPORTS_CXX:=TRUE

ifeq ($(DEBUG), TRUE)
FFLAGS += -g -CU -check pointers -fpe0
endif

ifeq ($(compile_threaded), true)
LDFLAGS += -openmp
CFLAGS += -openmp
FFLAGS += -openmp
endif

 
Top