Re: Setting up a proper modelling environment in Cygwin

2020-09-14 Thread Lawrence Bernardo via Cygwin
Thanks Marco! I'll attempt to reinstall the latest netcdf-fortran and see if it will work for me. Cheers, Lawrence On Tue, Sep 15, 2020 at 3:25 AM Marco Atzeri wrote: > On 14.09.2020 04:07, Lawrence Bernardo wrote: > > Thank you Marco for addressing my concerns. And I think checking for the >

Re: Setting up a proper modelling environment in Cygwin

2020-09-14 Thread Marco Atzeri via Cygwin
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

Re: Setting up a proper modelling environment in Cygwin

2020-09-13 Thread Lawrence Bernardo via Cygwin
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

Re: Setting up a proper modelling environment in Cygwin

2020-09-13 Thread Lawrence Bernardo via Cygwin
Dear Eliot, Thank you for your response. Indeed, after trying a number of different combinations of component versions using the setup application, I found a working set based on gcc/gfortran version 7.4.0. And I get what you mean about Cygwin-specifc adjustments, as one of the codes I tried to

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Marco Atzeri via Cygwin
On 12.09.2020 08:13, ASSI wrote: Marco Atzeri via Cygwin writes: Now the current gfortran has $ zcat /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/finclude/ieee_arithmetic.mod|head -n 1 GFORTRAN module version '15' created from ieee_arithmetic.F90 openmpi was built with last gcc so it is aligned That

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Achim Gratz
Marco Atzeri via Cygwin writes: > On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: > for what I am aware the problem is only present with > fortran modules if you are using them. > Now the current gfortran has > > $ zcat >

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Achim Gratz
Marco Atzeri via Cygwin writes: > On 12.09.2020 08:13, ASSI wrote: > No as "I do not need for GCC 10" or > no "it is really urgent to build a test version to match the > gcc test version" ? The Fortran module version has last been incremented at gcc8. Regards, Achim. -- +<[Q+ Matrix-12

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Marco Atzeri via Cygwin
On 12.09.2020 08:13, ASSI wrote: Marco Atzeri via Cygwin writes: Now the current gfortran has $ zcat /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/finclude/ieee_arithmetic.mod|head -n 1 GFORTRAN module version '15' created from ieee_arithmetic.F90 openmpi was built with last gcc so it is aligned That

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread Marco Atzeri via Cygwin
On 12.09.2020 07:39, Brian Inglis wrote: On 2020-09-11 08:59, Marco Atzeri via Cygwin wrote: On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: 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

Re: Setting up a proper modelling environment in Cygwin

2020-09-12 Thread ASSI
Marco Atzeri via Cygwin writes: > Now the current gfortran has > > $ zcat > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/finclude/ieee_arithmetic.mod|head > -n 1 > GFORTRAN module version '15' created from ieee_arithmetic.F90 > > openmpi was built with last gcc so it is aligned That points to some larger

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Brian Inglis
On 2020-09-11 08:59, Marco Atzeri via Cygwin wrote: > On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: >> 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

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Marco Atzeri via Cygwin
On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: 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

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Eliot Moss
On 9/10/2020 10:37 PM, Lawrence Bernardo via Cygwin wrote: 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