slurm_upload: SLURM Upload

Description Usage Arguments Value See Also Examples

View source: R/slurm.R

Description

SLURM Upload

Usage

1
slurm_upload(session, slurm_job, ...)

Arguments

session

ssh connection created with apex_connect

slurm_job

a slurm_job object created with slurm_apply

...

further arguments passed to apex_upload

Value

target location as string

See Also

apex_upload

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
session <- apex_connect()
do_search <- function(x, y) x + y
slurm_job <- slurm_apply(do_search,
                         data.frame(x = seq( 0, 42,  21),
                                    y = seq(42,  0, -21)),
                         "find_meaning")
slurm_upload(session, slurm_job)

## End(Not run)

Saint-Louis-University/sluhpc documentation built on Oct. 30, 2019, 11:47 p.m.