Parent Directory
|
Revision Log
Sticky Revision: |
- removed the need to uncomment #define PASO_MPI when building MPI version, now passed as an argument to the compiler.
- 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
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.
ess_options.py is updated and synchronised with the esys/env module. In turn, this module is used to build and setup the user environments of esys/current and esys/current-debug.
Removed -ansi_alias compiler option to icpc. It was causing the compiler to optimize away the default constructor DataAbstract::DataAbstract and breaking the tests.
+ 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.
papi switched off on altix
eigenvalues: compiles and passes tests on altix now
define epydoc PYTHONPATH setting
define locations of doxygen/epydoc executables
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.
fixed typo in options string
fixed specification of solver libs
pass in solver libraries to link with via options files now
pass in platform specific libraries via options files now
fix compiler options to enable compilation on gcc platforms
added some comments and reasonable default values
fix quoting of library names
add names of python and boost libraries to config file
import compile options into bruce unit test builds from options file now
pass in correct options to archiver for static libraries
implement switching of debug compiler options based on command line flag 'debug'
pass in cc/cxx settings from config file
first pass at importing compile options from an external file'
added directory and first draft file to hold options settings for different configurations (debug/nodebug, host, etc)
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 |