Skip to content

Commit

Permalink
doc: Mention benchmark script (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuhn committed Oct 14, 2021
1 parent b2244ec commit a378e13
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/hdf5.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ $ spack install enzo@master ^[email protected]:
$ spack load enzo
$ export HDF5_VOL_CONNECTOR=julea-db
$ ./scripts/setup.sh start
# It might currently be necessary to start Enzo twice due to a bug
$ enzo -d "$(spack location -i enzo)/run/Hydro/Hydro-3D/CollapseTestNonCosmological/CollapseTestNonCosmological.enzo"
$ ./scripts/setup.sh stop
```
18 changes: 18 additions & 0 deletions doc/installation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ $ ninja -C bld-release install

Finally, you have to create a [configuration](configuration.md) if you do not have one already.

## Benchmarks

JULEA provides a script that executes benchmarks to measure the performance of JULEA's different components.

```console
$ ./scripts/setup.sh start
$ ./scripts/benchmark.sh
$ ./scripts/setup.sh stop
```

By default, the individual benchmarks will run for approximately one second.
This can be changed using the `-d` or `--duration` option.
Additional options can be shown using `-h` or `--help`.

```console
$ ./scripts/benchmark.sh -d 60
```

## Using Specific Compilers

JULEA and its dependencies can also be built using specific compilers instead of the default ones.
Expand Down

0 comments on commit a378e13

Please sign in to comment.