Page 1 of 1

CSRCSBEND SIGSEGVProgram Problem

Posted: 03 Oct 2014, 06:56
by Zamank
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...

Re: CSRCSBEND SIGSEGVProgram Problem

Posted: 03 Oct 2014, 08:05
by michael_borland
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

Re: CSRCSBEND SIGSEGVProgram Problem

Posted: 03 Oct 2014, 13:12
by Zamank
Haha! And I thought I double checked the charge...Thanks Michael!!!!!!!!!!!!!!!!!!!!!!!!!!!!