Skip to content

Commit

Permalink
Update ifort compile flags
Browse files Browse the repository at this point in the history
Intel 15 throws a remark about 'loop was not vectorized with "vector always
assert"' so I changed from "-diag-error warn,remark" to "-diag-error warn"
  • Loading branch information
mnlevy1981 committed May 10, 2015
1 parent 9ff6cd5 commit 809fffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/CompileFlags.mak
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ifeq ($(FC_TMP),pgf90)
endif

ifeq ($(FC_TMP),ifort)
FCFLAGS = -O2 -free -module $(OBJ_DIR) -cpp -warn all -diag-error warn,remark -nogen-interface -fp-model source
FCFLAGS = -O2 -free -module $(OBJ_DIR) -cpp -warn all -diag-error warn -nogen-interface -fp-model source
endif

ifeq ($(FC_TMP),xlf90)
Expand Down

0 comments on commit 809fffa

Please sign in to comment.