-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Hello,
I am trying to run the lapd-drift example but I'm running into an issue. The project builds fine using make in the directory, but then actually running the simulation produces the following error:
.....
.....
Running simulation
Run ID: d27cd4b3-03c0-4017-a536-72c3dbeff894
Run started at : Wed Aug 6 13:42:37 2025
Option restart = false (default)
Option append = false (default)
Option dump_on_restart = 1 (default)
Option input:validate = 0 (default)
Option input:error_on_unused_options = 1 (default)
Option optionfile = BOUT.inp (default)
Option datadir = data (default)
Sim Time | RHS evals | Wall Time | Calc Inv Comm I/O SOLVER
0.000e+00 2 4.81e-02 10.3 4.2 8.7 135.3 -58.5
| Step 1 of 400. Elapsed 0:00:00.0 ETA 0:00:19.1Monitor signalled to quit (exception Options: Setting a value from same source () to new value '6.95328e-310' - old value was '4.94066e-324'.)
Error encountered in solver run
Options: Setting a value from same source () to new value '6.95328e-310' - old value was '4.94066e-324'.
Error encountered: Options: Setting a value from same source () to new value '6.95328e-310' - old value was '4.94066e-324'.--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 3 in communicator MPI COMMUNICATOR 3 DUP FROM 0
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
It seems to be failing after the first time step, though I can't tell exactly where/why it's happening from this output.
Any help is greatly appreciated!