CSRCSBEND SIGSEGVProgram Problem

Moderators: cyao, michael_borland

Post Reply
Zamank
Posts: 58
Joined: 03 Dec 2013, 10:57

CSRCSBEND SIGSEGVProgram Problem

Post by Zamank » 03 Oct 2014, 06:56

Hi Michael,

I am trying to simulate some CSR studies within a 2ns delay chicane. The set up is simple enough but I keep running into the "IGSEGVProgram" error. Checking the *.cen file I noticed I was losing a ton of particles through out the chicane. Any suggestions?

I have been adjusting the bin size but to no success. Maybe I need to reconfigure the hgap (set it to zero so no edge effects). Any help would be greatly appreciated.

Thanks in advance...
Attachments
delay_chicane.lte
(1.2 KiB) Downloaded 163 times
delay_chicane.ele
(1.31 KiB) Downloaded 159 times

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

Re: CSRCSBEND SIGSEGVProgram Problem

Post by michael_borland » 03 Oct 2014, 08:05

The problem seems to be that the charge specified in your .lte file is corrupted and translates into something very large.

Code: Select all

C: CHARGE,TOTAL=3.125.125.2E-09
When I change this to

Code: Select all

C: CHARGE,TOTAL=1E-09
the simulation runs without error.

--Michael

Zamank
Posts: 58
Joined: 03 Dec 2013, 10:57

Re: CSRCSBEND SIGSEGVProgram Problem

Post by Zamank » 03 Oct 2014, 13:12

Haha! And I thought I double checked the charge...Thanks Michael!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Post Reply