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

Makefiles should not touch .output, etc... unless operation completed successfully #17

Open
ahmadia opened this issue Nov 10, 2013 · 1 comment

Comments

@ahmadia
Copy link
Member

ahmadia commented Nov 10, 2013

No description provided.

@mandli
Copy link
Member

mandli commented Nov 10, 2013

This is a general problem for all pure Fortran examples. We need to capture the correct return code from the Fortran and probably assume that if it's not 0 we should return non-zero from the python run command. Currently I do not believe we capture the return code leading to erroneous "touching" of the .output phony target.

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