1
1
LIBMSR
2
2
======
3
3
4
- Welcome to libmsr , a friendly (well, friendlier) interface to many of the
4
+ Welcome to Libmsr , a friendly (well, friendlier) interface to many of the
5
5
model-specific registers in Intel processors. Now with PCI configuration
6
6
register support for some Intel hardware.
7
7
8
- version 0.2 .0
8
+ version 0.3 .0
9
9
10
10
11
11
Last Update
12
12
-----------
13
- 18 August 2016
13
+ 24 August 2016
14
+
15
+
16
+ Webpages
17
+ --------
18
+ http://software.llnl.gov/libmsr <br>
19
+ https://github.com/llnl/libmsr
14
20
15
21
16
22
Overview
@@ -24,7 +30,7 @@ controlling various CPU features.
24
30
Installation
25
31
------------
26
32
27
- Installation is simple. You will need [cmake ](http://www.cmake.org) version 2.8
33
+ Installation is simple. You will need [CMAKE ](http://www.cmake.org) version 2.8
28
34
or higher and GCC. The old installation method is deprecated, you MUST use the
29
35
script. In most cases, the installation is as follows:
30
36
@@ -84,6 +90,9 @@ Our most up-to-date documentation for Libmsr use is generated as part of the
84
90
install script using Doxygen. There are also some useful PDF files in the
85
91
documentation/ directory.
86
92
93
+ If you wish to use Libmsr on LLNL's Cab system, you will need to apply a patch
94
+ to gain MSR access. At this time, the patch will need to be requested as it is
95
+ not on Github.
87
96
88
97
Contributing
89
98
------------
@@ -96,12 +105,11 @@ Code formatting can be automated using astyle with the following parameters:
96
105
Contact
97
106
-------
98
107
99
- Stephanie Labasan, Developer <labasan1 @llnl.gov>
100
- Scott Walker , Developer, <walker91 @llnl.gov>
101
- Kathleen Shoga , Developer, <shoga1 @llnl.gov>
102
- Lauren Morita, Developer, <
[email protected] >
103
- Barry Rountree, Project Lead <rountree @llnl.gov>
108
+ Barry Rountree, Project Lead, <rountree @llnl.gov> <br >
109
+ Kathleen Shoga , Developer, <shoga1 @llnl.gov> <br >
110
+ Scott Walker , Developer, <walker91 @llnl.gov> <br >
111
+ Lauren Morita, Developer, <
[email protected] >
<br>
112
+ Stephanie Labasan, Developer, <labasan1 @llnl.gov>
104
113
105
- We are in the process of migrating our bug tracking to Github. For now, please
106
- feel free to contact the authors with questions, problems, bugs, and feature
114
+ Please feel free to contact the developers with any questions or feature
107
115
requests.
0 commit comments