problems with Mac binaries and touschek_scatter

Moderators: michael_borland, soliday

Post Reply
GPenn
Posts: 40
Joined: 28 Aug 2018, 09:46

problems with Mac binaries and touschek_scatter

Post by GPenn » 28 Aug 2018, 16:12

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
Attachments
touscat_B.zip
input and output for attempted run of touscat_B.ele
(104.65 KiB) Downloaded 224 times

soliday
Posts: 391
Joined: 28 May 2008, 09:15

Re: problems with Mac binaries and touschek_scatter

Post by soliday » 29 Aug 2018, 11:05

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.

GPenn
Posts: 40
Joined: 28 Aug 2018, 09:46

Re: problems with Mac binaries and touschek_scatter

Post by GPenn » 29 Aug 2018, 17:37

Thank you so much, it's working now!

Post Reply