You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Raminderjeet Singh (JIRA)" <ji...@apache.org> on 2013/04/09 22:08:17 UTC

[jira] [Commented] (AIRAVATA-818) Set host dynamically per service request

    [ https://issues.apache.org/jira/browse/AIRAVATA-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13627019#comment-13627019 ] 

Raminderjeet Singh commented on AIRAVATA-818:
---------------------------------------------

Code snippet is

ExperimentAdvanceOptions options = airavataAPI.getExecutionManager().createExperimentAdvanceOptions(
				workflowName, username, null);

NodeSettingsImpl nodeSettings = new NodeSettingsImpl(setNodeName);

options.getCustomWorkflowSchedulingSettings().addNewNodeSettings(nodeSettings) 
                
> Set host dynamically per service request
> ----------------------------------------
>
>                 Key: AIRAVATA-818
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-818
>             Project: Airavata
>          Issue Type: Bug
>          Components: Airavata Client
>    Affects Versions: 0.7
>            Reporter: Raminderjeet Singh
>
> I want to set the host name using airavata api on each service/application request in a workflow. Airavata API org.apache.airavata.client.impl.NodeSettings does not allow me to set HostSchedulingSettings or HPCSettings (setter missing) to dynamically select a host and set HPC setting based on size of the application run. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira