-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Hello everyone,
I'm currently running simulations using AMR-Wind v3.3.1 and OpenFAST v3.5.0 on a CentOS 7 system. When I reach the third step of my domain pre-simulation, I encounter the following error:
terminate called after throwing an instance of 'std::runtime_error' what(: “ Assertion `info.root_proc > -1' failed, file "/home/user02/fxw/ALM/AMR-Wind-3.3.1/amr-wind/wind_energy/actuator/turbine/fast/turbine_fast_ops.H", line 186。”
The error occurs during the initialization of the turbine simulation. My inp file for this step is as follows:
alm_abl_precursor.txt
alm_abl_spinup.txt
alm_abl_WT.txt
I've already ensured that the paths and environment variables are set correctly, and the AMR-Wind setup seems to be in order. However, this error suggests an issue related to process management or possibly the setup of the turbine’s root process.
Has anyone experienced this issue before or does anyone have suggestions for how I can resolve this error? Any help would be greatly appreciated!