Skip to content

Commit

Permalink
Updated ifort command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Robinson committed Apr 20, 2016
1 parent e55c60e commit e8b02b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ ifeq ($(ifort),1)
FLAGS = -module $(objdir) -L$(objdir) -I$(INC)
LFLAGS = -L$(LIB) -lnetcdf

DFLAGS = -vec-report0 -O3
DFLAGS = -O3
ifeq ($(debug), 1)
DFLAGS = -C -traceback -ftrapuv -fpe0 -check all -vec-report0
DFLAGS =-C -traceback -ftrapuv -fpe0 -check all
# -w
endif
endif
Expand Down
Binary file modified out_ncio.nc
Binary file not shown.

0 comments on commit e8b02b6

Please sign in to comment.