Page 1 of 1

problems with Mac binaries and touschek_scatter

Posted: 28 Aug 2018, 16:12
by GPenn
Hi,

I am starting to do ALS-U simulations based on Zhilong's work. Everything works on our LBL cluster, but when I try the Mac binaries on my desktop computer the code stops very quickly with the message "Terminated by SIGABRT". This is still true with the latest version, 34.4.1. I don't see this error when trying the various example cases, but they do not use touschek_scatter. Is there a simple touschek_scatter test case? I am attaching the files and the results (including output in touscat_B.out), but it is a fairly complicated and long example.

Thank you,
Gregg

Re: problems with Mac binaries and touschek_scatter

Posted: 29 Aug 2018, 11:05
by soliday
Change:
loss = %s-%03ld.los
distribution = %s-%03ld.dis
output = %s-%03ld.out
to
loss = %s-%ld.los
distribution = %s-%ld.dis
output = %s-%ld.out

There seems to be a bug when the format options are too long.

Re: problems with Mac binaries and touschek_scatter

Posted: 29 Aug 2018, 17:37
by GPenn
Thank you so much, it's working now!