diff --git a/src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapper.py b/src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapper.py index 3e3282d9e8e..f8024330eb3 100755 --- a/src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapper.py +++ b/src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapper.py @@ -338,6 +338,9 @@ def __prepareCommand(self): submissionPolicy = self.ceArgs.get("SubmissionPolicy", gConfig.getValue("/LocalSite/SubmissionPolicy", "")) if submissionPolicy == "Application": configOptions += "-o /LocalSite/RemoteExecution=True " + # Disable the watchdog CPU wallclock check because the application is running + # on a remote worker node, so values are not relevant + (self.jobIDPath / "DISABLE_WATCHDOG_CPU_WALLCLOCK_CHECK").touch() command = executable if jobArguments: