Edward Hartnett

Results 327 comments of Edward Hartnett

OK, autoreconf -i should be all you need. You do need to have reasonably recent versions of autoconf, automake, and libtool.

I loved travis, but I live github actions even more. ;-)

Here's something I'm now doing in the PIO config to detect version 4.7.2, which won't work. One could imagine doing this for every version, and so learning the version in...

The problem is the use of an f90 feature in f77 code. The answer is to introduce a new car, and initialize it properly for f77. I will see if...

Really? And no one has noticed until now? Yet you seem to be correct! Is there some reason no one has ever needed these functions in the last 15 years?

OK, that's great, thanks @wkliao . Now we just need to get that into the docs...

I am building with gfortran-11 now in my local test system, and having no problems. Are you seeing the flag: -fallow-argument-mismatch it should be turned on by configure and used...

Well this is clearly not right, and also we need to be able to build netcdf-fortran without those flags on GNU! Which I don't know how to do. ;-) (Do...

Yes, I see what FMS is doing, with the designated I/O ranks. PIO delivers that capability in a general way. One advantage of PIO is that it will allow pass-through...

I would really like to start on this, but until we can resolve #98 and #102 its pointless to invest any effort in this untested code.