/[escript]/branches/intelc_win32/finley
ViewVC logotype

Log of /branches/intelc_win32/finley

View Directory Listing Directory Listing


Sticky Revision:

Revision 755 - Directory Listing
Modified Mon Jun 26 09:31:20 2006 UTC (16 years, 9 months ago) by woo409
+get run_visualization_interface.py to look for test files in win32 area. Tests still fail because of the ordering issues mentioned in previous logs. 

Revision 754 - Directory Listing
Modified Mon Jun 26 08:00:38 2006 UTC (16 years, 9 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, 9 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, 9 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, 9 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 748 - Directory Listing
Modified Sat Jun 24 15:09:10 2006 UTC (16 years, 9 months ago) by woo409
+ run_generators.py now has a commented section that you can uncomment to have it dump out the reference files
+ Win32 output files differ not only in the exponent (e+000 instead of e+00) format but also in order for part of the file. The same code has been compiled on altix and it passes the tests with the original files. I've no idea why the win32 version produces a different order.
THIS REQUIRES FURTHER INVESTIGATION
Does the output file require the lines to be in a specific order (it doesn't appear to effect anything else)?

Revision 747 - Directory Listing
Modified Sat Jun 24 12:58:50 2006 UTC (16 years, 9 months ago) by woo409
+ re-enabled all the tests in run_generators.py
+ Fixed up some extra #includes left over from initial port
+ nelix_kb_options.py now has some additional optimisation flags for my notebooks pentium M processor

Revision 746 - Directory Listing
Modified Sat Jun 24 12:47:22 2006 UTC (16 years, 9 months ago) by woo409
+ Just turning on and off a few tests in run_generators which is currently producing different order in the outputs for files with contacts. The lines are the same just in a different order. Quite strange.


Revision 745 - Directory Listing
Modified Sat Jun 24 12:16:19 2006 UTC (16 years, 9 months ago) by woo409
+ The joys of cross-platform and multi-language development. You can't use C preprocessor macros in a PYTHON file!!! <grin>


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 731 - Directory Listing
Modified Mon May 15 04:09:52 2006 UTC (16 years, 10 months ago) by bcumming
Original Path: trunk/finley


Revision 730 - Directory Listing
Modified Mon May 15 04:03:49 2006 UTC (16 years, 10 months ago) by bcumming
Original Path: trunk/finley


Revision 727 - Directory Listing
Modified Fri May 12 06:31:06 2006 UTC (16 years, 10 months ago) by gross
Original Path: trunk/finley
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 720 - Directory Listing
Modified Thu Apr 27 10:16:05 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/finley
formatting errors in epydoc tags fixed

Revision 714 - Directory Listing
Modified Thu Apr 27 05:42:33 2006 UTC (16 years, 11 months ago) by elspeth
Original Path: trunk/finley
Fixed python test

Revision 709 - Directory Listing
Modified Wed Apr 26 06:35:36 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/finley
fixes to get scons py_tests going: mainly fixes in the pathes

Revision 707 - Directory Listing
Modified Wed Apr 12 23:58:02 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/finley
latex build documentation is working now

Revision 706 - Directory Listing
Modified Sat Apr 8 16:13:02 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/finley
python tests compile and run but there is still a problem with dependencies'


Revision 705 - Directory Listing
Modified Fri Apr 7 17:57:37 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/finley
python tests are allmost working

Revision 703 - Directory Listing
Modified Thu Apr 6 02:20:47 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/finley
some missing files

Revision 700 - Directory Listing
Modified Thu Apr 6 00:13:40 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/finley
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 699 - Directory Listing
Modified Fri Mar 31 06:27:56 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
now float**Data is running

Revision 698 - Directory Listing
Modified Fri Mar 31 04:52:55 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
test with tagged data pass now

Revision 692 - Directory Listing
Modified Thu Mar 30 08:05:02 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
test with tagged data still fail and switched off

Revision 690 - Directory Listing
Modified Tue Mar 28 07:18:51 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/finley
+ Added basic_py_tests target which will run the basic set of python tests. The list of python tests was taken from autoscons


Revision 687 - Directory Listing
Modified Mon Mar 27 22:17:32 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
small fixes

Revision 682 - Directory Listing
Modified Mon Mar 27 02:43:09 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/finley
+ 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 643 - Directory Listing
Modified Fri Mar 24 00:28:41 2006 UTC (17 years ago) by elspeth
Original Path: trunk/finley
More copyright info added.


Revision 637 - Directory Listing
Modified Thu Mar 23 10:55:31 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
more copyright statements added

Revision 626 - Directory Listing
Modified Thu Mar 23 02:16:36 2006 UTC (17 years ago) by elspeth
Original Path: trunk/finley
Copyright information inserted


Revision 620 - Directory Listing
Modified Wed Mar 22 07:43:42 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
problem with tagged data isolated

Revision 618 - Directory Listing
Modified Wed Mar 22 04:02:38 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
mmio moced to paso

Revision 617 - Directory Listing
Modified Wed Mar 22 02:58:17 2006 UTC (17 years ago) by elspeth
Original Path: trunk/finley
More copyright.


Revision 616 - Directory Listing
Modified Wed Mar 22 02:46:56 2006 UTC (17 years ago) by elspeth
Original Path: trunk/finley
Copyright added to more source files.


Revision 602 - Directory Listing
Modified Fri Mar 17 06:57:46 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
more work on pyvisi integration

Revision 595 - Directory Listing
Modified Tue Mar 14 23:52:45 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
test_utilOnFinley fixed (did run the tests that still fail)

Revision 590 - Directory Listing
Modified Fri Mar 10 06:29:14 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
all tests activated

Revision 589 - Directory Listing
Modified Fri Mar 10 06:28:35 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
my little test generator

Revision 584 - Directory Listing
Modified Thu Mar 9 23:03:38 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
eigenvalues: compiles and passes tests on altix now

Revision 580 - Directory Listing
Modified Wed Mar 8 05:45:51 2006 UTC (17 years ago) by gross
Original Path: trunk/finley
faster version of the local eigenvalue calculation

Revision 558 - Directory Listing
Modified Thu Feb 23 01:02:31 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
switch back to test on no tagged data

Revision 553 - Directory Listing
Modified Wed Feb 22 04:01:21 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
tests for tagged data

Revision 552 - Directory Listing
Modified Wed Feb 22 03:18:07 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
and more work on saving the element jacobians (please don;t look at the code)

Revision 550 - Directory Listing
Modified Wed Feb 22 02:14:38 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
more tests on slicing

Revision 547 - Directory Listing
Modified Tue Feb 21 06:10:54 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
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
first steps towards the reuse of the element jacobians

Revision 526 - Directory Listing
Modified Tue Feb 14 06:56:33 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
pdetools test added

Revision 521 - Directory Listing
Modified Tue Feb 14 05:50:56 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
now done test_utilOnFinley.py

Revision 491 - Directory Listing
Modified Thu Feb 2 08:21:10 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
small  bug fixed

Revision 484 - Directory Listing
Modified Thu Feb 2 02:12:08 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/finley
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
add mechanism to install .h files to inc directories
(still need to specify full lists of .h files to install)


Revision 480 - Directory Listing
Modified Wed Feb 1 05:15:12 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/finley
rationalise #includes and forward declarations


Revision 479 - Directory Listing
Modified Wed Feb 1 04:36:53 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/finley
a few more benchmarks added

Revision 474 - Directory Listing
Modified Mon Jan 30 04:23:44 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly


Revision 473 - Directory Listing
Modified Fri Jan 27 01:59:09 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
make adjustments to allow for new source tree structure


Revision 472 - Directory Listing
Modified Fri Jan 27 01:50:59 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
rationalise all #includes


Revision 471 - Directory Listing
Modified Fri Jan 27 01:33:02 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
reorganise finley src tree to remove inc dir and src/finley directory


Revision 468 - Directory Listing
Modified Wed Jan 25 06:50:39 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
reorganised esysUtils to remove inc directory

Revision 467 - Directory Listing
Modified Wed Jan 25 05:43:46 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
adjustments to includes to allow for new paso src tree structure

Revision 464 - Directory Listing
Modified Wed Jan 25 00:42:41 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
typo fixed: the anisotropic problems are returneing the correct answer now.

Revision 461 - Directory Listing
Modified Wed Jan 25 00:01:12 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
systems benchmarks run now

Revision 460 - Directory Listing
Modified Tue Jan 24 07:53:39 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
some mopre problems added

Revision 459 - Directory Listing
Modified Tue Jan 24 07:51:02 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
some mopre problems added

Revision 457 - Directory Listing
Modified Tue Jan 24 06:13:03 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
fix installation to directories specified by pyinstall and libinstall


Revision 455 - Directory Listing
Modified Tue Jan 24 04:36:54 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
minor comment and formatting changes


Revision 454 - Directory Listing
Modified Tue Jan 24 01:34:31 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
replace libdir default settings - SConstruct was broken without them


Revision 453 - Directory Listing
Modified Tue Jan 24 01:23:28 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
reset the solver

Revision 452 - Directory Listing
Modified Mon Jan 23 23:48:50 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
iter_max increased

Revision 450 - Directory Listing
Modified Mon Jan 23 05:04:45 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
remove old make based build system


Revision 449 - Directory Listing
Modified Mon Jan 23 03:48:51 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/finley
finley source directories now merged into one directory: src/finley


Revision 448 - Directory Listing
Modified Mon Jan 23 03:04:06 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
small typy fixed

Revision 447 - Directory Listing
Modified Mon Jan 23 02:59:59 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
a simple linear elastic solver

Revision 446 - Directory Listing
Modified Mon Jan 23 00:36:07 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
typo fixed

Revision 443 - Directory Listing
Modified Fri Jan 20 06:22:38 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
L2 function added

Revision 442 - Directory Listing
Modified Fri Jan 20 04:39:43 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
kronecker (and relatives) take now a FunctionSpace as argument and return a Data object in tthis functionspace

Revision 437 - Directory Listing
Modified Fri Jan 20 00:16:58 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
comprehensive testing for integrate function added. tests for grad will be added in the next check in. GradTest is obsolete now.

Revision 435 - Directory Listing
Modified Thu Jan 19 03:57:30 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
minor change

Revision 432 - Directory Listing
Modified Fri Jan 13 07:38:54 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
some fixes for openmp

Revision 431 - Directory Listing
Modified Fri Jan 13 05:07:10 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
new implementation of ILU0

Revision 430 - Directory Listing
Modified Wed Jan 11 06:40:50 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.

Revision 428 - Directory Listing
Modified Wed Jan 11 01:38:16 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
interplotared is changed from method to function call

Revision 425 - Directory Listing
Modified Tue Jan 10 04:10:39 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
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 423 - Directory Listing
Modified Fri Jan 6 08:09:43 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
some modifications in visualization to get equidistant output

Revision 416 - Directory Listing
Modified Wed Jan 4 05:38:35 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley
changes in Paso have been worked in

Revision 404 - Directory Listing
Modified Thu Dec 22 23:04:55 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
direct solver works for symmetry flag now

Revision 402 - Directory Listing
Modified Thu Dec 22 22:46:54 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
cut of for small values

Revision 399 - Directory Listing
Modified Wed Dec 21 22:43:48 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
frame to run a single test out of the test_util suite

Revision 389 - Directory Listing
Modified Tue Dec 20 03:17:28 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
Laplace benchmarks added

Revision 388 - Directory Listing
Modified Tue Dec 20 03:13:17 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
laplace benchmarks added

Revision 384 - Directory Listing
Modified Mon Dec 19 06:11:32 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
finleybench is build now

Revision 383 - Directory Listing
Modified Mon Dec 19 06:10:45 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
Finley options added plus some other stuff

Revision 382 - Directory Listing
Modified Mon Dec 19 06:09:49 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
run finley benchmark

Revision 381 - Directory Listing
Modified Mon Dec 19 03:15:44 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
first version of a finley benchmark suite for test the paso solver

Revision 362 - Directory Listing
Modified Thu Dec 15 02:07:55 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
removed unit-test runner scripts as unit-tests now run from scons

Revision 360 - Directory Listing
Modified Thu Dec 15 01:52:16 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
add target to run all unit tests, the build will fail
for this target if any unit test fails


Revision 355 - Directory Listing
Modified Wed Dec 14 05:05:31 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
add explicit target for building of unit tests


Revision 352 - Directory Listing
Modified Wed Dec 14 02:21:37 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
turns out Install() targets should also be made Default()
targets if you want them to actually reliably work!


Revision 340 - Directory Listing
Modified Mon Dec 12 05:10:45 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
pass in pyinstall value from top-level scons script and add
correct suffix in module level scons scipr


Revision 325 - Directory Listing
Modified Wed Dec 7 02:08:17 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
now determine hostname via socket.gethostname() as HOSTNAME
environment variable is apparently not set on all platforms


Revision 324 - Directory Listing
Modified Wed Dec 7 01:10:36 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
add symlinks to include files - previously added by hand as cvs couldn't
handle them


Revision 320 - Directory Listing
Modified Tue Dec 6 04:35:27 2005 UTC (17 years, 3 months ago) by svn
Original Path: trunk/finley
unit tests now run ok

Revision 319 - Directory Listing
Modified Tue Dec 6 04:25:37 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
temporary unit tests scripts

Revision 309 - Directory Listing
Modified Mon Dec 5 01:59:58 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
now load default options - by default!


Revision 303 - Directory Listing
Modified Fri Dec 2 05:54:01 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
is now in modellib

Revision 302 - Directory Listing
Modified Fri Dec 2 05:51:51 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
runs again

Revision 301 - Directory Listing
Modified Fri Dec 2 05:49:29 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
runs again

Revision 300 - Directory Listing
Modified Fri Dec 2 05:47:17 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
runs again

Revision 299 - Directory Listing
Modified Fri Dec 2 05:45:38 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
runs again

Revision 298 - Directory Listing
Modified Fri Dec 2 05:42:11 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
runs again

Revision 296 - Directory Listing
Modified Fri Dec 2 03:55:36 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
test passes now

Revision 294 - Directory Listing
Modified Fri Dec 2 03:47:30 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
test of symbols.py with python

Revision 288 - Directory Listing
Modified Fri Dec 2 01:55:04 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/finley
now automatically build unit tests as required based on dependencies
between unit tests and libraries


Revision 284 - Directory Listing
Modified Thu Dec 1 06:39:23 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/finley
test are passed now

Revision 277 - Directory Listing
Modified Wed Nov 30 04:52:39 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
explicitly define dependencies between modules


Revision 273 - Directory Listing
Modified Wed Nov 30 03:30:40 2005 UTC (17 years, 4 months ago) by gross
Original Path: trunk/finley
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, 4 months ago) by gross
Original Path: trunk/finley
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, 4 months ago) by gross
Original Path: trunk/finley
cast to float added. this avoids problems with very small values

Revision 268 - Directory Listing
Modified Wed Nov 30 01:39:47 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
setup scons configuration to make and install python code


Revision 255 - Directory Listing
Modified Tue Nov 29 06:13:22 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
pass in solver libraries to link with via options files now

Revision 252 - Directory Listing
Modified Tue Nov 29 05:58:03 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
pass in platform specific libraries via options files now


Revision 249 - Directory Listing
Modified Tue Nov 29 05:29:09 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
fix compiler options to enable compilation on gcc platforms

Revision 248 - Directory Listing
Modified Tue Nov 29 04:58:23 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
add top level scons config files to allow building
of all unit tests for each module at once


Revision 246 - Directory Listing
Modified Tue Nov 29 04:27:00 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
allow compile options to be loaded from a config
file specified on the command line to scons


Revision 241 - Directory Listing
Modified Mon Nov 28 06:14:47 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
if usegcc=1 is set on command line, load compiler options
fropm scons/gcc_options.py


Revision 239 - Directory Listing
Modified Mon Nov 28 05:49:32 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
read names of python and boost libraries from config file now


Revision 228 - Directory Listing
Modified Fri Nov 25 02:01:14 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
now read compile options from options file


Revision 224 - Directory Listing
Modified Fri Nov 25 00:33:27 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
implement switching of debug compiler options based on command line flag 'debug'

Revision 223 - Directory Listing
Modified Thu Nov 24 23:12:13 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
pass in cc/cxx settings from config file

Revision 217 - Directory Listing
Modified Thu Nov 24 06:48:50 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
import sys

Revision 216 - Directory Listing
Modified Thu Nov 24 06:35:14 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
first pass at importing compile options from an external file'


Revision 214 - Directory Listing
Modified Thu Nov 24 05:15:26 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
collect all information needed to determine build
configuration (ie: debug/nodebug, host, platform etc)


Revision 211 - Directory Listing
Modified Thu Nov 24 00:29:23 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
removed


Revision 208 - Directory Listing
Modified Wed Nov 23 05:08:45 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
?


Revision 206 - Directory Listing
Modified Wed Nov 23 05:03:42 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
remove MeshAdapter test for now - will only work with scons build system


Revision 205 - Directory Listing
Modified Wed Nov 23 05:02:59 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
fix settings to account for new finley source tree structure


Revision 204 - Directory Listing
Modified Wed Nov 23 04:43:51 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
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
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
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
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
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
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
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
explicitly add -fpic option to all compiler options lists
to ensure relocatable code is generated


Revision 183 - Directory Listing
Modified Fri Nov 18 05:24:37 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
can now build finleyC/finleycpp concurrently


Revision 182 - Directory Listing
Modified Fri Nov 18 05:07:36 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/finley
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
Copied from: trunk/esys2/finley revision 154
move all directories from trunk/esys2 into trunk and remove esys2


Revision 154 - Directory Listing
Modified Mon Nov 7 05:51:17 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch dev-02 back to main trunk on 2005-11-07


Revision 153 - Directory Listing
Modified Tue Oct 25 01:51:20 2005 UTC (17 years, 5 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch dev-02 back to main trunk on 2005-10-25


Revision 152 - Directory Listing
Modified Fri Oct 21 08:32:21 2005 UTC (17 years, 5 months ago) by phornby
Original Path: trunk/esys2/finley
DataConstantTestCase.cpp, DataExpandedTestCase.cpp:

Replace

DataExpanded testData1(FunctionSpace(),....)

with

FunctionSpace tmp_fns;
DataExpanded testData1(tmp_fns,shape,data);

for GCC's sake.




Added some profiling to PoissonSolverTest.py.


Revision 151 - Directory Listing
Modified Thu Sep 22 01:55:00 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch dev-02 back to main trunk on 2005-09-22


Revision 150 - Directory Listing
Modified Thu Sep 15 03:44:45 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch dev-02 back to main trunk on 2005-09-15


Revision 149 - Directory Listing
Modified Thu Sep 1 03:31:39 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch dev-02 back to main trunk on 2005-09-01


Revision 148 - Directory Listing
Modified Tue Aug 23 01:24:31 2005 UTC (17 years, 7 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch dev-02 back to main trunk on 2005-08-23


Revision 147 - Directory Listing
Modified Fri Aug 12 01:45:47 2005 UTC (17 years, 7 months ago) by jgs
Original Path: trunk/esys2/finley
erge of development branch dev-02 back to main trunk on 2005-08-12


Revision 146 - Directory Listing
Modified Fri Jul 29 01:44:29 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley
First merge of development branch dev-02 back to main trunk on 2005-07-29


Revision 141 - Directory Listing
Modified Mon Jul 25 05:15:41 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley
fixed to work with new python source/install directory structure


Revision 140 - Directory Listing
Modified Mon Jul 25 00:08:42 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley
add __init__.pyc to install list


Revision 139 - Directory Listing
Modified Mon Jul 25 00:05:12 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley
python init file for finley module


Revision 137 - Directory Listing
Modified Fri Jul 22 07:07:20 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley
removed all references to modellib module


Revision 126 - Directory Listing
Modified Fri Jul 22 03:53:08 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch back to main trunk on 2005-07-22


Revision 123 - Directory Listing
Modified Fri Jul 8 04:08:13 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch back to main trunk on 2005-07-08


Revision 122 - Directory Listing
Modified Thu Jun 9 05:38:05 2005 UTC (17 years, 9 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch back to main trunk on 2005-06-09


Revision 121 - Directory Listing
Modified Fri May 6 04:26:16 2005 UTC (17 years, 10 months ago) by jgs
Original Path: trunk/esys2/finley
Merge of development branch back to main trunk on 2005-05-06


Revision 119 - Directory Listing
Modified Tue Apr 12 04:45:05 2005 UTC (17 years, 11 months ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 117 - Directory Listing
Modified Fri Apr 1 05:48:57 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 115 - Directory Listing
Modified Fri Mar 4 07:12:47 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 113 - Directory Listing
Modified Mon Feb 28 07:06:33 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 110 - Directory Listing
Modified Mon Feb 14 04:14:42 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 108 - Directory Listing
Modified Thu Jan 27 06:21:59 2005 UTC (18 years, 2 months ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 104 - Directory Listing
Modified Fri Dec 17 07:43:12 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 102 - Directory Listing
Modified Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 100 - Directory Listing
Modified Wed Dec 15 03:48:48 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 97 - Directory Listing
Modified Tue Dec 14 05:39:33 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 84 - Directory Listing
Modified Tue Oct 26 23:51:56 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/finley
*** empty log message ***


Revision 82 - Directory Listing
Added Tue Oct 26 06:53:54 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/finley
Initial revision


  ViewVC Help
Powered by ViewVC 1.1.26