Log of /release/esys13-0_1/escript/py_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
700 -
Directory Listing
Modified
Thu Apr 6 00:13:40 2006 UTC
(16 years, 11 months ago)
by
gross
Original Path:
trunk/escript/py_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
(16 years, 11 months ago)
by
robwdcock
Original Path:
trunk/escript/py_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
614 -
Directory Listing
Modified
Wed Mar 22 01:37:07 2006 UTC
(17 years ago)
by
elspeth
Original Path:
trunk/escript/py_src
Corrected spelling of 'license' in url so that the link actually points to the license.
Revision
608 -
Directory Listing
Modified
Tue Mar 21 09:46:06 2006 UTC
(17 years ago)
by
elspeth
Original Path:
trunk/escript/py_src
moved "import numarray.linear_algebra" to function that uses it, in case it is not installed
Revision
587 -
Directory Listing
Modified
Fri Mar 10 02:26:50 2006 UTC
(17 years ago)
by
gross
Original Path:
trunk/escript/py_src
eigenvalues_and_eigenvector fucntion added. test for 2D problem is added and is passed.
Revision
554 -
Directory Listing
Modified
Wed Feb 22 04:02:54 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/escript/py_src
tests for tagged data fixed. test failing on maxval with segmenation fault (peinlich, peinlich)
Revision
531 -
Directory Listing
Modified
Wed Feb 15 08:11:10 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/escript/py_src
a new version of lumping implemented (does not need a stiffness matrix)
Revision
529 -
Directory Listing
Modified
Wed Feb 15 03:58:50 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/escript/py_src
small bugs in eigenvalues function fixed. 3x3 on data still given wrong results
Revision
442 -
Directory Listing
Modified
Fri Jan 20 04:39:43 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/escript/py_src
kronecker (and relatives) take now a FunctionSpace as argument and return a Data object in tthis functionspace
Revision
441 -
Directory Listing
Modified
Fri Jan 20 03:40:39 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/escript/py_src
and finally test for the divergence operator added. div() has been modified to take Symbol arguments
Revision
437 -
Directory Listing
Modified
Fri Jan 20 00:16:58 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/escript/py_src
comprehensive testing for integrate function added. tests for grad will be added in the next check in. GradTest is obsolete now.
Revision
430 -
Directory Listing
Modified
Wed Jan 11 06:40:50 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/escript/py_src
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.
Revision
425 -
Directory Listing
Modified
Tue Jan 10 04:10:39 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/escript/py_src
The sparse solver can be called by paso now.
the building has been change to reduce some code redundancy:
now all scons SCscripts are importing scons/esys_options.py which
imports platform specific settings.
Revision
400 -
Directory Listing
Modified
Wed Dec 21 23:13:39 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
Some chnages required for oder numarray versions. mai problem is that
operations on array objects with rank 0 sometimes return float rather
than arrays. This problem seems to be fixed in newer releases.
Revision
395 -
Directory Listing
Modified
Wed Dec 21 02:41:59 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
test is splitted to reduce memory demand during compilation
Revision
390 -
Directory Listing
Modified
Tue Dec 20 03:39:24 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
os.loginname does not work under pbs. the exception is caught now
Revision
386 -
Directory Listing
Modified
Tue Dec 20 00:31:52 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
the number of problems to run is now the less or equal then len(scale) and less or equal number of problems. This allows easier control
Revision
364 -
Directory Listing
Modified
Thu Dec 15 04:38:28 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
a simple environment to run benchmarks (mainly for testing solvers)
Revision
352 -
Directory Listing
Modified
Wed Dec 14 02:21:37 2005 UTC
(17 years, 3 months ago)
by
jgs
Original Path:
trunk/escript/py_src
turns out Install() targets should also be made Default()
targets if you want them to actually reliably work!
Revision
341 -
Directory Listing
Modified
Mon Dec 12 05:26:10 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
some fixes to make the test to run for older numarray versions
Revision
329 -
Directory Listing
Modified
Wed Dec 7 04:42:43 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
fixing the problem that older versions of numarray don't have a sign method
Revision
312 -
Directory Listing
Modified
Mon Dec 5 07:01:00 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
reimplementation of maxval,minval and length. small bug in generalTensorProduct fixed
Revision
292 -
Directory Listing
Modified
Fri Dec 2 03:11:04 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/escript/py_src
complete test set for generalTensorProduct and friends added.
Revision
288 -
Directory Listing
Modified
Fri Dec 2 01:55:04 2005 UTC
(17 years, 3 months ago)
by
jgs
Original Path:
trunk/escript/py_src
now automatically build unit tests as required based on dependencies
between unit tests and libraries
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/escript/py_src
move all directories from trunk/esys2 into trunk and remove esys2
Revision
124 -
Directory Listing
Modified
Wed Jul 20 06:14:58 2005 UTC
(17 years, 8 months ago)
by
jgs
Original Path:
trunk/esys2/escript/py_src
added ln(data) style wrapper for data.ln() - also added corresponding
implementation of Ln_Symbol class (not sure if this is right though)