|
2 | 2 | { |
3 | 3 | "name": "app-amg", |
4 | 4 | "description": "parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids", |
| 5 | + "family": "simulation", |
5 | 6 | "type": "standalone", |
6 | 7 | "image": "ghcr.io/converged-computing/metric-amg:latest", |
7 | 8 | "url": "https://github.com/LLNL/AMG" |
8 | 9 | }, |
9 | 10 | { |
10 | 11 | "name": "app-kripke", |
11 | 12 | "description": "parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids", |
| 13 | + "family": "simulation", |
12 | 14 | "type": "standalone", |
13 | 15 | "image": "ghcr.io/converged-computing/metric-kripke:latest", |
14 | 16 | "url": "https://github.com/LLNL/Kripke" |
15 | 17 | }, |
16 | 18 | { |
17 | 19 | "name": "app-lammps", |
18 | 20 | "description": "LAMMPS molecular dynamic simulation", |
| 21 | + "family": "simulation", |
19 | 22 | "type": "standalone", |
20 | 23 | "image": "ghcr.io/converged-computing/metric-lammps:latest", |
21 | 24 | "url": "https://www.lammps.org/" |
22 | 25 | }, |
23 | 26 | { |
24 | 27 | "name": "app-pennant", |
25 | 28 | "description": "Unstructured mesh hydrodynamics for advanced architectures ", |
| 29 | + "family": "simulation", |
26 | 30 | "type": "standalone", |
27 | 31 | "image": "ghcr.io/converged-computing/metric-pennant:latest", |
28 | 32 | "url": "https://github.com/LLNL/pennant" |
29 | 33 | }, |
30 | 34 | { |
31 | 35 | "name": "app-quicksilver", |
32 | 36 | "description": "A proxy app for the Monte Carlo Transport Code", |
| 37 | + "family": "simulation", |
33 | 38 | "type": "standalone", |
34 | 39 | "image": "ghcr.io/converged-computing/metric-quicksilver:latest", |
35 | 40 | "url": "https://github.com/LLNL/Quicksilver" |
36 | 41 | }, |
37 | 42 | { |
38 | 43 | "name": "io-fio", |
39 | 44 | "description": "Flexible IO Tester (FIO)", |
| 45 | + "family": "storage", |
40 | 46 | "type": "storage", |
41 | 47 | "image": "ghcr.io/converged-computing/metric-fio:latest", |
42 | 48 | "url": "https://fio.readthedocs.io/en/latest/fio_doc.html" |
43 | 49 | }, |
44 | 50 | { |
45 | 51 | "name": "io-sysstat", |
46 | 52 | "description": "statistics for Linux tasks (processes) : I/O, CPU, memory, etc.", |
| 53 | + "family": "storage", |
47 | 54 | "type": "storage", |
48 | 55 | "image": "ghcr.io/converged-computing/metric-sysstat:latest", |
49 | 56 | "url": "https://github.com/sysstat/sysstat" |
50 | 57 | }, |
51 | 58 | { |
52 | 59 | "name": "network-netmark", |
53 | 60 | "description": "point to point networking tool", |
| 61 | + "family": "network", |
54 | 62 | "type": "standalone", |
55 | 63 | "image": "vanessa/netmark:latest", |
56 | 64 | "url": "" |
57 | 65 | }, |
58 | 66 | { |
59 | 67 | "name": "network-osu-benchmark", |
60 | 68 | "description": "point to point MPI benchmarks", |
| 69 | + "family": "network", |
61 | 70 | "type": "standalone", |
62 | 71 | "image": "ghcr.io/converged-computing/metric-osu-benchmark:latest", |
63 | 72 | "url": "https://mvapich.cse.ohio-state.edu/benchmarks/" |
64 | 73 | }, |
65 | 74 | { |
66 | 75 | "name": "perf-sysstat", |
67 | 76 | "description": "statistics for Linux tasks (processes) : I/O, CPU, memory, etc.", |
| 77 | + "family": "performance", |
68 | 78 | "type": "application", |
69 | 79 | "image": "ghcr.io/converged-computing/metric-sysstat:latest", |
70 | 80 | "url": "https://github.com/sysstat/sysstat" |
|
0 commit comments