From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 03 06:05:00 2022 Received: (at 56257-done) by debbugs.gnu.org; 3 Aug 2022 10:05:00 +0000 Received: from localhost ([127.0.0.1]:46166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJBFL-0003dX-VU for submit@debbugs.gnu.org; Wed, 03 Aug 2022 06:05:00 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:51356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJBFJ-0003dI-HB for 56257-done@debbugs.gnu.org; Wed, 03 Aug 2022 06:04:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:references:date:in-reply-to: message-id:mime-version:content-transfer-encoding; bh=UpSiWwFPYABa4bU5elfmCElB84u3/Eum3sgrjjPWbAo=; b=AUwTtw/UdANV9ym3VLYxUE7jc+CIpZwhJdESO3HQ1OJ43zPdZuFi1UBa 6Ra/qlnTe7avnwn+BA/UuVu7phJrkf1NUO2okpRVQg5puE4t3g8lDFp0O d+mqJ48bwkXukY2tToYANhNFwDws0nZY1chmMThnOI7U4eHWnx5xASpsx c=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludovic.courtes@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.93,213,1654552800"; d="scan'208";a="47833389" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2022 12:04:51 +0200 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Paul A. Patience" Subject: Re: bug#56257: [PATCH] fenics: Do not use mpirun for tests References: <87bkuefiwu.fsf@dlr.de> <87mtdnu4af.fsf@apatience.com> Date: Wed, 03 Aug 2022 12:04:50 +0200 In-Reply-To: <87mtdnu4af.fsf@apatience.com> (Paul A. Patience's message of "Tue, 05 Jul 2022 12:43:10 +0000") Message-ID: <87a68lve0t.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56257-done Cc: 56257-done@debbugs.gnu.org, Ontje.Luensdorf@dlr.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, (Sorry for the delay.) "Paul A. Patience" skribis: > Ludovic Court=C3=A8s writes: >> Good question. Paul, do you remember the reasons for doing so? > > If I'm the Paul you're referring to, it would be better to CC me in the > future, as I'm not subscribed to the list and only intermittently check > it (which happens more often when I'm submitting patches). I actually Cc=E2=80=99d Paul Garlick, but maybe Debbugs ate the Cc: field? > I'm no expert in MPI and pytest, but it does seem that pytest_mpi [1] is > recommended when combining the two, and there are no instances of > @pytest.mark.mpi in the fenics repository. > Further, running pytest tests under MPI is accomplished with [2]: > > mpirun -n 2 python -m pytest --with-mpi > > In other words, it seems as if the current tests are repeated in > parallel, as Ontje discovered. > > The patch looks good to me. Alright, applied. Thanks! Ludo=E2=80=99.