Skip to main content

Home/ Groups/ GSCD_TE
jes stranig

: GscdWorkflowError - 0 views

  •  
    No trusted certificate found
florian bernard

Maven - Frequently Asked Technical Questions - 0 views

  • I have a jar that I want to put into my local repository. How can I copy it in?
jes stranig

Roadmap - ogsa-dai - 0 views

  •  
    OGSA-DAI Roadmap ¶ Overview 1. OGSA-DAI Roadmap 1. Overview 1. 3 month roadmap to July 2009 2. 6 month roadmap to October 2009 3. 9 month roadmap to January 2010 Overview ¶
florian bernard

Workflow Deployer Application - GRIA - 0 views

  • This guide describes the GRIA Workflow Deployer Application software which works in conjunction with the GRIA Workflow Application package, and enables the automatic conversion of a user-supplied XScufl workflow into a GRIA application, which is then automatically deployed onto a GRIA Job Service. XScufl workflows may be created using Taverna or g-Eclipse.
jes stranig

Application Metadata XML - GRIA - 0 views

  • Advanced usage Input arrays An application might require arrays of inputs, whose exact sizes are specified by the user when creating the job. This is supported by GRIA using the minOccurs, maxOccurs and defaultSize attributes on DataStager elements. For example, if your application took between 2 and 8 images as input, you might use the following XML: <DataStager type="input" name="inputImage" minOccurs="2" maxOccurs="8" defaultSize="2"> <Description>Input image</Description> <MimeType>image</MimeType></DataStager> You can use the defaultSize attribute to support older clients that do not know how to specify the desired size of arrays.
  • Advanced usage Input arrays An application might require arrays of inputs, whose exact sizes are specified by the user when creating the job. This is supported by GRIA using the minOccurs, maxOccurs and defaultSize attributes on DataStager elements. For example, if your application took between 2 and 8 images as input, you might use the following XML: <DataStager type="input" name="inputImage" minOccurs="2" maxOccurs="8" defaultSize="2"> <Description>Input image</Description> <MimeType>image</MimeType></DataStager> You can use the defaultSize attribute to support older clients that do not know how to specify the desired size of arrays.
  • Advanced usage Input arrays An application might require arrays of inputs, whose exact sizes are specified by the user when creating the job. This is supported by GRIA using the minOccurs, maxOccurs and defaultSize attributes on DataStager elements. For example, if your application took between 2 and 8 images as input, you might use the following XML: <DataStager type="input" name="inputImage" minOccurs="2" maxOccurs="8" defaultSize="2"> <Description>Input image</Description> <MimeType>image</MimeType></DataStager> You can use the defaultSize attribute to support older clients that do not know how to specify the desired size of arrays.
    • jes stranig
       
      Creation d'un DataStrager par input lors de son utilisation
florian bernard

Key concepts and classes - GRIA - 0 views

  • UsernameIdentityProviderA new key-pair is generated and given a certificate signed by another Identity. This is for use in portals where users only have usernames and passwords rather then key-pairs.
  • UsernameIdentityProviderA new key-pair is generated and given a certificate signed by another Identity. This is for use in portals where users only have usernames and passwords rather then key-pairs.
  • KrbIdentityProvider An Identity is fetched from a Kerberos service. This allows users with a Kerberos or Active Directory login to get an Identity automatically.
  • ...3 more annotations...
  • An Identi
  • UsernameIdentityProviderA new key-pair is generated and given a certificate signed by another Identity. This is for use in portals where users only have usernames and passwords rather then key-pairs.
  • UsernameIdentityProviderA new key-pair is generated and given a certificate signed by another Identity. This is for use in portals where users only have usernames and passwords rather then key-pairs.
  •  
    UsernameIdentityProvider A new key-pair is generated and given a certificate signed by another Identity. This is for use in portals where users only have usernames and passwords rather then key-pairs.
jes stranig

p2p-fs Home Page - 0 views

  • none has a higher preference/authority than any other
jes stranig

Git (software) - Wikipedia, the free encyclopedia - 0 views

  • Git does not get slower as the project history grows larger
  •  
    Git does not get slower as the project history grows larger
florian bernard

Flowify - 0 views

  • InstallationGuide - installation of the complete software stack to run applications on Gria with the use of the resource broker
  •  
    InstallationGuide - installation of the complete software stack to run applications on Gria with the use of the resource broker
florian bernard

Client Programming Tutorial - GRIA - 0 views

  • Running a Groovy script   This is the easiest way to access the Java API. To try it out, create a script named test.groovy containing: println "Starting Groovy script!" def jobService = serviceFactory.createServiceProxy("https://host:8443/gria-basic-app-services/services/JobService?wsdl") println "Getting ID..." def id = jobService.getServiceProviderID() println "Job service identity: " + id Replace host with the address of your GRIA job service. The script is run by passing it as an argument to the normal gridcli command. For example: $ gridcli test.groovy Starting Groovy script! Getting ID... Job service identity: <subject> <subject> will appear at the identity of your job service. The configured keystore and active plugins are the same as when running the GRIA client normally.  
florian bernard

Re: [gria] GRIA 5.3 released - 0 views

  • The bulk of the changes in 5.3 are to the client API. One exciting new > feature is built-in support for Groovy, a scripting language with a > Java-like syntax. For example, the following script will upload the > "source.jpg" file, process it with the "paint" application on > griademo1 > and then download the result:
  • > def GRIADEMO1_JOB_SERVICE_WSDL = > "https://griademo1.it-innovation.soton.ac.uk/gria-basic-app-services/services/JobService?wsdl > > " > def JOB_TYPE = "http://it-innovation.soton.ac.uk/grid/imagemagick/paint > " > def jobService = > serviceFactory.createServiceProxy(GRIADEMO1_JOB_SERVICE_WSDL) > def swirlJob = jobService.createJob(JOB_TYPE, "My swirl job") > swirlJob.input("inputImage").saveFromFile(new File("source.jpg")) > swirlJob.startJob(null) > while (swirlJob.stillActive()) { > println "Waiting..." > Thread.sleep(1000) > } > swirlJob.output("outputImage").read(new File("result.jpg")) > swirlJob.destroy() > > To try it, save the script as "paint.groovy" and then run the client > like this (you'll need a "source.jpg" file too, of course): > > $ gridcli ./paint.groovy > > The above script also demonstrates the new API. "serviceFactory" takes > the URL of a service's WSDL and creates a proxy for it. Notice that, > unlike the 5.2 API, 5.3 does not require you to store the proxy in a > repository.
florian bernard

Medical Simulation Services via the Grid - 0 views

  •  
    GRIA
1 - 20 of 42 Next › Last »
Showing 20 items per page