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

Recursive Call Error with Specific Source Specification #98

Open
mandli opened this issue Feb 22, 2016 · 3 comments
Open

Recursive Call Error with Specific Source Specification #98

mandli opened this issue Feb 22, 2016 · 3 comments
Labels

Comments

@mandli
Copy link
Member

mandli commented Feb 22, 2016

I am not exactly sure why yet but occasionally the new Makefile formats are leading to errors that look like the following:

Errors from Test Advection2DBoundaryTest
Started 2016/02/21-20:56.50
================================================================================
At line 5 of file bc2amr.f
Fortran runtime error: Recursive call to nonrecursive procedure 'bc2amr'

I have tracked the problem down to Makefiles that contain replaced source (they specify SOURCE). A make new seems to help but it's not exactly clear what about make new fixes the problem.

@mandli
Copy link
Member Author

mandli commented Feb 22, 2016

My suspicion is that this may be a problem with not including the source mentioned in the excluded source. In other words it might be a bug in the Python script checkSources.py.

@mandli
Copy link
Member Author

mandli commented Feb 22, 2016

Further info, adding the list of files in SOURCE to the EXCLUDE_* seems to correct the problem.

@rjleveque
Copy link
Member

It might be a good idea in general to list excluded library routines on the EXCLUDE line so that it's clear when a local routine is replacing a library routine vs. a local routine that's in addition to the library routines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants