exageostat_initR: Sets up the call to the rexageostat_init() C language...

Description Usage Arguments Value Author(s) Examples

Description

rexageostat_init demonstrates the R / C language interface

Usage

1
2
3
exageostat_init(ncores,
		gpus,
		ts)

Arguments

ncores

Integer - CPU threads

gpus

Integer - GPU threads

ts

Integer - tile size

Value

Returned value: None

Author(s)

Sameh Abdulah, Postdoctoral Fellow, Extreme Computing and Research Center, KAUST sameh.abdulah@kaust.edu.sa

Examples

1
2
3
4
5
6
7
#
# inline call at R command line or in another R function:
# Provides function arguments for and calls the R exageostat__gen_zR() function.
#
#exageostat_init(ncores,
#               gpus,
#               ts)

ecrc/exageostatR-dev documentation built on May 14, 2019, 3:06 a.m.