Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Install prefix: can now use scons prefix=/some/dir to build and install into another directory.
Just trying to get the intelc version going.
modifications to be compliant with _WIN32. The substitutes for asinh, acosh, atanh are still missing (erf will through an exception)
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.
import of PATH
netCDF can now be switched off at compilation. Consequently load and dump of data objects is not available then.
some changes to make things run with python 2.3
johns local setting removed.
Tidied up some codes
bruce is switched off for now as it doesn't really do anything useful yet.
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.
first checkin of pycad (gmsh pythoin wrapper)
Added serial execution build options for running on the altix. In doing so, a minor bug in SConstruct was found and fixed. The correct libraries still need to be sorted after consulting Lutz and/or Ken.
Can now compile and run with MPI on shake71
new target for users guide
Interface to the direct solver library UMLPACK is no implemented.
first steps toward UMFPACK
frame for pyvisi set up
switched off pyvisi
removed personal testing code from SConscript
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.
- small change to SConstruct to remove my testing code
- 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
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)
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.
abstract added in users guide added
formatting errors in epydoc tags fixed
Fixed build of epydoc documentation. Now builds html in relase/doc/epydoc .
latex build documentation is working now
python tests compile and run but there is still a problem with dependencies'
python tests are allmost working
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.
pyvisi builds now. tests still to be fixed.
+ Fixed incorrect target path in SConstruct file + cognac now links with g++ compiled boost rather than intelc compiled boost due to compilation errors with intel c. (Finley will still compile and work with intel c though) - this is the same configuration as the access altix
+ Added basic_py_tests target which will run the basic set of python tests. The list of python tests was taken from autoscons
+ Modified the env (environment) creation for the ia64 platform to include PATH so it no longer complains about not being able to locate the intel compiler. This is related to the previous fix for windows. Seems it is a scons intelc.py bug.
compilation uses python version scons is running under now
+ Minor modification to how the ENV external environment is initialised. Originally this was done as part of the env = Environment( ENV = ...) construction. Unfortunately this doesn't work properly on windows as it clobbers the path edits performed by the tools = 'intelc'. The end result is icl is not found. Now the env is initialised without the ENV = and they are added in after construction. I suspect this is a bug in scons itself on the windows platform.
+ 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
More copyright info added.
mmio moced to paso
pyvisi compiles now
more work on pyvisi integration
eigenvalues: compiles and passes tests on altix now
can now specify target "build_docs" in order to build epydoc and doxygen documentation
minor comment and formatting changes
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.
the documenation build does not work at all except on our altix. has been switcehed of for now
Updated to allow for building of API documentation.
pass in pyinstall value from top-level scons script and add correct suffix in module level scons scipr
now automatically build unit tests as required based on dependencies between unit tests and libraries
setup scons configuration to make and install python code
allow compile options to be loaded from a config file specified on the command line to scons
collect all information needed to determine build configuration (ie: debug/nodebug, host, platform etc)
pass in top level install directory for finley/escript/bruce/paso libraries when building via top level scons script
add top level SConstruct file to enable coordinated building of all esys libraries
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 |