-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors on Mac for the Julia interface #369
Comments
@jfowkes It's related to SSIDS. |
Please provide line numbers, we'll never find anything wthout them |
Which compiler? ssids is known not to work with ifx, so is this ifort? |
We have error #5633: Internal compiler error: segmentation violation signal raised Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error. when compiling with the latest (and previous versions) I thought we had made a policy decision not to use ssids in interface tests, the tests for ssids should be for the fortran? |
I have no idea what happens on a Mac |
@nimgould I think he means the error happens on a Mac with an Intel processor (ifort/ifx are no longer supported on macs, Intel are bitter that they got dropped in favour of ARM). |
Sorry but it's the version cross-compiled by Yggdrasil so it's in release mode (-O3) and harder to debug. |
It also fails on Mac ARM so the issue is related to Mac. |
OK, but I'll be searching for a molecule in an ocean on a distant planet without a line number to examine |
Ok, I think that the issue is the library of C++. In Meson, I have these flags:
but I compile everything with |
You can debug it on Mac mini with the help of Jari. |
I tried to compile GALAHAD with flang here in linux land the other day, and it couldn't cope with ssids ... what fortran compiler were you using with clang? |
Actually, it was worse than that, flang hasn't implemented many of the features we need, e.g, |
@amontoison are you maybe using |
I need to check the builds on Yggdrasil. I don't see anything wong in the logs:
|
@imciner2 |
@nimgould
The text was updated successfully, but these errors were encountered: