Skip to content
Snippets Groups Projects
Commit f37bddcb authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/pathcomp-component-backend' of...

Merge branch 'feat/pathcomp-component-backend' of https://gitlab.com/teraflow-h2020/controller into feat/pathcomp-component
parents 2a093fe6 889ebc7a
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -120,7 +120,7 @@ struct map_nodes_t { ...@@ -120,7 +120,7 @@ struct map_nodes_t {
gint numMapNodes; gint numMapNodes;
}; };
#define MAX_NUM_VERTICES 10 // 100 # LGR: reduced from 100 to 10 to divide by 10 the memory used #define MAX_NUM_VERTICES 20 // 100 # LGR: reduced from 100 to 20 to divide by 5 the memory used
#define MAX_NUM_EDGES 10 // 100 # LGR: reduced from 100 to 10 to divide by 10 the memory used #define MAX_NUM_EDGES 10 // 100 # LGR: reduced from 100 to 10 to divide by 10 the memory used
// Structures for the graph composition // Structures for the graph composition
struct targetNodes_t { struct targetNodes_t {
......
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