1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-25 13:15:55 +01:00

Merge branch 'develop' into gauge_action_deriv

This commit is contained in:
Mashy Green 2025-03-10 08:35:57 +00:00
commit 0000d2e558
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ AC_ARG_ENABLE([tracing],
case ${ac_TRACING} in
nvtx)
AC_DEFINE([GRID_TRACING_NVTX],[1],[use NVTX])
LIBS="${LIBS} -lnvToolsExt64_1"
LIBS="${LIBS} -lnvToolsExt"
;;
roctx)
AC_DEFINE([GRID_TRACING_ROCTX],[1],[use ROCTX])

View File

@ -64,8 +64,8 @@ int main(int argc, char **argv) {
TheHMC.TheAction.push_back(Level1);
TheHMC.TheAction.push_back(Level2);
TheHMC.Parameters.MD.MDsteps = 36;
TheHMC.Parameters.MD.trajL = 1.0;
TheHMC.Parameters.MD.MDsteps = 2;
TheHMC.Parameters.MD.trajL = 0.1;
TheHMC.ReadCommandLine(argc, argv);
TheHMC.Run();