File: lsfSleigh.Rd

package info (click to toggle)
r-cran-nws 2.0.0.3-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,056 kB
  • sloc: python: 1,464; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\name{lsfSleigh}
\alias{lsfSleigh}
\title{sleigh Auxiliary Function}
\description{
  This function will properly check to see if the R script
  has been launched in a parallel fashion. If so, it will
  start jobs on the provided nodes using SSH. If not, it expects
  that the parameter \code{N} contains the number of nodes to start
  via \code{bsub}. Extra arguments to \code{bsub} can be provided using the
  \code{lsfoptions} parameter.
}

\keyword{methods}
\keyword{internal}