Skip to content
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

FFTW Broken on MacOS runner CI #444

Closed
sbryngelson opened this issue May 29, 2024 · 3 comments
Closed

FFTW Broken on MacOS runner CI #444

sbryngelson opened this issue May 29, 2024 · 3 comments
Labels
bug Something isn't working or doesn't seem right continuous-integration Continuous integration (CI)

Comments

@sbryngelson
Copy link
Member

sbryngelson commented May 29, 2024

FFTW Broken on MacOS runners

See: https://github.com/MFlowCode/MFC/actions/runs/9290749453/job/25567695171?pr=443

This is new, I suspect has something to do with updated MacOS runners.

Both of the runners are new, and they may have changed the meaning of macos-latest

See the table here:
https://github.com/actions/runner-images

and the updated MacOS runners here, released just as this change happened:
https://github.com/actions/runner-images/releases

Notably, it seems that they upgraded the runners to GCC13.3.0 from 13.2.0. Perhaps this is the issue.

Update:

I've tried the macos-12,13,14 runners and they all grab gcc13.3.0 and fail, which as far as I can tell is the only relevant change to these runners in the past few days. Strangely, gcc14 works fine with fftw on my machine, though I don't know if I ever checked gcc13.3.0 (perhaps only an older minor version).

@sbryngelson sbryngelson added bug Something isn't working or doesn't seem right continuous-integration Continuous integration (CI) labels May 29, 2024
@sbryngelson
Copy link
Member Author

Update: I installed gcc@13.3.0 on my machine and it works fine. I do see that the MacOS runners are x86 not arm, this is the only discernable difference between my machine and the runner (or the runner and previous MacOS runners, as far as I can tell). Arm MacOS runners are not in the free tier, though I'm doubtful that this is the issue to begin with.

@sbryngelson
Copy link
Member Author

#443 (comment)

@sbryngelson
Copy link
Member Author

this was closed a long time ago...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or doesn't seem right continuous-integration Continuous integration (CI)
Development

Successfully merging a pull request may close this issue.

1 participant