SIGSEGV Error Occured for &amplification_factors

Moderators: cyao, michael_borland

Post Reply
NuanYa_Huang
Posts: 2
Joined: 16 Mar 2023, 07:51

SIGSEGV Error Occured for &amplification_factors

Post by NuanYa_Huang » 07 Nov 2023, 20:27

Dear All,

I am currently utilizing ELEGANT 2022.2.0 to conduct tests related to orbit correction. However, I've encountered a SIGSEGV error when I attempted to use the `&amplification_factors` command. Interestingly, I received the same error message even when using similar example files downloaded from the forum. This has raised the question of whether there might be an unnoticed issue on my end.

I would greatly appreciate any valuable insights or input on this matter. Thank you.

NuanYa
Attachments
TPSII-HOA-BVB-2S4SH-Error_V5-RF-CX1CY1.new
(4.69 KiB) Downloaded 23 times
AFcheck_temp.ele
(1.33 KiB) Downloaded 22 times
ELEGANT2022-2-0_Question-2_toForum_20231108.pdf
(159.08 KiB) Downloaded 23 times

michael_borland
Posts: 1933
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: SIGSEGV Error Occured for &amplification_factors

Post by michael_borland » 19 Dec 2023, 17:15

NuanYa,

You need to ask for orbit correction in order to get amplification factors. Try adding

Code: Select all

&correct
        mode = "orbit"
        n_xy_cycles = 1
        n_iterations = 100
&end
(In this case, n_xy_cycles = 1 is required.)

I'll add a check so it doesn't crash. Thanks for the report.

--Michael

Post Reply