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
Describe the bug
A domain is partitioned in 32 meshes (4x4x2 blocks in x,y,z directions). Three different mesh configurations are tested:
all blocks have I,J,K=10,10,10
all blocks have I,J,K=10,10,10, some blocks have I,J,K=20,20,20
all blocks have I,J,K=20,20,20
A surface ("terrain") is defined via a file terrain.bingeom and is imported via
&GEOM ID='Terrain'
SURF_ID='INERT'
BINARY_FILE='terrain.bingeom'
IS_TERRAIN=T EXTEND_TERRAIN=F /
Runs 1 and 3 are working fine, while run 2 crashes with a segfault
To Reproduce
Steps to reproduce the behavior:
untar the attached .tgz file
go to the folder surface_test
run the following commands:
mpirun -np 4 fds terrain1.fds
mpirun -np 4 fds terrain2.fds
mpirun -np 4 fds terrain3.fds
See error for the run No. 2.
Expected behavior
All runs are expected to perform 2 timesteps (DT=0.1, T_END=0.2). Normal outputs should be produced (files output1*, output2*, output3*)
Desktop (please complete the following information):
OS: MacOSX, but same behavior shows on a Linux cluster (Google Cloud allocation)
Additional context
FDS binaries are taken from the latest stable version. Here's what FDS outputs:
Revision : FDS-6.9.1-0-g889da6a-release
Revision Date : Sun Apr 7 17:05:06 2024 -0400
Compiler : Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.7.1 Build 20221019_000000
Compilation Date : Apr 09, 2024 13:16:25
Describe the bug
A domain is partitioned in 32 meshes (4x4x2 blocks in x,y,z directions). Three different mesh configurations are tested:
A surface ("terrain") is defined via a file terrain.bingeom and is imported via
&GEOM ID='Terrain'
SURF_ID='INERT'
BINARY_FILE='terrain.bingeom'
IS_TERRAIN=T EXTEND_TERRAIN=F /
Runs 1 and 3 are working fine, while run 2 crashes with a segfault
To Reproduce
Steps to reproduce the behavior:
mpirun -np 4 fds terrain1.fds
mpirun -np 4 fds terrain2.fds
mpirun -np 4 fds terrain3.fds
Expected behavior
All runs are expected to perform 2 timesteps (DT=0.1, T_END=0.2). Normal outputs should be produced (files output1*, output2*, output3*)
Desktop (please complete the following information):
Additional context
FDS binaries are taken from the latest stable version. Here's what FDS outputs:
surface_test.tgz
The text was updated successfully, but these errors were encountered: