Skip to content
Snippets Groups Projects
Commit 38aaeaaf authored by Danny Auble's avatar Danny Auble
Browse files

CRAY - add missing variable

parent 248bdc0e
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,8 @@ const char *nam_gpc_mode[BGM_MAX]; ...@@ -74,6 +74,8 @@ const char *nam_gpc_mode[BGM_MAX];
const char *nam_acceltype[BA_MAX]; const char *nam_acceltype[BA_MAX];
const char *nam_accelstate[BAS_MAX]; const char *nam_accelstate[BAS_MAX];
bool node_rank_inv = 0;
/* If _ADD_DELAYS is set, then include sleep calls to emulate delays /* If _ADD_DELAYS is set, then include sleep calls to emulate delays
* expected for ALPS/BASIL interactions */ * expected for ALPS/BASIL interactions */
#define _ADD_DELAYS 0 #define _ADD_DELAYS 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment