Skip to content

Commit cc59ad5

Browse files
committed
remove unnecessary tm_stopwatch_push
1 parent fffd452 commit cc59ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quda_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* 2021 Bartosz Kostrzewa, Marco Garofalo, Ferenc Pittler, Simone Bacchio
88
* 2022 Simone Romiti, Bartosz Kostrzewa
99
* 2023 Aniket Sen, Bartosz Kostrzewa
10+
* 2024 Aniket Sen, Marco Garofalo, Bartosz Kostrzewa
1011
*
1112
* This file is part of tmLQCD.
1213
*
@@ -2716,7 +2717,6 @@ void compute_cloverdet_derivative_quda(monomial * const mnl, hamiltonian_field_t
27162717
exit(1);
27172718
}
27182719
void compute_ndcloverrat_derivative_quda(monomial * const mnl, hamiltonian_field_t * const hf, spinor ** const Qup, spinor ** const Qdn, solver_params_t * solver_params, int detratio) {
2719-
tm_stopwatch_push(&g_timers, __func__, "");
27202720
tm_debug_printf(0,0,"Error: UseExternalLibrary = quda requires that tmLQCD is compiled with --enable-quda_fermionic=yes\n");
27212721
exit(1);
27222722
}

0 commit comments

Comments
 (0)