Parent Directory
|
Revision Log
Sticky Revision: |
Signed/unsigned comparisons eliminated (just loop variables, easy fix).
Copyright updated in all files
Added canTag methods to FunctionSpace and AbstractDomain (and its offspring). This checks to see if the domain supports tags for the given type of function space. Constructors for DataTagged now throw exceptions if you attempt to make a DataTagged with a FunctionSpace which does not support tags. To allow the default constructor to work, NullDomain has a single functioncode which "supports" tagging. Fixed a bug in DataTagged::toString and DataTypes::pointToString. Added FunctionSpace::getListOfTagsSTL. algorithm(DataTagged, BinaryFunction) in DataAlgorithm now only processes tags known to be in use. This fixes mantis issue #0000186. Added comment to Data.h intro warning about holding references if the underlying DataAbstract changes. _python_ unit tests have been updated to test TaggedData with invalid FunctionSpaces and to give the correct answers to Lsup etc.
Merged noarrayview branch onto trunk.
And get the *(&(*&(* name right
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Make a temp copy of the trunk before checking in the windows changes
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.
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.
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).
+ 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
+ Changed include paths to no longer require the cpp suffix (missed in earlier commit) + modified tests so they no longer install to #/lib
+Unit tests unified into escript_UnitTest +SConscript support for build_tests and run_tests
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!
Creating a private branch so I can test and verify cross-platform build
add test case for case where binaryOp combines a DataTagged and a scalar
modify tests for binary operations and setSlice to ensure situations where two DataTaggeds with mismatched tag sets are tested correctly
finish testing of DataTagged::setSlice
testing setSlice with rank1 and rank 3 values and multiple tags
extend setSlice testing to include DataTagged with default values
more testing of setSlice
add some basic testing for DataTagged::setSlice
comprehensive testing of DataTagged::getSlice completed
split slicing testing into getSlice and setSlice tests add testing for DataTagged objects with one tagged value
add testing of slicing methods
add tests for getSampleData
comprehensive testing of reshapeDataPoint method
extend testing for binary and unary operations and add comprehensive testing for method getSampleDataByTag
initial testing of operations involving DataTagged objects
add test for copy constructors
add test for setTaggedValue
add extensive testing of addTaggedValue
add comprehensive testing for DataTagged with (1) default value only, (2) one tag value and (3) three tag values
extend testing of default DataTagged object
restructure escript source tree move src/Data/* -> src remove inc modify #includes and cpppath settings accordingly
reorganised esysUtils to remove inc directory
move all directories from trunk/esys2 into trunk and remove esys2
Merge of development branch back to main trunk on 2005-05-06
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
disabled testSubtraction test for now - requires setTaggedValue interface which takes Data object as argument
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.
ViewVC Help | |
Powered by ViewVC 1.1.26 |