|
11 | 11 | \usepackage{color} |
12 | 12 | \usepackage[toc,page]{appendix} |
13 | 13 | \usepackage{listings} |
| 14 | +\newcommand\Mark[1]{\textsuperscript#1} |
14 | 15 | \lstset{ % |
15 | 16 | language=C, % choose the language of the code |
16 | 17 | columns= [l]fullflexible, |
|
575 | 576 | % |
576 | 577 | \title{High Performance Computing - Power Application Programming Interface Specification \\ Version \majorversion.\minorversion } |
577 | 578 |
|
578 | | -\author{Editor: Barry Rountree, Lawrence Livermore National Laboratory \\ |
579 | | -\and Chair: Ryan E. Grant, Sandia National Laboratories\\ |
580 | | -\and Secretary: Jeff Hanson, Hewlett Packard Enterprise (HPE) \\ \\ |
581 | | -\and Contributors: \\ |
582 | | -\and Chris Cantalupo (Intel), Jonathan Eastep (Intel),\\ |
583 | | -\and Scott Hara (Qualcomm), Siddhartha Jana (Intel),\\ |
584 | | -\and Jaymin Jasoliya (Intel), Matthew Kappel (Cray), \\ |
585 | | -\and James H. Laros III (SNL), Steve Leak (NERSC), \\ |
586 | | -\and Michael Levenhagen (SNL), Steve Martin (Cray), \\ |
587 | | -\and Ramakumar Nagappan (Intel), Kevin Pedretti (SNL), \\ |
588 | | -\and Todd Rosedahl (IBM), Andy Warner (HPE), \\ |
589 | | -\and Andrew Younge (SNL)} |
| 579 | +\author{Chair: Ryan E. Grant\Mark{1} |
| 580 | +\\ Editor: Barry Rountree\Mark{2} |
| 581 | +\\ Secretary: Jeff Hanson\Mark{3} |
| 582 | +\\ \\ Contributors: |
| 583 | +\and Chris Cantalupo\Mark{4}, Jonathan Eastep\Mark{4}, |
| 584 | +\and Scott Hara\Mark{5}, Siddhartha Jana\Mark{4},\\ |
| 585 | +\and Jaymin Jasoliya\Mark{4}, Matthew Kappel\Mark{6}, \\ |
| 586 | +\and James H. Laros III\Mark{1}, Steve Leak \Mark{7}, \\ |
| 587 | +\and Michael Levenhagen\Mark{1}, Steve Martin\Mark{6}, \\ |
| 588 | +\and Ramakumar Nagappan\Mark{4}, Kevin Pedretti\Mark{1}, \\ |
| 589 | +\and Todd Rosedahl\Mark{8}, Andy Warner\Mark{3}, Andrew Younge\Mark{1}} |
590 | 590 |
|
591 | 591 | % |
592 | | -\date{April 2018} |
| 592 | +\date{June 2018} |
593 | 593 | % ---------------------------------------------------------------------------- % |
594 | 594 | % |
595 | 595 | % Start the document |
596 | 596 | % |
597 | 597 | \begin{document} |
598 | 598 | \maketitle |
| 599 | + |
| 600 | +\noindent Contributing Organizations: \\ |
| 601 | +\Mark{1} Sandia National Laboratories \\ |
| 602 | +\Mark{2} Lawrence Livermore National Laboratory \\ |
| 603 | +\Mark{3} Hewlett Packard Enterprise (HPE) \\ |
| 604 | +\Mark{4} Intel \\ |
| 605 | +\Mark{5} Qualcomm \\ |
| 606 | +\Mark{6} Cray \\ |
| 607 | +\Mark{7} NERSC \\ |
| 608 | +\Mark{8} IBM \\ |
| 609 | + |
| 610 | + |
599 | 611 | \begin{abstract} |
600 | 612 | Measuring and controlling the power and energy consumption of high performance computing systems by various components in the software stack is an active research area |
601 | 613 | ~\cite{6604474,6604496, |
|
0 commit comments