Skip to content

Commit 2a29f04

Browse files
committed
docs: update readme
1 parent b00a834 commit 2a29f04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Microbenchmarks:
2424
* [Polybench](./tasks/polybench/README.md) - experiment to measure the baseline overhead of using WebAssembly to execute the [PolyBench/C](https://web.cse.ohio-state.edu/~pouchet.2/software/polybench/) kernels.
2525
* [Kernels (MPI)](./tasks/kernels_mpi/README.md) - microbenchmark of Faabric's MPI implementation using a subset of the [ParRes Kernels](https://github.com/ParRes/Kernels)
2626
* [Kernels (OpenMP)](./tasks/kernels_omp/README.md) - microbenchmark of Faabric's OpenMP implementation using a subset of the [ParRes Kernels](https://github.com/ParRes/Kernels).
27-
* LULESH - TODO
27+
* [LULESH](./tasks/lulesh/README.md) - experiment using Granny to run a one-off explicit shock dynamic simulation with LLNL's [LULESH](https://github.com/LLNL/LULESH).
2828
* [LAMMPS](./tasks/lammps/README.md) - experiment using Faabric to run a one-off molecule simulation using [LAMMPS](https://www.lammps.org)
2929
* [Migration](./tasks/migration/README.md) - microbenchmark showcasing the benefits of migrating an MPI application to improve locality.
3030
* [Elastic] - TODO

tasks/kernels_mpi/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ as a microbenchmark for Granny's MPI implementation.
88
In the `experiment-base` terminal, run:
99

1010
```bash
11-
(faasm-exp-base) inv cluster.provision --vm Standard_D8_v5 --nodes 2 cluster.credentials
11+
(faasm-exp-base) inv cluster.provision --vm Standard_D8_v5 --nodes 3 cluster.credentials
1212
```
1313

1414
## Granny
1515

1616
Deploy the cluster:
1717

1818
```bash
19-
(faasm-exp-faabric) faasmctl deploy.k8s --workers=4
19+
(faasm-exp-faabric) faasmctl deploy.k8s --workers=2
2020
```
2121

2222
Upload the WASM file:

0 commit comments

Comments
 (0)