Damian Rouson
Damian Rouson
As the list of issues grow here, we might consider ways to rank issues for whatever value that adds in informing the committee discussion. There could be labor-saving value in...
I recently used the term "Fortran idioms" or possibly "idiomatic Fortran" on comp.lang.fortran and someone commented that they weren't sure such a thing exists, which makes me think that it...
As an important complement to introducing explicit typing, it would be great for RefactorF4Acc to also prevent implicit typing by inserting `implicit none` in each scope,
To Do ------ - [X] Add @certik and @tclune to the new generics team. - [X] Invite @FortranFan and @mleair to be members of the j3-fortran GitHub organization. - [...
I hope the benefit of this pull request extends beyond this specific refactoring and serves as a guide for other codes contributed to this project. The aim is to demonstrate...
It would be a really big time-saver for someone encountering these codes for the first time if every code is written as a test that reports success or failure so...
When complete, this Pull Request (PR) will address #929 by making it possible for a project to build alternatively with or without the Message Passing Interface ([MPI]) wrappers. To Do...
Use an example to recommend against using line continuation.