Intel compiler suite 2019 release 4 available

We’ve just installed release 4 of the Intel 2019 compiler suite on the managed Linux workstations. It will be rolling out to the compute clusters over the next couple of days. To use it, load the appropriate module:

$ module rm icc mkl # remove any old versions you had loaded
$ module add icc/64/2019/4/227
$ module add mkl/64/2019/0/4
$ icc --version
icc (ICC) 19.0.4.227 20190416
Copyright (C) 1985-2019 Intel Corporation.  All rights reserved.
$ ifort --version
ifort (IFORT) 19.0.4.227 20190416
Copyright (C) 1985-2019 Intel Corporation.  All rights reserved.

This entry was posted in Clusters, Linux, Software. Bookmark the permalink.