# Like open-mpi.conf, but disabling Infiniband and thus suppressing a somewhat annoying warning message.
#
# $Id$

%include mpi/open-mpi

%section runtime
	mpiexec += -mca btl ^openib
%endsection runtime