Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
+ Discussion with Lutz Gross showed the tests to be dependent on the sort order, not escript itself. As a result I've backed out the addition of qsortG. Win32 will fail file comparison tests in run_generators.py (unless it uses its own generated versions). It will also fail ...onContactZero/One (8 of them) tests in run_utilOnFinley.py since the sort order change causes some of the normals to be defined the opposite way around to the reference test orientation since they are defined on the opposite face.
+ Made qsortG usage conditional on USE_QSORTG being defined Note both altix and win32 fail the test_normal_onFunctionContactOne/Zero tests when using QSORTG. Perhaps QSORTG isn't stable or altix isn't or I've introduced some other bug...I'll try altix without qsortG and see what happens. This is becoming painful.
+ Added a qsort.c file which contains a drop in replacement for qsort (call it as qsortG). This one appears to be a stable implementation and the test .msh files on windows have been set up to be the same as unix again except for the exponent digits (3 instead of 2). With ALL the qsorts replaced with qsortG only two tests fail now on win32: test_normal_onFunctionOnContactOne test_normal_onFunctionOnContactZero Both give wrong result errors. I will check this same code on the altix (including the use of qsortG and see if Altix has the same problem.
+ Initial commit of win32 port using intel c++ compiler 9.1.x for Windows + This version is failing some file handling tests in python
Prepended all paso source files with new Copyright notice
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.
a better way of representing the matrix format type is introduced. this is needed for the Paradiso and UMFPACK interface
move all directories from trunk/esys2 into trunk and remove esys2
Merge of development branch dev-02 back to main trunk on 2005-09-15
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 |