Log of /branches/intelc_win32/finley/src
Directory Listing
Revision
754 -
Directory Listing
Modified
Mon Jun 26 08:00:38 2006 UTC
(16 years, 8 months ago)
by
woo409
+ 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.
Revision
753 -
Directory Listing
Modified
Mon Jun 26 02:51:25 2006 UTC
(16 years, 8 months ago)
by
woo409
+ 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.
Revision
752 -
Directory Listing
Modified
Mon Jun 26 02:25:41 2006 UTC
(16 years, 8 months ago)
by
woo409
+ 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.
Revision
750 -
Directory Listing
Modified
Sun Jun 25 13:05:29 2006 UTC
(16 years, 8 months ago)
by
woo409
+ Removed the debugging code inserted in an effort to track down a difference in the win32 and linux codes. Turns out the problem is with the Utils.c use of quicksort and the test cases. Quicksort is not guaranteed to be stable (retain array order when comparison is equal) which it isn't on Win32. As a result the output files used for regression tests are different for windows
Still verifying but make sense.
Revision
749 -
Directory Listing
Modified
Sun Jun 25 08:26:40 2006 UTC
(16 years, 9 months ago)
by
woo409
+ Commiting some DEBUGGING code which will need to be removed later. I need to test on both win32 and altix. It appears something is being initialised incorrectly for Finley_ElementFile stuff on win32. I've modified Mesh_line2.c to assist in tracking this down (though it is common to anything that has useElementsOnFace true when constructed).
When I find it this is going to be one seriously stupid and expensive to find bug.
Revision
744 -
Directory Listing
Modified
Sat Jun 24 12:05:12 2006 UTC
(16 years, 9 months ago)
by
woo409
+ Fixed up some #else statements that were in the wrong order and prevented compilation on altix
Revision
743 -
Directory Listing
Modified
Sat Jun 24 11:44:55 2006 UTC
(16 years, 9 months ago)
by
woo409
+ Some additional files for the win32 port
+ The additional test meshes are because windows produces floating point numbers like this 12e+001 where are unix is 12e+01
+ nelix_kb_options.py is my notebooks config file. I've included it as an example of win32 compilation options
+ system_dep.h is there for win32 shared library function export/import macros and also to use the intel mathimf.h library since the standard MS VC++ math.h doesn't have all the necessary functions. NOTE this file must be included before all other headers to prevent inclusion of math.h
Revision
742 -
Directory Listing
Modified
Sat Jun 24 11:27:16 2006 UTC
(16 years, 9 months ago)
by
woo409
+ Initial commit of win32 port using intel c++ compiler 9.1.x for Windows
+ This version is failing some file handling tests in python
Revision
727 -
Directory Listing
Modified
Fri May 12 06:31:06 2006 UTC
(16 years, 10 months ago)
by
gross
Original Path:
trunk/finley/src
In case of an error in paso a seg fault occured. this was caused by
inproper deallocation of memory in this case. this problem is fixed now.
Revision
700 -
Directory Listing
Modified
Thu Apr 6 00:13:40 2006 UTC
(16 years, 11 months ago)
by
gross
Original Path:
trunk/finley/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/finley/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
552 -
Directory Listing
Modified
Wed Feb 22 03:18:07 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/finley/src
and more work on saving the element jacobians (please don;t look at the code)
Revision
547 -
Directory Listing
Modified
Tue Feb 21 06:10:54 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/finley/src
solution and reduced solution can have reference numbers now!
Revision
532 -
Directory Listing
Modified
Wed Feb 15 09:45:53 2006 UTC
(17 years, 1 month ago)
by
gross
Original Path:
trunk/finley/src
first steps towards the reuse of the element jacobians
Revision
484 -
Directory Listing
Modified
Thu Feb 2 02:12:08 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/finley/src
add remainder of includes to SConscript includes install
Revision
481 -
Directory Listing
Modified
Wed Feb 1 05:57:50 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/finley/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, 1 month ago)
by
jgs
Original Path:
trunk/finley/src
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly
Revision
471 -
Directory Listing
Modified
Fri Jan 27 01:33:02 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/finley/src
reorganise finley src tree to remove inc dir and src/finley directory
Revision
467 -
Directory Listing
Modified
Wed Jan 25 05:43:46 2006 UTC
(17 years, 1 month ago)
by
jgs
Original Path:
trunk/finley/src
adjustments to includes to allow for new paso src tree structure
Revision
449 -
Directory Listing
Modified
Mon Jan 23 03:48:51 2006 UTC
(17 years, 2 months ago)
by
jgs
Original Path:
trunk/finley/src
finley source directories now merged into one directory: src/finley
Revision
430 -
Directory Listing
Modified
Wed Jan 11 06:40:50 2006 UTC
(17 years, 2 months ago)
by
gross
Original Path:
trunk/finley/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/finley/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
352 -
Directory Listing
Modified
Wed Dec 14 02:21:37 2005 UTC
(17 years, 3 months ago)
by
jgs
Original Path:
trunk/finley/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, 3 months ago)
by
jgs
Original Path:
trunk/finley/src
now automatically build unit tests as required based on dependencies
between unit tests and libraries
Revision
277 -
Directory Listing
Modified
Wed Nov 30 04:52:39 2005 UTC
(17 years, 3 months ago)
by
jgs
Original Path:
trunk/finley/src
explicitly define dependencies between modules
Revision
273 -
Directory Listing
Modified
Wed Nov 30 03:30:40 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/finley/src
cast to float added. this avoids problems with very small values
Revision
272 -
Directory Listing
Modified
Wed Nov 30 03:30:30 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/finley/src
cast to float added. this avoids problems with very small coodinates.
Revision
271 -
Directory Listing
Modified
Wed Nov 30 03:27:30 2005 UTC
(17 years, 3 months ago)
by
gross
Original Path:
trunk/finley/src
cast to float added. this avoids problems with very small values
Revision
204 -
Directory Listing
Modified
Wed Nov 23 04:43:51 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/finley/src
revised scons files to account for new finley source tree structure
Revision
203 -
Directory Listing
Modified
Wed Nov 23 04:36:15 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/finley/src
adjust include file names to allow for new finley source tree structure
Revision
202 -
Directory Listing
Modified
Wed Nov 23 04:18:39 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/finley/src
scons builds will now take place in parallel "finley" src dir
Revision
201 -
Directory Listing
Modified
Wed Nov 23 04:10:21 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/finley/src
copy finleyC and CPPAdapter to finley and finley/CPPAdapter to
facilitate scons builds
Revision
192 -
Directory Listing
Modified
Mon Nov 21 04:52:14 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/finley/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/finley/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/finley/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/finley/src
explicitly add -fpic option to all compiler options lists
to ensure relocatable code is generated
Revision
182 -
Directory Listing
Modified
Fri Nov 18 05:07:36 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/finley/src
first draft of config/construct files for finleyC/finleycpp libraries
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(17 years, 4 months ago)
by
jgs
Original Path:
trunk/finley/src
move all directories from trunk/esys2 into trunk and remove esys2