[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] ERROR "Syntax error in CONTINUE expression



Dear all,

In addition to my previous message:

It seems that the error occurs when Condor interprets LoadAvg and CondorLoadAvg.

Further, the "Windows Managament Instrumentation" service is running (not disabled).

Any idea how to solve this problem?

Thanks in advance,
Marijn Verkerk

M. Verkerk wrote:

Dear all,

While installing the Condor system on a workstation, it won't start properly because of the following error:

*************** StartLog

1/18 12:35:11 ERROR "Syntax error in CONTINUE expression: '( ((LoadAvg - CondorLoadAvg) <= 0.3) && (CurrentTime - EnteredCurrentActivity) > 10 && KeyboardIdle > 5 * 60 )'" at line 272 in file ..\src\condor_startd.V6\util.C

***************


This error message probably refers to the following parts in the config file:

*************** condor_config

CONTINUE        = $(UWCS_CONTINUE)

UWCS_CONTINUE = ($(CPUIdle) && ($(ActivityTimer) > 10) && (KeyboardIdle > $(ContinueIdleTime)))

***************

It seems to be a bit odd to me that the same configuration lines do work on another, pretty similar, machine.


Does anybody know a solution to this problem?

Thanks in advance,
Marijn Verkerk