Log of /temp_trunk_copy/pythonMPI/src
Directory Listing
Revision
1384 -
Directory Listing
Modified
Fri Jan 11 02:29:38 2008 UTC
(15 years ago)
by
phornby
Make a temp copy of the trunk before checking in the windows changes
Revision
1312 -
Directory Listing
Modified
Mon Sep 24 06:18:44 2007 UTC
(15 years, 4 months ago)
by
ksteube
Original Path:
trunk/pythonMPI/src
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
971 -
Directory Listing
Modified
Wed Feb 14 04:40:49 2007 UTC
(15 years, 11 months ago)
by
ksteube
Original Path:
trunk/pythonMPI/src
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
(15 years, 11 months ago)
by
ksteube
Original Path:
trunk/pythonMPI/src
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
759 -
Directory Listing
Added
Thu Jun 29 01:53:23 2006 UTC
(16 years, 7 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