Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 798 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 798 Bytes

fortran-unit-testing

Candidate Tools

tool description Known issues
GDB
    linaro DDT
      mdb A lightweight wrapper of gdb and lldb intended to make debugging MPI a lot simpler.
      • Not compatible with Apple ARM.
      • Maintained by only one person
      print statement Great for small programs and simple problems but provides very limited information and requires recompiling to alter that information. We recomend spending the time to learn how to use a debugging tool such as the others in this list.