Last change
on this file since 1025 was
609,
checked in by almaless, 11 years ago
|
Introduce a TSAR reference platform for ALMOS
|
File size:
680 bytes
|
Rev | Line | |
---|
[609] | 1 | |
---|
| 2 | config.lib_systemcass_openmp_mine = Library( |
---|
| 3 | parent = config.systemc, |
---|
| 4 | dir = "/users/outil/nbsdtsar/systemcass-optim", |
---|
| 5 | libdir = "%(dir)s/lib-linux", |
---|
| 6 | cflags = config.systemc.cflags+['-fopenmp']+['-O3']+['-DUSE_OPENMP=1'], |
---|
| 7 | libs = ['-ldl', '-lm', '-lpthread', '-L%(libdir)s', '-lsystemc', '-rdynamic', '-fopenmp'], |
---|
| 8 | ) |
---|
| 9 | |
---|
| 10 | config.systemcass_openmp_mine = BuildEnv( |
---|
| 11 | parent = config.systemc_64, |
---|
| 12 | libraries = [ config.lib_systemcass_openmp_mine ], |
---|
| 13 | repos = "/dsk/l1/misc/almaless/soclib-cc/head/systemcass-optim", |
---|
| 14 | cache_file = "/dsk/l1/misc/almaless/soclib-cc/head/systemcass-optim/soclib_cc.cache", |
---|
| 15 | toolchain = config.toolchain_64, |
---|
| 16 | ) |
---|
| 17 | |
---|
| 18 | config.default = config.systemcass_openmp_mine |
---|
Note: See
TracBrowser
for help on using the repository browser.