use only a int to specify the frequency in MHZ

This commit is contained in:
Stefan Lankes 2011-03-26 00:18:49 -07:00
parent 8edd6d5dc8
commit 2fb15062da
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ extern int RCCE_BUFF_SIZE;
#endif
extern int RC_MY_COREID;
extern int RC_COREID[RCCE_MAXNP];
extern long long RC_REFCLOCKMHZ;
extern int RC_REFCLOCKMHZ;
extern int RCCE_IAM;
extern int RCCE_debug_synch;
extern int RCCE_debug_comm;

View file

@ -51,7 +51,7 @@
// GLOBAL VARIABLES USED BY THE LIBRARY
//......................................................................................
int RCCE_NP; // number of participating cores
long long RC_REFCLOCKMHZ; // baseline CPU frequency (MHz)
int RC_REFCLOCKMHZ; // 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