Skip to content

Commit 2a54890

Browse files
authored
Merge pull request #2700 from devitocodes/remove-makepbs
misc: Remove make-pbs.py
2 parents ad6303f + 88d3944 commit 2a54890

File tree

2 files changed

+0
-103
lines changed

2 files changed

+0
-103
lines changed

benchmarks/user/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -223,21 +223,6 @@ At this point, just follow the instructions on screen. The next time you run
223223
the benchmark, the modified C code will be re-compiled and executed. Thus,
224224
you will see the performance impact of your changes.
225225

226-
## Running on HPC clusters
227-
228-
`benchmark.py` can be used to evaluate MPI on multi-node systems:
229-
```bash
230-
mpiexec python benchmark.py ...
231-
```
232-
In `bench` mode, each MPI rank will produce a different `.json` file
233-
summarizing the achieved performance in a structured format.
234-
235-
Further, we provide `make-pbs.py`, a simple program to generate PBS files
236-
to submit jobs on HPC clusters. Take a look at `python make-pbs.py --help`
237-
for more information, and in particular `python make-pbs.py generate --help`.
238-
`make-pbs.py` is especially indicated if interested in running strong scaling
239-
experiments.
240-
241226
## Benchmark output
242227

243228
The GFlops/s and GPoints/s performance, Operational Intensity (OI) and

benchmarks/user/make-pbs.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)