mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Add Intel compiler flag for standard compliant Fortran C interoperability (@oschuett)
This commit is contained in:
parent
209681f666
commit
af93dfbf84
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ if [ "${with_intel}" == "__DONTUSE__" ]; then
|
|||
else
|
||||
CXXFLAGS="IF_MPI(-cxx=${I_MPI_CXX}|) $G_CFLAGS -std=c11 -Wall \$(DFLAGS)"
|
||||
CFLAGS="IF_MPI(-cc=${I_MPI_CC}|) $G_CFLAGS -std=c11 -Wall \$(DFLAGS)"
|
||||
FCFLAGS="IF_MPI(-fc=${I_MPI_FC}|) $FCFLAGS -diag-disable=8291 -diag-disable=8293 -fpp -free"
|
||||
FCFLAGS="IF_MPI(-fc=${I_MPI_FC}|) $FCFLAGS -diag-disable=8291 -diag-disable=8293 -fpp -fpscomp logicals -free"
|
||||
fi
|
||||
|
||||
# Linker flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue