Description Usage Arguments Value Author(s) Examples
rexageostat_init
demonstrates the R / C language interface
1 2 3 | exageostat_init(ncores,
gpus,
ts)
|
ncores |
Integer - CPU threads |
gpus |
Integer - GPU threads |
ts |
Integer - tile size |
Returned value: None
Sameh Abdulah, Postdoctoral Fellow, Extreme Computing and Research Center, KAUST sameh.abdulah@kaust.edu.sa
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.