Blob Blame History Raw
/** 
* @file:   README
* @author: James Ralph
*          ralph@icl.utk.edu
* @defgroup papi_components Components
* @brief Component Specific Readme file: EMON
*/

/** @page component_readme Component Readme 

@section Component Specific Information
A component to provide access to Evniromental MONitoring power data on BG/Q systems. 

emon/

    % ./configure --prefix=< your_choice >  \
                  --with-OS=bgq  \
                  --with-bgpm_installdir=/bgsys/drivers/ppcfloor  \
                  CC=/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-gcc  \
                  F77=/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc64-bgq-linux-gfortran  \
                  --with-components="bgpm/L2unit bgpm/CNKunit bgpm/IOunit bgpm/NWunit emon"

*/