lnode_script: Constructs a shell script as a vector of strings. Its purpose...

View source: R/preload.r

lnode_scriptR Documentation

Constructs a shell script as a vector of strings. Its purpose is to run in a login node shell and submit a pbdR server batch job that runs for a specified time or until closed. It also opens an ssh tunnel from the login node to the running server head node.

Description

Modification for platform-specific parameters should be done with a function via the FUN parameter of the launch() function rather than rewriting lnode_script().

Usage

lnode_script(fn, port, rwd = "~/", ...)

Arguments

fn

A list of file names that will be created on the server. Normally the defaults specified in launch() function are fine.

port

The port used by the server.

rwd

Remote working directory as a string.

...

Unmatched arguments are passed down to pbs_default()

Value

A shell script as a vector of strings.


RBigData/launchr documentation built on April 28, 2022, 10:33 a.m.