/[escript]/trunk/escript/test
ViewVC logotype

Log of /trunk/escript/test

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 4507)

Revision 1468 - Directory Listing
Modified Thu Apr 3 04:14:48 2008 UTC (14 years, 11 months ago) by gross
test for GMRES added

Revision 1455 - Directory Listing
Modified Thu Feb 28 17:19:44 2008 UTC (15 years ago) by phornby
Merge of branches/windows_from_1431_trunk.

Revamp of the exception system.
Fix unused vars and signed/unsigned comparisons.
defined a macro THROW(ARG) in the system_dep.h's to
deal with the expectations of declarations on different architectures.

Details in the logs of branches/windows_from_1431_trunk.

pre-merge snapshot of the trunk in tags/trunk_at_1452



Revision 1388 - Directory Listing
Modified Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
And get the *(&(*&(* name right

Revision 1387 - Directory Listing
Modified Fri Jan 11 07:45:26 2008 UTC (15 years, 2 months ago) by trankine
Original Path: temp/escript/test
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.

Revision 1384 - Directory Listing
Modified Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
Original Path: temp_trunk_copy/escript/test
Make a temp copy of the trunk before checking in the windows changes



Revision 1376 - Directory Listing
Modified Wed Jan 9 01:38:18 2008 UTC (15 years, 2 months ago) by gross
inserted sys.exit(1) into the tests so scons can detect the failure of the test. 
A similar statement has been removed from an earlier as it produces problems on 64bit Linux. Previously exit(0) was called in case of success but now this is not done in order to avoid a fatal end of the program. in the case of an error in the test there could be a fatal error so but I guess that this not really a problem.

PS: the fact that signal 0 was returned even for the case of an error lead to the illusion that all tests have been completed successfully.



Revision 1374 - Directory Listing
Modified Tue Jan 8 09:37:55 2008 UTC (15 years, 2 months ago) by gross
some changes to get things going on the cognac.ivec.org.

Revision 1355 - Directory Listing
Modified Thu Nov 29 00:53:31 2007 UTC (15 years, 3 months ago) by ksteube
Test didn't compile on Windows due to lack of cast to double


Revision 1331 - Directory Listing
Modified Tue Oct 23 00:42:15 2007 UTC (15 years, 5 months ago) by gross
ArithmeticTuple added. It is useful for certain applications of PCG

Revision 1330 - Directory Listing
Modified Mon Oct 22 04:54:49 2007 UTC (15 years, 5 months ago) by gross
more flexible stopping criterium for the PCG

Revision 1325 - Directory Listing
Modified Mon Oct 1 06:28:24 2007 UTC (15 years, 5 months ago) by matt
DataArray has been removed as it is no longer used. Unit tests have been
updated accordingly with substitute constructs. Any files pertaining to
DataArray have been removed.



Revision 1312 - Directory Listing
Modified Mon Sep 24 06:18:44 2007 UTC (15 years, 6 months ago) by ksteube
The MPI branch is hereby closed. All future work should be in trunk.

Previously in revision 1295 I merged the latest changes to trunk into trunk-mpi-branch.
In this revision I copied all files from trunk-mpi-branch over the corresponding
trunk files. I did not use 'svn merge', it was a copy.


Revision 1246 - Directory Listing
Modified Mon Aug 13 22:09:00 2007 UTC (15 years, 7 months ago) by phornby
Add the esys and lib directories to the repository.
Remove the IS_WINDOWS_PLATFORM from the SConscripts, and
do the logic once in SConstruct.
SConstruct now includes example options files if the hostname_options file is not present. 
This needs some more work for the altix.
The tests now depend upon the build target. This is important it seems, as there appears to be the
possibility of calling linking different libraries
against incompatible versions of sub-libraries. 
This addressed most of the exceptions we were getting on windows.
All the useNetCDF logic is now done by SConstruct.
Made the init_target part of the build alias so that __ini__.py is created on a fresh checkout.

py_tests mostly pass on windows, only need to track down the exception in run_tests.

Revision 1235 - Directory Listing
Modified Mon Aug 13 00:25:29 2007 UTC (15 years, 7 months ago) by phornby
Started the removal of IS_WINDOWS_PLATFORM, and now insis that the windows options file be kept up to date, and be complete.

boost_libs -> boost_lib.

Revision 1174 - Directory Listing
Modified Tue May 29 07:05:59 2007 UTC (15 years, 9 months ago) by gross
more modifications to the test rquired by the new intergartion schemes

Revision 1171 - Directory Listing
Modified Fri May 25 06:55:05 2007 UTC (15 years, 10 months ago) by gross
some modifications to the tests to consider the new integration schemes for tri and tet

Revision 1149 - Directory Listing
Modified Thu May 17 00:30:15 2007 UTC (15 years, 10 months ago) by gross
some fixes from the windows version

Revision 1141 - Directory Listing
Modified Tue May 15 04:24:51 2007 UTC (15 years, 10 months ago) by gross
Some changes to make things run on windows. There is still a problem with netcdf an long file names on windows but there is the suspicion that this is a bigger problem related to boost (compiler options). In fact runs with large numbers of iteration/time steps tend to create seg faults. 

Revision 1139 - Directory Listing
Modified Mon May 14 05:12:53 2007 UTC (15 years, 10 months ago) by ksteube
Finished renaming of boost_lib to boost_libs and boost_lib_path to boost_libs_path.


Revision 1137 - Directory Listing
Modified Thu May 10 08:11:31 2007 UTC (15 years, 10 months ago) by gross
This version passes the tests on windows except for 

   * vtk
   * netCDF

The version needs to be tested on altix and linux

Revision 1131 - Directory Listing
Modified Tue May 8 05:52:21 2007 UTC (15 years, 10 months ago) by gross
netcdf c++ interface removed

Revision 1072 - Directory Listing
Modified Thu Mar 29 06:44:30 2007 UTC (15 years, 11 months ago) by gross
PDE assemblage for reduced integration order + tests added.



Revision 1064 - Directory Listing
Modified Tue Mar 27 06:21:02 2007 UTC (16 years ago) by gross
test for reduced integration order for grad, interpolate and integrate added.
Bug shown by the tests have been fixed.



Revision 1063 - Directory Listing
Modified Mon Mar 26 08:29:18 2007 UTC (16 years ago) by gross
test for creation of reduced function spaces added.
tests for dumping data on reduced function spaces added.
This showed a small bug with compilation setting for compilation with netCDF which is fixed



Revision 1044 - Directory Listing
Modified Mon Mar 19 07:29:31 2007 UTC (16 years ago) by gross
clear name tagging is supported now.

Revision 1034 - Directory Listing
Modified Wed Mar 14 23:49:20 2007 UTC (16 years ago) by gross
In VC++ boost has problems with numarray arguments from python. This
fixes that problem by taking python::object arguments from the python
level and converting it into python::numeric::array on the C++ level.
This hasn't been tested with VC++ yet.

Moreover the two Data methods dealing with big numarrays as argument and
return value have been removed.



Revision 1026 - Directory Listing
Modified Tue Mar 13 08:25:00 2007 UTC (16 years ago) by phornby
Data.cpp - indefed out the erf & inv. hyperbolics on windows.
DataAlgorithmAdapterTestCase & DataTestCase - Fix the ifndef on _WIN32 & _INTEL_COMPILER
SConstruct - chamges to the PATH so windows can find DLLs.



Revision 1023 - Directory Listing
Modified Tue Mar 13 05:43:36 2007 UTC (16 years ago) by gross
netCDF can now be switched off at compilation. Consequently load and dump of data objects is not available then.

Revision 983 - Directory Listing
Modified Tue Feb 20 02:49:08 2007 UTC (16 years, 1 month ago) by gross
full Data object dump and load now available. Tests added.

Revision 964 - Directory Listing
Modified Tue Feb 13 05:10:26 2007 UTC (16 years, 1 month ago) by gross
The set/getRefVal functions of Data objects have been removed (mainly to avoid later problems with MPI).
Moreover, a faster access to the reference id of samples has been introduced. I don't think that anybody will
profit form this at this stage but it will allow a faster dump of data objects.



Revision 957 - Directory Listing
Modified Tue Feb 13 00:33:00 2007 UTC (16 years, 1 month ago) by gross
some test about lists added.

Revision 956 - Directory Listing
Modified Tue Feb 13 00:03:40 2007 UTC (16 years, 1 month ago) by gross
Older versions of numarray dont have the "all" function. The test has been modified to run for these order versions. too.



Revision 950 - Directory Listing
Modified Tue Feb 6 07:01:11 2007 UTC (16 years, 1 month ago) by gross
escript data objects can now be saved to netCDF files, see http://www.unidata.ucar.edu/software/netcdf/.
Currently only constant data are implemented with expanded and tagged data to follow.
There are two new functions to dump a data object

   s=Data(...)
   s.dump(<filename>)

and to recover it

   s=load(<filename>, domain)

Notice that the function space of s is recovered but domain is still need. 

dump and load will replace archive and extract.

The installation needs now the netCDF installed. 



Revision 918 - Directory Listing
Modified Wed Jan 3 06:30:00 2007 UTC (16 years, 2 months ago) by gross
fixes on ESySXML to get runmodel going.

    * object ids are now local for read and write of XML
    * ParameterSets are now written with class name
    * ParameterSets linked by other ParameterSets (previously only Models) are written now 
    * list are now lists of str (rather than bools), lists with bool, int or float are mapped to numarray
    * numarray are writen with generic types Bool, Int, Float (portability!)



Revision 880 - Directory Listing
Modified Wed Oct 25 23:58:16 2006 UTC (16 years, 5 months ago) by gross
Locator accepts list of locations now

Revision 875 - Directory Listing
Modified Tue Oct 17 12:42:47 2006 UTC (16 years, 5 months ago) by elspeth
DataSources added to modelframe/EsysXML, and tests to run_xml.py. Currently does not actually handle data 
sources, 
just references. Functionality is in progress. 

EsysXML format (URI can be a local file reference, or a remote reference such as an ftp site, fileformat 
is currently any string descriptor, such as finleyMesh or gmtdata):
 <Parameter type="DataSource">
                        <Name>
                                uritest
                        </Name>
                        <Value>
                                <DataSource>
                                        <URI>
                                                somelocalfile.txt
                                        </URI>
                                        <FileFormat>
                                                text
                                        </FileFormat>
                                </DataSource>
                        </Value>
                </Parameter>



Revision 874 - Directory Listing
Modified Tue Oct 17 12:06:11 2006 UTC (16 years, 5 months ago) by elspeth
Changed numarray xml structure slightly, to fit better with the rest of 
the XML. 
Added lists of booleans as a data type in modelframe.
Fixed bug with bools in modelframe.


Revision 871 - Directory Listing
Modified Sat Oct 14 08:25:54 2006 UTC (16 years, 5 months ago) by elspeth
Numarray support added to modelframe and tests for numarray added to run_xml.
Numarrays will look like this in ESysXML:

A 2 x 3 numarray will look like this:

<Parameter type="NumArray">
                        <Name>
                                numtest
                        </Name>
                        <Value>
                                <ArrayType>
                                        Float64
                                </ArrayType>
                                <Shape>
                                        2 3
                                </Shape>
                                <Data>
                                        1.0 2.0 3.0 3.0 4.0 5.0
                                </Data>
                        </Value>
                </Parameter>

A numarray vector will look like this:

<Parameter type="NumArray">
                        <Name>
                                numtest
                        </Name>
                        <Value>
                                <ArrayType>
                                        Float64
                                </ArrayType>
                                <Shape>
                                        3
                                </Shape>
                                <Data>
                                        3.0 4.0 5.0
                                </Data>
                        </Value>
                </Parameter>




Revision 855 - Directory Listing
Modified Fri Sep 22 09:30:06 2006 UTC (16 years, 6 months ago) by gross
some tests for triangle meshes added

Revision 854 - Directory Listing
Modified Thu Sep 21 05:29:42 2006 UTC (16 years, 6 months ago) by gross
Some modifications to the binary operations +,-,*/, pow. 
The code is a bit simpler now and more efficient has there is
no reseising required now. the resizing method has been removed as
it is very, very inefficient. Even serial code should be faster now.
It is now forbidden to do an inplace update of scalar data object with an object 
of rank >0 as this is very slow (and does not make much sense). 



Revision 804 - Directory Listing
Modified Thu Aug 10 01:12:16 2006 UTC (16 years, 7 months ago) by gross
the new function swap_axes + tests added. (It replaces swap).



Revision 801 - Directory Listing
Modified Wed Aug 9 00:49:56 2006 UTC (16 years, 7 months ago) by ksteube
Removed outdated tests that use trace()



Revision 798 - Directory Listing
Modified Fri Aug 4 01:05:36 2006 UTC (16 years, 7 months ago) by gross
Reimplementation of the assemblage with persistent jacobeans.
There are also a few changes to the tests which has now
dramatically reduced the memory demand.



Revision 795 - Directory Listing
Modified Mon Jul 31 01:23:58 2006 UTC (16 years, 7 months ago) by ksteube
Fixed typo in method name


Revision 785 - Directory Listing
Modified Tue Jul 25 03:48:10 2006 UTC (16 years, 8 months ago) by gross
some new functions around tensor product added.

Revision 777 - Directory Listing
Modified Wed Jul 12 08:54:45 2006 UTC (16 years, 8 months ago) by gross
integration with persistent jacobeans is running now

Revision 773 - Directory Listing
Modified Fri Jul 7 10:10:00 2006 UTC (16 years, 8 months ago) by gross
assemblage tests added

Revision 765 - Directory Listing
Modified Fri Jun 30 06:37:11 2006 UTC (16 years, 8 months ago) by gross
The test for the contact normal has been modified to take in cosideration the fact that the normal is unique up to the factor +/-1. 
Now the test checks the kllength of the normal for 1 and the angle to the reference normal.



Revision 757 - Directory Listing
Modified Mon Jun 26 13:12:56 2006 UTC (16 years, 9 months ago) by woo409
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)


Revision 713 - Directory Listing
Modified Thu Apr 27 05:03:44 2006 UTC (16 years, 11 months ago) by gross
relative error tests have been introduced into a few more of the unit test.

Revision 711 - Directory Listing
Modified Wed Apr 26 22:39:51 2006 UTC (16 years, 11 months ago) by gross
tests pass now on gcc: some tests did not take round-off errors into consideration

Revision 710 - Directory Listing
Modified Wed Apr 26 22:22:16 2006 UTC (16 years, 11 months ago) by gross
"scons dodebug=no all_tests" runs now. 

Some of the tests could only pass under dodebug=yes as they checked for
exceptions from asserts. The tests are switched off now if DOASSERT is
not set.



Revision 709 - Directory Listing
Modified Wed Apr 26 06:35:36 2006 UTC (16 years, 11 months ago) by gross
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
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
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
python tests are allmost working

Revision 700 - Directory Listing
Modified Thu Apr 6 00:13:40 2006 UTC (16 years, 11 months ago) by gross
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 698 - Directory Listing
Modified Fri Mar 31 04:52:55 2006 UTC (16 years, 11 months ago) by gross
test with tagged data pass now

Revision 695 - Directory Listing
Modified Thu Mar 30 12:44:11 2006 UTC (16 years, 11 months ago) by gross
obsolet tests removed

Revision 693 - Directory Listing
Modified Thu Mar 30 08:34:08 2006 UTC (16 years, 11 months ago) by gross
DataVariable removed. it is not used.

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


Revision 682 - Directory Listing
Modified Mon Mar 27 02:43:09 2006 UTC (17 years ago) by robwdcock
+ 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
More copyright info added.


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

Revision 629 - Directory Listing
Modified Thu Mar 23 02:41:25 2006 UTC (17 years ago) by elspeth
Copyright information added.


Revision 614 - Directory Listing
Modified Wed Mar 22 01:37:07 2006 UTC (17 years ago) by elspeth
Corrected spelling of 'license' in url so that the link actually points to the license.


Revision 613 - Directory Listing
Modified Wed Mar 22 01:12:32 2006 UTC (17 years ago) by elspeth
More copyright information inserted.


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

Revision 570 - Directory Listing
Modified Tue Feb 28 06:51:25 2006 UTC (17 years ago) by jgs
extend these tests to test DataTagged objecrs also

Revision 564 - Directory Listing
Modified Thu Feb 23 05:22:31 2006 UTC (17 years, 1 month ago) by jgs
extend testing to include DataTagged objects with no
tags, only default values


Revision 563 - Directory Listing
Modified Thu Feb 23 05:09:47 2006 UTC (17 years, 1 month ago) by jgs
extend operator tests to include DataTagged and DataExpanded


Revision 561 - Directory Listing
Modified Thu Feb 23 03:49:50 2006 UTC (17 years, 1 month ago) by jgs
minor reformatting


Revision 560 - Directory Listing
Modified Thu Feb 23 01:58:35 2006 UTC (17 years, 1 month ago) by jgs
reinstate testing of DataTagged object unary ops


Revision 557 - Directory Listing
Modified Wed Feb 22 05:11:56 2006 UTC (17 years, 1 month ago) by jgs
add test case for case where binaryOp combines a DataTagged and a scalar

Revision 556 - Directory Listing
Modified Wed Feb 22 04:45:15 2006 UTC (17 years, 1 month ago) by jgs
reinstate testing using DataTagged objects


Revision 549 - Directory Listing
Modified Wed Feb 22 00:45:48 2006 UTC (17 years, 1 month ago) by jgs
extend testing of DataTagged setSlice to include case where
source and target have mismatched tag sets


Revision 548 - Directory Listing
Modified Tue Feb 21 23:52:41 2006 UTC (17 years, 1 month ago) by jgs
modify tests for binary operations and setSlice to ensure situations where two DataTaggeds with mismatched tag sets are tested correctly

Revision 546 - Directory Listing
Modified Tue Feb 21 01:59:07 2006 UTC (17 years, 1 month ago) by jgs
reinstate testing of DataTagged objects


Revision 545 - Directory Listing
Modified Tue Feb 21 01:24:05 2006 UTC (17 years, 1 month ago) by jgs
reinstate testing using DataTagged values


Revision 542 - Directory Listing
Modified Mon Feb 20 06:53:12 2006 UTC (17 years, 1 month ago) by jgs
reinstate sliceSetting testing of DataTagged


Revision 540 - Directory Listing
Modified Mon Feb 20 06:05:32 2006 UTC (17 years, 1 month ago) by jgs
reinstate sliceGetting testing for DataTagged objects


Revision 539 - Directory Listing
Modified Mon Feb 20 04:12:51 2006 UTC (17 years, 1 month ago) by jgs
add a test case for tag() method


Revision 538 - Directory Listing
Modified Mon Feb 20 03:43:25 2006 UTC (17 years, 1 month ago) by jgs
minor formatting changes


Revision 537 - Directory Listing
Modified Mon Feb 20 02:00:18 2006 UTC (17 years, 1 month ago) by jgs
refine/extend tests for slicing, particularly those for DataTagged


Revision 534 - Directory Listing
Modified Fri Feb 17 01:03:53 2006 UTC (17 years, 1 month ago) by jgs
finish testing of DataTagged::setSlice


Revision 533 - Directory Listing
Modified Thu Feb 16 06:49:59 2006 UTC (17 years, 1 month ago) by jgs
testing setSlice with rank1 and rank 3 values and multiple tags


Revision 527 - Directory Listing
Modified Wed Feb 15 01:25:57 2006 UTC (17 years, 1 month ago) by jgs
extend setSlice testing to include DataTagged with default values


Revision 524 - Directory Listing
Modified Tue Feb 14 05:55:46 2006 UTC (17 years, 1 month ago) by jgs
more testing of setSlice


Revision 520 - Directory Listing
Modified Tue Feb 14 05:45:11 2006 UTC (17 years, 1 month ago) by gross
obsolet

Revision 518 - Directory Listing
Modified Tue Feb 14 05:18:09 2006 UTC (17 years, 1 month ago) by jgs
add some basic testing for DataTagged::setSlice


Revision 516 - Directory Listing
Modified Tue Feb 14 01:53:58 2006 UTC (17 years, 1 month ago) by jgs
comprehensive testing of DataTagged::getSlice completed


Revision 515 - Directory Listing
Modified Mon Feb 13 05:59:51 2006 UTC (17 years, 1 month ago) by jgs
split slicing testing into getSlice and setSlice tests
add testing for DataTagged objects with one tagged value


Revision 514 - Directory Listing
Modified Mon Feb 13 04:47:47 2006 UTC (17 years, 1 month ago) by jgs
add testing of slicing methods


Revision 511 - Directory Listing
Modified Fri Feb 10 05:39:18 2006 UTC (17 years, 1 month ago) by jgs
extend basic testing of Data objects containing DataTagged objects

Revision 510 - Directory Listing
Modified Fri Feb 10 04:00:50 2006 UTC (17 years, 1 month ago) by jgs
add tests for getSampleData

Revision 508 - Directory Listing
Modified Fri Feb 10 01:41:55 2006 UTC (17 years, 1 month ago) by jgs
comprehensive testing of reshapeDataPoint method

Revision 506 - Directory Listing
Modified Thu Feb 9 06:06:02 2006 UTC (17 years, 1 month ago) by jgs
extend testing for binary and unary operations
and add comprehensive testing for method getSampleDataByTag


Revision 504 - Directory Listing
Modified Wed Feb 8 05:51:27 2006 UTC (17 years, 1 month ago) by jgs
initial testing of operations involving DataTagged objects


Revision 503 - Directory Listing
Modified Wed Feb 8 04:25:40 2006 UTC (17 years, 1 month ago) by jgs
add test for copy constructors


Revision 502 - Directory Listing
Modified Wed Feb 8 03:57:20 2006 UTC (17 years, 1 month ago) by jgs
add test for setTaggedValue


Revision 501 - Directory Listing
Modified Wed Feb 8 03:37:20 2006 UTC (17 years, 1 month ago) by jgs
add extensive testing of addTaggedValue

Revision 499 - Directory Listing
Modified Tue Feb 7 04:40:44 2006 UTC (17 years, 1 month ago) by jgs
add comprehensive testing for DataTagged with (1) default value only, (2) one tag value and (3) three tag values

Revision 497 - Directory Listing
Modified Tue Feb 7 01:28:01 2006 UTC (17 years, 1 month ago) by jgs
extend testing of default DataTagged object


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


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

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


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


Revision 425 - Directory Listing
Modified Tue Jan 10 04:10:39 2006 UTC (17 years, 2 months ago) by gross
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 376 - Directory Listing
Modified Fri Dec 16 01:49:18 2005 UTC (17 years, 3 months ago) by jgs
removed redundant test

Revision 375 - Directory Listing
Modified Fri Dec 16 01:44:11 2005 UTC (17 years, 3 months ago) by jgs
fix method names to match new scheme

Revision 374 - Directory Listing
Modified Fri Dec 16 01:35:07 2005 UTC (17 years, 3 months ago) by jgs
fix names of log/ln functions to match new scheme


Revision 373 - Directory Listing
Modified Fri Dec 16 01:31:06 2005 UTC (17 years, 3 months ago) by jgs
modified number of data points in mesh to allow
testing with Bruce Function objects


Revision 362 - Directory Listing
Modified Thu Dec 15 02:07:55 2005 UTC (17 years, 3 months ago) by jgs
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
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
add explicit target for building of unit tests


Revision 350 - Directory Listing
Modified Tue Dec 13 09:11:52 2005 UTC (17 years, 3 months ago) by gross
test for time integration manger added

Revision 342 - Directory Listing
Modified Tue Dec 13 01:50:42 2005 UTC (17 years, 3 months ago) by jgs
minor formatting fix


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


Revision 320 - Directory Listing
Modified Tue Dec 6 04:35:27 2005 UTC (17 years, 3 months ago) by svn
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
temporary unit tests scripts

Revision 316 - Directory Listing
Modified Tue Dec 6 01:16:05 2005 UTC (17 years, 3 months ago) by jgs
fix this test


Revision 315 - Directory Listing
Modified Tue Dec 6 01:13:57 2005 UTC (17 years, 3 months ago) by jgs
change method calls to match new names for Data methods


Revision 314 - Directory Listing
Modified Tue Dec 6 00:55:22 2005 UTC (17 years, 3 months ago) by jgs
rename method calls to match new Data boost interface names


Revision 311 - Directory Listing
Modified Mon Dec 5 02:59:54 2005 UTC (17 years, 3 months ago) by jgs
remove references to ln and length methods which have been removed
from class Data


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


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


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


Revision 248 - Directory Listing
Modified Tue Nov 29 04:58:23 2005 UTC (17 years, 3 months ago) by jgs
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, 3 months ago) by jgs
allow compile options to be loaded from a config
file specified on the command line to scons


Revision 244 - Directory Listing
Modified Tue Nov 29 00:27:10 2005 UTC (17 years, 3 months ago) by jgs
fixed an accidental commit which broke this script


Revision 241 - Directory Listing
Modified Mon Nov 28 06:14:47 2005 UTC (17 years, 3 months ago) by jgs
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, 3 months ago) by jgs
read names of python and boost libraries from config file now


Revision 235 - Directory Listing
Modified Mon Nov 28 04:36:16 2005 UTC (17 years, 3 months ago) by jgs
change scons config files for escript unit tests to read
compiler options from option file now


Revision 196 - Directory Listing
Modified Tue Nov 22 01:48:33 2005 UTC (17 years, 4 months ago) by jgs
first draft scons construct files for remaining escript unit tests


Revision 184 - Directory Listing
Modified Fri Nov 18 06:14:18 2005 UTC (17 years, 4 months ago) by phornby
Remove unnecessary unary +'s from the numarray.array's because this is broken in some
versions of numarray.



Revision 159 - Directory Listing
Modified Thu Nov 10 04:01:43 2005 UTC (17 years, 4 months ago) by matt
Added a more comprehensive data equivalence test based on X coordinates.



Revision 158 - Directory Listing
Modified Thu Nov 10 03:51:03 2005 UTC (17 years, 4 months ago) by matt
Added finley and bruce rectangle and brick Data archive tests.



Revision 155 - Directory Listing
Modified Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
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/escript/test
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/escript/test
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/escript/test
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/escript/test
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/escript/test
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/escript/test
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/escript/test
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/escript/test
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, 7 months ago) by jgs
Original Path: trunk/esys2/escript/test
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/escript/test
fixed to work with new python source/install directory structure


Revision 126 - Directory Listing
Modified Fri Jul 22 03:53:08 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/escript/test
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/escript/test
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/escript/test
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/escript/test
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/escript/test
*** empty log message ***


Revision 117 - Directory Listing
Modified Fri Apr 1 05:48:57 2005 UTC (17 years, 11 months ago) by jgs
Original Path: trunk/esys2/escript/test
*** empty log message ***


Revision 113 - Directory Listing
Modified Mon Feb 28 07:06:33 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/escript/test
*** 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/escript/test
*** empty log message ***


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


Revision 106 - Directory Listing
Modified Thu Dec 23 07:20:12 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/test
*** 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/escript/test
*** 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/escript/test
*** 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/escript/test
*** 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/escript/test
*** empty log message ***


Revision 95 - Directory Listing
Modified Wed Oct 27 00:53:16 2004 UTC (18 years, 4 months ago) by jgs
Original Path: trunk/esys2/escript/test
disabled testSubtraction test for now - requires setTaggedValue interface
which takes Data object as argument


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


  ViewVC Help
Powered by ViewVC 1.1.26