# host-pfe21-GNU_Linux.conf #%include compilers/Intel_MPI %include compilers/Intel #%include compilers/extensions/Intel_optimal %section Makefile # turn on software optimizations # for Intel, this should stay limited to -O2 at maximum for accuracy FFLAGS += -O2 CFLAGS += -O2 # turn on inter-procedural optimizations (single- and multi-file) FFLAGS += -ip -ipo CFLAGS += -ip -ipo # FFLAGS += -ip # CFLAGS += -ip # # turn on hardware optimizations FFLAGS += -xHost CFLAGS += -xHost # Link MPI libraries. LD_MPI = -lmpi # Set compiler option for double precision FFLAGS_DOUBLE = -autodouble %endsection Makefile