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

Re: [Condor-users] excel on condor



Title: excel on condor

Hi Jeff:

 

Assuming you workbook app starts running when you open it, and that Excel is installed on all the execute nodes, you should be able to use something akin to the following:

 

universe = vanilla
executable = <enter your ms office path here>\excel.exe

arguments = C:\sdk2.xls

transfer_executable = false

error = c:\sdk2.err

queue

 

What happened with your submission is that Condor does not know how to execute Excel data files, it only handles executables and batch files.

 

-B

 

 

 

From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Tkacheff GS14 Jeffrey C
Sent: Tuesday, August 28, 2007 12:28 PM
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] excel on condor

 

et al,

new user to condor.

we have an excel workbook app that we would like to run multiple times on
our condor cluster as a test. if the test is successful then we will move
our bigger excel models over for multiple runs.

this some things that I have tried.

I noticed that I can start the workbook from the command prompt just by
entering the name at the command prompt. this will start the excel app
running. armed with this knowledge I built a "submit" file for the
condor_submit command that looks like this.

universe = vanilla
executable = c:\sdk2.xls
error = c:\sdk2.err
queue

when I run this file with condor_submit, the command runs with no errors, a
computer in the cluster is "claimed" and nothing happens. the app should
take about 15 minutes to execute, but is over in a couple of seconds.

does anyone have any working knowledge of launching excel apps on condor?

thx
jeff tkacheff