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

Re: [Condor-users] Windows jobs behave deifferently under Condor



Michael Jinks wrote:
On Wed, Aug 23, 2006 at 12:02:51PM +1000, Philip Crawford wrote:
1. Is SPSSWIN.EXE going to create a Window, even a minimised one? Condor
won't allow an application to run which creates a GUI window.

Condor _can_ run applications that use GUI windows. Try this:

universe = vanilla
executable = c:\windows\system32\notepad.exe
log = notepad.log
queue

Of course, you won't actually see the window unless USE_VISIBLE_DESKTOP is True. So windows are OK as long as no interaction is required.

Greg Quinn
Condor Team