From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by sourceware.org (Postfix) with ESMTPS id 22E0E3857C62 for ; Mon, 14 Sep 2020 18:25:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 22E0E3857C62 Received: by mail-ed1-x534.google.com with SMTP id ay8so529378edb.8 for ; Mon, 14 Sep 2020 11:25:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=/XQ+gglaMVLA0OzQx2kbf/9GsyAjaxVZJUUwTe/D6Ac=; b=KD3PZo6F4JQ7XReOPnX+tVCErT60Bj/hg15sHPPX6DcOpa7vAC86XnMB36aZwutC4D OlBzez3NtDgtSj5miSaC2w4RE8AUzB0RbSBN8h1Eh5aPWIcV54NAIu8P+0u/eNbyo5GV 7LCQSDXdegScGcoZosXX19G0W1iEXOF9BVxULDl3jSy87NcbsJS0g30h2wr0U+bjIWOr V40W8f9zMppNC3yZZJpAMXNwSSXoHlol608XfPVjuCGkvTHyVgSZkiONqxmNO+QXcpy/ nY+/WnlivTR7LgrAtR/bsc0Aizx2crWTg5jW0DR5BG2H7pF+ZUbSwLJhEyOctKpI7mHO z7aw== X-Gm-Message-State: AOAM531XvofOl1W+DyqsocuJobPCdkvMQTLj8tUA1ILun0eoLXOBoHLg EJOu5qDvCZnM23J6/n/Zc5LBv0WEEYk= X-Google-Smtp-Source: ABdhPJy/ICy/7DY11NJCiaVKMwXe4xCSYlxW8h6VOsxXOi6TWBOw4yeK/HDT2Mdmd4U2b0VjLc7tLQ== X-Received: by 2002:aa7:c148:: with SMTP id r8mr19025596edp.210.1600107953010; Mon, 14 Sep 2020 11:25:53 -0700 (PDT) Received: from ?IPv6:2003:cc:9f24:8662:2991:acf5:569d:2cdc? (p200300cc9f2486622991acf5569d2cdc.dip0.t-ipconnect.de. [2003:cc:9f24:8662:2991:acf5:569d:2cdc]) by smtp.gmail.com with ESMTPSA id js16sm8215302ejb.67.2020.09.14.11.25.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Sep 2020 11:25:52 -0700 (PDT) Subject: Re: Setting up a proper modelling environment in Cygwin To: Lawrence Bernardo Cc: cygwin@cygwin.com References: <90d505d5-11fc-418d-02e4-73dd423a92ce@gmail.com> From: Marco Atzeri Message-ID: Date: Mon, 14 Sep 2020 20:25:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, 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: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2020 18:26:12 -0000 On 14.09.2020 04:07, Lawrence Bernardo wrote: > Thank you Marco for addressing my concerns. And I think checking for the > fortran module consistency will be really helpful for me to assess > issues I run into in the future. I have rolled back the versions I have > been using to all be based on gfortran/gcc version 7.4.0, but an update, > although not urgent for now, would indeed be helpful. Lately, some > other codes I've been running have been having problems with this older > version, so I'll stay tuned for your updates to the package. > > Best regards, > Lawrence > bottom post on this mailing list, please. The netcdf-fortran is already aligned https://sourceware.org/pipermail/cygwin-announce/2020-September/009700.html $ zcat /usr/include/netcdf.mod | head -n 1 GFORTRAN module version '15' created from netcdf4.f90 Regards Marco