Last change
on this file since 994 was
994,
checked in by cfuguet, 9 years ago
|
reconf: modify the broadcast routing function to support holes in the
mesh.
- Add a test platform in dspin_router directory that validates the
introduced modifications.
|
File size:
459 bytes
|
Line | |
---|
1 | # append compilation flags |
---|
2 | cflags = config.default.toolchain.cflags |
---|
3 | # cflags.extend(['-ggdb']) |
---|
4 | config.default.toolchain.set("cflags", cflags) |
---|
5 | |
---|
6 | # append modules' description file paths |
---|
7 | from os import environ |
---|
8 | from os.path import join |
---|
9 | tsarpath = environ['TSARPATH'] |
---|
10 | config.addDescPath(join(tsarpath, "trunk/lib")) |
---|
11 | config.addDescPath(join(tsarpath, "branches/reconfiguration/communication")) |
---|
12 | config.addDescPath(join(tsarpath, "branches/reconfiguration/modules")) |
---|
Note: See
TracBrowser
for help on using the repository browser.