Log of /trunk-mpi-branch/pythonMPI/src
Directory Listing
Revision
1016 -
Directory Listing
Modified
Thu Mar 8 06:31:28 2007 UTC
(14 years, 1 month ago)
by
gross
MPI version compiles and starts to run now.
Important:
* the mpi library needs to be shared.
* the path needs to be added to LD_LIBRARY path.
The program stucks in the matrix assemblage.
Revision
1014 -
Directory Listing
Modified
Wed Mar 7 09:55:41 2007 UTC
(14 years, 1 month ago)
by
gross
compiles with mpi now and runs on one processor.
Revision
1011 -
Directory Listing
Modified
Tue Mar 6 04:41:55 2007 UTC
(14 years, 1 month ago)
by
gross
it seems to compile now but linking is still not working
Revision
989 -
Directory Listing
Modified
Wed Feb 21 00:26:26 2007 UTC
(14 years, 1 month ago)
by
ksteube
Branch for parallelization of implicit solutions.
This is a work in progress and should not yet be used by anyone.
The parallelization of explicit solutions was done by Ben and is
already incorporated into the main branch of trunk.
Revision
968 -
Directory Listing
Modified
Tue Feb 13 22:56:57 2007 UTC
(14 years, 2 months ago)
by
ksteube
Branch for MPI solution of implicit problems
Revision
759 -
Directory Listing
Added
Thu Jun 29 01:53:23 2006 UTC
(14 years, 9 months ago)
by
bcumming
Original Path:
trunk/pythonMPI/src
- 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