Skip to content

This version allows multiple query structures on input

Compare
Choose a tag to compare
@stivalaa stivalaa released this 01 Sep 03:12
· 12 commits to master since this release

This version allows multiple query structures on input (in default mode, not -q mode), so that instead of having to load database and initialize GPU for just one query, this can be done just once for a large set of query structures (from stdin).

Also fixed some error messages so that if a structure (tableau and distance matrix) is larger than the maximum (MAXDIM in saparams.h) a better warning message is issued (with name and size) and structure (database or query) skipped, rather than triggering a misleading "bad helix type" error (caused by parsing following distance matrix with wrong size) and exiting.

Also output more CUDA GPU device information to stderr, as well as value of MAXDIM to make it clearer what the limits are.