mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Update intel flags
This commit is contained in:
parent
3247291b1e
commit
a3c57c730c
@ -70,7 +70,7 @@ if (NOT MSVC)
|
||||
# General flags
|
||||
if (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
|
||||
ADD_H5_FLAGS (HDF5_CMAKE_Fortran_FLAGS "${HDF5_SOURCE_DIR}/config/intel-warnings/ifort-general")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-stand:f08" "-free")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-stand:f03" "-free")
|
||||
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
|
||||
ADD_H5_FLAGS (HDF5_CMAKE_Fortran_FLAGS "${HDF5_SOURCE_DIR}/config/gnu-warnings/gfort-general")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-ffree-form" "-std=f2008" "-fimplicit-none")
|
||||
@ -136,7 +136,7 @@ if (NOT MSVC)
|
||||
else ()
|
||||
if (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
|
||||
#ADD_H5_FLAGS (HDF5_CMAKE_Fortran_FLAGS "${HDF5_SOURCE_DIR}/config/intel-warnings/win-ifort-general")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "/warn:all" "/stand:f08" "/free")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "/warn:all" "/stand:f03" "/free")
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
|
@ -9,4 +9,5 @@
|
||||
-Wimplicit-interface
|
||||
-Wsurprising
|
||||
-Wunderflow
|
||||
-Wuse-without-only
|
||||
-pedantic
|
||||
|
@ -82,6 +82,7 @@ if test "X-ifort" = "X-$f9x_vendor"; then
|
||||
FC_BASENAME=ifort
|
||||
F9XSUFFIXFLAG=""
|
||||
FSEARCH_DIRS=""
|
||||
H5_FCFLAGS="$H5_FCFLAGS -stand:f03 -free"
|
||||
H5_FCFLAGS="$H5_FCFLAGS $(load_intel_arguments ifort-general)"
|
||||
|
||||
# Production
|
||||
|
Loading…
x
Reference in New Issue
Block a user