Computer software programming tools for Windows, Unix, Linux, C, C++, fortran, ada. automatic code generators fortran development tools static source code analysis software test automation test coverage build management systems programming source code analyzers software development lint debuggers MIL-STD-1750A
Software development powerfully simplified

FortranLint now supports Open MP

  • Assists programmers parallelizing existing serial code
  • Heuristic companion to compiler OpenMP Syntax Checks
  • Extends cross-reference to easily and quickly identify variable:
    • Usage: set/reference info. identified for each parallel region
    • Attributes: Private/Shared
  • Identifies Potential OpenMP hazards:
    • Race Conditions
    • Deadlock