# Default MPI support extension for any compiler
#
# Include this file only if you use a separate compiler configuration from
# config/compilers/separate/, and after including the separate compilers.
#
# For the standard compiler suites there are pre-defined configurations
# available with and without MPI support in config/compilers/.

%section Makefile
	FC = mpif90
	F77 = mpif77
	CC = mpicc
%endsection Makefile

%include runtime-common