Codebase list kmc / 760fe6e
increase autopkgtest stress to 512 threads Étienne Mollier 3 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2424 echo "run: OK"
2525
2626 # Multi-threaded runs have been known to be faulty (#954270).
27 echo 'Running kmc (32 threads)'
27 echo 'Running kmc (512 threads)'
2828 rm -f 1.kmc_suf 1.kmc_pre
29 kmc -ci1 -m1 -k28 -t32 $ORIGDIR/debian/tests/sample_6.fastq.gz 1 .
29 kmc -ci1 -m1 -k28 -t512 $ORIGDIR/debian/tests/sample_6.fastq.gz 1 .
3030 ls -Al
3131 [ -s 1.kmc_suf ]
3232 [ -s 1.kmc_pre ]
33 echo "kmc (32 threads): OK"
33 echo "kmc (512 threads): OK"
3434
3535 # In the end, default options should, ideally, work on any configuration.
3636 echo 'Running kmc (default thread count)'