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

add gfortran debug stage to firebot to catch unused variables #129

Closed
gforney opened this issue Dec 21, 2017 · 2 comments
Closed

add gfortran debug stage to firebot to catch unused variables #129

gforney opened this issue Dec 21, 2017 · 2 comments
Assignees

Comments

@gforney
Copy link
Contributor

gforney commented Dec 21, 2017

Despite using -warn unused in the _db compile flags, Intel does not catch these unused variables if they are within a subroutine that is "CONTAINED" within another.

But, gfortran does catch these. Add a gfortran _db compile stage to firebot and report any unused warnings.

@gforney gforney self-assigned this Dec 21, 2017
@rmcdermo
Copy link
Contributor

Yep. I see it.

@gforney
Copy link
Contributor Author

gforney commented Dec 24, 2017

implemented now in both firebot and smokebot

@gforney gforney closed this as completed Dec 24, 2017
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

No branches or pull requests

2 participants