Update printout.

This commit is contained in:
Ye Luo 2018-01-07 14:31:51 -06:00
parent bdabb85533
commit b5f1473115
2 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,7 @@ bool DMCcuda::run()
}
else if(UseTMove==TMOVE_V1)
{
APP_ABORT("Tmove v1 has not been implemented.\n please contact the developers if you need this feature");
APP_ABORT("Tmove v1 has not been implemented on GPU.\n please contact the developers if you need this feature");
}
// Now branch
BranchTimer.start();

View File

@ -50,6 +50,7 @@ int NonLocalTOperator::put(xmlNodePtr cur)
if(use_tmove=="no")
{
v_tmove=TMOVE_OFF;
o << " Using Locality Approximation";
}
else if(use_tmove=="yes"||use_tmove=="v0")
{