Log of /trunk/escript/test
Directory Listing
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
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
95 -
Directory Listing
Modified
Wed Oct 27 00:53:16 2004 UTC
(18 years, 5 months ago)
by
jgs
Original Path:
trunk/esys2/escript/test
disabled testSubtraction test for now - requires setTaggedValue interface
which takes Data object as argument