Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26898178DD for ; Tue, 17 Mar 2015 14:41:11 +0000 (UTC) Received: (qmail 2398 invoked by uid 500); 17 Mar 2015 14:41:11 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 2358 invoked by uid 500); 17 Mar 2015 14:41:10 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 2349 invoked by uid 99); 17 Mar 2015 14:41:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 14:41:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CFCD2E0FBF; Tue, 17 Mar 2015 14:41:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: raminder@apache.org To: commits@airavata.apache.org Message-Id: <847854c8b6434bed96eeb8fbacc729bb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata git commit: Fixed AIRAVATA-1633. Date: Tue, 17 Mar 2015 14:41:10 +0000 (UTC) Repository: airavata Updated Branches: refs/heads/master 5749f124e -> d09957ba1 Fixed AIRAVATA-1633. Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d09957ba Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d09957ba Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d09957ba Branch: refs/heads/master Commit: d09957ba1b8c4b19c59349defccc9382a483619c Parents: 5749f12 Author: raminder Authored: Tue Mar 17 10:40:46 2015 -0400 Committer: raminder Committed: Tue Mar 17 10:40:46 2015 -0400 ---------------------------------------------------------------------- .../server/src/main/resources/PBSTemplate.xslt | 25 ++++++++++---------- .../server/src/main/resources/SGETemplate.xslt | 18 +++++++------- .../src/main/resources/SLURMTemplate.xslt | 22 ++++++++--------- 3 files changed, 33 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/d09957ba/modules/configuration/server/src/main/resources/PBSTemplate.xslt ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/PBSTemplate.xslt b/modules/configuration/server/src/main/resources/PBSTemplate.xslt index 7676883..fe94ef1 100644 --- a/modules/configuration/server/src/main/resources/PBSTemplate.xslt +++ b/modules/configuration/server/src/main/resources/PBSTemplate.xslt @@ -12,51 +12,51 @@ #! /bin/sh # PBS batch job submission script generated by Apache Airavata # - -##PBS -S + +#PBS -S - + #PBS -q - + #PBS -N - + #PBS -m - + #PBS -M - + #PBS -A - + #PBS -l walltime= - + #PBS -o - + #PBS -e - + #PBS -l mem= @@ -96,6 +96,7 @@ cd -R +~/rabbitmq-java-client-bin-3.3.5/runjava.sh com.rabbitmq.examples.SimpleProducer amqp:// , + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata/blob/d09957ba/modules/configuration/server/src/main/resources/SGETemplate.xslt ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/SGETemplate.xslt b/modules/configuration/server/src/main/resources/SGETemplate.xslt index 15c6d14..0658b35 100644 --- a/modules/configuration/server/src/main/resources/SGETemplate.xslt +++ b/modules/configuration/server/src/main/resources/SGETemplate.xslt @@ -12,47 +12,47 @@ #! /bin/bash # Grid Engine batch job script built by Apache Airavata # - + #$ -S #$ -V - + #$ -q - + #$ -m - + #$ -M - + #$ -A - + #$ -l h_rt= - + #$ -N - + #$ -o - + #$ -e http://git-wip-us.apache.org/repos/asf/airavata/blob/d09957ba/modules/configuration/server/src/main/resources/SLURMTemplate.xslt ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/SLURMTemplate.xslt b/modules/configuration/server/src/main/resources/SLURMTemplate.xslt index 1ca12df..ecafbc2 100644 --- a/modules/configuration/server/src/main/resources/SLURMTemplate.xslt +++ b/modules/configuration/server/src/main/resources/SLURMTemplate.xslt @@ -10,57 +10,57 @@ " - + #! - + #SBATCH -p - + #SBATCH -N - + #SBATCH -n - + #SBATCH -mail-user= - + #SBATCH -mail-type= - + #SBATCH -A - + #SBATCH -t - + #SBATCH -J - + #SBATCH -o - + #SBATCH -e