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

Re: [Condor-users] Submit description file for multiple data sets



Thanks Gunjit,
 
What will be equivalent condor DRMAA based code  segment that represent the following job template ? In short, i wish to submit a cluster of jobs (same executbale with different sets of arguments) through DRMAA.
 

Executable = foo

Universe = vanilla

Arguments = 15 2000

Queue

Arguments = 20 4000

Queue

 

with thanks and regards

Bala



From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of GUNJIT MISHRA
Sent: 29 June 2010 13:49
To: Condor-Users Mail List
Subject: Re: [Condor-users] Submit description file for multiple data sets

You  can  over write the arguments every time and queue an instance leaving the other things intact . As an example
 

Executable = foo

Universe = vanilla

Arguments = 15 2000

Queue

Arguments = 20 4000

Queue

the above submit file will queue 2 instances of foo with arguments 15,2000 for first and 20,4000 for second. You can similarly give for 300 instances

 
 
 
 

Gunjit Mishra
B-Tech Part III
Computer Science Department,
IT-BHU, Varanasi
mob : 9457408418


On Tue, Jun 29, 2010 at 10:58 AM, AMARNATH, Balachandar <BALACHANDAR.AMARNATH@xxxxxxxxxx> wrote:

Hi,

 I am a new bie to condor. I wish to run say 300 simulation and every simulation takes three arguments with different values. How can I write a submit description file for this scenario. I found some examples in the manual but failed to locate a sample file to specify different values for the arguments, (the initial value might start from 0 and end up with 150 with discrete steps of increment).I will be happy If some one can give me a pointer

With thanks and regards
Balachandar

The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/


This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.