Skip to content

Commit d171dce

Browse files
committed
update documentation
Signed-off-by: Mats Van Molle <mats.vanmolle@icloud.com>
1 parent 974ad6a commit d171dce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

benchkit/benches/npb/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
variant of NPB (e.g., LU, CG, FT, MG, IS), where each kernel is built as a
1010
standalone executable for a chosen problem class.
1111
12+
For more information on NPB Please refer to: https://www.nas.nasa.gov/software/npb.html
13+
1214
The implementation covers:
1315
- Fetching the NPB release tarball (currently NPB 3.4.3) and extracting it
1416
- Generating the default build configuration (``config/make.def``)
@@ -148,7 +150,7 @@ def build(
148150
t_class: str = "A",
149151
) -> BuildResult:
150152
"""
151-
Configure and build the NAS Parallel Benchmarks (NPB) suite (OpenMP variant).
153+
Configure and build the NAS Parallel Benchmarks (NPB) suite.
152154
153155
This step prepares the NPB build system by materializing the ``make.def``
154156
configuration file from the provided template, creates the expected output
@@ -215,7 +217,7 @@ def run(
215217
Execute an NAS Parallel Benchmarks (NPB) workload.
216218
217219
Runs a single NPB kernel binary (e.g., ``lu``, ``cg``, ``ft``) built by the
218-
OpenMP NPB suite. The executed binary is selected via ``test_name`` and
220+
NPB suite. The executed binary is selected via ``test_name`` and
219221
``t_class``
220222
221223
The number of OpenMP threads is controlled through the ``OMP_NUM_THREADS``

0 commit comments

Comments
 (0)