firemodels / fds

Fire Dynamics Simulator
https://pages.nist.gov/fds-smv/
Other
650 stars 618 forks source link

fds dies with pointer fault. #1361

Closed gforney closed 9 years ago

gforney commented 9 years ago
The attached test case (that includes both fire and evacuation simulation) fails with
the following error message:

Fire Dynamics Simulator

 Compilation Date : Sat, 23 Apr 2011

 Version: 6.0.0; MPI Disabled; OpenMP Disabled
 SVN Revision No. : 8178

 Job TITLE        : Office Elevator Evacuation
 Job ID string    : Evacnew

forrtl: severe (408): fort: (7): Attempt to use pointer ZZP when it is not associated
with a target

MPI debug version also includes a traceback that shows the error is in velo.f90 in
calculation of species mixture fraction:

Image              PC                Routine            Line        Source        

fds_mpi_intel_lin  000000000228031A  Unknown               Unknown  Unknown
fds_mpi_intel_lin  000000000227EE95  Unknown               Unknown  Unknown
fds_mpi_intel_lin  000000000222B766  Unknown               Unknown  Unknown
fds_mpi_intel_lin  00000000021CEE75  Unknown               Unknown  Unknown
fds_mpi_intel_lin  00000000021CF2C9  Unknown               Unknown  Unknown
fds_mpi_intel_lin  0000000001D341E3  velo_mp_compute_v          93  velo.f90
fds_mpi_intel_lin  0000000001D32247  velo_mp_compute_v          36  velo.f90
fds_mpi_intel_lin  00000000020851C5  MAIN__                    623  main.f90
fds_mpi_intel_lin  000000000042A4CC  Unknown               Unknown  Unknown
libc.so.6          00000037B241D994  Unknown               Unknown  Unknown
fds_mpi_intel_lin  000000000042A3D9  Unknown               Unknown  Unknown

Original issue reported on code.google.com by cfastdev on 2011-04-26 18:29:53


gforney commented 9 years ago
This is the same underlying problem that is in issue 1390.

Original issue reported on code.google.com by drjfloyd on 2011-04-26 18:32:59