Segmentation fault (core dumped) Error in dosxyznrc simulation using source 21 #1086
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can add together your results without the _w5 ones - just rename your 6,7,8 to 5,6,7 and then use the "combine" mode to add the results together. You could take a look in the egsrun directory to see if there are any helpful errors, and trying running in "restart" mode. Or, just run 1/8th the number of histories, rename to _w5, and then use "combine" to add them together. Around the root cause - do you use a boundary material around the .egsphant? Make sure it is set to air and not vacuum, and fully encloses the source location. This may require editing the .egsinp file directly, let me know if you need help with this. |
Beta Was this translation helpful? Give feedback.
Yes it is worth trying increasing dsurround=41cm.
To change it to air instead of vacuum, open your .egsinp file in a text editor. Look for the "41", it will be near the bottom of the numbers, maybe the 3rd to last line (but before the transport parameters). It probably looks like this:
Change the number before the 41 to be the index of air in your .egsphant file. Your .egsphant file has a list of materials at the top of the file when you open it in a text editor, if the first material in the list is air, then you want to put "1" (0 is for vacuum). E.g.
Save the input file and try the simulation again.
Note that this input line is described…