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
problems with Mac binaries and touschek_scatter
Moderators: michael_borland, soliday
problems with Mac binaries and touschek_scatter
- Attachments
-
- touscat_B.zip
- input and output for attempted run of touscat_B.ele
- (104.65 KiB) Downloaded 346 times
Re: problems with Mac binaries and touschek_scatter
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.
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
Thank you so much, it's working now!