... | @@ -6,22 +6,25 @@ classDiagram |
... | @@ -6,22 +6,25 @@ classDiagram |
|
Session : +DATETIME start_date
|
|
Session : +DATETIME start_date
|
|
Session : +DATETIME end_date
|
|
Session : +DATETIME end_date
|
|
Session : +VARCHAR[20] hpc_system
|
|
Session : +VARCHAR[20] hpc_system
|
|
|
|
```
|
|
|
|
```mermaid
|
|
classDiagram
|
|
classDiagram
|
|
class Benchmark
|
|
class Benchmark
|
|
Benchmark : +BIGINT[UNSIGNED] id
|
|
Benchmark : +BIGINT[UNSIGNED] id
|
|
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
|
|
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
|
|
|
|
```
|
|
classDiagram
|
|
```mermaid
|
|
|
|
classDiagram
|
|
class XP
|
|
class XP
|
|
XP : +BIGINT[UNSIGNED] id
|
|
XP : +BIGINT[UNSIGNED] id
|
|
XP : +BIGINT[UNSIGNED] session
|
|
XP : +BIGINT[UNSIGNED] session
|
... | @@ -31,11 +34,11 @@ classDiagram |
... | @@ -31,11 +34,11 @@ 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
|
|
classDiagram
|
|
class Measure
|
|
class Measure
|
|
Measure: +BIGINT[UNSIGNED] id
|
|
Measure: +BIGINT[UNSIGNED] id
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
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 |
|
|