/[escript]/branches/arrayview_from_1695_trunk/escript/test/DataTestCase.cpp
ViewVC logotype

Log of /branches/arrayview_from_1695_trunk/escript/test/DataTestCase.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1721 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 00:39:32 2008 UTC (14 years, 7 months ago) by jfenwick
File length: 30375 byte(s)
Diff to previous 1698
Branch commit.

Fixed problems with copyFromNumArray
Removed version of setTaggedValueFromCPP() which required DataArrayView.
Updated tests.



Revision 1698 - (view) (annotate) - [select for diffs]
Modified Tue Aug 12 01:13:16 2008 UTC (14 years, 7 months ago) by jfenwick
File length: 30116 byte(s)
Diff to previous 1697
Branch commit DO NOT PANIC.

Moved shapeToString and noValues from DataArrayView to 
DataTypes{.h,.cpp}



Revision 1697 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 06:29:54 2008 UTC (14 years, 7 months ago) by jfenwick
File length: 30124 byte(s)
Diff to previous 1696
Moved ValueType, ShapeType, RegionType, RegionLoopRangeType and maxRank
From DataArrayView.h to DataTypes.h

This is a simple rename but did require modifying a lot of files.



Revision 1696 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 03:33:40 2008 UTC (14 years, 7 months ago) by jfenwick
File length: 30368 byte(s)
Diff to previous 1455
Branching to perform experiments on removing DataArrayView


Revision 1455 - (view) (annotate) - [select for diffs]
Modified Thu Feb 28 17:19:44 2008 UTC (15 years ago) by phornby
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30368 byte(s)
Diff to previous 1388
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 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30372 byte(s)
Diff to previous 1387
And get the *(&(*&(* name right

Revision 1387 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:26 2008 UTC (15 years, 2 months ago) by trankine
Original Path: temp/escript/test/DataTestCase.cpp
File length: 30372 byte(s)
Diff to previous 1384
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.

Revision 1384 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
Original Path: temp_trunk_copy/escript/test/DataTestCase.cpp
File length: 30372 byte(s)
Diff to previous 1355
Make a temp copy of the trunk before checking in the windows changes



Revision 1355 - (view) (annotate) - [select for diffs]
Modified Thu Nov 29 00:53:31 2007 UTC (15 years, 3 months ago) by ksteube
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30372 byte(s)
Diff to previous 1325
Test didn't compile on Windows due to lack of cast to double


Revision 1325 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 06:28:24 2007 UTC (15 years, 5 months ago) by matt
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30356 byte(s)
Diff to previous 1312
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 - (view) (annotate) - [select for diffs]
Modified Mon Sep 24 06:18:44 2007 UTC (15 years, 5 months ago) by ksteube
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30318 byte(s)
Diff to previous 1131
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 1131 - (view) (annotate) - [select for diffs]
Modified Tue May 8 05:52:21 2007 UTC (15 years, 10 months ago) by gross
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30784 byte(s)
Diff to previous 1026
netcdf c++ interface removed

Revision 1026 - (view) (annotate) - [select for diffs]
Modified Tue Mar 13 08:25:00 2007 UTC (16 years ago) by phornby
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30762 byte(s)
Diff to previous 964
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 964 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 05:10:26 2007 UTC (16 years, 1 month ago) by gross
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 30745 byte(s)
Diff to previous 950
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 950 - (view) (annotate) - [select for diffs]
Modified Tue Feb 6 07:01:11 2007 UTC (16 years, 1 month ago) by gross
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 32477 byte(s)
Diff to previous 801
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 801 - (view) (annotate) - [select for diffs]
Modified Wed Aug 9 00:49:56 2006 UTC (16 years, 7 months ago) by ksteube
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 32393 byte(s)
Diff to previous 757
Removed outdated tests that use trace()



Revision 757 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 13:12:56 2006 UTC (16 years, 8 months ago) by woo409
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 32750 byte(s)
Diff to previous 713
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)


Revision 713 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 05:03:44 2006 UTC (16 years, 10 months ago) by gross
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 32682 byte(s)
Diff to previous 682
relative error tests have been introduced into a few more of the unit test.

Revision 682 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 02:43:09 2006 UTC (16 years, 11 months ago) by robwdcock
Original Path: trunk/escript/test/DataTestCase.cpp
File length: 28319 byte(s)
Copied from: branches/ROBW_XPLATFORM/escript/test/DataTestCase.cpp revision 681
Diff to previous 670
+ 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 670 - (view) (annotate) - [select for diffs]
Modified Sat Mar 25 14:56:39 2006 UTC (16 years, 11 months ago) by robwdcock
Original Path: branches/ROBW_XPLATFORM/escript/test/DataTestCase.cpp
File length: 28319 byte(s)
Diff to previous 638
+ Changed include paths to no longer require the cpp suffix (missed in earlier
  commit)
+ modified tests so they no longer install to #/lib


Revision 638 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 13:06:01 2006 UTC (17 years ago) by robwdcock
Original Path: branches/ROBW_XPLATFORM/escript/test/DataTestCase.cpp
File length: 28325 byte(s)
Diff to previous 636
+Unit tests unified into escript_UnitTest
+SConscript support for build_tests and run_tests


Revision 636 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 09:46:31 2006 UTC (17 years ago) by robwdcock
Original Path: branches/ROBW_XPLATFORM/escript/test/DataTestCase.cpp
File length: 28293 byte(s)
Copied from: branches/ROBW_XPLATFORM/escript/test/Data/DataTestCase.cpp revision 635
Diff to previous 622
Clean up test into single test suite and only one SConscript file so it is easier to maintain.
Note:
+ Use the command line options on tests in order to run only one of them if you need to
+ THIS DOESN'T WORK YET: I've not merged the tests, that will follow shortly
+ I do hope this merges with the changes on the trunk!


Revision 622 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 14:00:08 2006 UTC (17 years ago) by robwdcock
Original Path: branches/ROBW_XPLATFORM/escript/test/Data/DataTestCase.cpp
File length: 28293 byte(s)
Diff to previous 563
Creating a private branch so I can test and verify cross-platform build

Revision 563 - (view) (annotate) - [select for diffs]
Modified Thu Feb 23 05:09:47 2006 UTC (17 years ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 28293 byte(s)
Diff to previous 549
extend operator tests to include DataTagged and DataExpanded


Revision 549 - (view) (annotate) - [select for diffs]
Modified Wed Feb 22 00:45:48 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 25830 byte(s)
Diff to previous 539
extend testing of DataTagged setSlice to include case where
source and target have mismatched tag sets


Revision 539 - (view) (annotate) - [select for diffs]
Modified Mon Feb 20 04:12:51 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 24154 byte(s)
Diff to previous 538
add a test case for tag() method


Revision 538 - (view) (annotate) - [select for diffs]
Modified Mon Feb 20 03:43:25 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 22568 byte(s)
Diff to previous 537
minor formatting changes


Revision 537 - (view) (annotate) - [select for diffs]
Modified Mon Feb 20 02:00:18 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 22610 byte(s)
Diff to previous 511
refine/extend tests for slicing, particularly those for DataTagged


Revision 511 - (view) (annotate) - [select for diffs]
Modified Fri Feb 10 05:39:18 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 19473 byte(s)
Diff to previous 474
extend basic testing of Data objects containing DataTagged objects

Revision 474 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 04:23:44 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 17677 byte(s)
Diff to previous 468
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly


Revision 468 - (view) (annotate) - [select for diffs]
Modified Wed Jan 25 06:50:39 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 17703 byte(s)
Diff to previous 311
reorganised esysUtils to remove inc directory

Revision 311 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 02:59:54 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 17713 byte(s)
Diff to previous 155
remove references to ln and length methods which have been removed
from class Data


Revision 155 - (view) (annotate) - [select for diffs]
Modified Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/escript/test/Data/DataTestCase.cpp
File length: 17701 byte(s)
Diff to previous 151
move all directories from trunk/esys2 into trunk and remove esys2


Revision 151 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 01:55:00 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 17701 byte(s)
Diff to previous 150
Merge of development branch dev-02 back to main trunk on 2005-09-22


Revision 150 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 03:44:45 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 16976 byte(s)
Diff to previous 123
Merge of development branch dev-02 back to main trunk on 2005-09-15


Revision 123 - (view) (annotate) - [select for diffs]
Modified Fri Jul 8 04:08:13 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 16205 byte(s)
Diff to previous 121
Merge of development branch back to main trunk on 2005-07-08


Revision 121 - (view) (annotate) - [select for diffs]
Modified Fri May 6 04:26:16 2005 UTC (17 years, 10 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 16341 byte(s)
Diff to previous 113
Merge of development branch back to main trunk on 2005-05-06


Revision 113 - (view) (annotate) - [select for diffs]
Modified Mon Feb 28 07:06:33 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 16362 byte(s)
Diff to previous 110
*** empty log message ***


Revision 110 - (view) (annotate) - [select for diffs]
Modified Mon Feb 14 04:14:42 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 14812 byte(s)
Diff to previous 106
*** empty log message ***


Revision 106 - (view) (annotate) - [select for diffs]
Modified Thu Dec 23 07:20:12 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 13059 byte(s)
Diff to previous 102
*** empty log message ***


Revision 102 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 13056 byte(s)
Diff to previous 100
*** empty log message ***


Revision 100 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 03:48:48 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 12462 byte(s)
Diff to previous 97
*** empty log message ***


Revision 97 - (view) (annotate) - [select for diffs]
Modified Tue Dec 14 05:39:33 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 13056 byte(s)
Diff to previous 82
*** empty log message ***


Revision 82 - (view) (annotate) - [select for diffs]
Added Tue Oct 26 06:53:54 2004 UTC (18 years, 4 months ago) by jgs
Original Path: trunk/esys2/escript/test/Data/DataTestCase.cpp
File length: 12462 byte(s)
Initial revision


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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26