Log of /release/esys13-0_1/escript/src
Directory Listing
Revision
726 -
Directory Listing
Modified
Wed May 10 00:08:52 2006 UTC
(16 years, 10 months ago)
by
elspeth
Creating the release
Revision
711 -
Directory Listing
Modified
Wed Apr 26 22:39:51 2006 UTC
(16 years, 11 months ago)
by
gross
Original Path:
trunk/escript/src
tests pass now on gcc: some tests did not take round-off errors into consideration
Revision
700 -
Directory Listing
Modified
Thu Apr 6 00:13:40 2006 UTC
(16 years, 11 months ago)
by
gross
Original Path:
trunk/escript/src
A few changes in the build mechanism and the file structure so scons can build release tar files:
* paso/src/Solver has been moved to paso/src
* all test_.py are now run_.py files and are assumed to be passing python tests. they can run by
scons py_tests and are part of the release test set
* escript/py_src/test_ are moved to escript/test/python and are installed in to the build directory
(rather then the PYTHONPATH).
* all py files in test/python which don't start with run_ or test_ are now 'local_py_tests'. they are installed i
by not run automatically.
* CppUnitTest is now treated as a escript module (against previous decisions).
* scons realse builds nor tar/zip files with relvant source code (src and tests in seperate files)
the python tests don't pass yet due to path problems.
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(17 years ago)
by
robwdcock
Original Path:
trunk/escript/src
+ 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
595 -
Directory Listing
Modified
Tue Mar 14 23:52:45 2006 UTC
(17 years ago)
by
gross
Original Path:
trunk/escript/src
test_utilOnFinley fixed (did run the tests that still fail)
Revision
587 -
Directory Listing
Modified
Fri Mar 10 02:26:50 2006 UTC
(17 years ago)
by
gross
Original Path:
trunk/escript/src
eigenvalues_and_eigenvector fucntion added. test for 2D problem is added and is passed.
Revision
585 -
Directory Listing
Modified
Thu Mar 9 23:47:42 2006 UTC
(17 years ago)
by
gross
Original Path:
trunk/escript/src
problem with eigenvalue of zero matrix fixed (thanks Dr Hale)
Revision
583 -
Directory Listing
Modified
Wed Mar 8 08:15:34 2006 UTC
(17 years ago)
by
gross
Original Path:
trunk/escript/src
_eigenvalues_and_eigenvector method added of data object. the algorithm has been tested on floats in python but not on data objects.
Revision
576 -
Directory Listing
Modified
Fri Mar 3 08:28:42 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/escript/src
some steps towards eigenvalue and eigenvector calculation
Revision
571 -
Directory Listing
Modified
Tue Feb 28 06:53:17 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
modify whereZero etc methods to also accept a tolerance parameter
Revision
562 -
Directory Listing
Modified
Thu Feb 23 05:03:16 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
further fix for DataTAgged::dp_algorithm, was not working for DataTagged objects with 0 tags
Revision
559 -
Directory Listing
Modified
Thu Feb 23 01:43:44 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
reimplement dp_algorithm for DataTagged, existing
implementation was complete rubbish
(ich bin so beschämt!)
Revision
555 -
Directory Listing
Modified
Wed Feb 22 04:44:10 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
fixed binaryOp for combination of DataTagged and scalar values.
calculation of default value where RHS was a scalar was not yet
implemented
Revision
547 -
Directory Listing
Modified
Tue Feb 21 06:10:54 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/escript/src
solution and reduced solution can have reference numbers now!
Revision
543 -
Directory Listing
Modified
Tue Feb 21 01:18:38 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
fix BinaryOp for DataTagged values - existing implementation was adding
tags from RHS to LHS using RHS's default value - should have been using
LHS's default value! fixed now
Revision
541 -
Directory Listing
Modified
Mon Feb 20 06:50:39 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
ensure src and dest objects have matching tag sets in setSlice
by adding tags present in src but not in dest to dest using
dest's default value before doing actual slicing
Revision
519 -
Directory Listing
Modified
Tue Feb 14 05:30:50 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
fix comments for setSlice - were totally misleading!
Revision
496 -
Directory Listing
Modified
Tue Feb 7 01:27:14 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
minor fix to DataTagged::getTagNumber
changes to comments and formatting
inline two methods
Revision
484 -
Directory Listing
Modified
Thu Feb 2 02:12:08 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/escript/src
add remainder of includes to SConscript includes install
Revision
481 -
Directory Listing
Modified
Wed Feb 1 05:57:50 2006 UTC
(17 years, 2 months ago)
by
jgs
Original Path:
trunk/escript/src
add mechanism to install .h files to inc directories
(still need to specify full lists of .h files to install)
Revision
474 -
Directory Listing
Modified
Mon Jan 30 04:23:44 2006 UTC
(17 years, 2 months ago)
by
jgs
Original Path:
trunk/escript/src
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly
Revision
436 -
Directory Listing
Modified
Thu Jan 19 22:36:36 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/escript/src
bug fixed in integrate method. don;t use a[i,j]=.. to set a value in the numeric::array a but
a[make_tuple(i,j)].
Revision
430 -
Directory Listing
Modified
Wed Jan 11 06:40:50 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/escript/src
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.
Revision
391 -
Directory Listing
Modified
Tue Dec 20 05:36:50 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/src
intreface for setting the number of threads from python
Revision
358 -
Directory Listing
Modified
Wed Dec 14 07:55:19 2005 UTC
(17 years, 3 months ago)
by
cochrane
Original Path:
trunk/escript/src
Updated link to epydoc generated documentation on the web site.
Revision
352 -
Directory Listing
Modified
Wed Dec 14 02:21:37 2005 UTC
(17 years, 3 months ago)
by
jgs
Original Path:
trunk/escript/src
turns out Install() targets should also be made Default()
targets if you want them to actually reliably work!
Revision
288 -
Directory Listing
Modified
Fri Dec 2 01:55:04 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/src
now automatically build unit tests as required based on dependencies
between unit tests and libraries
Revision
286 -
Directory Listing
Modified
Thu Dec 1 06:40:20 2005 UTC
(17 years, 4 months ago)
by
gross
Original Path:
trunk/escript/src
length method is removed as it is too slow. use length in util.py instead
Revision
285 -
Directory Listing
Modified
Thu Dec 1 06:40:04 2005 UTC
(17 years, 4 months ago)
by
gross
Original Path:
trunk/escript/src
length method is removed as it is too slow. use length in util.py instead
Revision
192 -
Directory Listing
Modified
Mon Nov 21 04:52:14 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/src
pass in top level install directory for finley/escript/bruce/paso
libraries when building via top level scons script
Revision
191 -
Directory Listing
Modified
Mon Nov 21 04:10:12 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/src
push platform dependent compiler flags and include directories up to library level scons files - these will eventually be brought in from external config files
Revision
190 -
Directory Listing
Modified
Mon Nov 21 03:27:42 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/src
pass in value for esysroot and use this to determine include file locations
Revision
188 -
Directory Listing
Modified
Mon Nov 21 01:20:26 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/src
explicitly add -fpic option to all compiler options lists
to ensure relocatable code is generated
Revision
181 -
Directory Listing
Modified
Fri Nov 18 04:28:47 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/src
first draft of config/construct scripts for escript library
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/src
move all directories from trunk/esys2 into trunk and remove esys2