Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

│   ├──   ├──   ├── c-binding                 # C style API definitions for external use

│ ├── ├── ├── ├── -- drmaa2.cpp # API definitions
│   ├──   ├──   ├──   ├──  -- drmaa2.h         # API and declaration
│   ├──   ├──   ├── cpp-binding               # CPP style class definitions for external use

│ ├──
├── ├── -- drmaa2.hpp # Class level declaration

...

|   ├──   ├──   ├──   man                     # Man pages
| ├── ├── ├── -- Doxygen.in           # Doxygen configure file
|   ├──   ├──   ├──  test                          # Testing 
|   ├──   ├──   ├──  unittesting   ├──  unittesting         # White-box testing(using CppUnit).
|   ├──   ├──   ├──  ├──benchmarks     benchmarks          # Placeholder for Load and stress tests

...