HINGE icon indicating copy to clipboard operation
HINGE copied to clipboard

Multiple CPU cores

Open mictadlo opened this issue 7 years ago • 3 comments

Hi, Does HINGE support Multiple CPU cores, if yes then how many?

Thank you in advance.

Michal

mictadlo avatar Feb 08 '17 01:02 mictadlo

HINGE does not currently support multiple CPU cores yet. Most of the computational cost of HINGE is in DALIGNER, which does support multiple cores. However, we're under active development and are thinking of adding multi-core support to some time consuming portions of HINGE.

govinda-kamath avatar Feb 10 '17 08:02 govinda-kamath

Can I pass anyhow a number of cores to DALIGNER?

mictadlo avatar Feb 10 '17 09:02 mictadlo

The command would be

HPC.daligner -T<no-of-threads> <db-name> | bash -v

More details are here

govinda-kamath avatar Feb 10 '17 17:02 govinda-kamath