|
Last change
on this file since 739 was
738,
checked in by cfuguet, 11 years ago
|
|
fault_tolerance/tsar_generic_iob:
- Merging arch.py from trunk
- Erasing compilation defined variable for activation of
distributed boot. Using instead an environment variable:
DISTRIBUTED_BOOT.
|
|
File size:
327 bytes
|
| Line | |
|---|
| 1 | cflags = config.default.toolchain.cflags \ |
|---|
| 2 | + ['-DUSE_OPENMP=0'] \ |
|---|
| 3 | # + ['-ggdb'] |
|---|
| 4 | |
|---|
| 5 | config.default.toolchain.set( |
|---|
| 6 | "cflags", cflags |
|---|
| 7 | ) |
|---|
| 8 | |
|---|
| 9 | import os |
|---|
| 10 | tsar_path = os.environ['TSARPATH'] |
|---|
| 11 | config.addDescPath(tsar_path + "/lib") |
|---|
| 12 | config.addDescPath(tsar_path + "/communication") |
|---|
| 13 | config.addDescPath(tsar_path + "/modules") |
|---|
Note: See
TracBrowser
for help on using the repository browser.