#
# Anders' i7 quad-core work PC.
#

%include compilers/GNU-GCC_MPI
%include compilers/extensions/GNU-GCC_optimal

%section Makefile
	FFLAGS = -fbounds-check
%endsection Makefile

%section runtime
	mpiexec=/usr/bin/mpiexec
	SSH=ssh
	SCP=scp
	SCRATCH_DIR=/var/tmp/$USER
%endsection runtime