qsub_run {qsub}R Documentation

Run a Function on a gridengine system!

Description

Run a Function on a gridengine system!

Usage

qsub_run(FUN, qsub_config = NULL, qsub_environment = NULL, ...)

Arguments

FUN

the function to be executed.

qsub_config

The configuration to use for this execution.

qsub_environment

NULL, a character vector or an environment. Specifies what data and functions will be uploaded to the server.

...

optional arguments to FUN.

See Also

create_qsub_config, set_default_qsub_config


[Package qsub version 1.1.3 Index]