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 @ 2837bec6
......@@ -6,22 +6,25 @@ classDiagram
Session : +DATETIME start_date
Session : +DATETIME end_date
Session : +VARCHAR[20] hpc_system
```
```mermaid
classDiagram
class Benchmark
Benchmark : +BIGINT[UNSIGNED] id
Benchmark : +VARCHAR[20] name
Benchmark : +BIGINT[UNSIGNED] elements
benchmark : +BIGINT[UNSIGNED] nodes
```
```mermaid
classDiagram
class Build
Build: +BIGINT[UNSIGNED] id
Build: +VARCHAR[20] name
Build: +VARCHAR[20] version
Build: +JSON options
classDiagram
```
```mermaid
classDiagram
class XP
XP : +BIGINT[UNSIGNED] id
XP : +BIGINT[UNSIGNED] session
......@@ -31,11 +34,11 @@ classDiagram
XP : +DATETIME end_date
XP : +BIGINT[UNSIGNED] mpi
XP : +BIGINT[UNSIGNED] openmp
```
```mermaid
classDiagram
class Measure
Measure: +BIGINT[UNSIGNED] id
```
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