Hi,
I have a C++ code that uses MPI and OpenMP. On my Linux machine, I have installed 2018 Intel Parallel Studio Cluster version. I also have g++ and ATLAS math library.
I was able to run the code in the following ways:
1. compile the code with g++ and use MKL
2. compile the code with icc and use ATLAS
3. compile the code with g++ and use ATLAS
however, when I compile the code with icc and use MKL, I always have a memory error in the middle of execution. Any ideas or tips how should I handle the problem?
Many thanks,