Skip to content

Commit

Permalink
let action multi thread
Browse files Browse the repository at this point in the history
  • Loading branch information
xji3 committed Mar 12, 2024
1 parent 30d7cd0 commit 8ae90e4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,8 @@ public BeagleDataLikelihoodDelegate(Tree tree,
logger.info(" No external BEAGLE resources available, or resource list/requirements not met, using Java implementation");
}

if (!settings.useAction) {
instanceFlags = instanceDetails.getFlags();
}

instanceFlags = instanceDetails.getFlags();

if ((instanceFlags & BeagleFlag.THREADING_CPP.getMask()) != 0) {
if (IS_THREAD_COUNT_COMPATIBLE() && threadCount != 0) {
Expand Down

0 comments on commit 8ae90e4

Please sign in to comment.