Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 1a4d6f2

Browse files
authored
Update README.md
1 parent c589d09 commit 1a4d6f2

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intel(R) Machine Learning Scaling Library for Linux* OS
2-
[![EULA](https://img.shields.io/badge/license-EULA-green.svg)](EULA.txt)
3-
![v2017 Beta](https://img.shields.io/badge/v.2017-Beta-orange.svg)
2+
[![Intel Simplified Sowtware License](https://img.shields.io/badge/license-Intel%20Simplified%20Software%20License-green.svg)](LICENSE)
3+
![v2017 Preview](https://img.shields.io/badge/v.2017-Preview-orange.svg)
44
## Introduction ##
55
Intel(R) Machine Learning Scaling Library (Intel(R) MLSL) is a library providing
66
an efficient implementation of communication patterns used in deep learning.
@@ -21,42 +21,38 @@ Operating Systems:
2121

2222
- Red Hat* Enterprise Linux* 6 or 7
2323
- SuSE* Linux* Enterprise Server 12
24+
- Ubuntu* 16
2425

2526
Compilers:
2627

2728
- GNU*: C, C++ 4.4.0 or higher
2829
- Intel(R) C++ Compiler for Linux* OS 16.0 through 17.0 or higher
29-
## Installing Intel(R) Machine Learning Scaling Library ##
30-
To install the package (root mode):
31-
32-
1. Log in as root.
33-
2. The RPM package for the Intel(R) MLSL has the
34-
following naming convention:
35-
36-
intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64.rpm
3730

38-
where <version>.<update>-<package#> is a string, such as:
31+
Virtual Environments:
3932

40-
2017.1-009
33+
- Docker*
34+
- KVM*
4135

42-
3. Install the package:
36+
## Installing Intel(R) Machine Learning Scaling Library ##
37+
To install the package (root mode):
4338

39+
1. Log in as root.
40+
2. Install the package:
4441
$ rpm --import PUBLIC_KEY.PUB
4542
$ rpm -i intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64.rpm
43+
where <version>.<update>-<package#> is a string, such as: 2017.0-009
44+
3. Uninstalling the Intel(R) MLSL using the RPM Package Manager
45+
$ rpm -e intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64
4646

4747
To install the package (user mode):
4848

4949
1. Run install.sh and follow the instructions.
5050

5151
There is no uninstall script. To uninstall the Intel(R) MLSL, delete the full
5252
directory you have installed the package into.
53-
## Uninstalling Intel(R) Machine Learning Scaling Library ##
54-
You can uninstall the Intel(R) MLSL by manually uninstalling the RPM:
55-
56-
$ rpm -e intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64
5753
## License ##
5854
Intel MLSL is licensed under
59-
[EULA](https://github.com/01org/MLSL/blob/master/EULA.txt).
55+
[Intel Simplified Software License](https://github.com/01org/MLSL/blob/master/LICENSE).
6056

6157
## Optimization Notice ##
6258
Intel's compilers may or may not optimize to the same degree for non-Intel

0 commit comments

Comments
 (0)