set default frequency to 533 MHz
This commit is contained in:
parent
f14c693e10
commit
27ddfb29e6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
// GLOBAL VARIABLES USED BY THE LIBRARY
|
||||
//......................................................................................
|
||||
int RCCE_NP; // number of participating cores
|
||||
int RC_REFCLOCKMHZ; // baseline CPU frequency (MHz)
|
||||
int RC_REFCLOCKMHZ=533; // baseline CPU frequency (MHz)
|
||||
int RC_MY_COREID; // physical ID of calling core
|
||||
int RC_COREID[RCCE_MAXNP]; // array of physical core IDs for all participating
|
||||
// cores, sorted by rank
|
||||
|
|
Loading…
Add table
Reference in a new issue