Skip to content

adapt_CI: correction to avoid RANK>4 in Github actions #164

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

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

jvdp1
Copy link
Member

@jvdp1 jvdp1 commented Mar 26, 2020

I think I found the issue in #161 for which the Github action failed due to too long times needed for the manual Makefiles.

The issue is that the tests for in-tree builds generate the .f90 from fypp with RANK = 15. Because these are generated before running the manual Makefiles (and that there is no cleaning), the manual Makefiles do not generate them anymore, and try to compile all the .f90 files generated with RANK=15 (instead of RANK=4 as for CMake).

This proposition fixes this issue (and will fix the issue in #161 once merged there).

Times needed for the checks are also now more manageable.

@milancurcic
Copy link
Member

Straightforward and approved. Merging into master.

@milancurcic milancurcic merged commit c8c0a98 into fortran-lang:master Mar 26, 2020
@jvdp1 jvdp1 deleted the adapt_CI branch March 26, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants