mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r7284]
Purpose: Bug fix (by Bill Wendling) Description: When efc compiler was used, FFLAGS were not set up to deal with !DEC amd !MS dirctive and to use -Vaxlib flag for exit call. Solution: Modify the file to set up the flag. Platforms tested: titan Misc. update:
This commit is contained in:
parent
2b59b42447
commit
c926d46a9d
@ -59,6 +59,11 @@ esac
|
||||
R_LARGE=18
|
||||
R_INTEGER=9
|
||||
|
||||
# Use Intel Fortran compiler by default.
|
||||
if test "X-$F9X" = "X-"; then
|
||||
F9X="efc"
|
||||
fi
|
||||
|
||||
case $F9X in
|
||||
*efc)
|
||||
# this is for efc v7. Older efc do not work with these.
|
||||
|
Loading…
Reference in New Issue
Block a user