-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
massive_star:0 amrex::Error::0::unsuccessful burn !!! SIGABRT See Backtrace.0.7 file for details #2971
Comments
can you share all of the output up to this point? |
13 0.0001102771050612239 0.01277919748129779 0.02303495601908906 0.9059733395986038 0.05327260305468862 3.179700893490464e-09 0.0004538349228009201 0 |
okay, so it is failing in the burner. Honestly, I don't think this problem should work well at such a coarse resolution -- you are doing zones that are 1280 km in size, so the initial model is really smeared out. We suggest running at 20 km resolution at the core, which is what the inputs is setup for. |
thanks for the response. How should I set inner core resolution to 20km, just set n_cell to 2 according to the scaling factor that project n_cells=128 to 1280 km? |
The |
Thanks. I then switched to CASTRO/wdmerger. It suits my case well. But I observed that there is no velocity filed in wdmerger's output, is there any method I can add it to the final plot file? |
Hi,
We are trying to create different ensemble data from CASTRO->science->massive_star but I have this issue:
0
amrex::Error::0::unsuccessful burn !!!
SIGABRT
See Backtrace.0.7 file for details
I used 3D input files and OMP. And set n_cell=128, max_level=0, here is the output of backtrace file:
Host Name: node88
=== If no file names and line numbers are shown below, one can run
addr2line -Cpfie my_exefile my_line_address
to convert
my_line_address
(e.g., 0x4a6b) into file name and line number.Or one can use amrex/Tools/Backtrace/parse_bt.py.
=== Please note that the line number reported by addr2line may not be accurate.
One can use
readelf -wl my_exefile | grep my_line_address'
to find out the offset for that line.
0: ./Castro3d.gnu.OMP.SMPLSDC.ex() [0x743e10]
amrex::BLBackTrace::print_backtrace_info(_IO_FILE*)
/scratch/p310347/Simulation/Castro/Exec/science/massive_star/../../../external/amrex/Src/Base/AMReX_BLBackTrace.cpp:213:36
1: ./Castro3d.gnu.OMP.SMPLSDC.ex() [0x7470df]
amrex::BLBackTrace::handler(int)
/scratch/p310347/Simulation/Castro/Exec/science/massive_star/../../../external/amrex/Src/Base/AMReX_BLBackTrace.cpp:101:15
2: ./Castro3d.gnu.OMP.SMPLSDC.ex() [0x5e2b93]
amrex::Error_host(char const*, char const*)
/scratch/p310347/Simulation/Castro/Exec/science/massive_star/../../../external/amrex/Src/Base/AMReX.cpp:252:1
3: ./Castro3d.gnu.OMP.SMPLSDC.ex() [0x5850b7]
Castro::react_state(double, double) [clone ._omp_fn.2]
/scratch/p310347/Simulation/Castro/Exec/science/massive_star/../../../external/amrex/Src/Base/AMReX.H:128:9
4: /lib64/libgomp.so.1(+0x1b4be) [0x7fada44cd4be]
?? ??:0
5: /lib64/libpthread.so.0(+0x81ca) [0x7fada40821ca]
?? ??:0
6: /lib64/libc.so.6(clone+0x43) [0x7fada3cdd8d3]
thank you for your help
The text was updated successfully, but these errors were encountered: