README 478 B

12345678910111213
  1. Note: This program generate two sequences randomly. Please specify your own sequences for different uses.
  2. At the current stage, the program only supports two sequences with the same lengh, which can be divided by 16.
  3. Usage: ./nw 2048 10 ./nw.cl
  4. 2048 //the length of the sequence
  5. 10 //penalty value
  6. ./nw.cl //ocl kernel file
  7. ******Adjustable work group size*****
  8. RD_WG_SIZE_0 or RD_WG_SIZE_0_0
  9. USAGE:
  10. make clean
  11. make KERNEL_DIM="-DRD_WG_SIZE_0=16"