Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 557 Bytes

notation.md

File metadata and controls

27 lines (15 loc) · 557 Bytes

Naming convention

  • For .c files: __fw{s, r, t}_{method}.c __where s=standard, r=recursive and t=tiled.
  • For folders with results: _{s, r, t}method/

OpenMp

  • One Makefile that compiles all source codes.
  • All .c files in folder OpenMp.
  • Result of make in make folders.
  • Results of run in _{s, r, t}method/ folders.

tbb

  • Separate folder and Makefile for each method.
  • In _{s, r, t}method/ folders:
    • Makefile
    • Source code
    • Result of make in make folder.
    • Results of run in results folder.