Willem Deconinck

Results 92 comments of Willem Deconinck

It doesn't seem to be so straightforward to apply a general approach with '--file-var-root'. However I verified the generated file `/src/atlas_f/field/atlas_Field_module.F90` and I don't get the line-length going over 132,...

Thanks for that clarification @DJDavies2 . Perhaps you can try to add `FYPP_ARGS --line-numbering-mode=nocontlines` within this statement ? -> https://github.com/ecmwf/atlas/blob/develop/src/atlas_f/CMakeLists.txt#L279 And verify the continuation line "line markers" are gone? If...

Thanks for confirming it works. No need to change anything anymore. I will make the change in the fypp cmake macro exported by fckit. That should then automatically fix atlas...

That commit message in https://github.com/ecmwf/fckit/commit/613d53ef5257db641ab103aefb93322f4456eb57 auto-closed this PR. Interesting.... Please verify this works for you :)

This is now released in fckit 0.13.0

This test is still failing with MPI_SIZE = 120 and with grid O400. Partition 76 coincidentally ends up with only very few points for which a mesh cannot be generated....

> This test is still failing with MPI_SIZE = 120 and with grid O400. Other possibility is to use `functionspace::PointCloud` as a target. Then no mesh is attempted to be...

I suppose it is aborting because it is known not to work, and rather than aborting somewhere with something obscure deep down, it is already aborting at higher level. Please...

Hi @DJDavies2 I have merged your PR #34. Are there more fixes required to make to work with NAG? If not, please close the issue.

You can reuse this one. If the problem relates to the fckit_shared_object and related types, know that I am preparing a refactoring of this very soon.