Re: [gt-user] GT and OGSA services + General questions

2012-11-18 Thread john889
Is this mailing list even being followed? Or should I send to the development mailing list? Regards, J On 11/18/2012 at 2:29 AM, john...@hushmail.com wrote:Greetings GT comunity, I have read the OGSA specification, and as far as I understand that GT is a reference implementation of OGSA. However,

[gt-user] Preliminary stuff: OGSA services in GT5 + a bonus question

2012-11-18 Thread john889
Greetings GT comunity, I have read the OGSA specification, and as far as I understand that GT is a reference implementation of OGSA. However, I find it difficult to accurately map the OGSA services to the tools and services that are provided by GT. For example, let's pick GRAM5. Is there any page i

Re: [gt-user] GT and OGSA services + General questions

2012-11-18 Thread Sill, Alan
John, This list is for users of the Globus Toolkit, which is one portion of the many software products produced by the Globus team. It is primarily for user problems, and operates largely as a forum for the user community, with occasional input from members of the Globus team. So yes, gt-dev

[gt-user] How to distribute problems to multiple resources (computers)?

2012-11-18 Thread john889
Greetings GT community, Suppose that a pool of computers are able to donate their idle CPU time, how can a problem (i.e. an piece of code) get executed in them in a distributed manner? For example, when I use the command globus-job-submit, or globus-job-run, how will my local machine know where s

Re: [gt-user] How to distribute problems to multiple resources (computers)?

2012-11-18 Thread Ian Foster
I think that BOINC is what you are looking for. Or Condor. On Nov 18, 2012, at 5:52 PM, john...@hushmail.com wrote: > Greetings GT community, > > Suppose that a pool of computers are able to donate their idle CPU time, how > can a problem (i.e. an piece of code) get executed in them in a distri

Re: [gt-user] How to distribute problems to multiple resources (computers)?

2012-11-18 Thread Steven C Timm
The GT4 globus toolkit did include an implementation of the Monitoring and Discovery Service, which can be used by a number of sites to advertise to some central service which could then tell the user where to globus-job-submit (or globusrun-ws –submit as GT4 did.) In practice most production gr