You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am compiling schism with Intel compiler in MPI environment. I am using Intel 2022, with MPI 3.1 Here are my settings in Make.defes.local
FCS = ifort
FCP = mpiifort
FLD = $(FCP)
I can successfully compile SCHISM, and generate the exe file pschismXXXX. However, when I submitted the job, the MPI can not be initiated, error message like this;
Abort(1090575) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(143)...:
Anyone has suggestions?
The text was updated successfully, but these errors were encountered:
I am compiling schism with Intel compiler in MPI environment. I am using Intel 2022, with MPI 3.1 Here are my settings in Make.defes.local
FCS = ifort
FCP = mpiifort
FLD = $(FCP)
PPFLAGS := $(PPFLAGS) -DMPIVERSION=2 #-DUSE_WRAP$(PPFLAGS) $ (OPTFLAGS) -g
OPTFLAGS = -O2 -lmpi
FCPFLAGS =
FLDFLAGS = $(OPTFLAGS) #for final linking of object files
#####Libraries
##MTSLIBS = -L./ParMetis-3.1-Sep2010 -lparmetis -lmetis
CDFLIBS = -L/public1/soft/netcdf/4.8.0-parallel-intel22/lib -L/public1/soft/hdf5/1.14.2-parallep-intel22/lib -lnetcdf -lnetcdff -lhdf5_hl -lhdf5 -lcurl -lz
CDFMOD = -I/public1/soft/netcdf/4.8.0-parallel-intel22/include -I/public1/soft/hdf5/1.14.2-parallep-intel22/include
I can successfully compile SCHISM, and generate the exe file pschismXXXX. However, when I submitted the job, the MPI can not be initiated, error message like this;
Abort(1090575) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(143)...:
Anyone has suggestions?
The text was updated successfully, but these errors were encountered: