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

Last change on this file since 736 was 728, checked in by cfuguet, 10 years ago

fault_tolerance/tsar_generic_iob:

main arguments


  • Replacing atoi function by strtol to accept hexadecimal numeric arguments

config files


Introducing:

  • configuration files (conf/preloader*) for compiling preloader.
  • configuration file (soclib.conf) for compiling with soclib-cc.
  • description file (arch.py) for generating hard and soft configuration files using GIET_VM genmap script
File size: 369 bytes
Line 
1cflags = config.default.toolchain.cflags \
2         + ['-DUSE_OPENMP=0'] \
3         + ['-DDISTRIBUTED_BOOT=false'] \
4#        + ['-ggdb']
5
6config.default.toolchain.set(
7    "cflags", cflags
8)
9
10import os
11tsar_path = os.environ['TSARPATH']
12config.addDescPath(tsar_path + "/lib")
13config.addDescPath(tsar_path + "/communication")
14config.addDescPath(tsar_path + "/modules")
Note: See TracBrowser for help on using the repository browser.