diff options
Diffstat (limited to 'math/blacs/files/Bmake.inc-mpich.diff')
-rw-r--r-- | math/blacs/files/Bmake.inc-mpich.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/blacs/files/Bmake.inc-mpich.diff b/math/blacs/files/Bmake.inc-mpich.diff index 1b6f547a9a87..c4d362b8d6b0 100644 --- a/math/blacs/files/Bmake.inc-mpich.diff +++ b/math/blacs/files/Bmake.inc-mpich.diff @@ -62,3 +62,14 @@ # -------------------------------------------------------------------------- # The archiver and the flag(s) to use when building an archive (library). # Also the ranlib routine. If your system has no ranlib, set RANLIB = echo. +--- Bmake.inc~ Wed Jan 10 16:11:00 2007 ++++ Bmake.inc Wed Jan 10 16:18:08 2007 +@@ -93,7 +93,7 @@ + # setting for your platform, compile and run BLACS/INSTALL/xintface. + # Choices are: Add_, NoChange, UpCase, or f77IsF2C. + # --------------------------------------------------------------------------- +- INTFACE = -Df77IsF2C ++ INTFACE = -DAdd_ + + # ------------------------------------------------------------------------ + # Allows the user to vary the topologies that the BLACS default topologies |