source: branches/fault_tolerance/platforms/tsar_generic_iob/soclib.conf @ 738

Last change on this file since 738 was 738, checked in by cfuguet, 10 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 
1cflags = config.default.toolchain.cflags \
2         + ['-DUSE_OPENMP=0'] \
3#        + ['-ggdb']
4
5config.default.toolchain.set(
6    "cflags", cflags
7)
8
9import os
10tsar_path = os.environ['TSARPATH']
11config.addDescPath(tsar_path + "/lib")
12config.addDescPath(tsar_path + "/communication")
13config.addDescPath(tsar_path + "/modules")
Note: See TracBrowser for help on using the repository browser.