Log of /release/release_2.0.0/scons/cognac_options.py
Parent Directory
|
Revision Log
Revision
1336 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 2 06:48:47 2007 UTC
(13 years, 4 months ago)
by
poulet
Original Path:
trunk/scons/cognac_options.py
File length: 2732 byte(s)
Diff to
previous 1312
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
Revision
1312 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 24 06:18:44 2007 UTC
(13 years, 5 months ago)
by
ksteube
Original Path:
trunk/scons/cognac_options.py
File length: 1557 byte(s)
Diff to
previous 1250
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.
Revision
779 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 14 07:41:31 2006 UTC
(14 years, 7 months ago)
by
woo409
Original Path:
trunk/scons/cognac_options.py
File length: 1473 byte(s)
Diff to
previous 757
+ 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
Revision
735 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 14 02:09:21 2006 UTC
(14 years, 8 months ago)
by
ksteube
Original Path:
trunk/scons/cognac_options.py
File length: 1414 byte(s)
Diff to
previous 691
Removed -ansi_alias compiler option to icpc. It was causing the compiler
to optimize away the default constructor DataAbstract::DataAbstract and
breaking the tests.
Revision
691 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 29 03:43:36 2006 UTC
(14 years, 11 months ago)
by
robwdcock
Original Path:
trunk/scons/cognac_options.py
File length: 1438 byte(s)
Diff to
previous 689
+ 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
Revision
682 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 27 02:43:09 2006 UTC
(14 years, 11 months ago)
by
robwdcock
Original Path:
trunk/scons/cognac_options.py
File length: 1446 byte(s)
Diff to
previous 645
+ 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
Revision
551 -
(
view)
(
annotate)
-
[select for diffs]
Added
Wed Feb 22 02:59:25 2006 UTC
(15 years ago)
by
robwdcock
Original Path:
trunk/scons/cognac_options.py
File length: 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.
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.