starvz_sample_lu {starvz} | R Documentation |
Small StarVZ data of LU Factorization
Description
A small StarVZ data object obtained from Chameleon+StarPU LU Factorization Generated by:
library(starvz) pre_phase1 <- starvz_phase1(system.file("extdata", "lu_trace", package = "starvz"), lu_colors, state_filter=2, whichApplication="lu") starvz_sample_lu <- starvz_read(system.file("extdata", "lu_trace", package = "starvz"), system.file("extdata", "config.yaml", package = "starvz"), selective=FALSE) usethis::use_data(starvz_sample_lu)
Usage
starvz_sample_lu
Format
An object of class starvz_data
of length 24.
Source
starvz_phase1 and starvz_read
[Package starvz version 0.8.0 Index]