Peter Tröger | 2 Jun 2009 16:49
Picon

Pending work on DRMAAv2 job monitoring

Dear all,

please remember to work actively on the set of new monitoring attributes for 
DRMAAv2. The table is still open for everybody:

http://spreadsheets.google.com/ccc?key=rrAIK9utkSoDQXF8kasYCLQ

I recently added the job monitoring possibilities from the viewpoint of Condor.

Best regards,
Peter.

Daniel Templeton schrieb:
> 26 May 2009 Meeting Minutes
> 
> ---------------------------
> 
> o Minutes from previous meeting accepted
> o Results of research into JSDL requestable resources in Google Docs
>   - http://spreadsheets.google.com/ccc?key=rrAIK9utkSoDQXF8kasYCLQ
>   - The set of monitorable attributes is not the same as the set of the 
> requestable attributes
>   - Easiest way to handle monitoring resources would be like the job 
> template
>     . Some required, some optional, openly extensible
>   - Should be able to monitor jobs that aren't in your session, just 
> like drmaa_job_ps()
>     . Means that we need to be able to report attributes we'd normally 
> expect to have known fixed values
>     . Also need to consider that job attributes can be altered after 
(Continue reading)

Adrian Paschke | 7 Jun 2009 11:08
Picon
Favicon

3rd International Symposium on Rules, Applications and Interoperability (RuleML-2009)

         [Apologies for multiple postings]

                                Call for Papers

                                  RuleML 2009

    3rd International Symposium on Rules, Applications and Interoperability
                   November 5-7 2009, Las Vegas, Nevada, USA

                            http://2009.ruleml.org/

                  co-located with the 12th Business Rules Forum

                           ----------------------------

Latest news

* Student grants of the value of up to $1000 plus free registration
* Keynote by Sandro Hawke, W3C RIF Contact - The Future of Rule Interchange
* New categories in the Challenge with prestigious prizes
* Rules standards session, W3C RIF workshop, and joint BRF/RuleML lunch
   panel on Web Rules

Sponsored by
===================================================================

Franz Inc
NICTA (National ICT Australia) Ltd
Corporate Semantic Web
Logic Programming Associated Ltd
(Continue reading)

Peter Tröger | 9 Jun 2009 10:26
Picon

Conference call - June 9th cancelled

Dear all,

the bi-weekly DRMAA call for this week is cancelled, due to a lack of  
progress in the attribute discussion. Please use the donated time for  
entering the new monitoring attributes YOU want to see in DRMAAv2. We  
also need more mappings to different DRM systems:

http://spreadsheets.google.com/ccc?key=rrAIK9utkSoDQXF8kasYCLQ

Thanks and best regards,
Peter.

--
  drmaa-wg mailing list
  drmaa-wg@...
  http://www.ogf.org/mailman/listinfo/drmaa-wg

Roger Brobst | 16 Jun 2009 01:19
Picon

Re: Conference call - June 9th cancelled


I updated the Job Monitoring sheet with the
relevant information for LSF.

-Roger

----Original Message----
From: =?ISO-8859-1?Q?Peter_Tr=F6ger?= <peter@...>
Sender: drmaa-wg-bounces@...
To: drmaa-wg@...
Subject: [DRMAA-WG]  Conference call - June 9th cancelled
Date: Tue, 9 Jun 2009 10:26:06 +0200

Dear all,

the bi-weekly DRMAA call for this week is cancelled, due to a lack of  
progress in the attribute discussion. Please use the donated time for  
entering the new monitoring attributes YOU want to see in DRMAAv2. We  
also need more mappings to different DRM systems:

http://spreadsheets.google.com/ccc?key=rrAIK9utkSoDQXF8kasYCLQ

Thanks and best regards,
Peter.

--
  drmaa-wg mailing list
  drmaa-wg@...
  http://www.ogf.org/mailman/listinfo/drmaa-wg
--
(Continue reading)

Aruna Kumari01 | 18 Jun 2009 10:39
Favicon

Java Binding for DRMAA for Sun Grid Engine

Hi,
I am trying to use Java binding for DRMAA for Sun Grid Engine. I can submit a simple .sh file.
I want to submit the file specifying resources so that it gets submitted on a particular machine. I am doing that using the command:
JobTemplate jt = session.createJobTemplate();

/*remoteCommand attribute tells DRMAA where to find the program we want to run.
Its value is the path to the executable.*/
// jt.setRemoteCommand("path");
jt.setNativeSpecification("-l mem_free=665M");
jt.setRemoteCommand("path");


/*we submit the job with Session.runJob().
This method returns the id assigned to the job by the queue master */
String id = session.runJob(jt);



but when I am not able to get the successful submission of the jobs.
The error comes as :
Error in submitting the job: error: no suitable queues
org.ggf.drmaa.DeniedByDrmException: error: no suitable queues

Any help in this regard would be highly appreciated.
Thanks...

Aruna

 

**************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
--
  drmaa-wg mailing list
  drmaa-wg@...
  http://www.ogf.org/mailman/listinfo/drmaa-wg
Aruna Kumari01 | 18 Jun 2009 11:30
Favicon

help

Hi,
I am trying to use Java binding for
DRMAA for Sun Grid Engine. I can submit a simple .sh file.
I want to submit the file specifying resources so that it gets submitted on a particular machine. I am doing that using the command:
JobTemplate jt = session.createJobTemplate();

/*remoteCommand attribute tells
DRMAA where to find the program we want to run.
Its value is the path to the executable.*/
// jt.setRemoteCommand("path");
jt.setNativeSpecification("-l mem_free=665M");
jt.setRemoteCommand("path");


/*we submit the job with Session.runJob().
This method returns the id assigned to the job by the queue master */
String id = session.runJob(jt);



but when I am not able to get the successful submission of the jobs.
The error comes as :
Error in submitting the job: error: no suitable queues
org.ggf.drmaa.DeniedByDrmException: error: no suitable queues

Any help in this regard would be highly appreciated.
Thanks...

Aruna

 

**************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
--
  drmaa-wg mailing list
  drmaa-wg@...
  http://www.ogf.org/mailman/listinfo/drmaa-wg
Daniel Gruber | 18 Jun 2009 11:58
Picon

Re: Java Binding for DRMAA for Sun Grid Engine

The gridengine user mailing list should be appropriate
for your questions: http://gridengine.sunsource.net/maillist.html

And without using the native specification the job does
run? And a simple qsub with -l mem_free=665M does
also work?

Regards

Daniel

On 06/18/09 10:39, Aruna Kumari01 wrote:
>
> Hi,
> I am trying to use Java binding for DRMAA for Sun Grid Engine. I can 
> submit a simple .sh file.
> I want to submit the file specifying resources so that it gets 
> submitted on a particular machine. I am doing that using the command:
> JobTemplate jt = session.createJobTemplate();
>
> /*remoteCommand attribute tells DRMAA where to find the program we 
> want to run.
> Its value is the path to the executable.*/
> // jt.setRemoteCommand("path");
> jt.setNativeSpecification("-l mem_free=665M");
> jt.setRemoteCommand("path");
>
>
> /*we submit the job with Session.runJob().
> This method returns the id assigned to the job by the queue master */
> String id = session.runJob(jt);
>
>
>
> but when I am not able to get the successful submission of the jobs.
> The error comes as :
> Error in submitting the job: error: no suitable queues
> org.ggf.drmaa.DeniedByDrmException: error: no suitable queues
>
> Any help in this regard would be highly appreciated.
> Thanks...
>
> Aruna
>
> http://www.hpccommunity.org/images/misc/progress.gif
>
>  
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
> for the use of the addressee(s). If you are not the intended recipient, please 
> notify the sender by e-mail and delete the original message. Further, you are not 
> to copy, disclose, or distribute this e-mail or its contents to any other person and 
> any such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
> every reasonable precaution to minimize this risk, but is not liable for any damage 
> you may sustain as a result of any virus in this e-mail. You should carry out your 
> own virus checks before opening the e-mail or attachment. Infosys reserves the 
> right to monitor and review the content of all messages sent to or from this e-mail 
> address. Messages sent to or from this e-mail address may be stored on the 
> Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>
> ------------------------------------------------------------------------
>
> --
>   drmaa-wg mailing list
>   drmaa-wg@...
>   http://www.ogf.org/mailman/listinfo/drmaa-wg
>   

--
  drmaa-wg mailing list
  drmaa-wg@...
  http://www.ogf.org/mailman/listinfo/drmaa-wg
Daniel Templeton | 18 Jun 2009 15:14
Picon

Re: Java Binding for DRMAA for Sun Grid Engine

When you submit a job with DRMAA, verification is turned on by default.  
That means the qmaster won't accept a job that cannot be run.  In your 
case, that means that you don't have a queue that offers 665M of free 
memory.  You can either fix that, reduce the amount of memory you're 
requesting, or turn off the verification by adding "-w n".

Daniel

Aruna Kumari01 wrote:
>
> Hi,
> I am trying to use Java binding for DRMAA for Sun Grid Engine. I can 
> submit a simple .sh file.
> I want to submit the file specifying resources so that it gets 
> submitted on a particular machine. I am doing that using the command:
> JobTemplate jt = session.createJobTemplate();
>
> /*remoteCommand attribute tells DRMAA where to find the program we 
> want to run.
> Its value is the path to the executable.*/
> // jt.setRemoteCommand("path");
> jt.setNativeSpecification("-l mem_free=665M");
> jt.setRemoteCommand("path");
>
>
> /*we submit the job with Session.runJob().
> This method returns the id assigned to the job by the queue master */
> String id = session.runJob(jt);
>
>
>
> but when I am not able to get the successful submission of the jobs.
> The error comes as :
> Error in submitting the job: error: no suitable queues
> org.ggf.drmaa.DeniedByDrmException: error: no suitable queues
>
> Any help in this regard would be highly appreciated.
> Thanks...
>
> Aruna
>
> http://www.hpccommunity.org/images/misc/progress.gif
>
>  
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
> for the use of the addressee(s). If you are not the intended recipient, please 
> notify the sender by e-mail and delete the original message. Further, you are not 
> to copy, disclose, or distribute this e-mail or its contents to any other person and 
> any such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
> every reasonable precaution to minimize this risk, but is not liable for any damage 
> you may sustain as a result of any virus in this e-mail. You should carry out your 
> own virus checks before opening the e-mail or attachment. Infosys reserves the 
> right to monitor and review the content of all messages sent to or from this e-mail 
> address. Messages sent to or from this e-mail address may be stored on the 
> Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>
> ------------------------------------------------------------------------
>
> --
>   drmaa-wg mailing list
>   drmaa-wg@...
>   http://www.ogf.org/mailman/listinfo/drmaa-wg
>   
--
  drmaa-wg mailing list
  drmaa-wg@...
  http://www.ogf.org/mailman/listinfo/drmaa-wg


Gmane