# ubuntu laptop # # $Id$ %include compilers/GNU-GCC_MPI %section Makefile MAKE_VAR1 = -j FFLAGS += -O3 # Turn on all warnings: FFLAGS += -Wall # Full checking (e.g. array boundaries): FFLAGS += -fcheck=all # Inizialization of reals with NaN: FFLAGS += -finit-real=nan # Inizialization of integers with -huge: FFLAGS += -finit-integer=-2147483648 # For debugging, the following options are helpful: FFLAGS += -g -fbacktrace %endsection Makefile