Log of /tags/trunk_2074_checkpoint/pythonMPI
Directory Listing
Revision
2075 -
Directory Listing
Modified
Thu Nov 20 11:19:16 2008 UTC
(12 years, 3 months ago)
by
phornby
I am about to make trivial, but extensive changes on the trunk.
This is a temporary checkpoint in case I need to revert.
Revision
1761 -
Directory Listing
Modified
Mon Sep 8 02:36:47 2008 UTC
(12 years, 5 months ago)
by
gross
Original Path:
trunk/pythonMPI
using MPI_Init_thread rather than MPI_Init to clarify the usage with mpi
Revision
1705 -
Directory Listing
Modified
Thu Aug 14 05:56:40 2008 UTC
(12 years, 6 months ago)
by
ksteube
Original Path:
trunk/pythonMPI
Branch scons-dev is hereby closed.
Some parts of scons scripts have been re-written.
Revision
1556 -
Directory Listing
Modified
Mon May 12 00:54:58 2008 UTC
(12 years, 9 months ago)
by
gross
Original Path:
trunk/pythonMPI
Modification to allow mixed mode execution.
In order to keep the code portable accross platform all MPI calls within
parallel regions have been moved.
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(13 years, 1 month ago)
by
trankine
Original Path:
temp/pythonMPI
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
1312 -
Directory Listing
Modified
Mon Sep 24 06:18:44 2007 UTC
(13 years, 5 months ago)
by
ksteube
Original Path:
trunk/pythonMPI
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
(14 years ago)
by
ksteube
Original Path:
trunk/pythonMPI
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
(14 years ago)
by
ksteube
Original Path:
trunk/pythonMPI
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
817 -
Directory Listing
Modified
Sat Aug 26 03:08:52 2006 UTC
(14 years, 6 months ago)
by
ksteube
Original Path:
trunk/pythonMPI
Can now compile and run with MPI on shake71
Revision
759 -
Directory Listing
Added
Thu Jun 29 01:53:23 2006 UTC
(14 years, 8 months ago)
by
bcumming
Original Path:
trunk/pythonMPI
- 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