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
just to be clear -- you replaces /path/to/amrex to the actual path to the amrex/ directory on your system?
Yes, for sure.
After some experiment, I found the following behaviors:
This error did not happen the first time I compile the burn_cell test, but I happens every time I do make clean followed by make. However, when this happens, extern_parameters.cpp actually exists in /tmp_build_dir/microphysics_sources/3d.gnu.EXE/extern_parameters.cpp.
After this error happens, I run another make, and it successfully compiles.
Same for DEBUG=TRUE or DEBUG=FALSE.
I didn't look deep into the cause of this error, but I speculate we could avoid it by using a OUTDIR parameter in make to allow compile into a specific build/ folder.
I am trying compile and run the
burn_cell
unit test in debug mode but got this error:steps to reproduce the bug:
The text was updated successfully, but these errors were encountered: