diff --git a/submit.yml.erb b/submit.yml.erb
index 20a308cbbb09a94758792ef89b46d851956dc585..9b8c6ffb338abcc81141eefef65ee13b24b760b6 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"