delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/09/10/22:38:43

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1C233857C5E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1599791881;
bh=VWZjlCyoe+ipLHbEl3gz0n4iK3KOF2rDQ5LvCG5RpQk=;
h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:From;
b=Zgobg4h80FnFcSi85eRwiX12ZZiOaBxWMxOENOtxxcvOW7/japZFslthezIffuY/e
tbECk73zbmoeyYGwp5WZoINKHbdhivpQKF8IJg6DcmY+3qSui9J5klCe/rt0ri93lG
KscTcWU37BIyPuoGGJWONbTvvqkF2hBYAdynM2J8=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C42CF3857C41
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
bh=/164PTlcBxNFTpdO/sFjBTSHMC8gztN/jN6K3abzGj4=;
b=DitILXmhLhS21qlRhfWpOS/1TFYXqv3imxFGfN3Q23JrLCteaSXBidIDguy64FP6JS
ibb6P48R8zgY4CfQHZk4wDjLlm0x392s3CSHcIEMb+fgq3cDvc8mBpksn4qZ+gWqEIC2
GgDDiUIVTpxRQCKIiQt5TsMEwn1n/W1UZERP8jadj1nPH6QESYqyEroTWXjoPci1D4+1
Xh0ipvpFgKgTb/M6ZesXbzLjNUuOcW3RgALowcEdBKFW0ul7W0LM+4M3umu3Ov8yWYHO
ZAWC8kh2hN5f9eB1Jc806/nuPyr4JywpySWQUwS0ZRVSJ/LlppNT26q1+T0jXiShEkVU
IbHg==
X-Gm-Message-State: AOAM530iQMnDjX/oXO0cJN6uh4gfI2O+py0uqsAK7HuGStsOO4eIX0Xa
5qPgEtF8wQH5fNuIvH6Wyq9U4y7LWsrrZVo4LHvAtmjUvnk=
X-Google-Smtp-Source: ABdhPJyZd+oM940ceusrK6YTagJnPnhQ3/cWuvyvxhALUxfLAjedwIJMR6N1XU3yDBtBKd+AfQUkItkXUjenhcphYfg=
X-Received: by 2002:a2e:9905:: with SMTP id v5mr6148548lji.134.1599791876616;
Thu, 10 Sep 2020 19:37:56 -0700 (PDT)
MIME-Version: 1.0
Date: Fri, 11 Sep 2020 11:37:46 +0900
Message-ID: <CAOt=qgmQZ2a7u5ZwM3p7twFMc5F44sO9eLX1aOTtLZCO2Q1_1w@mail.gmail.com>
Subject: Setting up a proper modelling environment in Cygwin
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=-2.5 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.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Lawrence Bernardo via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Lawrence Bernardo <loric DOT bernardo AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Dear Cygwin users and developers,

I am trying to run some models based on the ROMS ocean modeling system. And
although I mainly run such models on Linux supercomputing systems, I
sometimes use Cygwin to make test runs. However, whenever I install Cygwin
on a new PC, I often find that my set up on an older PC I had been using
doesn't work properly. After looking deeper into the issues, it seems that
proper compilation requires that the same fortran compiler (gfortran in
this case) be used to compile the necessary components.

And as far as I understand, these components would mainly be:
- zlib
- hdf5
- netcdf
- netcdf-fortran
- openmpi

As the gfortran compiler version number used for these different components
is not indicated whenever I run cygwin setup-x86_64.exe, I am left to guess
which version numbers for each to select. Of course, another option would
be to accept the defaults for some components, and then compile my own
version of say, netcdf, but this attempt almost always fails, and I'm not
sure if this is due to conflicts with the already existing cygwin setup.

Given the issues above, would anyone have any suggestions or
recommendations on how to best achieve the setup I would like to have? I
will greatly appreciate any help.

Best regards,
Lawrence
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019