Skip to content
Snippets Groups Projects
Commit bf923144 authored by Morris Jette's avatar Morris Jette
Browse files

Modify alps emulation logic to use one node per coordinate

parent 815e0212
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ const char *nam_accelstate[BAS_MAX];
#define _ADD_DELAYS 0
#define _DEBUG 0
#define MAX_RESV_CNT 500
#define NODES_PER_COORDINATE 4
#define NODES_PER_COORDINATE 1
static MYSQL *mysql_handle = NULL;
static MYSQL_BIND *my_bind_col = NULL;
......
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