Skip to content

Sort small sets

S-01551

As a Tullow Geophysicist I want to sort small sets of traces because I would like maximum versatility.

PreDev Notes

ADDME

Implementation Notes:

ADDME

System Test Changes:

ADDME

Bug Fixes:

ADDME

C++ API Changes:

ADDME

C API Changes:

ADDME

Success Criteria:

  • Sets with less than 3 traces per process can be sorted
  • Larger sets are sorted as before, or better (performance & accuracy)

The code currently will not sort sets if there are less than 3 traces per process. This is due to the possibility of an infinite loop in this case. The sort algorithm should be modified or an alternative for this case should be implemented to allow for small sets to be sorted.

See PDF ParallelSortAlgorithmsOverview.pdf in GoogleDrive

CREATED ON - 28/11/2016

Edited by Christopher Werner
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information