$build_prototypes = 1;
$buildMakefile = 0;
# Not *all* of MPI
$is_MPI = 0;
$build_io = 0;
# But we do need the the weak and profiling support
$do_weak = 1;
$do_profiling = 1;
$header_file = "../mpif_h/mpi_fortimpl.h";
$build_prototypes = 1;
$prototype_header_file = "mpif90type.h";
#$debug = 1;

%special_routines = ();

return 1;
