0. This application performs a benchmark of the double precision matrix-matrix multiplication function DGEMM in MKL. One of the applications for benchmarking is a C++ code, the other is a script in R.

1. First, try to find the optimal environment variables for running the benchmarks on the host in both codes.

2. Then include MKL_MIC_ENABLE=1 to enable automatic offload and try to find the additional environment variables necessary for optimal performance.
