Skip to content

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