We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I would like to know if tree-qmc software supports multi-threading when merging gene trees?
The text was updated successfully, but these errors were encountered:
There is a parallel version of TREE-QMC (fork); however, it is still undergoing testing. You can use the fork with the following instructions:
git clone https://github.com/ParAlg/TREE-QMC
2 Compile code:
cd TREE-QMC g++ -std=c++17 -O3 -I external/MQLib/include -I external/toms743 -I external/parlaylib/include -o tree-qmc -pthread -mcx16 -march=native src/*.cpp external/toms743/toms743.cpp external/MQLib/bin/MQLib.a -lm -DVERSION=\"$(cat version.txt)\"
3 Export the number of threads n you want to use, for example
n
export PARLAY_NUM_THREADS=n
in bash.
-w f
If you have issues, please post here. We can keep you posted about testing.
Sorry, something went wrong.
No branches or pull requests
Hello, I would like to know if tree-qmc software supports multi-threading when merging gene trees?
The text was updated successfully, but these errors were encountered: