Skip to content

Commit

Permalink
More optimized output
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jun 23, 2011
1 parent 9633525 commit ccda10b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compile_for.sh
@@ -1,7 +1,7 @@
#! /bin/sh

set -e
FFLAGS="-fcheck=all"
#FFLAGS="-O2"
gfortran $FFLAGS -o laplace_for.o -c laplace_for.f90
#FFLAGS="-Wall -Wextra -Wimplicit-interface -fcheck=all -fcheck-array-temporaries"
FFLAGS="-O3 -march=native -ffast-math -funroll-loops"
gfortran $FFLAGS -o laplace_for.o -c laplace_for.f90
gfortran -o laplace_for laplace_for.o

0 comments on commit ccda10b

Please sign in to comment.