From b6d9cc13e85ac7a0644883fc0bafc965fd92efe9 Mon Sep 17 00:00:00 2001
From: Jeremy Nicklas <jnicklas@osc.edu>
Date: Wed, 15 Nov 2017 11:46:08 -0500
Subject: [PATCH] remove PBS/Torque example

It can confuse PBSPro users.
---
 submit.yml.erb | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/submit.yml.erb b/submit.yml.erb
index 20a308c..9b8c6ff 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -30,11 +30,3 @@ batch_connect:
 # @example Specify nodes with specific features for all jobs
 #script:
 #  native: [ "-N", "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>", "-C", "c12" ]
-
-# Examples for PBS/Torque
-#
-# @example Specify the PPN for all jobs
-#script:
-#  native:
-#    resources:
-#      nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"
-- 
GitLab