Parallel CMS: Approach
Performance critical CMS computation: compare vehicle PDU and mine location in a loop over all mines
Parallelize using Origin2000 C++ compiler pragmas such as pfor to decompose this loop over processors
Two approaches being explored:
- simpler: decompose only the topmost loop over minefields
- optimal: linearize the nested linked lists of minefields / components / mines and decompose the resulting mine array