Repository: airavata Updated Branches: refs/heads/develop 60bfc4db9 -> c65d05080
./modules/configuration/server/src/main/resources/gfac-config.yaml Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/c65d0508 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/c65d0508 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/c65d0508 Branch: refs/heads/develop Commit: c65d05080f58cf1abb77c9fdf95bc03dc41942d9 Parents: 60bfc4d Author: Suresh Marru <[email protected]> Authored: Thu Apr 28 10:30:29 2016 -0400 Committer: Suresh Marru <[email protected]> Committed: Thu Apr 28 10:30:29 2016 -0400 ---------------------------------------------------------------------- modules/configuration/server/src/main/resources/gfac-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/c65d0508/modules/configuration/server/src/main/resources/gfac-config.yaml ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/gfac-config.yaml b/modules/configuration/server/src/main/resources/gfac-config.yaml index 7495557..8a5f48f 100644 --- a/modules/configuration/server/src/main/resources/gfac-config.yaml +++ b/modules/configuration/server/src/main/resources/gfac-config.yaml @@ -91,6 +91,7 @@ resources: resourceEmailAddresses: - slurm@comet # comet - [email protected] # stampede + - [email protected] # Lonestar 5 - jobManagerType: UGE commandOutputParser: org.apache.airavata.gfac.impl.job.UGEOutputParser @@ -105,4 +106,4 @@ resources: - iu.xsede.edu # test resource mail address - jobManagerType: FORK - commandOutputParser: org.apache.airavata.gfac.impl.job.ForkOutputParser \ No newline at end of file + commandOutputParser: org.apache.airavata.gfac.impl.job.ForkOutputParser
