Log of /branches/more_shared_ptrs_from_1812/scripts
Directory Listing
Revision
1850 -
Directory Listing
Modified
Mon Oct 6 03:07:02 2008 UTC
(12 years, 5 months ago)
by
jfenwick
Branch commit
Merging trunk changes upto and including 1849.
Revision
1813 -
Directory Listing
Modified
Fri Sep 26 00:58:05 2008 UTC
(12 years, 5 months ago)
by
jfenwick
Branching to experiment with proxies and shared pointers.
Revision
1804 -
Directory Listing
Modified
Wed Sep 24 07:52:19 2008 UTC
(12 years, 5 months ago)
by
gross
Original Path:
trunk/scripts
a robister version of the upwinding scheme
Revision
1768 -
Directory Listing
Modified
Mon Sep 8 04:32:19 2008 UTC
(12 years, 5 months ago)
by
ksteube
Original Path:
trunk/scripts
ld_lib_path had a path listed twice...removed one
Revision
1756 -
Directory Listing
Modified
Mon Sep 8 01:45:46 2008 UTC
(12 years, 5 months ago)
by
ksteube
Original Path:
trunk/scripts
First version of a wrapper script that sets LD_LIBRARY_PATH and PYTHONPATH
Not yet ready for general use
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(13 years, 1 month ago)
by
trankine
Original Path:
temp/scripts
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(14 years, 11 months ago)
by
robwdcock
Original Path:
trunk/scripts
+ 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