-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
91 lines (91 loc) · 2.94 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: starvz
Title: R-Based Visualization Techniques for Task-Based Applications
Version: 0.8.2
Authors@R: c(
person("Lucas", "Mello Schnorr", email = "[email protected]", role = c("aut", "ths"), comment = c(ORCID = "0000-0003-4828-9942")),
person("Vinicius", "Garcia Pinto", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-6845-9358")),
person("Lucas", "Leandro Nesi", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8874-1839")),
person("Marcelo", "Cogo Miletto", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-1191-3863")),
person("Guilherme", "Alles", email = "[email protected]", role = c("ctb")),
person("Arnaud", "Legrand", email = "[email protected]", role = c("ctb")),
person("Luka", "Stanisic", email = "[email protected]", role = c("ctb")),
person("Rémy", "Drouilhet", email = "[email protected]", role = c("ctb"))
)
Description: Performance analysis workflow that combines the power of the R
language (and the tidyverse realm) and many auxiliary tools to
provide a consistent, flexible, extensible, fast, and versatile
framework for the performance analysis of task-based applications
that run on top of the StarPU runtime (with its MPI (Message
Passing Interface) layer for multi-node support). Its goal is to
provide a fruitful prototypical environment to conduct performance
analysis hypothesis-checking for task-based applications that run
on heterogeneous (multi-GPU, multi-core) multi-node HPC
(High-performance computing) platforms.
URL: https://github.com/schnorr/starvz
BugReports: https://github.com/schnorr/starvz/issues
Depends: R (>= 3.6.0)
Imports: methods,
grDevices,
stats,
utils,
magrittr,
dplyr,
ggplot2,
tibble,
rlang,
tidyr,
patchwork,
purrr,
readr (>= 1.4.0),
stringr,
yaml,
lpSolve,
gtools,
data.tree,
RColorBrewer,
zoo,
Rcpp
License: GPL-3
Encoding: UTF-8
SystemRequirements: C++, arrow package with gzip codec, StarPU
LazyData: true
LinkingTo: Rcpp (>= 1.0.6), BH
RoxygenNote: 7.2.3
Collate:
'RcppExports.R'
'starvz_data.R'
'phase1.R'
'phase1_outlier.R'
'phase1_parse_csv.R'
'phase2.R'
'phase2_aggregation.R'
'phase2_applications.R'
'phase2_atree.R'
'phase2_config.R'
'phase2_events.R'
'phase2_gaps.R'
'phase2_imbalance.R'
'phase2_kchart.R'
'phase2_lackready.R'
'phase2_memory.R'
'phase2_metrics.R'
'phase2_mpi.R'
'phase2_node_summary.R'
'phase2_pmtool.R'
'phase2_progress.R'
'phase2_states_chart.R'
'phase2_themes.R'
'phase2_time_integration.R'
'phase2_util.R'
'phase2_var_chart.R'
'phase2_var_panels.R'
'read_functions.R'
'write_functions.R'
Suggests:
arrow (>= 3.0.0),
testthat,
flexmix,
car,
viridis,
ggrepel,
mclust