From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzOsd-0007wT-Uq for guix-patches@gnu.org; Tue, 03 Oct 2017 11:13:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzOsY-0002mM-Ck for guix-patches@gnu.org; Tue, 03 Oct 2017 11:13:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzOsY-0002m4-9L for guix-patches@gnu.org; Tue, 03 Oct 2017 11:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzOsY-000620-32 for guix-patches@gnu.org; Tue, 03 Oct 2017 11:13:02 -0400 Subject: bug#28674: [PATCH] gnu: openmpi: Add debug output. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171002205443.25298-1-fx@gnu.org> Date: Tue, 03 Oct 2017 17:11:43 +0200 In-Reply-To: <20171002205443.25298-1-fx@gnu.org> (Dave Love's message of "Mon, 2 Oct 2017 21:54:43 +0100") Message-ID: <87lgks466o.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Dave Love Cc: 28674-done@debbugs.gnu.org Dave Love skribis: > This is necessary for one mechanism for attaching parallel debuggers > and is also relevant for the runtime backtrace facility. > > * gnu/packages/mpi.scm(openmpi)[outputs]: Add debug. Applied, thanks!