Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Installation fails

Holme__Tim
Beginner
399 Views

I'm on a GCP Ubuntu 14.04 VM and I can't get apt-get to build the mkl. The steps I took, following the instructions here:

> sudo sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'

> sudo sh -c 'echo deb https://apt.repos.intel.com/mpi all main > /etc/apt/sources.list.d/intel-mpi.list'

> sudo apt-get update

Error message:

W: Conflicting distribution: https://apt.repos.intel.com binary/ InRelease (expected binary but got )W: Duplicate sources.list entry https://apt.repos.intel.com/mkl/ all/main amd64 Packages (/var/lib/apt/lists/apt.repos.intel.com_mkl_dists_all_main_binary-amd64_Packages)W: Duplicate sources.list entry https://apt.repos.intel.com/mpi/ all/main amd64 Packages (/var/lib/apt/lists/apt.repos.intel.com_mpi_dists_all_main_binary-amd64_Packages)

Does anyone have instructions for how to build properly?

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
399 Views

MKL 2019 officially supports versions of since 16, 17  and 18. Please take a look at the system requirements - https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-2019-system-requirements

0 Kudos
Reply