Edward Hartnett

Results 327 comments of Edward Hartnett

I can build (or at least try to build) FMScoupler with either GNU or Intel Fortran. I am trying Intel Fortran at the moment. This is using a new, autotools-based...

OK, thanks for the info! I will keep trying...

OK, I've updated the code. Now I see a failure like this: ``` mpiifort -fpp -Wp,-w -I/home/Edward.Hartnett/local/hdf5-1.10.5/include -I/home/Edward.Hartnett/local/netcdf-fortran-4.4\ .5/include -fno-alias -stack_temps -safe_cray_ptr -ftz -assume byterecl -i4 -r8 -nowarn -g -sox...

I don't know what should be done. We do not want to limit the dimension size. So what should we do here?

Well what should it do if there is a dimension that is too big for a 32-bit int? Error out? Does windows really not have a 64-bit int? That sounds...

Well I cannot see why this is not working. I'll take another look and see what I can figure out...

I believe we will just live with this, at least until we achieve a much higher level of testing elsewhere. I think you can close this issue.

Well I don't think there is any solution to this except to change sinv so that it can read some initialization file to find the location of the master tables....

This has good code coverage now, 96%, with only one untested bort. But as the new yellow lines are showing us, there are considerable if-statements that could be tested both...

I believe we all agree that all new files added should be .F90 and in Fortran free format. We can convert existing files after testing is complete.