Repository: airavata Updated Branches: refs/heads/develop e06136165 -> 251070bb3
removing script from PBS script Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/251070bb Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/251070bb Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/251070bb Branch: refs/heads/develop Commit: 251070bb3ce1eca6f5efd51a87462f49daddb3c8 Parents: e061361 Author: scnakandala <[email protected]> Authored: Thu Jun 15 11:00:07 2017 -0400 Committer: scnakandala <[email protected]> Committed: Thu Jun 15 11:00:07 2017 -0400 ---------------------------------------------------------------------- modules/configuration/server/src/main/resources/PBS_Groovy.template | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/251070bb/modules/configuration/server/src/main/resources/PBS_Groovy.template ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/PBS_Groovy.template b/modules/configuration/server/src/main/resources/PBS_Groovy.template index 71659bf..97c49eb 100644 --- a/modules/configuration/server/src/main/resources/PBS_Groovy.template +++ b/modules/configuration/server/src/main/resources/PBS_Groovy.template @@ -1,6 +1,5 @@ #!${shellName} -#PBS batch job submission script generated by Apache Airavata <% if(shellName != null && shellName != "") out.print '#PBS -S ' + shellName + '\n' if (queueName != null && queueName != "") out.print '#PBS -q ' + queueName + '\n'
