-
Notifications
You must be signed in to change notification settings - Fork 22
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
sub_chandra Segfault after time step 1 #477
Comments
can you share the |
This is Backtrace.0.0: Host Name: node105 === Please note that the line number reported by addr2line may not be accurate. 0: ./Maestro3d.gnu.OMP.ex() [0x72a1f0] 1: ./Maestro3d.gnu.OMP.ex() [0x73007f] 2: /lib64/libc.so.6(+0x4e5b0) [0x7f91a912c5b0] 3: ./Maestro3d.gnu.OMP.ex() [0x4becd7] 4: ./Maestro3d.gnu.OMP.ex() [0x4bb879] 5: ./Maestro3d.gnu.OMP.ex() [0x4250fd] 6: /lib64/libc.so.6(__libc_start_main+0xe5) [0x7f91a91187e5] 7: ./Maestro3d.gnu.OMP.ex() [0x4354be] For compilation, I set USE_OMP in GNUmakefile to True. Then I had Maestro3d.gnu.OMP.ex. |
can you also share the output from the simulation (stdout and stderr)? |
where I can find these files? I only have subch_0000000, subch_after_DivuIter, and subch_after_DivuIter as outputs |
just copy and paste everything that was output to the screen. It would also be useful for you to attach the file: |
This is what I have on screen: Timestep 1 starts with TIME = 0 DT = 0.001504879193 Cell Count: Timestep 1 ends with TIME = 0.001504879193 DT = 0.001504879193 This is job_info: ==============================================================================
|
okay, you are using an older version of the code Can you try updating to the latest version of MAESTROeX (you'll probably just need to do
then try running again |
thanks! it works now. Btw, I have two following questions: |
you can change the number of zones by changing the value of the best way to see different variations of the same mass model is to change the initial perturbation, but adjusting these values:
Note that 128 zones is quite coarse for this problem, so you probably want to run more zones. |
thank you! |
Hi,
I ran into this issue when running sub_chandra with default setting, with openMP:
Timestep 1 ends with TIME = 0.001504879193 DT = 0.001504879193
Timing summary:
Advection :0.94596652 seconds
MAC Proj :0.294730107 seconds
Nodal Proj :1.105994235 seconds
Reactions :1.267243116 seconds
Misc :0.180863929 seconds
Base State :0.002849272 seconds
Time to advance time step: 3.795111876
Segfault
See Backtrace.0.0 file for details
The simulation stopped at time step 1. Can you help me with it. Thank you!
The text was updated successfully, but these errors were encountered: