Sort fixed-length unsigned integer keys into ascending order with the ability to carry along fixed-length auxiliary data. The sort must be stable unless the benchmark is indicated with -U (ISORT-U).
The input and output should be in the sequence file format. The output file must be in sorted with respect to the integer values. If there is auxiliary data it must be included in the output and the sort must be stable unless indicated with -U.
randomSeq -t int <n> <filename>
exptSeq -t int <n> <filename>
randomSeq -t int <n> <tmpname>
addDataSeq -t int <tmpname> <filename>
randomSeq -t int -r 256 <n> <tmpname>
addDataSeq -t int <tmpname> <filename>
This project has been funded by the following sources:
Intel Labs Academic Research Office for the Parallel Algorithms for Non-Numeric Computing Program,
National Science Foundation, and
IBM Research.