Edward Hartnett
Edward Hartnett
Yes, the convenience library issue is next on the chopping block. If we can eliminate them, let's take a look at that. On Tue, Apr 14, 2020 at 10:15 AM...
OK @skosukhin I have looked what you have done with convenience libraries. However, there is one fly in the ointment. I would like to separate (as they were in olden...
It's just what is in the Unidata Fortran code. ;-) He didn't change the license. Just some of the code. Sorry I put the whole file in instead of just...
OK, I started with a test, and the test works fine. I added code to existing test nf_test/tst_f77_v2.F). Take a look at PR #330 and you will see that it...
OK for future reference, the way to do this is to submit a PR to the netcdf-c repo, with your modified test and also the code fix that makes the...
Can you submit such a PR? I have been looking at your code and it's not clear what changes need to be made to the test...
Leon, Since we want this to be in the next release of netcdf-fortran, and that is imminent, we need to get this PR in as soon as we can...
Is this still happening with the new release?
Seems like this issue can be closed now.
I just built netcdf-c-4.8.0 with netcdf-fortran-4.5.3, also using MPI for parallelIO. All tests passed. I had to use: FCFLAGS='-fallow-argument-mismatch -g -Wall' FFLAGS='-fallow-argument-mismatch -g -Wall' The fortran library just hands the...