summaryrefslogtreecommitdiffstats
path: root/bin/batch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/batch')
-rw-r--r--bin/batch/ctestP.lsf.in.cmake2
-rw-r--r--bin/batch/ctestS.lsf.in.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/batch/ctestP.lsf.in.cmake b/bin/batch/ctestP.lsf.in.cmake
index c410a1d..2777f39 100644
--- a/bin/batch/ctestP.lsf.in.cmake
+++ b/bin/batch/ctestP.lsf.in.cmake
@@ -1,6 +1,6 @@
#!/bin/tcsh
### LSF syntax
-#BSUB -n 1 #number of nodes
+#BSUB -nnodes 1 #number of nodes
#BSUB -W 30 #walltime in minutes
#BSUB -G guests #account
#BSUB -e ctestPerrors.txt #stderr
diff --git a/bin/batch/ctestS.lsf.in.cmake b/bin/batch/ctestS.lsf.in.cmake
index a6f4ff8..5692574 100644
--- a/bin/batch/ctestS.lsf.in.cmake
+++ b/bin/batch/ctestS.lsf.in.cmake
@@ -1,6 +1,6 @@
#!/bin/tcsh
### LSF syntax
-#BSUB -n 1 #number of nodes
+#BSUB -nnodes 1 #number of nodes
#BSUB -W 29 #walltime in minutes
#BSUB -G guests #account
#BSUB -e ctestSerrors.txt #stderr