From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 58D333858D1E for ; Sat, 31 Dec 2022 10:22:51 +0000 (GMT) Received: by mail-ed1-x52a.google.com with SMTP id g1so19300002edj.8 for ; Sat, 31 Dec 2022 02:22:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=rafaDoSWlIxw9aG2odQ03Gu8yfRQ+felmQXwEkRq85g=; b=fTMg5ytPtekaoFN8+hHvyyDaAgPv+iysP6QeqkG+Ud6EPgn0rF0Z2zvSkCU7QFRMrU GkRBHYe51bog5I9EvDATtgOmMni53K7M4nJlGdNUqp72oBtML+rQHZOomyz6/egTkisn eQYd2WVtvPvoEVEkZwMDKXCOEngCmr98KPEYNhWbR65xrLP0VioQcApCybGZnaFP6ur+ T6Hx7UxrETIhEFid484WeFu049G4ispNK8xiJosGHWIrn9Iu9xN6sFuNhSFTH8FFwAEg fZfwOgfjgdIp8bUo+wi5Jbp0ZhQGleN+Weo/yhrICecM/NoDbWQKvPfrOLnlX3GfEVWA ZJaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=rafaDoSWlIxw9aG2odQ03Gu8yfRQ+felmQXwEkRq85g=; b=prA4CDTj0uTu4I38Qpk5+Eday1rgCveqcXAJHq1XDHYOZixGBDmszdS5GDAsCNZNEg Ve3XY/BDRYCG8AzxqYYNxwX+lY7RujUIdg8B1YsBcuc4nv7veXgs8s9NeHG4P3L/7Wwn v4S913tkv0w/eoVl7nhX7XwOmxUiv/fveJsY/razCdm6zYLjY1pS/mmk4HJ/l54iMYRJ glSdbecMwycVlEwMIeql8ehwIc9JWh3rJ5VFeccTVrO8hFo6yDRCYKcCsn7CWu8Ys+La ZhaiIBN3pnHIeYKLwDJJ29XGL6tMRKMrXkn4jHKD6nNjO693n2nalnZj9Rvm4vXUMMZy 7S8g== X-Gm-Message-State: AFqh2krJQIhtlZAdpZFBaOoEPPUjkTOhY+DZ/Y8oMqkK+F9+ukiyzKPd UpyUbC5uZsl9CcgSujcHFsg9mygOYB18Ib+zrfU= X-Google-Smtp-Source: AMrXdXsYIevvOJPAZZUEGf5jHjiEUesbzVNvaHbUjqPY9c+FlBItsv4gpkAdhHxwLTPhJW3nYg1SDdOUy/sw4vUqF48= X-Received: by 2002:aa7:cd62:0:b0:472:c7fd:ccfa with SMTP id ca2-20020aa7cd62000000b00472c7fdccfamr3088553edb.356.1672482169307; Sat, 31 Dec 2022 02:22:49 -0800 (PST) MIME-Version: 1.0 References: <1946702651.670376.1672467426396@ichabod.co-bxl> In-Reply-To: <1946702651.670376.1672467426396@ichabod.co-bxl> From: Jonathan Wakely Date: Sat, 31 Dec 2022 10:22:37 +0000 Message-ID: Subject: Re: Finding repetitions of 8-tuple collections To: Hans Lonsdale Cc: gcc-help Content-Type: multipart/alternative; boundary="00000000000098459005f11d1973" X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --00000000000098459005f11d1973 Content-Type: text/plain; charset="UTF-8" On Sat, 31 Dec 2022, 07:17 Hans Lonsdale via Gcc-help, wrote: > > > I have 16 collections of 8 numbers > > (11 12 11 44 11 12 11 23) > (12 21 11 44 11 12 11 23) > and so on > > I want to find whether there are repetitions of each 8-tuple using fortran. > > The order in which the numbers occur is not important. > This is not a question about using/building/installing GCC so doesn't belong here. Try a general Fortran programming forum. --00000000000098459005f11d1973--