diff --git a/src/QMCDrivers/RMC/RMCSingleOMP.cpp b/src/QMCDrivers/RMC/RMCSingleOMP.cpp index 13d610d80..06a438313 100644 --- a/src/QMCDrivers/RMC/RMCSingleOMP.cpp +++ b/src/QMCDrivers/RMC/RMCSingleOMP.cpp @@ -87,9 +87,13 @@ bool RMCSingleOMP::run() if (Period4WalkerDump&& now_loc%myPeriod4WalkerDump==0) wClones[ip]->saveEnsemble(wit,wit_end); - if (ip==0) branchEngine->collect(CurrentStep, W, branchClones); //Ray Clay: For now, collects and syncs based on first reptile. Need a better way to do this. + branchEngine->collect(CurrentStep, W, branchClones); //Ray Clay: For now, collects and syncs based on first reptile. Need a better way to do this. } - // wClones[ip]->reptile->calcTauScaling(); + stringstream ss1; + app_log()<