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
Running enzo with the -i option enabled (to give information output) causes a fatal error.
ie. running enzo with:
./enzo.exe -d myParameterFile.enzo
works but running with:
./enzo.exe -d -i myParameterFile.enzo
causes an immediate crash with:
Error opening boundary condition file: (null)
enzo.C:918 0 ABORT ON EXIT_FAILURE!
Caught fatal exception:
'my_exit has been called.'
at enzo.C:920
EDIT: Greg Bryan at enzo-users advises that: "The -i flag in this context is an old enzo option to read a restart file and report some information about the output, so in this case the error is coming about because it thinks your input file is a restart file...I don't recommend that you use the -i option" .
The text was updated successfully, but these errors were encountered:
Running enzo with the -i option enabled (to give information output) causes a fatal error.
ie. running enzo with:
./enzo.exe -d myParameterFile.enzo
works but running with:
./enzo.exe -d -i myParameterFile.enzo
causes an immediate crash with:
EDIT: Greg Bryan at enzo-users advises that: "The -i flag in this context is an old enzo option to read a restart file and report some information about the output, so in this case the error is coming about because it thinks your input file is a restart file...I don't recommend that you use the -i option" .
The text was updated successfully, but these errors were encountered: