We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb8be8 commit bb9e5cbCopy full SHA for bb9e5cb
1 file changed
src/colvaratoms_gpu.cpp
@@ -690,7 +690,6 @@ int colvaratoms_gpu::add_apply_force_nodes(
690
const cvm::atom_group* cpu_atoms, cudaGraph_t& graph,
691
std::unordered_map<std::string, cudaGraphNode_t>& nodes_map,
692
const std::vector<cudaGraphNode_t>& extra_initial_dependencies) {
693
- cvm::log("use_group_force = " + cvm::to_str((int)use_group_force) + " , use_apply_colvar_force = " + cvm::to_str((int)use_apply_colvar_force));
694
int error_code = COLVARS_OK;
695
if (cpu_atoms->b_dummy) return error_code;
696
colvarproxy* p = cvm::main()->proxy;
0 commit comments