MCPcopy Create free account
hub / github.com/BirolLab/abyss / loadSequences

Method loadSequences

Parallel/NetworkSequenceCollection.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const int DEDICATE_CONTROL_AT = 1000;
32
33void NetworkSequenceCollection::loadSequences()
34{
35 Timer timer("LoadSequences");
36 for (unsigned i = opt::rank; i < opt::inFiles.size();
37 i += opt::numProc)
38 AssemblyAlgorithms::loadSequences(this, opt::inFiles[i]);
39}
40
41/** Receive, process, send, and synchronize.
42 * @return the number of inflight messages

Callers

nothing calls this directly

Calls 2

loadSequencesFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected