You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's this all about? I've never seen any other program that required this.
In our code there should be no reference to specific Fortran compilers. Fully standard Fortran runs on all compilers, and that's all we should be using.
The text was updated successfully, but these errors were encountered:
A long time ago, g95 was better than gfortran. In order to call a g95
compiled
routine from C, you had to initialize the g95 run time library. I don't
know
whether this is still true. I haven't used g95 in years. We should get
rid of g95 support since it hasn't been tested.
On Fri, Aug 9, 2024 at 10:42 AM Edward Hartnett ***@***.***> wrote:
In wgrib2/New_grid.c we have:
#ifdef G95
// initialize g95 runtime library
if (g95_runstop == 0) { g95_runtime_start(0,NULL); g95_runstop = 1; }
#endif
What's this all about? I've never seen any other program that required
this.
In our code there should be no reference to specific Fortran compilers.
Fully standard Fortran runs on all compilers, and that's all we should be
using.
—
Reply to this email directly, view it on GitHub
<#225>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIB7ZW3FUVDC3HQEIGFKQ3ZQTIOFAVCNFSM6AAAAABMITME32VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2TQMBYGQYDENA>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
In wgrib2/New_grid.c we have:
What's this all about? I've never seen any other program that required this.
In our code there should be no reference to specific Fortran compilers. Fully standard Fortran runs on all compilers, and that's all we should be using.
The text was updated successfully, but these errors were encountered: