May 6, 2018

Computing
Install Intel Parallel Studio XE 2018 Composer on WSL Ubuntu on Windows10

I installed Inte Parallel Studio XE 2018 Composer on WSL Ubuntu on Windows 10. In November, 2017, I tried to install it as posted here (in Japanese), it was not successful. This time I successfully installed it on Windows 10 ver. 1803 issued in April, 2018. Installation Download [cci]Version 2018 (Update 2) March 21, 2018[/cci] from the license administration server in here and save it in an appropriate directory and extract it. Move to the extracted directory and invoke [cci]install_sh[/cci]. [cc lang="bash"] $ tar xf parallel_studio_xe_2018_update2_composer_edition_online.tgz $ cd parallel_studio_xe_2018_update2_composer_edition_online $ sudo ./install.sh [/cc] Just follow the instruction. Basically the default values are fine. After completing the installation, invoke a tool […]

Read more
Computing
Upgrade Ubuntu on WSL on Windows10

Windows10 was upgraded to 1803 at the end of April 2018. It seems that Windows Sybsystem for Linux (WSL) has been enhanced, and we will also upgrade WSL's Unbutu to the latest version. Confirm version Start up Ubuntu terminal and check the version. [cc] $ uname -a Linux T470-S 4.4.0-17134-Microsoft #1-Microsoft Tue Apr 10 18:04:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux [/cc] [cc] $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: 16.04 Codename: xenial [/cc] Local cache update Update the local cache of the installed packages. In my environment, this setting prompted me to enter root's password. [cc] $ sudo apt update […]

Read more