set default frequency to 533 MHz

This commit is contained in:
Stefan Lankes 2011-04-01 00:26:14 -07:00
parent f14c693e10
commit 27ddfb29e6

View file

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