Log of /trunk/finley/src
Directory Listing
Revision
1877 -
Directory Listing
Modified
Tue Oct 14 02:58:39 2008 UTC
(14 years, 5 months ago)
by
ksteube
convection.py checkpointing uses mkdir/rmdir, and under MPI there
was a race condition.
mkdir needs to be run on only one CPU and then a barrier to prevent
working processors from using the directory before it exists.
Added methods domain.MPIBarrier and domain.onMasterProcessor() to
implement this technique.
A more general solution might be possible in the future.
Revision
1876 -
Directory Listing
Modified
Mon Oct 13 10:19:17 2008 UTC
(14 years, 5 months ago)
by
phornby
ftell lies on windows, so there is a win32 branch that reads the tag lines char by char.
Revision
1872 -
Directory Listing
Modified
Mon Oct 13 00:18:55 2008 UTC
(14 years, 5 months ago)
by
jfenwick
Closing the moreshared branch
Revision
1866 -
Directory Listing
Modified
Thu Oct 9 04:01:06 2008 UTC
(14 years, 5 months ago)
by
ksteube
Repair to saveVTK similar to revision 1677 (there we got the number of offsets correct
and in this revision we got the number of types correct).
In case of MPI > 1 do not run saveDX tests since saveDX is not MPI parallel.
Revision
1859 -
Directory Listing
Modified
Wed Oct 8 03:03:37 2008 UTC
(14 years, 5 months ago)
by
gross
first version of testing for transport solver.
Revision
1854 -
Directory Listing
Modified
Tue Oct 7 01:38:55 2008 UTC
(14 years, 5 months ago)
by
ksteube
local_NE0 typo
Revision
1847 -
Directory Listing
Modified
Fri Oct 3 06:45:34 2008 UTC
(14 years, 5 months ago)
by
phornby
OK, these get the blahcpp.so names correct now.
Revision
1845 -
Directory Listing
Modified
Fri Oct 3 05:23:47 2008 UTC
(14 years, 5 months ago)
by
gross
some naming problem for the installation of escriptcpp and finleycpp. Apparently this came is trough some mofifications in windows
Revision
1840 -
Directory Listing
Modified
Fri Oct 3 03:16:11 2008 UTC
(14 years, 5 months ago)
by
phornby
These now install the correct .pyd files on windows.
Revision
1839 -
Directory Listing
Modified
Fri Oct 3 02:06:00 2008 UTC
(14 years, 5 months ago)
by
phornby
temporary fix to get run_tests working
Revision
1823 -
Directory Listing
Modified
Wed Oct 1 05:56:05 2008 UTC
(14 years, 6 months ago)
by
artak
GS preconditioner now works for block_size 2 and 3 as well. Sweep parameter introdiced, but not working yet
Revision
1819 -
Directory Listing
Modified
Tue Sep 30 05:58:06 2008 UTC
(14 years, 6 months ago)
by
artak
Firs version of symmetric Gauss-Seidel preconditioner with coloring
Revision
1818 -
Directory Listing
Modified
Tue Sep 30 04:09:13 2008 UTC
(14 years, 6 months ago)
by
gross
chnaged the wrong line
Revision
1816 -
Directory Listing
Modified
Tue Sep 30 03:40:51 2008 UTC
(14 years, 6 months ago)
by
gross
bug with MPI fixed (relevant for cases of n0 and n1 < num processors)
Revision
1814 -
Directory Listing
Modified
Tue Sep 30 00:21:21 2008 UTC
(14 years, 6 months ago)
by
gross
Contact elements have the right tyoe now.
Revision
1811 -
Directory Listing
Modified
Thu Sep 25 23:11:13 2008 UTC
(14 years, 6 months ago)
by
ksteube
Copyright updated in all files
Revision
1807 -
Directory Listing
Modified
Thu Sep 25 01:04:51 2008 UTC
(14 years, 6 months ago)
by
ksteube
The new MPI parallel ReadMesh is now the default after having passed
all tests both with and without MPI.
If you have been using ReadMesh you should notice no difference.
If you were using ReadMeshMPI then change to ReadMesh.
Revision
1804 -
Directory Listing
Modified
Wed Sep 24 07:52:19 2008 UTC
(14 years, 6 months ago)
by
gross
a robister version of the upwinding scheme
Revision
1802 -
Directory Listing
Modified
Tue Sep 23 01:03:29 2008 UTC
(14 years, 6 months ago)
by
jfenwick
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.
Revision
1801 -
Directory Listing
Modified
Fri Sep 19 01:37:09 2008 UTC
(14 years, 6 months ago)
by
ksteube
Fixed serialization of I/O for MPI...code didn't compile without MPI
Revision
1800 -
Directory Listing
Modified
Thu Sep 18 05:28:20 2008 UTC
(14 years, 6 months ago)
by
ksteube
Serialized parallel I/O when writing mesh or data to NetCDF file on multiple MPI processors.
Added domain method getMPIComm() to complement getMPISize() and getMPIRank().
Revision
1796 -
Directory Listing
Modified
Wed Sep 17 01:45:46 2008 UTC
(14 years, 6 months ago)
by
jfenwick
Merged noarrayview branch onto trunk.
Revision
1787 -
Directory Listing
Modified
Mon Sep 15 01:36:34 2008 UTC
(14 years, 6 months ago)
by
artak
MINRES solver is added to escript. Additional 16 tests are added to run_simplesolve for MINRES and TFQMR solvers
Revision
1777 -
Directory Listing
Modified
Tue Sep 9 06:39:37 2008 UTC
(14 years, 6 months ago)
by
ksteube
Implemented Lutz fix for MPI mesh dump/load using NetCDF
Revision
1776 -
Directory Listing
Modified
Tue Sep 9 06:03:53 2008 UTC
(14 years, 6 months ago)
by
ksteube
Cleared away some debugging prints
Revision
1774 -
Directory Listing
Modified
Tue Sep 9 03:50:45 2008 UTC
(14 years, 6 months ago)
by
gross
bug: unitialized values
Revision
1771 -
Directory Listing
Modified
Mon Sep 8 22:47:55 2008 UTC
(14 years, 6 months ago)
by
ksteube
Removed failing test until we fix a bug.
Fixed several compiler warnings.
Revision
1770 -
Directory Listing
Modified
Mon Sep 8 06:58:47 2008 UTC
(14 years, 6 months ago)
by
ksteube
Detects an array reference out of bounds when running run_inputOutput.py
Revision
1766 -
Directory Listing
Modified
Mon Sep 8 02:51:14 2008 UTC
(14 years, 6 months ago)
by
gross
code formatting
Revision
1765 -
Directory Listing
Modified
Mon Sep 8 02:49:57 2008 UTC
(14 years, 6 months ago)
by
gross
some fixes for the case of empty processor
Revision
1764 -
Directory Listing
Modified
Mon Sep 8 02:48:26 2008 UTC
(14 years, 6 months ago)
by
gross
type for the non mpi case fixed.
Revision
1763 -
Directory Listing
Modified
Mon Sep 8 02:47:55 2008 UTC
(14 years, 6 months ago)
by
gross
more code formatting
Revision
1762 -
Directory Listing
Modified
Mon Sep 8 02:42:39 2008 UTC
(14 years, 6 months ago)
by
gross
some formatting
Revision
1760 -
Directory Listing
Modified
Mon Sep 8 02:35:56 2008 UTC
(14 years, 6 months ago)
by
gross
some renaming of variables to clarify what is going on
Revision
1755 -
Directory Listing
Modified
Mon Sep 8 01:34:40 2008 UTC
(14 years, 6 months ago)
by
ksteube
Added new field to NetCDF dump of mesh
Revision
1754 -
Directory Listing
Modified
Sun Sep 7 22:07:26 2008 UTC
(14 years, 6 months ago)
by
ksteube
Added new test suite run_inputOutput.py to systematically test I/O.
Can determine if two domains are same with Fourier analysis.
Added new method getNumDataPointsGlobal to return number of DPs of a distributed mesh.
Reading of tags in ReadMeshMPI failed occasionally, should be more robust now.
Revision
1753 -
Directory Listing
Modified
Sun Sep 7 22:01:23 2008 UTC
(14 years, 6 months ago)
by
ksteube
Test suite fails due to missing arg in call to Finley_Mesh_createMappings.
Added NULL arg, but still need to find proper fix as loadMesh does not work.
Adjusted SConstruct to delete pythonMPI if not compiled for MPI.
Revision
1750 -
Directory Listing
Modified
Wed Sep 3 23:09:29 2008 UTC
(14 years, 6 months ago)
by
gross
small bug fixed
Revision
1749 -
Directory Listing
Modified
Wed Sep 3 07:25:01 2008 UTC
(14 years, 6 months ago)
by
gross
fixes a problem with the saveVTK writing under mpi
Revision
1748 -
Directory Listing
Modified
Wed Sep 3 06:10:39 2008 UTC
(14 years, 6 months ago)
by
ksteube
MPI parallelism for Data().dump and load. Use multiple NetCDF
files, one file per MPI process
Revision
1745 -
Directory Listing
Modified
Wed Sep 3 00:41:24 2008 UTC
(14 years, 6 months ago)
by
ksteube
MPI mesh_read was crashing if tags not present
Revision
1744 -
Directory Listing
Modified
Tue Sep 2 07:39:18 2008 UTC
(14 years, 6 months ago)
by
ksteube
Can now read and MPI distribute a finley mesh including the tags.
Revision
1743 -
Directory Listing
Modified
Tue Sep 2 00:54:05 2008 UTC
(14 years, 6 months ago)
by
ksteube
Avoid crash due to zero-length writes in MPI_File_write_ordered.
Write a space instead of empty string.
The space will be at the end of a line and cause no problem.
Revision
1741 -
Directory Listing
Modified
Mon Sep 1 04:06:41 2008 UTC
(14 years, 7 months ago)
by
gross
VTK writer supports HEX27 and REC9 now.
Revision
1740 -
Directory Listing
Modified
Fri Aug 29 06:23:11 2008 UTC
(14 years, 7 months ago)
by
gross
and some fixes for the GMSH reader
Revision
1739 -
Directory Listing
Modified
Fri Aug 29 06:19:53 2008 UTC
(14 years, 7 months ago)
by
gross
Fix in the MPI mesh reader: Owner need to be set.
Revision
1738 -
Directory Listing
Modified
Fri Aug 29 05:06:45 2008 UTC
(14 years, 7 months ago)
by
gross
some changes improving the robustness for MPI if the elements/processor is small
Revision
1736 -
Directory Listing
Modified
Fri Aug 29 02:23:16 2008 UTC
(14 years, 7 months ago)
by
gross
This fixes a problem which is typically arising when using reduced order
with MPI and a "small" number of elements per processor. In this case it
can happen that the couple matrix is not using all entries sent to the
processor. The old implementations assumed that the indices will cover
the entire input. This assumption has been removed.
Revision
1735 -
Directory Listing
Modified
Fri Aug 29 00:18:26 2008 UTC
(14 years, 7 months ago)
by
gross
This fixes a bug in the callculation of communication tables in
particular for the data to be send away. The problem was that the
previously used method based on the idea to use the elements stored on a
processor to decide what to send away is not suitable for the reduced
DOF. Now each processor sends a list of the DOFs it is expecting to its
naighbours.
Revision
1733 -
Directory Listing
Modified
Thu Aug 28 01:46:07 2008 UTC
(14 years, 7 months ago)
by
gross
bug fix: if the numer of elements to be generated suppose to be zero
still face elements and nodes are generated. this is fixed now.
Revision
1732 -
Directory Listing
Modified
Wed Aug 27 05:47:03 2008 UTC
(14 years, 7 months ago)
by
ksteube
MPI read of finley mesh file working except for a bug related to mesh_prepare
Revision
1725 -
Directory Listing
Modified
Tue Aug 26 03:31:49 2008 UTC
(14 years, 7 months ago)
by
ksteube
MPI read of .fly mesh file: fixed bug in message size while fanning out elements
Revision
1723 -
Directory Listing
Modified
Fri Aug 22 04:24:19 2008 UTC
(14 years, 7 months ago)
by
gross
some unnecessary code removed.
Revision
1722 -
Directory Listing
Modified
Fri Aug 22 04:20:30 2008 UTC
(14 years, 7 months ago)
by
gross
The CSR matrix patters handed ober to ParMetis may not containn the main diagonal entry.
This revisison is fixing the problem.
Revision
1720 -
Directory Listing
Modified
Fri Aug 22 00:24:35 2008 UTC
(14 years, 7 months ago)
by
gross
PARAMETIS macro renamed to USE_PARAMETIS as set by scons
Revision
1716 -
Directory Listing
Modified
Thu Aug 21 05:03:49 2008 UTC
(14 years, 7 months ago)
by
gross
getListOfTags method added to FunctionSpace class
Revision
1713 -
Directory Listing
Modified
Wed Aug 20 07:03:45 2008 UTC
(14 years, 7 months ago)
by
ksteube
MPI read of mesh.fly: reduced memory requirements
Revision
1707 -
Directory Listing
Modified
Thu Aug 14 06:38:14 2008 UTC
(14 years, 7 months ago)
by
ksteube
Fixed nightly tests for savanna (no longer running in PBS cause can't
compile on compute node).
Modified domain.print_mesh_info() to tell how many elements are owned by
a node and how many are in the overlap.
Instrumented the preconditioner step.
Revision
1705 -
Directory Listing
Modified
Thu Aug 14 05:56:40 2008 UTC
(14 years, 7 months ago)
by
ksteube
Branch scons-dev is hereby closed.
Some parts of scons scripts have been re-written.
Revision
1703 -
Directory Listing
Modified
Thu Aug 14 05:34:25 2008 UTC
(14 years, 7 months ago)
by
artak
TFQMR solver is added to PASO solver. It is not parallelised yet.
Revision
1677 -
Directory Listing
Modified
Mon Jul 28 06:36:19 2008 UTC
(14 years, 8 months ago)
by
gross
bug in the MPI version of saveVTK fixed
Revision
1669 -
Directory Listing
Modified
Thu Jul 24 01:10:04 2008 UTC
(14 years, 8 months ago)
by
gross
A problem with VTK writer and MPI is fixed: Apparently MPI_file_open does not "delete" the file which has the effect that
if less date are written into the file as the file contained when opened bits of the previous containt remains in the file. This problem is fixed
by deleting the file if it exists before open it with MPI. The additional function Paso_existFile needed to be added as there is no standart C
function to test the exists of a file.
Revision
1665 -
Directory Listing
Modified
Wed Jul 23 03:23:03 2008 UTC
(14 years, 8 months ago)
by
gross
bug in the MPI version of saveVTK fixed
Revision
1664 -
Directory Listing
Modified
Tue Jul 22 03:41:38 2008 UTC
(14 years, 8 months ago)
by
ksteube
Install() on Mac OS was naming shared libs file.dylib...not OK for our
libraries for python calling C++ (escriptcpp.so and finleycpp.so).
This is because python's dlopen() calls only look for .so files.
Revision
1660 -
Directory Listing
Modified
Mon Jul 21 03:23:46 2008 UTC
(14 years, 8 months ago)
by
ksteube
Some variables were not declared as a result of recent cleanup
Revision
1650 -
Directory Listing
Modified
Tue Jul 15 08:58:22 2008 UTC
(14 years, 8 months ago)
by
phornby
more care with m_t and diagS needed in the pragmas.
Revision
1649 -
Directory Listing
Modified
Tue Jul 15 08:41:02 2008 UTC
(14 years, 8 months ago)
by
phornby
Make operator=() on exception non-virtual. Should silence the Altix compiler.
However, if an exception is cast to another parent type, and
operator=() is called when the exception so cast is an l-value in the assignment,
an "incomplete" assignment will occur, copying only the parent class members of the
l-value in the assignmnet.
Revision
1646 -
Directory Listing
Modified
Tue Jul 15 05:27:39 2008 UTC
(14 years, 8 months ago)
by
phornby
Unused vars due to the #if 0's in the code.
Revision
1645 -
Directory Listing
Modified
Tue Jul 15 05:26:38 2008 UTC
(14 years, 8 months ago)
by
phornby
unused vars.
Revision
1639 -
Directory Listing
Modified
Mon Jul 14 08:55:25 2008 UTC
(14 years, 8 months ago)
by
gross
Revision
1637 -
Directory Listing
Modified
Mon Jul 14 05:34:59 2008 UTC
(14 years, 8 months ago)
by
ksteube
Resolved some compiler warnings
Changed blocktimer to not use strdup, intead malloc and strcpy
Revision
1634 -
Directory Listing
Modified
Sat Jul 12 09:08:33 2008 UTC
(14 years, 8 months ago)
by
phornby
linux_gcc_eg_options.py:
remove the std99 option, it is no longer needed as the code compiles without
C 1999 extension (need for these extensions elinminated in windows port).
Turn on all warnings except unknown pragmas. Should catch a lot of stuff.
SConstruct:
Impassioned plea
system_dep.h:
Add the standard incantation for dealing with const declarations
in C code called from C and C++
blocktimer:
Get the calling interface right for C code called from C and C++
and use __const as defined in system_dep.h
(Should be re-factored into compiler_dep.h file).
MeshAdapterFactory.cpp:
Since we have (effectively) no control over netCDF policy,
cast const char *'s to char *'s
Revision
1632 -
Directory Listing
Modified
Sat Jul 12 07:17:50 2008 UTC
(14 years, 8 months ago)
by
trankine
compiling with netcdf on revealed an unused var.
Revision
1628 -
Directory Listing
Modified
Fri Jul 11 13:12:46 2008 UTC
(14 years, 8 months ago)
by
phornby
Merge in /branches/windows_from_1456_trunk_1620_merged_in branch.
You will find a preserved pre-merge trunk in tags under tags/trunk_at_1625.
That will be useful for diffing & checking on my stupidity.
Here is a list of the conflicts and their resolution at this
point in time.
=================================================================================
(LLWS == looks like white space).
finley/src/Assemble_addToSystemMatrix.c - resolve to branch - unused var. may be wrong.....
finley/src/CPPAdapter/SystemMatrixAdapter.cpp - resolve to branch - LLWS
finley/src/CPPAdapter/MeshAdapter.cpp - resolve to branch - LLWS
paso/src/PCG.c - resolve to branch - unused var fixes.
paso/src/SolverFCT.c - resolve to branch - LLWS
paso/src/FGMRES.c - resolve to branch - LLWS
paso/src/Common.h - resolve to trunk version. It's omp.h's include... not sure it's needed,
but for the sake of saftey.....
paso/src/Functions.c - resolve to branch version, indentation/tab removal and return error
on bad unimplemented Paso_FunctionCall.
paso/src/SolverFCT_solve.c - resolve to branch version, unused vars
paso/src/SparseMatrix_MatrixVector.c - resolve to branch version, unused vars.
escript/src/Utils.cpp - resloved to branch, needs WinSock2.h
escript/src/DataExpanded.cpp - resolved to branch version - LLWS
escript/src/DataFactory.cpp - resolve to branch version
=================================================================================
This currently passes tests on linux (debian), but is not checked on windows or Altix yet.
This checkin is to make a trunk I can check out for windows to do tests on it.
Known outstanding problem is in the operator=() method of exceptions
causing warning messages on the intel compilers.
May the God of doughnuts have mercy on my soul.
Revision
1574 -
Directory Listing
Modified
Mon May 26 13:59:58 2008 UTC
(14 years, 10 months ago)
by
gross
some modifications that may help to speed up compilation
Revision
1572 -
Directory Listing
Modified
Mon May 26 12:50:56 2008 UTC
(14 years, 10 months ago)
by
gross
some openmp problems in PCG fixed.
Revision
1568 -
Directory Listing
Modified
Sat May 24 03:15:08 2008 UTC
(14 years, 10 months ago)
by
ksteube
Some testing on ac.apac.edu.au, more work needed
New pyvisi example offscreen.py for offscreen rendering
Revision
1564 -
Directory Listing
Modified
Thu May 22 09:31:33 2008 UTC
(14 years, 10 months ago)
by
gross
some openmp dynamic scheduling for MVM.
Revision
1562 -
Directory Listing
Modified
Wed May 21 13:04:40 2008 UTC
(14 years, 10 months ago)
by
gross
The algebraic upwinding with MPI. The case of boundary constraint needs still some attention.
Revision
1552 -
Directory Listing
Modified
Thu May 8 08:52:41 2008 UTC
(14 years, 10 months ago)
by
gross
some changes to make the implementatiopn of a upwind MPI version easier
Revision
1513 -
Directory Listing
Modified
Tue Apr 15 08:47:57 2008 UTC
(14 years, 11 months ago)
by
gross
pragma ivdep removed. icc produced wrong code.
Revision
1476 -
Directory Listing
Modified
Mon Apr 7 23:38:50 2008 UTC
(14 years, 11 months ago)
by
gross
Jacobian-free Newton method added to Paso
Revision
1464 -
Directory Listing
Modified
Tue Apr 1 23:27:09 2008 UTC
(15 years ago)
by
gross
bug for interpoltion from reduced solution to elements in MPI fixed.
Revision
1459 -
Directory Listing
Modified
Thu Mar 27 01:49:10 2008 UTC
(15 years ago)
by
ksteube
Implemented ParMETIS for mesh partition optimization under MPI.
Documented optimize=True in User Guide for Brick() and Rectangle().
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
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
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
1414 -
Directory Listing
Modified
Thu Feb 14 10:01:43 2008 UTC
(15 years, 1 month ago)
by
gross
a first verion of a Stokes solver
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
1402 -
Directory Listing
Modified
Thu Jan 31 00:17:49 2008 UTC
(15 years, 2 months ago)
by
ksteube
now implemented to read/fan out elements
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/finley/src
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
1382 -
Directory Listing
Modified
Thu Jan 10 00:21:22 2008 UTC
(15 years, 2 months ago)
by
gross
some tests got deactivated. they are back now.
Revision
1377 -
Directory Listing
Modified
Wed Jan 9 03:45:59 2008 UTC
(15 years, 2 months ago)
by
gross
Some code was moved around to slow down the bustling intel compiler v10.
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
1375 -
Directory Listing
Modified
Wed Jan 9 00:15:05 2008 UTC
(15 years, 2 months ago)
by
gross
bug in interpolation at reduced face elements fixed.
Revision
1370 -
Directory Listing
Modified
Wed Jan 2 09:21:43 2008 UTC
(15 years, 3 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
1366 -
Directory Listing
Modified
Tue Dec 18 05:49:17 2007 UTC
(15 years, 3 months ago)
by
gross
finley can create a TransportProblem now
Revision
1365 -
Directory Listing
Modified
Mon Dec 17 07:28:23 2007 UTC
(15 years, 3 months ago)
by
gross
some cosmetics.
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
1360 -
Directory Listing
Modified
Thu Dec 13 05:05:00 2007 UTC
(15 years, 3 months ago)
by
ksteube
Partial implementation of ReadMeshMPI.
Will eventually replace ReadMesh but for now has a different name.
Revision
1359 -
Directory Listing
Modified
Wed Dec 5 03:42:09 2007 UTC
(15 years, 3 months ago)
by
gross
debug print removed.
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
1352 -
Directory Listing
Modified
Thu Nov 22 03:43:28 2007 UTC
(15 years, 4 months ago)
by
matt
Removed blocktimer code from Finley_Assemble_PDE().
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
1346 -
Directory Listing
Modified
Wed Nov 14 22:48:12 2007 UTC
(15 years, 4 months ago)
by
ksteube
dump/LoadMesh methods work except for TagMap, Point elements probably OK but are untested.
Revision
1345 -
Directory Listing
Modified
Wed Nov 14 07:53:34 2007 UTC
(15 years, 4 months ago)
by
ksteube
Created LoadMesh to read a mesh from a distributed NetCDF file.
Can read nodes but not elements yet.
Revision
1344 -
Directory Listing
Modified
Wed Nov 14 04:28:25 2007 UTC
(15 years, 4 months ago)
by
ksteube
Now using TMPMEMFREE but still thrashes memory for very large mesh.
Future solution will be to use NetCDF subsetting and less temp memory.
Revision
1343 -
Directory Listing
Modified
Wed Nov 14 02:48:02 2007 UTC
(15 years, 4 months ago)
by
ksteube
First cut implementation of mesh.dump() using NetCDF. TagMap not
saved yet. The code for Points probably works but has not been tested.
Revision
1342 -
Directory Listing
Modified
Thu Nov 8 23:56:58 2007 UTC
(15 years, 4 months ago)
by
gross
improvements on integration schemes for tets and tris: double precision (not all), higher orders
Revision
1340 -
Directory Listing
Modified
Thu Nov 8 06:24:43 2007 UTC
(15 years, 4 months ago)
by
ksteube
Fixed create a local labeling of the DOFs
Revision
1339 -
Directory Listing
Modified
Wed Nov 7 01:53:12 2007 UTC
(15 years, 4 months ago)
by
ksteube
Modified scons target release_src to include lib/ and include/ since
their presence is required for a build. Modified
mydomain.print_mesh_info(True) to include more useful info about a
distributed domain. Added mypde.getOperator().print_matrix_info(True)
to tell about a distributed matrix.
Revision
1338 -
Directory Listing
Modified
Mon Nov 5 06:32:29 2007 UTC
(15 years, 4 months ago)
by
gross
bug in the selection of the order of the output mesh fixed.
Revision
1335 -
Directory Listing
Modified
Fri Nov 2 05:54:25 2007 UTC
(15 years, 5 months ago)
by
gross
color ranges were not initialized.
Revision
1326 -
Directory Listing
Modified
Mon Oct 1 08:10:41 2007 UTC
(15 years, 6 months ago)
by
ksteube
Implemented domain.print_mesh_info() so we can see the distribution of elements & nodes.
Implemented -DBOUNDS_CHECK to catch an error with periodicN=True.
Revision
1322 -
Directory Listing
Modified
Thu Sep 27 04:40:43 2007 UTC
(15 years, 6 months ago)
by
ksteube
Code now compiles and runs on cyclone.hpcu.uq.edu.au.
Had to remove intelc from the SConstruct, but didn't commit that change.
Changed a couple C++ comments to C comments.
Revision
1317 -
Directory Listing
Modified
Tue Sep 25 03:41:48 2007 UTC
(15 years, 6 months ago)
by
ksteube
yet another file copied from MPI branch to trunk
Revision
1315 -
Directory Listing
Modified
Tue Sep 25 02:41:13 2007 UTC
(15 years, 6 months ago)
by
ksteube
Copied 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
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
1221 -
Directory Listing
Modified
Fri Aug 3 00:27:20 2007 UTC
(15 years, 8 months ago)
by
ksteube
Disabled HRZ lumping until the tests pass
Revision
1220 -
Directory Listing
Modified
Thu Aug 2 04:46:20 2007 UTC
(15 years, 8 months ago)
by
btully
Included HRZ lumping scheme for the LUMPED solver.
Revision
1204 -
Directory Listing
Modified
Sat Jun 23 11:43:12 2007 UTC
(15 years, 9 months ago)
by
gross
a frame for an improved lumping procedure added.
Revision
1198 -
Directory Listing
Modified
Tue Jun 19 00:24:29 2007 UTC
(15 years, 9 months ago)
by
btully
Updated Rec9 Shape Functions.
Included a new definition for Hex27 Reference Element and associated Shape Functions.
Revision
1179 -
Directory Listing
Modified
Wed May 30 05:10:02 2007 UTC
(15 years, 10 months ago)
by
gross
some debug print outs removed.
Revision
1178 -
Directory Listing
Modified
Wed May 30 05:03:17 2007 UTC
(15 years, 10 months ago)
by
gross
bug in visualization interface test fixed.
Revision
1177 -
Directory Listing
Modified
Wed May 30 05:01:29 2007 UTC
(15 years, 10 months ago)
by
gross
debug print out removed.
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
1170 -
Directory Listing
Modified
Fri May 25 05:24:57 2007 UTC
(15 years, 10 months ago)
by
btully
Added new methods for integration of Tri's and Tet's For Order 2 and 3.
NB: There is a conflict in the testing of the getNormal() function. On consultation with Lutz, we have concluded this is an issue with the test rather than the new methods.
Revision
1163 -
Directory Listing
Modified
Wed May 23 23:56:39 2007 UTC
(15 years, 10 months ago)
by
gross
import of DISPLAY environment variable into scons ENV added. This is required to run pyvisi tests under XGL
Revision
1157 -
Directory Listing
Modified
Mon May 21 06:45:52 2007 UTC
(15 years, 10 months ago)
by
gross
ops, wrong name
Revision
1156 -
Directory Listing
Modified
Mon May 21 06:45:14 2007 UTC
(15 years, 10 months ago)
by
gross
node label optimization
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
1134 -
Directory Listing
Modified
Wed May 9 01:44:04 2007 UTC
(15 years, 10 months ago)
by
gross
fixed a bag in the extra bits to make the ordering unique. This does not effect the correctness of the result but makes sure that the results are independent from the sorting algorithm.
Revision
1133 -
Directory Listing
Modified
Tue May 8 07:19:33 2007 UTC
(15 years, 10 months ago)
by
gross
Changes needed for windows. This still does not work on and has not run on linux and the altix.
There are a few changes in names in the scons script, in particular _libs is used rather than _lib and _libs is always a list. By default on windows MSVC is used. The location of python is at C:\Program Files\python<version>, boost at C:\Program Files\boost and netcdf at C:\Program Files\netcdf.
Revision
1116 -
Directory Listing
Modified
Mon Apr 23 03:36:34 2007 UTC
(15 years, 11 months ago)
by
gross
Interporpolation from full to reduced integration order added.
Revision
1107 -
Directory Listing
Modified
Thu Apr 19 02:14:18 2007 UTC
(15 years, 11 months ago)
by
gross
Small bug in ReadMeh call fixed.
Test for typ of verbose argument in pdetools.SaddlePointSolver added.
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
1080 -
Directory Listing
Modified
Wed Apr 11 06:07:30 2007 UTC
(15 years, 11 months ago)
by
gross
small typo fixed.
Revision
1072 -
Directory Listing
Modified
Thu Mar 29 06:44:30 2007 UTC
(16 years 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
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
1049 -
Directory Listing
Modified
Tue Mar 20 03:00:18 2007 UTC
(16 years ago)
by
gross
bandwidth optimizer has been moved back (Lutz: switch on your brain.
)
Revision
1048 -
Directory Listing
Modified
Tue Mar 20 02:59:14 2007 UTC
(16 years ago)
by
gross
bandwidth optimizer has been moved.
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
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
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
1003 -
Directory Listing
Modified
Thu Mar 1 01:53:37 2007 UTC
(16 years, 1 month ago)
by
gross
small fix on the finley gmsh reader for the case of no face elements.
Revision
997 -
Directory Listing
Modified
Mon Feb 26 06:31:45 2007 UTC
(16 years, 1 month ago)
by
gross
small small fixes in modellib
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
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
960 -
Directory Listing
Modified
Tue Feb 13 01:39:05 2007 UTC
(16 years, 1 month ago)
by
gross
typo in file name fixed
Revision
959 -
Directory Listing
Modified
Tue Feb 13 01:38:39 2007 UTC
(16 years, 1 month ago)
by
gross
typo in file name fixed
Revision
940 -
Directory Listing
Modified
Mon Jan 29 00:09:08 2007 UTC
(16 years, 2 months ago)
by
gross
ivdep removed as it produces wrong results with OPenMP
Revision
939 -
Directory Listing
Modified
Thu Jan 25 04:23:38 2007 UTC
(16 years, 2 months ago)
by
gross
bug in finley mesh reader fixed
Revision
935 -
Directory Listing
Modified
Tue Jan 23 09:53:10 2007 UTC
(16 years, 2 months ago)
by
gross
a missing file
Revision
934 -
Directory Listing
Modified
Tue Jan 23 09:52:45 2007 UTC
(16 years, 2 months ago)
by
gross
gmsh file reader for finley
Revision
903 -
Directory Listing
Modified
Fri Nov 17 01:59:49 2006 UTC
(16 years, 4 months ago)
by
gross
bug with tagged data in vtk and dx writer fixed
Revision
888 -
Directory Listing
Modified
Tue Nov 7 08:31:26 2006 UTC
(16 years, 4 months ago)
by
gross
Problem in Mesh_findMatchingFaces.c fixed:
default tolerance in python interface was set too tight.
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
853 -
Directory Listing
Modified
Wed Sep 20 05:56:36 2006 UTC
(16 years, 6 months ago)
by
gross
some performance problems wit openmp fixed.
Revision
850 -
Directory Listing
Modified
Sun Sep 17 23:27:00 2006 UTC
(16 years, 6 months ago)
by
gross
some problems with vtk writer fixed
Revision
818 -
Directory Listing
Modified
Sun Aug 27 11:10:34 2006 UTC
(16 years, 7 months ago)
by
dhawcroft
saveVTK fixes
Revision
817 -
Directory Listing
Modified
Sat Aug 26 03:08:52 2006 UTC
(16 years, 7 months ago)
by
ksteube
Can now compile and run with MPI on shake71
Revision
812 -
Directory Listing
Modified
Thu Aug 17 05:49:59 2006 UTC
(16 years, 7 months ago)
by
dhawcroft
Revision
808 -
Directory Listing
Modified
Fri Aug 11 01:25:16 2006 UTC
(16 years, 7 months ago)
by
ksteube
Can now build escript and use doxygen on shake71
Revision
806 -
Directory Listing
Modified
Thu Aug 10 11:58:52 2006 UTC
(16 years, 7 months ago)
by
gross
Interface to the direct solver library UMLPACK is no implemented.
Revision
799 -
Directory Listing
Modified
Mon Aug 7 23:30:53 2006 UTC
(16 years, 7 months ago)
by
ksteube
Moved a #pragma to modify the appropriate line
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
796 -
Directory Listing
Modified
Mon Jul 31 06:16:17 2006 UTC
(16 years, 8 months ago)
by
dhawcroft
much faster parallel saveVTK
needs testers, don't be shy
Revision
794 -
Directory Listing
Modified
Sun Jul 30 03:45:01 2006 UTC
(16 years, 8 months ago)
by
dhawcroft
Revision
793 -
Directory Listing
Modified
Sat Jul 29 19:40:22 2006 UTC
(16 years, 8 months ago)
by
dhawcroft
Preliminary MPI version of saveVTK. Needs testers. Works for point data and should work for cell centered data.
Revision
788 -
Directory Listing
Modified
Wed Jul 26 05:12:15 2006 UTC
(16 years, 8 months ago)
by
bcumming
small corrections to code in previous commit, and some header files that
should have been included in the last commit.
Revision
787 -
Directory Listing
Modified
Wed Jul 26 01:46:45 2006 UTC
(16 years, 8 months ago)
by
bcumming
MPI update
Each element (normal elements, faceElements, ContactElements and points)
are now assigned a unique global id to streamline per-element
calculations and file IO of element data.
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
781 -
Directory Listing
Modified
Fri Jul 14 08:47:38 2006 UTC
(16 years, 8 months ago)
by
gross
grad functions linked into the persistent jacobean scheme
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
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
776 -
Directory Listing
Modified
Wed Jul 12 00:07:31 2006 UTC
(16 years, 8 months ago)
by
gross
basic code for persistence of jacobeans added. routines are not called yet
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
765 -
Directory Listing
Modified
Fri Jun 30 06:37:11 2006 UTC
(16 years, 9 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
763 -
Directory Listing
Modified
Fri Jun 30 05:52:31 2006 UTC
(16 years, 9 months ago)
by
gross
some modification in the element reordering which should solve some problems
caused by the fact that qsort may handels == items differently on different platform.
Revision
759 -
Directory Listing
Modified
Thu Jun 29 01:53:23 2006 UTC
(16 years, 9 months ago)
by
bcumming
- added directory pythonMPI to the source tree. this directory contains
the c++ wrapper that is used to run python scripts in parallel for the
MPI version of escript/finley
- updated the SConstruct and ./scons/ess_options.py for conditional MPI
compilation. To compile the MPI version on ESS uncomment the #define
PASO_MPI in ./paso/src/Paso.h and add the command line option
useMPI=yes when running scons.
- fixed a compile time error in the MPI build in
finley/src/CPPAdapter/MeshAdapterFactory.cpp
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
731 -
Directory Listing
Modified
Mon May 15 04:09:52 2006 UTC
(16 years, 10 months ago)
by
bcumming
Revision
730 -
Directory Listing
Modified
Mon May 15 04:03:49 2006 UTC
(16 years, 10 months ago)
by
bcumming
Revision
727 -
Directory Listing
Modified
Fri May 12 06:31:06 2006 UTC
(16 years, 10 months ago)
by
gross
In case of an error in paso a seg fault occured. this was caused by
inproper deallocation of memory in this case. this problem is fixed now.
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
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
687 -
Directory Listing
Modified
Mon Mar 27 22:17:32 2006 UTC
(17 years ago)
by
gross
small fixes
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
626 -
Directory Listing
Modified
Thu Mar 23 02:16:36 2006 UTC
(17 years ago)
by
elspeth
Copyright information inserted
Revision
618 -
Directory Listing
Modified
Wed Mar 22 04:02:38 2006 UTC
(17 years ago)
by
gross
mmio moced to paso
Revision
616 -
Directory Listing
Modified
Wed Mar 22 02:46:56 2006 UTC
(17 years ago)
by
elspeth
Copyright added to more source files.
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
552 -
Directory Listing
Modified
Wed Feb 22 03:18:07 2006 UTC
(17 years, 1 month ago)
by
gross
and more work on saving the element jacobians (please don;t look at the code)
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
532 -
Directory Listing
Modified
Wed Feb 15 09:45:53 2006 UTC
(17 years, 1 month ago)
by
gross
first steps towards the reuse of the element jacobians
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
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
472 -
Directory Listing
Modified
Fri Jan 27 01:50:59 2006 UTC
(17 years, 2 months ago)
by
jgs
rationalise all #includes
Revision
471 -
Directory Listing
Modified
Fri Jan 27 01:33:02 2006 UTC
(17 years, 2 months ago)
by
jgs
reorganise finley src tree to remove inc dir and src/finley directory
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
467 -
Directory Listing
Modified
Wed Jan 25 05:43:46 2006 UTC
(17 years, 2 months ago)
by
jgs
adjustments to includes to allow for new paso src tree structure
Revision
449 -
Directory Listing
Modified
Mon Jan 23 03:48:51 2006 UTC
(17 years, 2 months ago)
by
jgs
finley source directories now merged into one directory: src/finley
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
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
416 -
Directory Listing
Modified
Wed Jan 4 05:38:35 2006 UTC
(17 years, 2 months ago)
by
gross
changes in Paso have been worked in
Revision
402 -
Directory Listing
Modified
Thu Dec 22 22:46:54 2005 UTC
(17 years, 3 months ago)
by
gross
cut of for small values
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
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
273 -
Directory Listing
Modified
Wed Nov 30 03:30:40 2005 UTC
(17 years, 4 months ago)
by
gross
cast to float added. this avoids problems with very small values
Revision
272 -
Directory Listing
Modified
Wed Nov 30 03:30:30 2005 UTC
(17 years, 4 months ago)
by
gross
cast to float added. this avoids problems with very small coodinates.
Revision
271 -
Directory Listing
Modified
Wed Nov 30 03:27:30 2005 UTC
(17 years, 4 months ago)
by
gross
cast to float added. this avoids problems with very small values
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
204 -
Directory Listing
Modified
Wed Nov 23 04:43:51 2005 UTC
(17 years, 4 months ago)
by
jgs
revised scons files to account for new finley source tree structure
Revision
203 -
Directory Listing
Modified
Wed Nov 23 04:36:15 2005 UTC
(17 years, 4 months ago)
by
jgs
adjust include file names to allow for new finley source tree structure
Revision
202 -
Directory Listing
Modified
Wed Nov 23 04:18:39 2005 UTC
(17 years, 4 months ago)
by
jgs
scons builds will now take place in parallel "finley" src dir
Revision
201 -
Directory Listing
Modified
Wed Nov 23 04:10:21 2005 UTC
(17 years, 4 months ago)
by
jgs
copy finleyC and CPPAdapter to finley and finley/CPPAdapter to
facilitate scons builds
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
182 -
Directory Listing
Modified
Fri Nov 18 05:07:36 2005 UTC
(17 years, 4 months ago)
by
jgs
first draft of config/construct files for finleyC/finleycpp libraries
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