# g95 Fortran compiler for testing, with all available diagnostics flags on
#
# $Id$

%include compilers/G95-gcc_MPI
%include compilers/extensions/G95_debug

%section Makefile
	FFLAGS = -O1 -I/usr/include/mpich2/
	LD_MPI += -L/usr/lib/ -lmpich
%endsection Makefile

%section runtime
	mpiexec = mpirun
%endsection runtime