Computation Benchmarks

Readers of our motherboard review section will have noted the trend in modern motherboards to implement a form of MultiCore Enhancement / Acceleration / Turbo (read our report here) on their motherboards.  This does several things – better benchmark results at stock settings (not entirely needed if overclocking is an end-user goal), at the expense of heat and temperature, but also gives in essence an automatic overclock which may be against what the user wants.  Our testing methodology is ‘out-of-the-box’, with the latest public BIOS installed and XMP enabled, and thus subject to the whims of this feature.  It is ultimately up to the motherboard manufacturer to take this risk – and manufacturers taking risks in the setup is something they do on every product (think C-state settings, USB priority, DPC Latency / monitoring priority, memory subtimings at JEDEC).  Processor speed change is part of that risk which is clearly visible, and ultimately if no overclocking is planned, some motherboards will affect how fast that shiny new processor goes and can be an important factor in the purchase.  Processors which were tested on MultiCore Turbo enabled systems are indicated with a '+' symbol in the graphs.

For reference, the Z87I does have this feature enabled by default, although performance in some benchmarks is not what we would expect in this configuration.

Point Calculations - 3D Movement Algorithm Test

The algorithms in 3DPM employ both uniform random number generation or normal distribution random number generation, and vary in various amounts of trigonometric operations, conditional statements, generation and rejection, fused operations, etc.  The benchmark runs through six algorithms for a specified number of particles and steps, and calculates the speed of each algorithm, then sums them all for a final score.  This is an example of a real world situation that a computational scientist may find themselves in, rather than a pure synthetic benchmark.  The benchmark is also parallel between particles simulated, and we test the single thread performance as well as the multi-threaded performance.

3D Particle Movement Single Threaded3D Particle Movement MultiThreaded

The MSI Z87I performs as expected in the single threaded test, however in the multi-threaded test we get a score around 700, rather than the 730+ we normally see with MultiCore Turbo enabled.  In fact, despite the system (and CPU-Z) recognizing the full 3.9 GHz implementation, the benchmark performs similar to a non-MCT implementation.

Compression - WinRAR 4.2

With 64-bit WinRAR, we compress the set of files used in the USB speed tests. WinRAR x64 3.93 attempts to use multithreading when possible, and provides as a good test for when a system has variable threaded load.  WinRAR 4.2 does this a lot better! If a system has multiple speeds to invoke at different loading, the switching between those speeds will determine how well the system will do.

WinRAR 4.2

Despite the 3DPM-MT tests, the MSI Z87I is on par with WinRAR.

Image Manipulation - FastStone Image Viewer 4.2

FastStone Image Viewer is a free piece of software I have been using for quite a few years now.  It allows quick viewing of flat images, as well as resizing, changing color depth, adding simple text or simple filters.  It also has a bulk image conversion tool, which we use here.  The software currently operates only in single-thread mode, which should change in later versions of the software.  For this test, we convert a series of 170 files, of various resolutions, dimensions and types (of a total size of 163MB), all to the .gif format of 640x480 dimensions.

FastStone Image Viewer 4.2

Being single threaded, the Z87I performs similarly to other boards for FastStone.

Video Conversion - Xilisoft Video Converter 7

With XVC, users can convert any type of normal video to any compatible format for smartphones, tablets and other devices.  By default, it uses all available threads on the system, and in the presence of appropriate graphics cards, can utilize CUDA for NVIDIA GPUs as well as AMD WinAPP for AMD GPUs.  For this test, we use a set of 33 HD videos, each lasting 30 seconds, and convert them from 1080p to an iPod H.264 video format using just the CPU.  The time taken to convert these videos gives us our result.

Xilisoft Video Converter 7

The Z87I fits in the middle between the non-MCT result and the other motherboards that have MCT, suggesting a continuance of the MCT issues observed.

Rendering – PovRay 3.7

The Persistence of Vision RayTracer, or PovRay, is a freeware package for as the name suggests, ray tracing.  It is a pure renderer, rather than modeling software, but the latest beta version contains a handy benchmark for stressing all processing threads on a platform. We have been using this test in motherboard reviews to test memory stability at various CPU speeds to good effect – if it passes the test, the IMC in the CPU is stable for a given CPU speed.  As a CPU test, it runs for approximately 2-3 minutes on high end platforms.

PovRay 3.7 Multithreaded Benchmark

PovRay is particularly good at finding out if a benchmark is always at a constant speed on all tests, and in this case our results on the Z87I match what we saw with XVC – somewhere between the other MCT enabled motherboards and our non-MCT result.

Video Conversion - x264 HD Benchmark

The x264 HD Benchmark uses a common HD encoding tool to process an HD MPEG2 source at 1280x720 at 3963 Kbps.  This test represents a standardized result which can be compared across other reviews, and is dependent on both CPU power and memory speed.  The benchmark performs a 2-pass encode, and the results shown are the average of each pass performed four times.

x264 HD Benchmark Pass 1x264 HD Benchmark Pass 2

The x264 results propagate the XVC and PovRay results, showing a performance better than true stock but lower than true MCT.

Grid Solvers - Explicit Finite Difference

For any grid of regular nodes, the simplest way to calculate the next time step is to use the values of those around it.  This makes for easy mathematics and parallel simulation, as each node calculated is only dependent on the previous time step, not the nodes around it on the current calculated time step.  By choosing a regular grid, we reduce the levels of memory access required for irregular grids.  We test both 2D and 3D explicit finite difference simulations with 2n nodes in each dimension, using OpenMP as the threading operator in single precision.  The grid is isotropic and the boundary conditions are sinks.  Values are floating point, with memory cache sizes and speeds playing a part in the overall score.

Explicit Finite Difference Grid Solver (2D)Explicit Finite Difference Grid Solver (3D)

The biggest variance in results comes from our 2D explicit solver result, where the Z87I scores 1122 Mnps compared to 1300+ from MCT enabled motherboards.  This result was consistent across reboots and other memory configurations, suggesting a fundamental issue.  Though this should not cause a scare for owners of this board – this is the only benchmark I found to produce this result, and thus seems like an edge case.  In the 3D variant we are still down, by 8% this time, rather than the 15% observed in 2D.

Grid Solvers - Implicit Finite Difference + Alternating Direction Implicit Method

The implicit method takes a different approach to the explicit method – instead of considering one unknown in the new time step to be calculated from known elements in the previous time step, we consider that an old point can influence several new points by way of simultaneous equations.  This adds to the complexity of the simulation – the grid of nodes is solved as a series of rows and columns rather than points, reducing the parallel nature of the simulation by a dimension and drastically increasing the memory requirements of each thread.  The upside, as noted above, is the less stringent stability rules related to time steps and grid spacing.  For this we simulate a 2D grid of 2n nodes in each dimension, using OpenMP in single precision.  Again our grid is isotropic with the boundaries acting as sinks. Values are floating point, with memory cache sizes and speeds playing a part in the overall score.

Implicit Finite Difference Grid Solver (2D)

Nothing particularly bad about the Implicit grid solver result from the Z87I, keeping up with the MCT-enabled group.

Point Calculations - n-Body Simulation

When a series of heavy mass elements are in space, they interact with each other through the force of gravity.  Thus when a star cluster forms, the interaction of every large mass with every other large mass defines the speed at which these elements approach each other.  When dealing with millions and billions of stars on such a large scale, the movement of each of these stars can be simulated through the physical theorems that describe the interactions. The benchmark detects whether the processor is SSE2 or SSE4 capable, and implements the relative code.  We run a simulation of 10240 particles of equal mass - the output for this code is in terms of GFLOPs, and the result recorded was the peak GFLOPs value.

n-body Simulation via C++ AMP

The n-Body result shows that the motherboard is clearly behind the MCT enabled group of motherboards we have already tested, although not too far in this SSE4 enabled benchmark.

System Benchmarks Gaming Benchmarks
Comments Locked

46 Comments

View All Comments

  • Schmov17 - Tuesday, August 27, 2013 - link

    Do the dual NICs support teaming?
  • bobbozzo - Tuesday, August 27, 2013 - link

    If you want gbps or higher performance, you shouldn't be using Realtek NICs; it's almost impossible to get full gbps speed out of them.
    Intel, Broadcom, and possibly Qualcomm Atheros are currently the best choices, and the server-model NICs have more virtualization / offloading capabilities than the standard embedded or desktop models.
  • TheButton - Tuesday, August 27, 2013 - link

    I know beggars can't be choosers but I'd love to see a review of the B75(IvyBridge) or B85 (Haswell) mITX motherboards. They are cheap (can be had for <$100) and seem to have all the right features, USB3.0, PCI-E 3.0x16, SATA 6Gbps, 2 Dimm slots. I know they are marketed for small business but they seem ideal for small form-factor gaming machines and I'd love to see how B85 compares versus H81 and/or Z87 especially in the mITX form factor.

    Can we expect any such reviews to be forthcoming Ian?
  • DMisner - Tuesday, August 27, 2013 - link

    Just curious if under 'Visual Inspection' you could add a picture of the back of the motherboard. I know sometimes motherboard manufacturers place some small parts on the back and often they get in the way of aftermarket cooler back-plates (especially on m-ITX motherboards) which can be a frustrating surprise to find upon delivery.
  • Razorbak86 - Tuesday, August 27, 2013 - link

    For this particular motherboard, check Newegg product #4 (out of 5).
  • Razorbak86 - Tuesday, August 27, 2013 - link

    ... Newegg product photo #4 (out of 5)
  • Ammaross - Tuesday, August 27, 2013 - link

    "ALC892 audio solution which performed average in our audio tests. If MSI were aiming more at a HTPC or gaming market, we might have seen an ALC898"

    Wouldn't most gamers be utilizing a USB-audio headset?
  • DanNeely - Tuesday, August 27, 2013 - link

    One of the reasons I wouldn't want to ever share an apartment is that I can game on speakers; and no one can tell me otherwise.
  • LordHaHa - Tuesday, August 27, 2013 - link

    Was there any investigation into undervolting the system? The OC results are positive, but I'd rather use mATX+ for higher performance purposes. On the other hand, I could think of some applications for a low-footprint, low-power, no-to-little-default-performance-sacrifice mITX system.
  • londiste - Wednesday, August 28, 2013 - link

    that's what i think when i see any mitx review...
    additionally, why not give power consumption a go with 35/45w tdp cpu and minimal needed hardware attached. for example 4670t, 1 stick of ram and 1 hdd/ssd, omitting a dedicated gpu entirely? i have several mitx boxes running off picopsu (or similar prebuilt solutions from case manufacturers).

Log in

Don't have an account? Sign up now