use only a int to specify the frequency in MHZ
This commit is contained in:
parent
8edd6d5dc8
commit
2fb15062da
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue