Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Fixed InstallAs target for Windows (removed escriptcpp.pyd since this file is not created). Added new config variable cc_extra to add some C/C++ options without having to change everything.
Updated scons file for cognac
Copied configuration for shake73 and cognac
Merged changes in trunk
Branch for scons development
And get the *(&(*&(* name right
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Make a temp copy of the trunk before checking in the windows changes
Link to the latest boost.
some info about the modules to be used
some changes to get things going on the cognac.ivec.org.
* moved to python 2.4 to python 2.5
Chris Hines successfully modified this file to build escript on Cognac using: * python/2.4.2 * intel-cc/10.0.023 * boost/1.33.1/python2.4.2/icc10.0.023 * netcdf/3.6.2 * intel-mkl * scsl * numarray/1.5.2
The MPI branch is hereby closed. All future work should be in trunk. Previously in revision 1295 I merged the latest changes to trunk into trunk-mpi-branch. In this revision I copied all files from trunk-mpi-branch over the corresponding trunk files. I did not use 'svn merge', it was a copy.
Minor repairs to scons files
Repaired all targets for: scons docs It runs all these targets: release_examples guide_pdf api_epydoc api_doxygen
The OMP_NUM_THREADS environment variable is now imported into the scons evironment.
Finished renaming of boost_lib to boost_libs and boost_lib_path to boost_libs_path.
Options for the IVEC SGI altix.
+ Updated compilation options for Cognac to squeeze out a bit more performance + Now compiles using the Intel Math headers (mathimf.h) rather than plain math.h on both Win32 and Linux platforms when using the Intel compiler. Gives a small boost to performance on Altix and is essential on Windows
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)
Removed -ansi_alias compiler option to icpc. It was causing the compiler to optimize away the default constructor DataAbstract::DataAbstract and breaking the tests.
+ Fixed incorrect target path in SConstruct file + cognac now links with g++ compiled boost rather than intelc compiled boost due to compilation errors with intel c. (Finley will still compile and work with intel c though) - this is the same configuration as the access altix
+ cognac now uses installed boost libraries rather than the ones in woo409's home directory
+ NEW BUILD SYSTEM This commit contains the new build system with cross-platform support. Most things work are before though you can have more control. ENVIRONMENT settings have changed: + You no longer require LD_LIBRARY_PATH or PYTHONPATH to point to the esysroot for building and testing performed via scons + ACcESS altix users: It is recommended you change your modules to load the latest intel compiler and other libraries required by boost to match the setup in svn (you can override). The correct modules are as follows module load intel_cc.9.0.026 export MODULEPATH=${MODULEPATH}:/data/raid2/toolspp4/modulefiles/gcc-3.3.6 module load boost/1.33.0/python-2.4.1 module load python/2.4.1 module load numarray/1.3.3
More copyright.
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.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |