You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/11/08 06:17:16 UTC

[airavata] 01/01: Merge pull request #184 from DImuthuUpe/AIRAVATA-2625-FIX

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 2d84196b073e4f17ff1e5375215efb9f12aa3f90
Merge: caf34aa fa161fd
Author: Dimuthu <di...@gmail.com>
AuthorDate: Thu Nov 8 01:17:10 2018 -0500

    Merge pull request #184 from DImuthuUpe/AIRAVATA-2625-FIX
    
    Fixing Airavata 2625 : Derive and present Text outputs in Experiment summary

 .../org/apache/airavata/gfac/core/GFacUtils.java   |  48 ++--
 .../airavata/gfac/core/cluster/RemoteCluster.java  |   9 +
 .../airavata/gfac/impl/BESRemoteCluster.java       |   5 +
 .../airavata/gfac/impl/HPCRemoteCluster.java       |   9 +-
 .../airavata/gfac/impl/LocalRemoteCluster.java     |  14 ++
 .../org/apache/airavata/gfac/impl/SSHUtils.java    |  39 +++
 .../airavata/gfac/impl/task/SCPDataStageTask.java  | 277 +++++++++++++++------
 .../airavata/gfac/server/GfacServerHandler.java    |   4 +-
 .../cpi/impl/SimpleOrchestratorImpl.java           |   5 +
 9 files changed, 315 insertions(+), 95 deletions(-)