Windows - WSL2
Install WSL2
Ensure that:
- virtualization is turned on in BIOS,
- Hyper-V and Virtual Machine Platform are turned on in Windows features,
- Memory integrity is turned on in Windows Security (Core isolation).
When all the requirements are met, WSL can be installed via a console
wsl.exe --install [Distro]
where Distro
is the name of the Linux distribution.
Get packages, build and run the code
All the steps are the same as those described in Build Linux, with the exception that Intel MKL must be installed using oneAPI. Assuming that oneMKL has been installed in the default location, the following line must be added to the .bashrc file: source /opt/intel/oneapi/mkl/2024.0/env/vars.sh
.