Skip to content

Commit

Permalink
* intel/compiler.env: (-xP) remove deprecated flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyr committed Jan 3, 2015
1 parent c3f2f03 commit bbf8be0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions intel/compiler.env
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
export COMP=intel

export CC=icc
export CFLAGS='-O3 -xP -ip -fPIC'
export CFLAGS='-O3 -ip -fPIC'
export CXX=icpc
export CXXFLAGS='-O3 -xP -ip'
export CXXFLAGS='-O3 -ip'

export CPP='icc -E'
export CXXCPP='icpc -E'

export FC=ifort
export F77=ifort
export F9X=ifort
export FFLAGS='-O3 -xP -ip -DARCH_INTEL'
# export FFLAGS='-O0 -g -xP -ip -DARCH_INTEL --traceback' # for debugging at runtime
export FFLAGS='-O3 -ip -DARCH_INTEL'
# export FFLAGS='-O0 -g -ip -DARCH_INTEL --traceback' # for debugging at runtime

## computer specific environmets, eg: bin, any inconsistent flags for
## specific system
Expand Down

0 comments on commit bbf8be0

Please sign in to comment.