/[escript]/branches/ROBW_XPLATFORM/scons/cognac_options.py
ViewVC logotype

Annotation of /branches/ROBW_XPLATFORM/scons/cognac_options.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 551 - (hide annotations)
Wed Feb 22 02:59:25 2006 UTC (17 years, 1 month ago) by robwdcock
Original Path: trunk/scons/cognac_options.py
File MIME type: text/x-python
File size: 1554 byte(s)
Scons build options for cognac.ivec.org using intel v9.0.026 compilers
Note: Boost is currently not available as a module on cognac. As a result the boost directories used in this build point to my specific boost installation which should be visible to all ivec users. This will get fixed eventually. 

1 robwdcock 551 # locations of libs etc used by mkl
2     mkl_path = '/opt/intel_mkl/8.0.19/include'
3     mkl_lib_path = '/opt/intel_mkl/8.0.19/lib/64'
4     mkl_libs = ['mkl_solver', 'mkl_lapack', 'mkl_ipf']
5    
6     # locations of libs etc used by SCSL
7     scsl_path = ''
8     scsl_lib_path = ''
9     scsl_libs = ['scs_mp']
10    
11    
12     # locations of libs etc used by UMFPACK
13     umfpack_path = ''
14     umfpack_lib_path = ''
15     umfpack_libs = []
16    
17     # locations of include files for python
18     python_path = '/usr/include/python2.3'
19     python_lib_path = '/usr/lib/python2.3/lib'
20     python_lib = 'python2.3'
21    
22    
23     # locations of libraries for boost
24     boost_path = '/home/woo409/dev/boost_1_33_1'
25     boost_lib_path = '/home/woo409/dev/boost_1_33_1/altix_binary/lib'
26     boost_lib = 'boost_python-il-mt-1_33_1'
27    
28     # names of libraries for python and boost
29    
30     # names of c and c++ compilers to use
31     cc = 'icc'
32     cxx = 'icpc'
33    
34     # c flags to use
35     cc_flags = '-O3 -fpic -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -ansi_alias -w1'
36     cc_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -w1'
37    
38     # c++ flags to use
39     cxx_flags = '-O3 -fpic -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -ansi -ansi_alias -w1'
40     cxx_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -w1 -DDOASSERT -DDOPROF'
41    
42     # static library archiver flags to use
43     ar_flags = 'crus'
44    
45     # system specific libraries to link with
46     sys_libs = ['guide', 'irc']

  ViewVC Help
Powered by ViewVC 1.1.26