From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:3]) by sourceware.org (Postfix) with ESMTPS id 89BEF3857C60 for ; Thu, 3 Dec 2020 07:28:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 89BEF3857C60 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id 4F736127A7; Thu, 3 Dec 2020 08:27:59 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 4C3DE11F15; Thu, 3 Dec 2020 08:27:59 +0100 (CET) Received: from [2001:4dd7:e38:0:b455:467:20db:a601] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.11.6) (envelope-from ) id 5fc8937f-024d-7f0000012729-7f000001ac64-1 for ; Thu, 03 Dec 2020 08:27:59 +0100 Received: from linux-p51k.fritz.box (2001-4dd7-e38-0-b455-467-20db-a601.ipv6dyn.netcologne.de [IPv6:2001:4dd7:e38:0:b455:467:20db:a601]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Thu, 3 Dec 2020 08:27:57 +0100 (CET) Subject: Re: Update on shared memory coarrays To: dhumieres.dominique@free.fr Cc: fortran@gcc.gnu.org References: <3d57a473-4025-890d-d365-6c2f82e7f513@netcologne.de> <0e1c519febec1c47c411339269455b9d@free.fr> <7e332e70-246e-b44e-7689-477642bf114c@netcologne.de> <23f5fbb548e75b1a5029162b31a8ddd7@free.fr> From: Thomas Koenig Message-ID: Date: Thu, 3 Dec 2020 08:27:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.2 MIME-Version: 1.0 In-Reply-To: <23f5fbb548e75b1a5029162b31a8ddd7@free.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 07:28:05 -0000 Am 02.12.20 um 18:41 schrieb dhumieres.dominique@free.fr: > Le 2020-11-30 23:13, Thomas Koenig a écrit : >> Hi Dominique, >> >>> Is it enough? >> >> Yep, it looks like it is working (to that extent). >> >> Now, the next big question, how to write something for the >> testsuite that will execute test cases only when the >> library has been found, and will also link against that library >> (and against -lrt, if necessary...) >> >> Best regards >> >>     Thomas > > Something such as check_effective_target_shared? That is what I meant. > Is there anything recursive in the caf_shared code? As far as I remember, the library code is functions calling each other and loops. I don't think there is a recursive algorithm in there. Specifically, the reduction code for the collective subroutines is not recursive. Best regards Thomas