One of my sites is receiving the following errors during my spinup phase:
At line 233 of file ed_therm_lib.f90
Fortran runtime error: Array reference out of bounds for array 'csite', upper bound of dimension 1 exceeded (11143 > 4)
An MPI 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 MPI 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: scc-gb14 (PID 13691)
MPI_COMM_WORLD rank: 0
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.
Backtrace for this error:
function __ed_therm_lib_MOD_update_veg_energy_cweh (0x800182)
at line 233 of file ed_therm_lib.f90
function updatephenology (0xEF2AF7)
at line 608 of file phenology_driv.f90
function phenologydriver (0xEE6D26)
at line 42 of file phenology_driv.f90
function vegetationdynamics (0xC3F0B8)
at line 71 of file vegetation_dynamics.f90
function edmodel (0x50B8B9)
at line 398 of file ed_model.f90
function eddriver (0x434851)
at line 274 of file ed_driver.f90
in the main program
at line 157 of file edmain.f90
/lib64/libc.so.6(__libc_start_main+0xfd) [0x2b87e4e4ed5d]
* Warning: a core dump was requested, but the core sizelimit
* is currently zero.
before the BU cluster went offline for a few days, there wasn't the MPI info attached and the error was:
At line 233 of file ed_therm_lib.f90
Fortran runtime error: Array reference out of bounds for array 'csite', lower bound of dimension 1 exceeded (0 < 1)
(same backtrace to follow)
I haven't looked into it yet and thought I'd see if anybody else has any ideas first.
One of my sites is receiving the following errors during my spinup phase:
At line 233 of file ed_therm_lib.f90
Fortran runtime error: Array reference out of bounds for array 'csite', upper bound of dimension 1 exceeded (11143 > 4)
An MPI 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 MPI 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: scc-gb14 (PID 13691) MPI_COMM_WORLD rank: 0
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.
Backtrace for this error:
before the BU cluster went offline for a few days, there wasn't the MPI info attached and the error was: At line 233 of file ed_therm_lib.f90 Fortran runtime error: Array reference out of bounds for array 'csite', lower bound of dimension 1 exceeded (0 < 1) (same backtrace to follow)
I haven't looked into it yet and thought I'd see if anybody else has any ideas first.