I have a 3-dimensional array of size = [Nx, Ny, Nz] currently distributed among nprocs = nprocs_y * nprocs_z processes as subarrays of local_size = [Nx, Ny/npro
I am trying to use Eigen::pardisoLU but I have no output. This is my cmakelists.txt: cmake_minimum_required(VERSION 3.9) project(my_test_project) aux_source_dir
I'm trying to use Intel c++ compiler for my Xcode project. After installation, following the tutorial from Intel, there's an Intel c++ compile