Recently I tried nesting simulation in ROMS and found Two_Way nesting reported errors. The result is the following error:
Code: Select all
TIME-STEP YYYY-MM-DD hh:mm:ss.ss KINETIC_ENRG POTEN_ENRG TOTAL_ENRG NET_VOLUME Grid
C => (i,j,k) Cu Cv Cw Max Speed
0 2000-01-02 00:00:00.00 1.314949E-03 2.184196E+04 2.184196E+04 1.005743E+17 01
(214,052,04) 3.291530E-02 3.888322E-02 0.000000E+00 9.450913E-01
DEF_HIS - creating history file, Grid 01: ./output/SP_s1_his_0001.nc
WRT_HIS - wrote history fields (Index=1,1) in record = 0000001 01
DEF_AVG - creating average file, Grid 01: ./output/SP_s1_avg_0001.nc
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
--------------------------------------------------------------------------
A process has executed an operation involving a call to the
"fork()" system call to create a child process. Open MPI is currently
operating in a condition that could result in memory corruption or
other system errors; your job may hang, crash, or produce silent
data corruption. The use of fork() (or system() or other calls that
create child processes) is strongly discouraged.
The process that invoked fork was:
Local host: [[64185,1],0] (PID 13572)
If you are *absolutely sure* that your application will successfully
and correctly survive a call to fork(), you may disable this warning
by setting the mpi_warn_on_fork MCA parameter to 0.
--------------------------------------------------------------------------
#0 0x2B687FAD66F7
#1 0x2B687FAD6D3E
#2 0x2B688078426F
#3 0x5255BB in __nesting_mod_MOD_nesting
#4 0x46D4ED in main3d_
#5 0x403C5D in __ocean_control_mod_MOD_roms_run
#6 0x403868 in MAIN__ at master.f90:?
--------------------------------------------------------------------------
mpirun noticed that process rank 0 with PID 0 on node comput43 exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------
For more detailed output reports, please browse to download the following file. Is there any obvious mistake?