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

use __GFORTRAN__ rather than -DGNU #35

Merged
merged 1 commit into from
Jun 26, 2015
Merged

use __GFORTRAN__ rather than -DGNU #35

merged 1 commit into from
Jun 26, 2015

Conversation

zbeekman
Copy link
Contributor

Let gfortran tell the code via __GFORTRAN__ that it is being compiled by gfortran, rather than adding some extra define to the command line. See http://fortranwiki.org/fortran/show/Predefined+preprocessor+macros

Or to rephrase that, we don’t need to tell the code when we’re using gfortran, the code already knows.

szaghi added a commit that referenced this pull request Jun 26, 2015
use __GFORTRAN__ rather than -DGNU
@szaghi szaghi merged commit 80061d4 into szaghi:master Jun 26, 2015
@zbeekman zbeekman deleted the fix-GNU-define branch June 26, 2015 15:01
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.

2 participants