Performance benchmarking

This section provides information and results from performance benchmarking of gprMax.

How to benchmark?

The following simple models (found in the tests/benchmarking sub-package) can be used to benchmark gprMax on your own system. The models feature different domain sizes and contain a simple source in free space.

1
2
3
4
5
6
7
#domain: 0.1 0.1 0.1
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 3e-9

#waveform: gaussiandotnorm 1 900e6 MySource
#hertzian_dipole: x 0.05 0.05 0.05 MySource
#rx: 0.05 0.05 0.05
1
2
3
4
5
6
7
#domain: 0.15 0.15 0.15
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 3e-9

#waveform: gaussiandotnorm 1 900e6 MySource
#hertzian_dipole: x 0.05 0.05 0.05 MySource
#rx: 0.05 0.05 0.05
1
2
3
4
5
6
7
#domain: 0.2 0.2 0.2
#dx_dy_dz: 0.001 0.001 0.001
#time_window: 3e-9

#waveform: gaussiandotnorm 1 900e6 MySource
#hertzian_dipole: x 0.05 0.05 0.05 MySource
#rx: 0.05 0.05 0.05

Using the following steps to collect and report benchmarking results for each of the models:

  1. Run gprMax in benchmarking mode, e.g. python -m gprMax tests/benchmarking/bench_100x100x100.in -benchmark
  2. Use the plot_benchmark module to create plots of the execution time and speed-up, e.g. python -m tests.benchmarking.plot_benchmark tests/benchmarking/bench_100x100x100.npz. You can combine results into a single plot, e.g. e.g. python -m tests.benchmarking.plot_benchmark tests/benchmarking/bench_100x100x100.npz --otherresults tests/benchmarking/bench_150x150x150.npz.
  3. Share your data by emailing us your Numpy archives and plot files to info@gprmax.com

Results

Mac OS X

iMac15,1

_images/Apple_iMac15,1+Ccode.png

Fig. 49 Execution time and speed-up factor plots for Python/Cython-based gprMax and previous (v.2) C-based code.

Note

Zero threads indicates that the code was compiled serially, i.e. without using OpenMP.

The results demonstrate that the Python/Cython-based code is faster, in these two benchmarks, than the previous version which was written in C. It also shows that the performance scaling with multiple OpenMP threads is better with the C-based code. Results from the C-based code show that when it is compiled serially the performance is approximately the same as when it is compiled with OpenMP and run with a single thread. With the Python/Cython-based code this is not the case. The overhead in setting up and tearing down the OpenMP threads means that for a single thread the performance is worse than the serially-compiled version.

iMac15,1

_images/Apple_iMac15,1.png

MacPro1,1

_images/Apple_MacPro1,1.png

MacPro3,1

_images/Apple_MacPro3,1.png

Linux

Dell PowerEdge R630

_images/Dell_PowerEdge_R630.png

Lenovo System x3650 M5

_images/Lenovo_System_x3650_M5.png

SuperMicro SYS-7048GR-TR

_images/Supermicro_SYS-7048GR-TR.png

Windows

Lenovo T430

_images/Lenovo_T430.png

Dell Z420

_images/DellZ420.png