... | @@ -12,17 +12,13 @@ classDiagram |
... | @@ -12,17 +12,13 @@ classDiagram |
|
Benchmark : +VARCHAR[20] name
|
|
Benchmark : +VARCHAR[20] name
|
|
Benchmark : +BIGINT[UNSIGNED] elements
|
|
Benchmark : +BIGINT[UNSIGNED] elements
|
|
Benchmark : +BIGINT[UNSIGNED] nodes
|
|
Benchmark : +BIGINT[UNSIGNED] nodes
|
|
```
|
|
|
|
```mermaid
|
|
|
|
classDiagram
|
|
|
|
class Build
|
|
class Build
|
|
Build: +BIGINT[UNSIGNED] id
|
|
Build: +BIGINT[UNSIGNED] id
|
|
Build: +VARCHAR[20] name
|
|
Build: +VARCHAR[20] name
|
|
Build: +VARCHAR[20] version
|
|
Build: +VARCHAR[20] version
|
|
Build: +JSON options
|
|
Build: +JSON options
|
|
```
|
|
|
|
```mermaid
|
|
|
|
classDiagram
|
|
|
|
class XP
|
|
class XP
|
|
XP : +BIGINT[UNSIGNED] id
|
|
XP : +BIGINT[UNSIGNED] id
|
|
XP : +BIGINT[UNSIGNED] session
|
|
XP : +BIGINT[UNSIGNED] session
|
... | @@ -32,11 +28,10 @@ classDiagram |
... | @@ -32,11 +28,10 @@ classDiagram |
|
XP : +DATETIME end_date
|
|
XP : +DATETIME end_date
|
|
XP : +BIGINT[UNSIGNED] mpi
|
|
XP : +BIGINT[UNSIGNED] mpi
|
|
XP : +BIGINT[UNSIGNED] openmp
|
|
XP : +BIGINT[UNSIGNED] openmp
|
|
```
|
|
|
|
```mermaid
|
|
|
|
classDiagram
|
|
|
|
class Measure
|
|
class Measure
|
|
Measure: +BIGINT[UNSIGNED] id
|
|
Measure: +BIGINT[UNSIGNED] id
|
|
|
|
Measure: +BIGINT[UNSIGNED] xp
|
|
```
|
|
```
|
|
|
|
|
|
elements, noeuds, boundaries, url, platform, noeuds hpc, mpi, openmp, build, vector_size_cpu, vector_size_gpu |
|
elements, noeuds, boundaries, url, platform, noeuds hpc, mpi, openmp, build, vector_size_cpu, vector_size_gpu |
|
|
|
\ No newline at end of file |