Log of /trunk/escript/src
Directory Listing
Revision
1487 -
Directory Listing
Modified
Thu Apr 10 05:28:01 2008 UTC
(14 years, 11 months ago)
by
gross
reordering when reading Netcfd files added.
Revision
1455 -
Directory Listing
Modified
Thu Feb 28 17:19:44 2008 UTC
(15 years, 1 month 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
1431 -
Directory Listing
Modified
Wed Feb 27 09:52:25 2008 UTC
(15 years, 1 month ago)
by
trankine
This trunk now compiles and links under windows.
It passes the FunctionSpace.__str__() test 50000 times on windows.
It fails scons run_tests and scons_py_tests as it always did, but I have an idea why.
Please remember to add the appropriate dll linkage info to declarations that are to be visible outside a .so or .dll. Terry (BTW, PGH here) spent a lot of hacks clearing out blocktimer from the rest of the code when these 5 or 6 lines would have done the trick.
Revision
1430 -
Directory Listing
Modified
Wed Feb 27 09:07:19 2008 UTC
(15 years, 1 month ago)
by
trankine
Get the windows dll linkage right fo C_TensorBinaryOperation
Revision
1429 -
Directory Listing
Modified
Wed Feb 27 08:53:20 2008 UTC
(15 years, 1 month ago)
by
trankine
"and" and "or" are not C or C++ boolean operations.
Revision
1428 -
Directory Listing
Modified
Wed Feb 27 08:07:11 2008 UTC
(15 years, 1 month ago)
by
trankine
Merge changes from windows port branch to test build on *nix not broken.
Revision
1426 -
Directory Listing
Modified
Wed Feb 27 06:12:15 2008 UTC
(15 years, 1 month ago)
by
trankine
Merge the changes to these few files with the windows port branch to test just these changes under linux and altix.
Revision
1417 -
Directory Listing
Modified
Mon Feb 25 04:45:48 2008 UTC
(15 years, 1 month ago)
by
gross
some more work on the transport solver.
Revision
1409 -
Directory Listing
Modified
Wed Feb 6 22:44:28 2008 UTC
(15 years, 1 month ago)
by
gross
getTagNumber called the wrong corresponding FunctionSpace method. Results were wrong for number of data points per sample >1.
Revision
1407 -
Directory Listing
Modified
Mon Feb 4 06:45:48 2008 UTC
(15 years, 1 month ago)
by
gross
new upwinding algorithm (still fails)
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/src
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
1370 -
Directory Listing
Modified
Wed Jan 2 09:21:43 2008 UTC
(15 years, 2 months ago)
by
gross
explicit upwinding scheme added.
Revision
1367 -
Directory Listing
Modified
Wed Dec 19 02:45:07 2007 UTC
(15 years, 3 months ago)
by
gross
finley can now assemble a transport problem.
Revision
1364 -
Directory Listing
Modified
Mon Dec 17 07:22:45 2007 UTC
(15 years, 3 months ago)
by
gross
finley interface to paso's transport solver added.
Revision
1361 -
Directory Listing
Modified
Fri Dec 14 09:26:51 2007 UTC
(15 years, 3 months ago)
by
gross
first steps towards a flux controlled transport solver.
Revision
1358 -
Directory Listing
Modified
Wed Dec 5 03:41:06 2007 UTC
(15 years, 3 months ago)
by
gross
setTaggedValue works now for expanded data.
Revision
1353 -
Directory Listing
Modified
Thu Nov 22 06:05:35 2007 UTC
(15 years, 4 months ago)
by
matt
Reversed the removal of blocktimer code. This needs to be fixed properly for
the Windows stuff to work.
Revision
1351 -
Directory Listing
Modified
Thu Nov 22 01:54:26 2007 UTC
(15 years, 4 months ago)
by
matt
Removed blocktimer code from gradOn().
Revision
1350 -
Directory Listing
Modified
Thu Nov 22 01:17:20 2007 UTC
(15 years, 4 months ago)
by
matt
Disambiguation of more template argument parameters so that it compiles under Windows.
Revision
1349 -
Directory Listing
Modified
Wed Nov 21 06:38:08 2007 UTC
(15 years, 4 months ago)
by
matt
Disambiguation of several template argument parameters so that it compiles under Windows.
Revision
1347 -
Directory Listing
Modified
Fri Nov 16 05:37:07 2007 UTC
(15 years, 4 months ago)
by
ksteube
Completed mesh.dump(file) and mesh=LoadMesh(file) by adding TagMap and
implementing MPI parallelism.
Now allocating ElementFile for ContactElements even if there are none.
Removed file Mesh_dump.c since dump/loadMesh are in CPPAdapter/MeshAdapter*.cpp.
Revision
1334 -
Directory Listing
Modified
Thu Oct 25 05:08:54 2007 UTC
(15 years, 5 months ago)
by
matt
Initial rewrite of escript unary operations. The rewritten operations are now single-pass.
Revision
1332 -
Directory Listing
Modified
Tue Oct 23 03:28:51 2007 UTC
(15 years, 5 months ago)
by
matt
Pow now uses the new binary function interface of C_TensorBinaryOperation.
Revision
1328 -
Directory Listing
Modified
Mon Oct 15 03:23:15 2007 UTC
(15 years, 5 months ago)
by
matt
Fixed bug in power operation.
Revision
1327 -
Directory Listing
Modified
Fri Oct 12 07:10:40 2007 UTC
(15 years, 5 months ago)
by
matt
Initial rewrite of binary escript operations.
Revision
1325 -
Directory Listing
Modified
Mon Oct 1 06:28:24 2007 UTC
(15 years, 6 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
1323 -
Directory Listing
Modified
Thu Sep 27 06:20:29 2007 UTC
(15 years, 6 months ago)
by
matt
Minor inconsistency.
Revision
1319 -
Directory Listing
Modified
Thu Sep 27 00:27:51 2007 UTC
(15 years, 6 months ago)
by
matt
DataArray is no longer needed. However, the unit tests still require it.
Revision
1314 -
Directory Listing
Modified
Tue Sep 25 01:46:27 2007 UTC
(15 years, 6 months ago)
by
ksteube
Copied a couple more files from MPI branch to trunk
Revision
1313 -
Directory Listing
Modified
Tue Sep 25 01:44:26 2007 UTC
(15 years, 6 months ago)
by
ksteube
Copied a handful of files from trunk-mpi-branch into trunk
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
1310 -
Directory Listing
Modified
Mon Sep 24 04:00:47 2007 UTC
(15 years, 6 months ago)
by
ksteube
A few additions to make trunk match trunk-mpi-branch
Revision
1250 -
Directory Listing
Modified
Thu Aug 16 02:54:42 2007 UTC
(15 years, 7 months ago)
by
ksteube
Minor repairs to scons files
Revision
1247 -
Directory Listing
Modified
Tue Aug 14 01:29:20 2007 UTC
(15 years, 7 months ago)
by
ksteube
New python method getVersion() which returns the Subversion revision
from which escript was compiled
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
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
1130 -
Directory Listing
Modified
Tue May 8 04:23:51 2007 UTC
(15 years, 10 months ago)
by
gross
Revision
1129 -
Directory Listing
Modified
Tue May 8 04:23:25 2007 UTC
(15 years, 10 months ago)
by
gross
Revision
1128 -
Directory Listing
Modified
Tue May 8 04:22:53 2007 UTC
(15 years, 10 months ago)
by
gross
Revision
1127 -
Directory Listing
Modified
Tue May 8 03:23:12 2007 UTC
(15 years, 10 months ago)
by
gross
Revision
1118 -
Directory Listing
Modified
Tue Apr 24 08:55:04 2007 UTC
(15 years, 11 months ago)
by
gross
problem with reset of faulty PDE rhs fixed.
Revision
1092 -
Directory Listing
Modified
Fri Apr 13 03:39:49 2007 UTC
(15 years, 11 months ago)
by
gross
the useless profilinf for data.cpp removed (doDebug=yes should work again)
and a small bug in the gmsh reader 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
1062 -
Directory Listing
Modified
Mon Mar 26 06:17:53 2007 UTC
(16 years ago)
by
gross
reduced integration schemes are implemented now for grad, integrate, etc. Tests still to be added.
Revision
1059 -
Directory Listing
Modified
Fri Mar 23 11:01:53 2007 UTC
(16 years ago)
by
gross
first steps toward reduced element integration order. The escript bit is done but the finley part still needs work.
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
1032 -
Directory Listing
Modified
Wed Mar 14 06:32:09 2007 UTC
(16 years ago)
by
phornby
Implement inverse hyp. functions.
Revision
1031 -
Directory Listing
Modified
Wed Mar 14 06:03:21 2007 UTC
(16 years ago)
by
phornby
Finer control of the inverse hyp. functions.
Revision
1030 -
Directory Listing
Modified
Wed Mar 14 05:14:44 2007 UTC
(16 years ago)
by
phornby
Assemble_CopyElementData.c - resolve with my local edits.
Mesh_saveVTK.c - remove debug print.
DataArrayView.h - remove dllim/export declarations on template functions.
Revision
1028 -
Directory Listing
Modified
Wed Mar 14 00:15:24 2007 UTC
(16 years ago)
by
gross
modifications to be compliant with _WIN32. The substitutes for asinh, acosh, atanh are still missing (erf will through an exception)
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
1022 -
Directory Listing
Modified
Tue Mar 13 02:25:53 2007 UTC
(16 years ago)
by
phornby
Now define the destructors for all the Exceptions (sorry guys & gals).
Revision
1020 -
Directory Listing
Modified
Mon Mar 12 10:12:36 2007 UTC
(16 years ago)
by
phornby
Added explicit destructors to all Exception classes.
Fixed an ifdef in TestCase.cpp
Made the conditional definition of M_PI in LocalOps.h
depend only on M_PI being undefined.
Replace dynamically dimensioned arrays in DataFactory & DataTagged with malloc.
sort() method of list does not take a named argument
(despite the manual's claims to the contary).
Revision
985 -
Directory Listing
Modified
Tue Feb 20 04:02:10 2007 UTC
(16 years, 1 month ago)
by
gross
small bug for openmp fixed.
Revision
984 -
Directory Listing
Modified
Tue Feb 20 03:33:45 2007 UTC
(16 years, 1 month ago)
by
gross
warning in dump and load at altix fixed.
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
982 -
Directory Listing
Modified
Mon Feb 19 23:55:52 2007 UTC
(16 years, 1 month ago)
by
gross
data object load checks for sample ordering now.
Revision
971 -
Directory Listing
Modified
Wed Feb 14 04:40:49 2007 UTC
(16 years, 1 month ago)
by
ksteube
Had to undo commit to new MPI branch. The changes went into the original and
not the branch. The files committed here are exactly the same as revision 969.
Revision
969 -
Directory Listing
Modified
Tue Feb 13 23:02:23 2007 UTC
(16 years, 1 month ago)
by
ksteube
Parallelization using MPI for solution of implicit problems.
Parallelization for explicit problems has already been accomplished in
the main SVN branch.
This is incomplete and is not ready for use.
Revision
967 -
Directory Listing
Modified
Tue Feb 13 09:40:12 2007 UTC
(16 years, 1 month ago)
by
gross
dump and load of expanded data via netCDF added. some test are still missing.
Revision
966 -
Directory Listing
Modified
Tue Feb 13 05:45:18 2007 UTC
(16 years, 1 month ago)
by
gross
ops! escript/src/DataExpanded.cpp should not be in there
Revision
965 -
Directory Listing
Modified
Tue Feb 13 05:38:45 2007 UTC
(16 years, 1 month ago)
by
gross
johns local setting removed.
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
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
924 -
Directory Listing
Modified
Wed Jan 10 03:39:27 2007 UTC
(16 years, 2 months ago)
by
trankine
Win32 port modifications
"or" is not a valid modifier under win intel compiler
* Data.cpp - incorrect "or"s
* DataExpanded.cpp - incorrect "or"s
Revision
922 -
Directory Listing
Modified
Fri Jan 5 04:23:05 2007 UTC
(16 years, 2 months ago)
by
gross
setValueOfDataPoint accepts double value as argument now
Revision
921 -
Directory Listing
Modified
Fri Jan 5 00:54:37 2007 UTC
(16 years, 2 months ago)
by
gross
I have done some clarification on functions that allow to access individual data point values in a Data object.
The term "data point number" is always local on a MPI process and referes to the value (data_point_in_sample, sample)
as a single identifyer (data_point_in_sample + sample * number_data_points_per_sample). a "global data point number"
referes to a tuple of a processour id and local data point number.
The function convertToNumArrayFromSampleNo has been removed now and convertToNumArrayFromDPNo renamed to getValueOfDataPoint.
There are two new functions:
getNumberOfDataPoints
setValueOfDataPoint
This allows you to do things like:
in=Data(..)
out=Data(..)
for i in xrange(in.getNumberOfDataPoints())
in_loc=in.getValueOfDataPoint(i)
out_loc=< some operations on in_loc>
out.setValueOfDataPoint(i,out_loc)
Also mindp is renamed to minGlobalDataPoint and there is a new function getValueOfGlobalDataPoint. While in MPI the functions getNumberOfDataPoints and getValueOfDataPoint are working locally on each process (so the code above is executed in parallel).
the latter allows getting a single value across all processors.
Revision
914 -
Directory Listing
Modified
Thu Dec 14 04:38:18 2006 UTC
(16 years, 3 months ago)
by
gross
access to the number of samples added
Revision
906 -
Directory Listing
Modified
Tue Nov 21 05:34:15 2006 UTC
(16 years, 4 months ago)
by
gross
some minor fixes
Revision
876 -
Directory Listing
Modified
Thu Oct 19 03:50:23 2006 UTC
(16 years, 5 months ago)
by
ksteube
Added erf (error function) implementation
Revision
856 -
Directory Listing
Modified
Tue Sep 26 01:00:36 2006 UTC
(16 years, 6 months ago)
by
gross
data print shows now the element reference number
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
826 -
Directory Listing
Modified
Tue Aug 29 09:12:33 2006 UTC
(16 years, 7 months ago)
by
gross
ken and I did not have a good afternoon. our checkin was very buggy. fixed
Revision
824 -
Directory Listing
Modified
Tue Aug 29 05:22:50 2006 UTC
(16 years, 7 months ago)
by
ksteube
C_GeneralTensorProduct was modifying the function space of the
first arg. Now creating a shallow copy and using the copy to
avoid this.
Revision
814 -
Directory Listing
Modified
Wed Aug 23 09:31:10 2006 UTC
(16 years, 7 months ago)
by
gross
small bug in general tensor propduct fixed
Revision
813 -
Directory Listing
Modified
Mon Aug 21 02:08:47 2006 UTC
(16 years, 7 months ago)
by
ksteube
Tensor products for Data objects are now computed by a C++ method
C_GeneralTensorProduct, which calls C function matrix_matrix_product
to do the actual calculation.
Can perform product with either input transposed in place, meaning
without first computing the transpose in a separate step.
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
800 -
Directory Listing
Modified
Tue Aug 8 11:23:18 2006 UTC
(16 years, 7 months ago)
by
gross
new function _swap. Python wrapper + testing is still missing.
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
797 -
Directory Listing
Modified
Thu Aug 3 02:03:18 2006 UTC
(16 years, 7 months ago)
by
gross
function added to manually free unused memory in the memory manager
Revision
790 -
Directory Listing
Modified
Wed Jul 26 23:12:34 2006 UTC
(16 years, 8 months ago)
by
bcumming
changes to escript/py_src/pdetools.py and /escript/src/Data.h/.cpp to
make the Locator work in MPI. escript::Data::mindp now returns a 3 tuple,
with the MPI rank of the process on which the minimum value occurs
included. escript::Data::convertToNumArrayFromDPNo also takes the ProcNo
to perform the MPI reduction.
This had to be implemented in both the MPI and non-MPI versions to allow
the necesary changes to the Python code in pdetools.py. In the non-MPI
version ProcNo is set to 0. This works for the explicit scripts tested
thus far, however if it causes problems in your scripts contact Ben or
Lutz, or revert the three files (pdetools.py, Data.h and Data.cpp) to
the previous version.
Revision
789 -
Directory Listing
Modified
Wed Jul 26 05:41:11 2006 UTC
(16 years, 8 months ago)
by
dhawcroft
Inserted PASO_MPI macro in Data.h to match source file
Revision
783 -
Directory Listing
Modified
Tue Jul 18 01:32:50 2006 UTC
(16 years, 8 months ago)
by
gross
coordinates, element size and normals returned by corresponding
FunctionSpace mesthods are now protected against updates. So
+=, -=, *=, /=, setTaggedValue, fillFromNumArray will through an
excpetion.
The FunctionSpace class does nut buffer the oordinates, element size and
normals yet.
Revision
782 -
Directory Listing
Modified
Tue Jul 18 00:47:47 2006 UTC
(16 years, 8 months ago)
by
bcumming
Large number of changes to Finley for meshing in MPI.
- optimisation and neatening up of rectcanglular mesh generation code
- first and second order 1D, 2D and 3D rectangular meshes are now
available in finley and escript using MPI.
- reduced meshes now generated in MPI, and interpolation to and from
reduced data types now supported.
Revision
779 -
Directory Listing
Modified
Fri Jul 14 07:41:31 2006 UTC
(16 years, 8 months ago)
by
woo409
+ Updated compilation options for Cognac to squeeze out a bit more performance
+ Now compiles using the Intel Math headers (mathimf.h) rather than plain math.h on both Win32 and Linux platforms when using the Intel compiler. Gives a small boost to performance on Altix and is essential on Windows
Revision
775 -
Directory Listing
Modified
Mon Jul 10 04:00:08 2006 UTC
(16 years, 8 months ago)
by
ksteube
Modified the following python methods in escript/py_src/util.py to
call faster C++ methods:
escript_trace
escript_transpose
escript_symmetric
escript_nonsymmetric
Revision
767 -
Directory Listing
Modified
Fri Jun 30 07:29:08 2006 UTC
(16 years, 9 months ago)
by
gross
new FunctionSpace method setTags added
Revision
758 -
Directory Listing
Modified
Mon Jun 26 13:52:42 2006 UTC
(16 years, 9 months ago)
by
woo409
+ Added PASO_MPI conditional compilation guard to prevent inclusion of mpi.h when not using mpi.
Trunk now compiles and runs on both win32 and linux.
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
751 -
Directory Listing
Modified
Mon Jun 26 01:46:34 2006 UTC
(16 years, 9 months ago)
by
bcumming
Changes relating to the MPI version of escript
The standard OpenMP version of escript is unchanged
- updated data types (Finley_Mesh, Finley_NodeFile, etc) to store meshes
over multiple MPI processes.
- added CommBuffer code in Paso for communication of Data associated
with distributed meshes
- updates in Finley and Escript to support distributed data and operations
on distributed data (such as interpolation).
- construction of RHS in MPI, so that simple explicit schemes (such as
/docs/examples/wave.py without IO and the Locator) can run in MPI.
- updated mesh generation for first order line, rectangle and brick
meshes and second order line meshes in MPI.
- small changes to trunk/SConstruct and trunk/scons/ess_options.py to
build the MPI version, these changes are turned off by default.
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
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
699 -
Directory Listing
Modified
Fri Mar 31 06:27:56 2006 UTC
(17 years ago)
by
gross
now float**Data is running
Revision
698 -
Directory Listing
Modified
Fri Mar 31 04:52:55 2006 UTC
(17 years ago)
by
gross
test with tagged data pass now
Revision
697 -
Directory Listing
Modified
Fri Mar 31 04:48:56 2006 UTC
(17 years ago)
by
gross
bug with tagged data fixed
Revision
693 -
Directory Listing
Modified
Thu Mar 30 08:34:08 2006 UTC
(17 years ago)
by
gross
DataVariable removed. it is not used.
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
615 -
Directory Listing
Modified
Wed Mar 22 02:12:00 2006 UTC
(17 years ago)
by
elspeth
More copyright information.
Revision
595 -
Directory Listing
Modified
Tue Mar 14 23:52:45 2006 UTC
(17 years ago)
by
gross
test_utilOnFinley fixed (did run the tests that still fail)
Revision
594 -
Directory Listing
Modified
Tue Mar 14 23:36:08 2006 UTC
(17 years ago)
by
gross
print message removed
Revision
588 -
Directory Listing
Modified
Fri Mar 10 04:45:04 2006 UTC
(17 years ago)
by
gross
1D and 3D tests for eigenvalues_and_eigenvector added.
Revision
587 -
Directory Listing
Modified
Fri Mar 10 02:26:50 2006 UTC
(17 years ago)
by
gross
eigenvalues_and_eigenvector fucntion added. test for 2D problem is added and is passed.
Revision
585 -
Directory Listing
Modified
Thu Mar 9 23:47:42 2006 UTC
(17 years ago)
by
gross
problem with eigenvalue of zero matrix fixed (thanks Dr Hale)
Revision
584 -
Directory Listing
Modified
Thu Mar 9 23:03:38 2006 UTC
(17 years ago)
by
gross
eigenvalues: compiles and passes tests on altix now
Revision
583 -
Directory Listing
Modified
Wed Mar 8 08:15:34 2006 UTC
(17 years ago)
by
gross
_eigenvalues_and_eigenvector method added of data object. the algorithm has been tested on floats in python but not on data objects.
Revision
580 -
Directory Listing
Modified
Wed Mar 8 05:45:51 2006 UTC
(17 years ago)
by
gross
faster version of the local eigenvalue calculation
Revision
577 -
Directory Listing
Modified
Fri Mar 3 08:32:16 2006 UTC
(17 years, 1 month ago)
by
gross
installation of new inc file
Revision
576 -
Directory Listing
Modified
Fri Mar 3 08:28:42 2006 UTC
(17 years, 1 month ago)
by
gross
some steps towards eigenvalue and eigenvector calculation
Revision
571 -
Directory Listing
Modified
Tue Feb 28 06:53:17 2006 UTC
(17 years, 1 month ago)
by
jgs
modify whereZero etc methods to also accept a tolerance parameter
Revision
562 -
Directory Listing
Modified
Thu Feb 23 05:03:16 2006 UTC
(17 years, 1 month ago)
by
jgs
further fix for DataTAgged::dp_algorithm, was not working for DataTagged objects with 0 tags
Revision
559 -
Directory Listing
Modified
Thu Feb 23 01:43:44 2006 UTC
(17 years, 1 month ago)
by
jgs
reimplement dp_algorithm for DataTagged, existing
implementation was complete rubbish
(ich bin so beschämt!)
Revision
555 -
Directory Listing
Modified
Wed Feb 22 04:44:10 2006 UTC
(17 years, 1 month ago)
by
jgs
fixed binaryOp for combination of DataTagged and scalar values.
calculation of default value where RHS was a scalar was not yet
implemented
Revision
547 -
Directory Listing
Modified
Tue Feb 21 06:10:54 2006 UTC
(17 years, 1 month ago)
by
gross
solution and reduced solution can have reference numbers now!
Revision
544 -
Directory Listing
Modified
Tue Feb 21 01:23:23 2006 UTC
(17 years, 1 month ago)
by
jgs
minor comment fixes
Revision
543 -
Directory Listing
Modified
Tue Feb 21 01:18:38 2006 UTC
(17 years, 1 month ago)
by
jgs
fix BinaryOp for DataTagged values - existing implementation was adding
tags from RHS to LHS using RHS's default value - should have been using
LHS's default value! fixed now
Revision
541 -
Directory Listing
Modified
Mon Feb 20 06:50:39 2006 UTC
(17 years, 1 month ago)
by
jgs
ensure src and dest objects have matching tag sets in setSlice
by adding tags present in src but not in dest to dest using
dest's default value before doing actual slicing
Revision
535 -
Directory Listing
Modified
Fri Feb 17 02:27:06 2006 UTC
(17 years, 1 month ago)
by
jgs
minor comment changes
Revision
519 -
Directory Listing
Modified
Tue Feb 14 05:30:50 2006 UTC
(17 years, 1 month ago)
by
jgs
fix comments for setSlice - were totally misleading!
Revision
513 -
Directory Listing
Modified
Mon Feb 13 04:46:51 2006 UTC
(17 years, 1 month ago)
by
jgs
comment and formatting changes
Revision
509 -
Directory Listing
Modified
Fri Feb 10 03:24:44 2006 UTC
(17 years, 1 month ago)
by
jgs
minor comment changes
Revision
507 -
Directory Listing
Modified
Thu Feb 9 06:13:07 2006 UTC
(17 years, 1 month ago)
by
jgs
minor comment changes
Revision
500 -
Directory Listing
Modified
Tue Feb 7 05:19:07 2006 UTC
(17 years, 1 month ago)
by
jgs
fix a reference indicator
Revision
496 -
Directory Listing
Modified
Tue Feb 7 01:27:14 2006 UTC
(17 years, 1 month ago)
by
jgs
minor fix to DataTagged::getTagNumber
changes to comments and formatting
inline two methods
Revision
484 -
Directory Listing
Modified
Thu Feb 2 02:12:08 2006 UTC
(17 years, 1 month ago)
by
jgs
add remainder of includes to SConscript includes install
Revision
481 -
Directory Listing
Modified
Wed Feb 1 05:57:50 2006 UTC
(17 years, 2 months ago)
by
jgs
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, 2 months ago)
by
jgs
rationalise #includes and forward declarations
Revision
478 -
Directory Listing
Modified
Tue Jan 31 02:21:49 2006 UTC
(17 years, 2 months ago)
by
jgs
rationalise #includes
Revision
477 -
Directory Listing
Modified
Mon Jan 30 07:20:20 2006 UTC
(17 years, 2 months ago)
by
jgs
rationalise #includes
Revision
474 -
Directory Listing
Modified
Mon Jan 30 04:23:44 2006 UTC
(17 years, 2 months 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
436 -
Directory Listing
Modified
Thu Jan 19 22:36:36 2006 UTC
(17 years, 2 months ago)
by
gross
bug fixed in integrate method. don;t use a[i,j]=.. to set a value in the numeric::array a but
a[make_tuple(i,j)].
Revision
430 -
Directory Listing
Modified
Wed Jan 11 06:40:50 2006 UTC
(17 years, 2 months ago)
by
gross
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.
Revision
392 -
Directory Listing
Modified
Tue Dec 20 05:39:30 2005 UTC
(17 years, 3 months ago)
by
gross
Utils added for compilation
Revision
391 -
Directory Listing
Modified
Tue Dec 20 05:36:50 2005 UTC
(17 years, 3 months ago)
by
gross
intreface for setting the number of threads from python
Revision
358 -
Directory Listing
Modified
Wed Dec 14 07:55:19 2005 UTC
(17 years, 3 months ago)
by
cochrane
Updated link to epydoc generated documentation on the web site.
Revision
352 -
Directory Listing
Modified
Wed Dec 14 02:21:37 2005 UTC
(17 years, 3 months ago)
by
jgs
turns out Install() targets should also be made Default()
targets if you want them to actually reliably work!
Revision
288 -
Directory Listing
Modified
Fri Dec 2 01:55:04 2005 UTC
(17 years, 4 months ago)
by
jgs
now automatically build unit tests as required based on dependencies
between unit tests and libraries
Revision
286 -
Directory Listing
Modified
Thu Dec 1 06:40:20 2005 UTC
(17 years, 4 months ago)
by
gross
length method is removed as it is too slow. use length in util.py instead
Revision
285 -
Directory Listing
Modified
Thu Dec 1 06:40:04 2005 UTC
(17 years, 4 months ago)
by
gross
length method is removed as it is too slow. use length in util.py instead
Revision
277 -
Directory Listing
Modified
Wed Nov 30 04:52:39 2005 UTC
(17 years, 4 months ago)
by
jgs
explicitly define dependencies between modules
Revision
223 -
Directory Listing
Modified
Thu Nov 24 23:12:13 2005 UTC
(17 years, 4 months ago)
by
jgs
pass in cc/cxx settings from config file
Revision
192 -
Directory Listing
Modified
Mon Nov 21 04:52:14 2005 UTC
(17 years, 4 months ago)
by
jgs
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
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
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
explicitly add -fpic option to all compiler options lists
to ensure relocatable code is generated
Revision
181 -
Directory Listing
Modified
Fri Nov 18 04:28:47 2005 UTC
(17 years, 4 months ago)
by
jgs
first draft of config/construct scripts for escript library
Revision
160 -
Directory Listing
Modified
Thu Nov 10 05:09:25 2005 UTC
(17 years, 4 months ago)
by
jgs
fixed a broken constructor - simply didn't work
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