Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
238dafdc
Commit
238dafdc
authored
Dec 07, 2012
by
William Gropp
Browse files
[svn-r10711] Added info about the -qfree=f90 option for xlf
parent
b787e9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/mpi/configure.ac
View file @
238dafdc
...
...
@@ -984,6 +984,12 @@ if test "$enable_fc" = yes ; then
# The Fortran90 tests rely on free-form input which needs to be tested
# before any test that may modify FCFLAGS, e.g. the cray-pointer test.
# The order of the tests is important in compiler like g95.
# Recent experience showed that the IBM xlf compiler, at least on
# some systems, requires -qfree=f90 instead of -qfree . At this
# writing (11/27/12), this Autoconf macro still uses -qfree and has
# no mechanism for extension. This test may fail in that case; if
# you encounter a problem, document it and submit it to the autoconf
# bug list, not the MPICH bug list.
AC_FC_FREEFORM
# See if the compiler supports the Cray-style pointers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment