firemodels / fds

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

Can't run simulation on Ubuntu aside Windows #13614

Open quantumfds opened 4 hours ago

quantumfds commented 4 hours ago

Hello,

I use Ubuntu aside Windows to run our FDS simulations. Unfortunately, after starting the simulation it crashes leaving the following message:

2024-10-23 21:08:19 : 2024-10-23 21:08:19 : Starting FDS ... 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : MPI Process 0 started on q03 2024-10-23 21:08:19 : MPI Process 2 started on qmaster2 2024-10-23 21:08:19 : MPI Process 1 started on q03 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : Reading FDS input file ... 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : WARNING: SPEC SFPE POLYURETHANE_GM37_fuel is not in the table of pre-defined species. Any unassigned SPEC variables in the input were assigned the properties of nitrogen. 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : Fire Dynamics Simulator 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : Current Date : October 23, 2024 21:08:19 2024-10-23 21:08:19 : Revision : FDS-6.9.0-0-g6339569-release 2024-10-23 21:08:19 : Revision Date : Wed Mar 20 13:59:17 2024 -0400 2024-10-23 21:08:19 : Compiler : Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.7.1 Build 20221019_000000 2024-10-23 21:08:19 : Compilation Date : Mar 21, 2024 07:58:03 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : Number of MPI Processes: 3 2024-10-23 21:08:19 : Number of OpenMP Threads: 8 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : MPI version: 3.1 2024-10-23 21:08:19 : MPI library version: Intel(R) MPI Library 2021.6 for Linux* OS 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : 2024-10-23 21:08:19 : Job TITLE : 2024-10-23 21:08:19 : Job ID string : halle 2024-10-23 21:08:19 : 2024-10-23 21:08:36 : Time Step: 1, Simulation Time: 0.14 s 2024-10-23 21:08:38 : forrtl: severe (174): SIGSEGV, segmentation fault occurred 2024-10-23 21:08:38 : Image PC Routine Line Source
2024-10-23 21:08:38 : libc.so.6 000078B6C1A42520 Unknown Unknown Unknown 2024-10-23 21:08:38 : fds_openmp 00000000073A5394 Unknown Unknown Unknown 2024-10-23 21:08:38 : fds_openmp 000000000717EAE5 Unknown Unknown Unknown 2024-10-23 21:08:38 : fds_openmp 000000000040BA1D Unknown Unknown Unknown 2024-10-23 21:08:38 : libc.so.6 000078B6C1A29D90 Unknown Unknown Unknown 2024-10-23 21:08:38 : libc.so.6 000078B6C1A29E40 __libc_start_main Unknown Unknown 2024-10-23 21:08:38 : fds_openmp 000000000040B936 Unknown Unknown Unknown

=================================================================================== = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES = RANK 1 PID 84296 RUNNING AT q03 = KILLED BY SIGNAL: 9 (Killed)

How to solve this? I already try with ulimit commands, but the problem is still there.

Thanks.

mcgratta commented 4 hours ago

Do you mean that you are using Windows Subsystem for Linux or WSL? If so, are you trying to run the Windows or Linux version of FDS? Also, how are you trying to run the job? What command or script?