# Optimization settings for PGI compiler suite

%section Makefile
  FFLAGS += -O4
  FFLAGS += -Munroll
  FFLAGS += -Mvect=prefetch

  CFLAGS += -O4
%endsection Makefile