Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

In computing, the mean time to failure keeps getting shorter.


devel / comp.lang.fortran / Re: Is there good IDE tool for fortran?

SubjectAuthor
* Is there good IDE tool for fortran?fortran user
+- Re: Is there good IDE tool for fortran?Thomas Koenig
+- Re: Is there good IDE tool for fortran?Lynn McGuire
`* Re: Is there good IDE tool for fortran?Eberhard Franz
 `* Re: Is there good IDE tool for fortran?Sergey Budaev
  `* Re: Is there good IDE tool for fortran?Lynn McGuire
   `* Re: Is there good IDE tool for fortran?Sergey Budaev
    `* Re: Is there good IDE tool for fortran?Lynn McGuire
     `* Re: Is there good IDE tool for fortran?Sergey Budaev
      +* Re: Is there good IDE tool for fortran?FortranFan
      |`- Re: Is there good IDE tool for fortran?Lynn McGuire
      `* Re: Is there good IDE tool for fortran?Lynn McGuire
       +* Re: Is there good IDE tool for fortran?FortranFan
       |`- Re: Is there good IDE tool for fortran?Lynn McGuire
       `- Re: Is there good IDE tool for fortran?FortranFan

1
Is there good IDE tool for fortran?

<50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3240&group=comp.lang.fortran#3240

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a37:5d7:0:b0:706:702e:bab7 with SMTP id 206-20020a3705d7000000b00706702ebab7mr786638qkf.579.1674332276835;
Sat, 21 Jan 2023 12:17:56 -0800 (PST)
X-Received: by 2002:a05:6808:1910:b0:364:5b83:16b0 with SMTP id
bf16-20020a056808191000b003645b8316b0mr1046339oib.231.1674332276624; Sat, 21
Jan 2023 12:17:56 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Sat, 21 Jan 2023 12:17:56 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=143.178.10.251; posting-account=FIte6AoAAAA2oIC19ZQJAX7J621VR0sg
NNTP-Posting-Host: 143.178.10.251
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
Subject: Is there good IDE tool for fortran?
From: mj1985.2015@gmail.com (fortran user)
Injection-Date: Sat, 21 Jan 2023 20:17:56 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1380
 by: fortran user - Sat, 21 Jan 2023 20:17 UTC

Dear fortran users,

I am also a user. I work on some quite old fortran programs. I need IDE tools to catch the structure of that program. Which do you suggest to use?

I use Pycharm because I use python too. I found there is a plugin for fortran, but when it loads the fortran files, it is very slow and failed to recgnise some fortran lines, like #define.

Thanks for your help.

Re: Is there good IDE tool for fortran?

<tqhq7l$2vvin$1@newsreader4.netcologne.de>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3241&group=comp.lang.fortran#3241

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!.POSTED.2a0a-a540-2398-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de!not-for-mail
From: tkoenig@netcologne.de (Thomas Koenig)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Sat, 21 Jan 2023 22:50:29 -0000 (UTC)
Organization: news.netcologne.de
Distribution: world
Message-ID: <tqhq7l$2vvin$1@newsreader4.netcologne.de>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
Injection-Date: Sat, 21 Jan 2023 22:50:29 -0000 (UTC)
Injection-Info: newsreader4.netcologne.de; posting-host="2a0a-a540-2398-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de:2a0a:a540:2398:0:7285:c2ff:fe6c:992d";
logging-data="3145303"; mail-complaints-to="abuse@netcologne.de"
User-Agent: slrn/1.0.3 (Linux)
 by: Thomas Koenig - Sat, 21 Jan 2023 22:50 UTC

fortran user <mj1985.2015@gmail.com> schrieb:
> Dear fortran users,
>
> I am also a user. I work on some quite old fortran programs. I
> need IDE tools to catch the structure of that program. Which do
> you suggest to use?

If the program is old (pre-Fortran 90) you might give ftnchek
a spin. Apart from having many checks, it also generates
a calltree of files.

It is not an IDE, though, it is text-based.

> I use Pycharm because I use python too. I found there is a plugin
> for fortran, but when it loads the fortran files, it is very slow
> and failed to recgnise some fortran lines, like #define.

#define is not a Fortran line. The (traditional) C preprocessor is
often used because Fortran lacks a standardized preprocessor, but
I don't think that ftnchek supports that.

Caveat: I have used ftncheck a few decades ago, but not since
I got access to a working Fortran 95 compiler with modules.

Re: Is there good IDE tool for fortran?

<tqi2gn$ov4$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3242&group=comp.lang.fortran#3242

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!aioe.org!mdf2aNOb2oCHynmZpuX5uw.user.46.165.242.91.POSTED!not-for-mail
From: lynnmcguire5@gmail.com (Lynn McGuire)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Sat, 21 Jan 2023 19:11:50 -0600
Organization: Aioe.org NNTP Server
Message-ID: <tqi2gn$ov4$1@gioia.aioe.org>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="25572"; posting-host="mdf2aNOb2oCHynmZpuX5uw.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Lynn McGuire - Sun, 22 Jan 2023 01:11 UTC

On 1/21/2023 2:17 PM, fortran user wrote:
> Dear fortran users,
>
> I am also a user. I work on some quite old fortran programs. I need IDE tools to catch the structure of that program. Which do you suggest to use?
>
> I use Pycharm because I use python too. I found there is a plugin for fortran, but when it loads the fortran files, it is very slow and failed to recgnise some fortran lines, like #define.
>
> Thanks for your help.
You can try http://simplyfortran.com/ . It includes and is dedicated
to the GCC and GFortran compilers.

Your other choice is Intel Fortran using the Community version of Visual
Studio 2019. The iFort integration is not very well done.

If you want to use an old F77 compiler, Open Watcom has a very good
visual debugger for Windows 32 bit. But the debugger has problems with
F77 code on Windows 10 x64. And the OW compilers do not generate 64 bit
code.
http://openwatcom.org/

Good luck, you are going to need it. My experience was not good so I am
moving my 800,000 lines of F77 code to C++. It is going slowly, I am
only at 73,000 lines converted so far.

Lynn

Re: Is there good IDE tool for fortran?

<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3243&group=comp.lang.fortran#3243

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a0c:e64d:0:b0:535:1a6d:765a with SMTP id c13-20020a0ce64d000000b005351a6d765amr1047355qvn.22.1674401655475;
Sun, 22 Jan 2023 07:34:15 -0800 (PST)
X-Received: by 2002:a05:6808:428c:b0:35e:2720:ddb3 with SMTP id
dq12-20020a056808428c00b0035e2720ddb3mr1365166oib.83.1674401655141; Sun, 22
Jan 2023 07:34:15 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Sun, 22 Jan 2023 07:34:14 -0800 (PST)
In-Reply-To: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:6d40:3b88:dc01:610e:4916:6ad2:6adf;
posting-account=O8S_ggoAAAAkOJZyQuKq8V--1-lWnaWC
NNTP-Posting-Host: 2a02:6d40:3b88:dc01:610e:4916:6ad2:6adf
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
Subject: Re: Is there good IDE tool for fortran?
From: muppets1958@googlemail.com (Eberhard Franz)
Injection-Date: Sun, 22 Jan 2023 15:34:15 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1787
 by: Eberhard Franz - Sun, 22 Jan 2023 15:34 UTC

fortran user schrieb am Samstag, 21. Januar 2023 um 21:17:58 UTC+1:
> Dear fortran users,
>
> I am also a user. I work on some quite old fortran programs. I need IDE tools to catch the structure of that program. Which do you suggest to use?
>
> I use Pycharm because I use python too. I found there is a plugin for fortran, but when it loads the fortran files, it is very slow and failed to recgnise some fortran lines, like #define.
>
> Thanks for your help.
Give Code::Blocks a chance. It's great. I use it for years: https://cbfortran.sourceforge.io/

Greetings
muppets

Re: Is there good IDE tool for fortran?

<20230128154447.0e79aec6@herring>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3252&group=comp.lang.fortran#3252

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: fortran@sergey.budaev.info (Sergey Budaev)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Sat, 28 Jan 2023 15:44:47 +0100
Organization: A noiseless patient Spider
Lines: 43
Message-ID: <20230128154447.0e79aec6@herring>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Injection-Info: reader01.eternal-september.org; posting-host="982cbfd14b4c683349e304eefd47da13";
logging-data="2381183"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18YQSIKgQ2GaK8r0U1J+8vl"
Cancel-Lock: sha1:I2kozzNs6vJQDeO1o786UsWwNOE=
X-Newsreader: Claws Mail 4.1.0 (GTK 3.22.30; x86_64-pc-linux-gnu)
 by: Sergey Budaev - Sat, 28 Jan 2023 14:44 UTC

I also vote for Code:Blocks fortran, I am using it for many years on
Windows and Linux and it works better than alternatives. It is also
rather lightweight.

What structure of the program do you need? Code:Blocks shows a panel
with modules, variables, derived types, subroutines, functions in a
thee-like fashion. It also has a nicely snmart autocompletion for
derived types and objects.

Geany editor is also nice and very light. It has a similar panel with
the program components. But code completion is much more primitive.

Best regards,

Sergey

On Sun, 22 Jan 2023 07:34:14 -0800 (PST)
Eberhard Franz <muppets1958@googlemail.com> wrote:

>fortran user schrieb am Samstag, 21. Januar 2023 um 21:17:58 UTC+1:
>> Dear fortran users,
>>
>> I am also a user. I work on some quite old fortran programs. I need
>> IDE tools to catch the structure of that program. Which do you
>> suggest to use?
>>
>> I use Pycharm because I use python too. I found there is a plugin
>> for fortran, but when it loads the fortran files, it is very slow
>> and failed to recgnise some fortran lines, like #define.
>>
>> Thanks for your help.
>Give Code::Blocks a chance. It's great. I use it for years:
>https://cbfortran.sourceforge.io/
>
>Greetings
>muppets

--
Sergey V. Budaev
Universitetet i Bergen, Institutt for biovitenskap, Teoretisk økologi,

Re: Is there good IDE tool for fortran?

<tr40j5$2cb3u$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3253&group=comp.lang.fortran#3253

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: lynnmcguire5@gmail.com (Lynn McGuire)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Sat, 28 Jan 2023 14:29:23 -0600
Organization: A noiseless patient Spider
Lines: 43
Message-ID: <tr40j5$2cb3u$2@dont-email.me>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
<20230128154447.0e79aec6@herring>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 28 Jan 2023 20:29:25 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="001fd1b0c33459651c00ab51b223a92e";
logging-data="2501758"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19JsXrOg6D1adyox2MbN1ds"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Cancel-Lock: sha1:aPXgga50JnxnkC3XyYJkzWLy5pI=
Content-Language: en-US
In-Reply-To: <20230128154447.0e79aec6@herring>
 by: Lynn McGuire - Sat, 28 Jan 2023 20:29 UTC

On 1/28/2023 8:44 AM, Sergey Budaev wrote:
> I also vote for Code:Blocks fortran, I am using it for many years on
> Windows and Linux and it works better than alternatives. It is also
> rather lightweight.
>
> What structure of the program do you need? Code:Blocks shows a panel
> with modules, variables, derived types, subroutines, functions in a
> thee-like fashion. It also has a nicely snmart autocompletion for
> derived types and objects.
>
> Geany editor is also nice and very light. It has a similar panel with
> the program components. But code completion is much more primitive.
>
> Best regards,
>
> Sergey
>
> On Sun, 22 Jan 2023 07:34:14 -0800 (PST)
> Eberhard Franz <muppets1958@googlemail.com> wrote:
>
>> fortran user schrieb am Samstag, 21. Januar 2023 um 21:17:58 UTC+1:
>>> Dear fortran users,
>>>
>>> I am also a user. I work on some quite old fortran programs. I need
>>> IDE tools to catch the structure of that program. Which do you
>>> suggest to use?
>>>
>>> I use Pycharm because I use python too. I found there is a plugin
>>> for fortran, but when it loads the fortran files, it is very slow
>>> and failed to recgnise some fortran lines, like #define.
>>>
>>> Thanks for your help.
>> Give Code::Blocks a chance. It's great. I use it for years:
>> https://cbfortran.sourceforge.io/
>>
>> Greetings
>> muppets

Does Code::Blocks work with Intel Fortran and can you debug with it ?

Thanks,
Lynn

Re: Is there good IDE tool for fortran?

<20230128220055.067f95dc@herring>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3254&group=comp.lang.fortran#3254

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: fortran@sergey.budaev.info (Sergey Budaev)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Sat, 28 Jan 2023 22:00:55 +0100
Organization: uib
Lines: 14
Message-ID: <20230128220055.067f95dc@herring>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
<20230128154447.0e79aec6@herring>
<tr40j5$2cb3u$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Injection-Info: reader01.eternal-september.org; posting-host="982cbfd14b4c683349e304eefd47da13";
logging-data="2491774"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19EMVA6vMKGQ5PlZc9ZALhP"
Cancel-Lock: sha1:8TlNu2FkvQRORf6IQOpVJOURIX8=
X-Newsreader: Claws Mail 4.1.0 (GTK 3.22.30; x86_64-pc-linux-gnu)
 by: Sergey Budaev - Sat, 28 Jan 2023 21:00 UTC

>Does Code::Blocks work with Intel Fortran and can you debug with it ?
>
>Thanks,
>Lynn

Yes on Linux, but I recall I had problems on Windows. But the newer
versions of both Code:Blocks and ifort's debugger.

Sergey

--
Sergey V. Budaev
Universitetet i Bergen, Institutt for biovitenskap, Teoretisk økologi,

Re: Is there good IDE tool for fortran?

<tr4hsc$2fi0r$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3255&group=comp.lang.fortran#3255

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: lynnmcguire5@gmail.com (Lynn McGuire)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Sat, 28 Jan 2023 19:24:26 -0600
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <tr4hsc$2fi0r$1@dont-email.me>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
<20230128154447.0e79aec6@herring> <tr40j5$2cb3u$2@dont-email.me>
<20230128220055.067f95dc@herring>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 29 Jan 2023 01:24:28 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="9606b6c0644188588880a8048159ad62";
logging-data="2607131"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+QPHtj/0FGb+7w+1Qn/Trv"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Cancel-Lock: sha1:7Bdl7+CR3WwvASPacnQKV9Q2QE0=
In-Reply-To: <20230128220055.067f95dc@herring>
Content-Language: en-US
 by: Lynn McGuire - Sun, 29 Jan 2023 01:24 UTC

On 1/28/2023 3:00 PM, Sergey Budaev wrote:
>> Does Code::Blocks work with Intel Fortran and can you debug with it ?
>>
>> Thanks,
>> Lynn
>
> Yes on Linux, but I recall I had problems on Windows. But the newer
> versions of both Code:Blocks and ifort's debugger.
>
> Sergey

Do you have mixed Fortran and C/C++ in your app ?

Thanks,
Lynn

Re: Is there good IDE tool for fortran?

<20230129125821.10914d9a@herring>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3257&group=comp.lang.fortran#3257

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: fortran@sergey.budaev.info (Sergey Budaev)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Sun, 29 Jan 2023 12:58:21 +0100
Organization: uib
Lines: 17
Message-ID: <20230129125821.10914d9a@herring>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
<20230128154447.0e79aec6@herring>
<tr40j5$2cb3u$2@dont-email.me>
<20230128220055.067f95dc@herring>
<tr4hsc$2fi0r$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Injection-Info: reader01.eternal-september.org; posting-host="0d0e3e2317ee182f8763b30ff2d2882f";
logging-data="2898048"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Kk3fN+BVVuO5greKi+Mxx"
Cancel-Lock: sha1:OvBjNuyI+uZTsmBHLS3V+Oxvh8k=
X-Newsreader: Claws Mail 4.1.0 (GTK 3.22.30; x86_64-pc-linux-gnu)
 by: Sergey Budaev - Sun, 29 Jan 2023 11:58 UTC

>Do you have mixed Fortran and C/C++ in your app ?
>
>Thanks,
>Lynn

Not C++, but C. On Linux it invokes gdb which works with C,C++ and
Fortran and should not be any problem. On Windows this may be a
problem for ifort, I guess.

Best,

Sergey

--
Sergey V. Budaev
Universitetet i Bergen, Institutt for biovitenskap, Teoretisk økologi,

Re: Is there good IDE tool for fortran?

<a63738ec-b055-4c21-9568-1c6740a2998an@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3262&group=comp.lang.fortran#3262

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:ac8:5f8e:0:b0:3b8:6075:5d11 with SMTP id j14-20020ac85f8e000000b003b860755d11mr144316qta.511.1675056621130;
Sun, 29 Jan 2023 21:30:21 -0800 (PST)
X-Received: by 2002:a05:6870:b3a7:b0:163:b341:4565 with SMTP id
w39-20020a056870b3a700b00163b3414565mr317793oap.123.1675056620825; Sun, 29
Jan 2023 21:30:20 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Sun, 29 Jan 2023 21:30:20 -0800 (PST)
In-Reply-To: <20230129125821.10914d9a@herring>
Injection-Info: google-groups.googlegroups.com; posting-host=165.225.9.5; posting-account=ZZXq9AoAAAAQEcA7zKAGm0UFQh4gMBv7
NNTP-Posting-Host: 165.225.9.5
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com> <20230128154447.0e79aec6@herring>
<tr40j5$2cb3u$2@dont-email.me> <20230128220055.067f95dc@herring>
<tr4hsc$2fi0r$1@dont-email.me> <20230129125821.10914d9a@herring>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a63738ec-b055-4c21-9568-1c6740a2998an@googlegroups.com>
Subject: Re: Is there good IDE tool for fortran?
From: parekhvs@gmail.com (FortranFan)
Injection-Date: Mon, 30 Jan 2023 05:30:21 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4364
 by: FortranFan - Mon, 30 Jan 2023 05:30 UTC

On Sunday, January 29, 2023 at 6:58:26 AM UTC-5, Sergey Budaev wrote:

> .. On Windows this may be a
> problem for ifort, I guess.
> ..

Note the problem for @Lynn McGuire is almost entirely @Lynn McGuire's code which is highly nonstandard per any of Fortran (and earlier FORTRAN version) standards and not portable and likely has a host of other questionable aspects and issues. Like most nonquality craftspeople, @Lynn McGuire then proceeds to blame the tools ..

Otherwise, as a company like WinSim Inc. that strives to sell software and services to chemical processing and related industries whose market capitalization is a trillion plus US$, with just a bit of discipline and humility and purpose and enterprise, any running code in earlier dialects of FORTRAN, even if billions of lines let alone the piddly millions LOC mentioned often by @Lynn McGuire, can readily be modernized to work with Microsoft Visual Studio 2022 and Intel Fortran 2023 in conjunction with Microsoft C/C++ compiler 2022 and also benefit from *graphical debugging* as well as making use of Fortran 2018 standard and C++20 standard along with some C++23 features. The competitors of WinSim Inc. are already using Visual Studio IDE successfully on Windows OS with Intel Fortran, Microsoft C/C++ compiler, etc.

And the bulk of the computations toward chemical process modeling and simulations, especially the most important aspects of thermophysical property and phase equilibrium computations using equation-of-state and activity coefficient models and other thermodynamic number-crunching can all remain in modern Fortran where they are best suited. Whereas many of the graphical user interface (UI), data processing, and other aspects can make use of a host of languages and platforms including C++, C#/VB, Python, etc. and also Fortran.

A teeny tiny flavor of what is possible on Windows OS with Intel Fortran 2023 compiler version supporting all of Fortran 2018 and Microsoft C/C++ compiler supporting C++20 (and C++23) features can be seen in this example I posted at the Fortran Discourse site on how to consume "a string of arrays" in Fortran in C++:
https://fortran-lang.discourse.group/t/return-an-array-of-strings-from-fortran-to-c/5100/7?u=fortranfan

Surely there are some problems with Intel Fortran integration with Microsoft Visual Studio in that there can be many initial missteps during installation and that the support for Fortran is *without all the creature comfort** that the users of Microsoft's own C# (and Visual Basic) languages receive. Plus there are some outstanding bugs Intel has not fixed now for close to 10 years. But these issues can be worked around, the benefits to be gained with a good build system for Windows and also graphical debugging are huuuge.

Again, the problem for @Lynn McGuire is almost entirely @Lynn McGuire's code ..

Re: Is there good IDE tool for fortran?

<tr967m$3dm6j$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3265&group=comp.lang.fortran#3265

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: lynnmcguire5@gmail.com (Lynn McGuire)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Mon, 30 Jan 2023 13:36:24 -0600
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <tr967m$3dm6j$1@dont-email.me>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
<20230128154447.0e79aec6@herring> <tr40j5$2cb3u$2@dont-email.me>
<20230128220055.067f95dc@herring> <tr4hsc$2fi0r$1@dont-email.me>
<20230129125821.10914d9a@herring>
<a63738ec-b055-4c21-9568-1c6740a2998an@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 30 Jan 2023 19:36:23 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="d9ef46f93c968ca1cbac6d6e4dd4d79c";
logging-data="3594451"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/n8pN2fYV+bngxqsyz/bWl"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Cancel-Lock: sha1:UcH1j+QXDrTHk/nmmAZbR8VF6Yg=
Content-Language: en-US
In-Reply-To: <a63738ec-b055-4c21-9568-1c6740a2998an@googlegroups.com>
 by: Lynn McGuire - Mon, 30 Jan 2023 19:36 UTC

On 1/29/2023 11:30 PM, FortranFan wrote:
> On Sunday, January 29, 2023 at 6:58:26 AM UTC-5, Sergey Budaev wrote:
>
>> .. On Windows this may be a
>> problem for ifort, I guess.
>> ..
>
> Note the problem for @Lynn McGuire is almost entirely @Lynn McGuire's code which is highly nonstandard per any of Fortran (and earlier FORTRAN version) standards and not portable and likely has a host of other questionable aspects and issues. Like most nonquality craftspeople, @Lynn McGuire then proceeds to blame the tools ..

Hello Vipul Parekh,

Please seek help for your obsession with me and my business. You direly
need mental help.

Sincerely,
Lynn McGuire

Re: Is there good IDE tool for fortran?

<tr96cl$3dm6j$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3266&group=comp.lang.fortran#3266

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: lynnmcguire5@gmail.com (Lynn McGuire)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Mon, 30 Jan 2023 13:39:02 -0600
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <tr96cl$3dm6j$2@dont-email.me>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
<20230128154447.0e79aec6@herring> <tr40j5$2cb3u$2@dont-email.me>
<20230128220055.067f95dc@herring> <tr4hsc$2fi0r$1@dont-email.me>
<20230129125821.10914d9a@herring>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 30 Jan 2023 19:39:01 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="d9ef46f93c968ca1cbac6d6e4dd4d79c";
logging-data="3594451"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19LLB/A1iIhpWjLE18JJIMb"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Cancel-Lock: sha1:LUCh5x3q71n9uBxtRw5IN+epy4w=
In-Reply-To: <20230129125821.10914d9a@herring>
Content-Language: en-US
 by: Lynn McGuire - Mon, 30 Jan 2023 19:39 UTC

On 1/29/2023 5:58 AM, Sergey Budaev wrote:
>> Do you have mixed Fortran and C/C++ in your app ?
>>
>> Thanks,
>> Lynn
>
> Not C++, but C. On Linux it invokes gdb which works with C,C++ and
> Fortran and should not be any problem. On Windows this may be a
> problem for ifort, I guess.
>
> Best,
>
> Sergey

Yes, I have F77, C, and C++ all mixed up in my application. It is quite
the mess and a serious challenge for the IDEs.

Thanks,
Lynn

Re: Is there good IDE tool for fortran?

<2f5c91a7-0a2a-4cf5-93bd-6784948ffaebn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3267&group=comp.lang.fortran#3267

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:620a:47a2:b0:71d:f1a9:72f3 with SMTP id dt34-20020a05620a47a200b0071df1a972f3mr435699qkb.167.1675115274396;
Mon, 30 Jan 2023 13:47:54 -0800 (PST)
X-Received: by 2002:a05:6808:120a:b0:364:bd84:ca34 with SMTP id
a10-20020a056808120a00b00364bd84ca34mr3164142oil.262.1675115274052; Mon, 30
Jan 2023 13:47:54 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Mon, 30 Jan 2023 13:47:53 -0800 (PST)
In-Reply-To: <tr96cl$3dm6j$2@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=136.226.53.11; posting-account=ZZXq9AoAAAAQEcA7zKAGm0UFQh4gMBv7
NNTP-Posting-Host: 136.226.53.11
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com> <20230128154447.0e79aec6@herring>
<tr40j5$2cb3u$2@dont-email.me> <20230128220055.067f95dc@herring>
<tr4hsc$2fi0r$1@dont-email.me> <20230129125821.10914d9a@herring> <tr96cl$3dm6j$2@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2f5c91a7-0a2a-4cf5-93bd-6784948ffaebn@googlegroups.com>
Subject: Re: Is there good IDE tool for fortran?
From: parekhvs@gmail.com (FortranFan)
Injection-Date: Mon, 30 Jan 2023 21:47:54 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2601
 by: FortranFan - Mon, 30 Jan 2023 21:47 UTC

On Monday, January 30, 2023 at 2:39:04 PM UTC-5, Lynn McGuire wrote:

> ..
> Yes, I have F77, C, and C++ all mixed up in my application. It is quite
> the mess and a serious challenge for the IDEs. ..

@Lynn McGuire,

Why don't you first stop spreading misinformation online?

Mixed language solutions on Windows OS involving Fortran, C, and C++ projects are *NOT* "a serious challenge for the IDEs", that is again misinformation you are trying to spread.

If you would just procure the right services or show a bit of discipline and humility and purpose and enterprise yourself, things would get working for WinSim.

Instead you have been at this over 10 years and again and again, you post erroneous information online from your experiences where you ostensibly tried to do things in unfathomable manner and failed.

You then repeatedly post online that in essence involves blaming the tools instead of fixing up your questionable code and workflow. Your posts are again and again simply spreading the wrong information about the capabilities that are available for mixed language applications on Windows OS with C++, C, and Fortran.

Re: Is there good IDE tool for fortran?

<tr9fvl$3fb9u$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3268&group=comp.lang.fortran#3268

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: lynnmcguire5@gmail.com (Lynn McGuire)
Newsgroups: comp.lang.fortran
Subject: Re: Is there good IDE tool for fortran?
Date: Mon, 30 Jan 2023 16:22:44 -0600
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <tr9fvl$3fb9u$2@dont-email.me>
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com>
<20230128154447.0e79aec6@herring> <tr40j5$2cb3u$2@dont-email.me>
<20230128220055.067f95dc@herring> <tr4hsc$2fi0r$1@dont-email.me>
<20230129125821.10914d9a@herring> <tr96cl$3dm6j$2@dont-email.me>
<2f5c91a7-0a2a-4cf5-93bd-6784948ffaebn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 30 Jan 2023 22:22:45 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="d9ef46f93c968ca1cbac6d6e4dd4d79c";
logging-data="3648830"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18+1pSb0u9TgF8AUFqUPtDl"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.6.1
Cancel-Lock: sha1:UlbNwIJ6OTGybUGW7BudeNKMP9g=
In-Reply-To: <2f5c91a7-0a2a-4cf5-93bd-6784948ffaebn@googlegroups.com>
Content-Language: en-US
 by: Lynn McGuire - Mon, 30 Jan 2023 22:22 UTC

On 1/30/2023 3:47 PM, FortranFan wrote:
> On Monday, January 30, 2023 at 2:39:04 PM UTC-5, Lynn McGuire wrote:
>
>> ..
>> Yes, I have F77, C, and C++ all mixed up in my application. It is quite
>> the mess and a serious challenge for the IDEs. ..
>
> @Lynn McGuire,
>
> Why don't you first stop spreading misinformation online?
>
> Mixed language solutions on Windows OS involving Fortran, C, and C++ projects are *NOT* "a serious challenge for the IDEs", that is again misinformation you are trying to spread.
>
> If you would just procure the right services or show a bit of discipline and humility and purpose and enterprise yourself, things would get working for WinSim.
>
> Instead you have been at this over 10 years and again and again, you post erroneous information online from your experiences where you ostensibly tried to do things in unfathomable manner and failed.
>
> You then repeatedly post online that in essence involves blaming the tools instead of fixing up your questionable code and workflow. Your posts are again and again simply spreading the wrong information about the capabilities that are available for mixed language applications on Windows OS with C++, C, and Fortran.

Hello Vipul Parekh,

Please seek help for your obsession with me and my business. You direly
need mental help.

Sincerely,
Lynn McGuire

Re: Is there good IDE tool for fortran?

<dcf31abb-abf7-4be4-ac61-d0f77d0056acn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=3269&group=comp.lang.fortran#3269

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:6214:1185:b0:537:7181:c8f8 with SMTP id t5-20020a056214118500b005377181c8f8mr1341966qvv.57.1675133905564;
Mon, 30 Jan 2023 18:58:25 -0800 (PST)
X-Received: by 2002:a05:6870:13d4:b0:160:33bd:df4a with SMTP id
20-20020a05687013d400b0016033bddf4amr2295560oat.288.1675133905204; Mon, 30
Jan 2023 18:58:25 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Mon, 30 Jan 2023 18:58:24 -0800 (PST)
In-Reply-To: <tr96cl$3dm6j$2@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=165.225.9.5; posting-account=ZZXq9AoAAAAQEcA7zKAGm0UFQh4gMBv7
NNTP-Posting-Host: 165.225.9.5
References: <50f2c26c-a7e1-4ab7-9bdb-01667a0ac4c9n@googlegroups.com>
<c58b5c43-5bfc-4368-882b-144ada676eafn@googlegroups.com> <20230128154447.0e79aec6@herring>
<tr40j5$2cb3u$2@dont-email.me> <20230128220055.067f95dc@herring>
<tr4hsc$2fi0r$1@dont-email.me> <20230129125821.10914d9a@herring> <tr96cl$3dm6j$2@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <dcf31abb-abf7-4be4-ac61-d0f77d0056acn@googlegroups.com>
Subject: Re: Is there good IDE tool for fortran?
From: parekhvs@gmail.com (FortranFan)
Injection-Date: Tue, 31 Jan 2023 02:58:25 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1680
 by: FortranFan - Tue, 31 Jan 2023 02:58 UTC

On Monday, January 30, 2023 at 2:39:04 PM UTC-5, Lynn McGuire wrote:

> ..
> Yes, I have F77, C, and C++ all mixed up in my application. It is quite
> the mess and a serious challenge for the IDEs. ..

@Lynn McGuire, get into the 1990s ..
https://snoweye.github.io/R_note/inc_menu/reference/mixed_lang_progr.htm

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor