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

Commit 56c27ff

Browse files
author
Stephanie Labasan
committed
Small clean-up.
- Updating libmsr version - Cleared Cab patch from TODO list. - Updating copyright year. - Updating README. Signed-off-by: Stephanie Labasan <[email protected]>
1 parent 177cb76 commit 56c27ff

17 files changed

+52
-36
lines changed

README

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
LIBMSR
22
======
33

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
55
model-specific registers in Intel processors. Now with PCI configuration
66
register support for some Intel hardware.
77

8-
version 0.2.0
8+
version 0.3.0
99

1010

1111
Last Update
1212
-----------
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
1420

1521

1622
Overview
@@ -24,7 +30,7 @@ controlling various CPU features.
2430
Installation
2531
------------
2632

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
2834
or higher and GCC. The old installation method is deprecated, you MUST use the
2935
script. In most cases, the installation is as follows:
3036

@@ -84,6 +90,9 @@ Our most up-to-date documentation for Libmsr use is generated as part of the
8490
install script using Doxygen. There are also some useful PDF files in the
8591
documentation/ directory.
8692

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.
8796

8897
Contributing
8998
------------
@@ -96,12 +105,11 @@ Code formatting can be automated using astyle with the following parameters:
96105
Contact
97106
-------
98107

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>
104113

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
107115
requests.

README.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
LIBMSR {#mainpage}
22
==================
33

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
55
model-specific registers in Intel processors. Now with PCI configuration
66
register support for some Intel hardware.
77

8-
version 0.2.0
8+
version 0.3.0
99

1010

1111
Last Update
1212
-----------
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
1420

1521

1622
Overview
@@ -24,7 +30,7 @@ controlling various CPU features.
2430
Installation
2531
------------
2632

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
2834
or higher and GCC. The old installation method is deprecated, you MUST use the
2935
script. In most cases, the installation is as follows:
3036

@@ -84,6 +90,9 @@ Our most up-to-date documentation for Libmsr use is generated as part of the
8490
install script using Doxygen. There are also some useful PDF files in the
8591
documentation/ directory.
8692

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.
8796

8897
Contributing
8998
------------
@@ -96,12 +105,11 @@ Code formatting can be automated using astyle with the following parameters:
96105
Contact
97106
-------
98107

99-
Stephanie Labasan, Developer <[email protected]> <br>
100-
Scott Walker, Developer, <[email protected]> <br>
108+
Barry Rountree, Project Lead, <[email protected]> <br>
101109
Kathleen Shoga, Developer, <[email protected]> <br>
110+
Scott Walker, Developer, <[email protected]> <br>
102111
Lauren Morita, Developer, <[email protected]> <br>
103-
Barry Rountree, Project Lead <rountree@llnl.gov>
112+
Stephanie Labasan, Developer, <labasan1@llnl.gov>
104113

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
107115
requests.

TODO

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ src/msr_rapl.c Currently unused, but if it ever is used, we need a fix for
99
Ongoing
1010
-------
1111

12-
- [2016-08-08] Create patch for libmsr on Cab, which uses the msr-safeB kernel.
13-
1412
- [2016-08-08] Finish tagging PCI configuration (CSR) files with Doxygen tags.
1513

1614
- [2016-08-11] Check functionality of signalCombined.c once batch operation is

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1
1+
0.3.0

demoapps/powmon/src/common.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* common.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/ghighres.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ghighres.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/highlander.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* highlander.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC. LLNL-CODE-645430
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
4+
* LLNL-CODE-645430
5+
*
46
* Produced at Lawrence Livermore National Laboratory
57
* Written by Barry Rountree, [email protected]
68
* Daniel Ellsworth, [email protected]

demoapps/powmon/src/highlander.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* highlander.h
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/power_wrapper_dynamic.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* power_wrapper_dynamic.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/power_wrapper_static.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* power_wrapper_static.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/powmon.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* powmon.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/rapl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* rapl.h
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/rapl1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* rapl1.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

demoapps/powmon/src/rapl2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* rapl2.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

dox/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "libmsr"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.2.1
41+
PROJECT_NUMBER = 0.3.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

msrmod/msrmod.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* msrmod.c
22
*
3-
* Copyright (c) 2011-2015, Lawrence Livermore National Security, LLC.
3+
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430
55
*
66
* Produced at Lawrence Livermore National Laboratory

src/signalCombined.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/* signalCombined.c
22
*
33
* Copyright (c) 2011-2016, Lawrence Livermore National Security, LLC.
44
* LLNL-CODE-645430

0 commit comments

Comments
 (0)