Blame src/components/emon/README

Packit 577717
/** 
Packit 577717
* @file:   README
Packit 577717
* @author: James Ralph
Packit 577717
*          ralph@icl.utk.edu
Packit 577717
* @defgroup papi_components Components
Packit 577717
* @brief Component Specific Readme file: EMON
Packit 577717
*/
Packit 577717
Packit 577717
/** @page component_readme Component Readme 
Packit 577717
Packit 577717
@section Component Specific Information
Packit 577717
A component to provide access to Evniromental MONitoring power data on BG/Q systems. 
Packit 577717
Packit 577717
emon/
Packit 577717
Packit 577717
    % ./configure --prefix=< your_choice >  \
Packit 577717
                  --with-OS=bgq  \
Packit 577717
                  --with-bgpm_installdir=/bgsys/drivers/ppcfloor  \
Packit 577717
                  CC=/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-gcc  \
Packit 577717
                  F77=/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-gfortran  \
Packit 577717
                  --with-components="bgpm/L2unit bgpm/CNKunit bgpm/IOunit bgpm/NWunit emon"
Packit 577717
Packit 577717
*/