Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuite4alya-testsuite4
  • Wiki
  • Database UML

Database UML · Changes

Page history
Update Database UML authored Sep 07, 2020 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Database-UML.md
View page @ 5abcb130
...@@ -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
Clone repository
  • Home
  • User
    • Presentation
    • SSH configuration
    • Get the testsuite
    • Basic usage
    • Advanced configuration
    • Advanced usage
    • Analyze the results
    • Code Coverage
  • Developer
    • Add a new test
    • Test configuration
    • Base file format
    • Manage the tolerances
    • Troubleshooting
  • Benchmarks
    • Database UML