Thanks for the tip.
Trilok
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Douglas Clayton Sent: Thursday, July 30, 2009 4:47 PM To: Condor-Users Mail List Subject: Re: [Condor-users] Running jobs in Xen (vm universe) Trilok,
There are a few easy ways to get condor running your executable. If you look at the information here:
-In your VM Image configured to run a script, say run.bat, on the CD-ROM. Then your submit files would contain something like:
vm_cdrom_files = run.bat, input.txt, common.data.txt
vm_should_transfer_cdrom_files = YES
-Put a script in the Startup sequence for windows that runs the arguments passed in via condor. The start-up script could execute the CD-ROMs condor.arg file, and your submit file would contain:
arguments= c:\myprog\program_to_run.exe -i inputs
-Have Condor run inside your VM
There are a few considerations for each of these options, but these are the general strategies for doing what you're trying to do.
Hope this helps,
Doug
On Jul 30, 2009, at 3:53 PM, Acharya, Trilok wrote:
--
===================================
Douglas Clayton phone: 919.647.9648
Cycle Computing, LLC Leader in Condor Grid Solutions Enterprise Condor Support and Management Tools http://www.cyclecomputing.com IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses. |