-
Notifications
You must be signed in to change notification settings - Fork 39
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
Build and test on Cray and IBM platforms #1
Comments
Anything particular you have in mind here? |
Yes. If you have access to either Cray (ftn) or IBM (xlf90) Fortran compiler suites, the goal is to confirm that functional-fortran compiles and passes unit tests, i.e.:
|
Quick try on Piz Daint (http://user.cscs.ch/computing_systems/piz_daint/index.html):
CMake logs are available at https://gist.github.com/boegel/cacf9866c36d0449ef72d6d8a1aaaea5 |
@boegel Thanks! It looks like we just need to add the Cray compiler definition in CMakeLists.txt (currently only Intel and GNU are there). I will follow-up on this. |
cmake build rules for Cray ftn are now part of the master branch. However, I had chance to try building this with Cray Fortran 8.5.1 and the compiler spends about ~hour building before it fails with the message:
More later. |
I can reproduce the above issue with crayftn-8.5.6. |
No description provided.
The text was updated successfully, but these errors were encountered: