Log of /branches/trunk-mpi-branch/doc/user
Directory Listing
Revision
1320 -
Directory Listing
Modified
Thu Sep 27 00:51:32 2007 UTC
(13 years, 6 months ago)
by
ksteube
Moved trunk-mpi-branch into the branches subdirectory where it belongs
Revision
1295 -
Directory Listing
Modified
Mon Sep 10 06:07:09 2007 UTC
(13 years, 7 months ago)
by
ksteube
Original Path:
trunk-mpi-branch/doc/user
Have now merged latest trunk features into MPI branch in preparation for
ending the MPI branch.
Compiles but has run time problems in bandwith reduction.
Revision
1140 -
Directory Listing
Modified
Tue May 15 03:23:17 2007 UTC
(13 years, 11 months ago)
by
ksteube
Original Path:
trunk-mpi-branch/doc/user
MPI branch trunk-mpi-branch has been merged with trunk through revision
1125, so changes in trunk since 1125 are not reflected in
trunk-mpi-branch.
Originally we parallelized revision 989, but after this merge it's
as if we'd parallelized revision 1125.
run_simplesolve.py runs on 1, 2, 4 CPUs.
Revision
989 -
Directory Listing
Modified
Wed Feb 21 00:26:26 2007 UTC
(14 years, 1 month ago)
by
ksteube
Original Path:
trunk-mpi-branch/doc/user
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
886 -
Directory Listing
Modified
Thu Nov 2 01:34:58 2006 UTC
(14 years, 5 months ago)
by
jongui
Original Path:
trunk/doc/user
- Fixed a couple of minor bugs but the bug relating to the plane normal still exists.
- Updated the documentation.
Revision
882 -
Directory Listing
Modified
Fri Oct 27 08:15:33 2006 UTC
(14 years, 5 months ago)
by
jongui
Original Path:
trunk/doc/user
Fixed some bugs in the camera module but yet to fix bugs in the plane module.
Revision
879 -
Directory Listing
Modified
Wed Oct 25 03:56:34 2006 UTC
(14 years, 5 months ago)
by
jongui
Original Path:
trunk/doc/user
First prototype of pyvisi is almost done (testing to be done).
Added all the epydocs and latex files.
Revision
804 -
Directory Listing
Modified
Thu Aug 10 01:12:16 2006 UTC
(14 years, 8 months ago)
by
gross
Original Path:
trunk/doc/user
the new function swap_axes + tests added. (It replaces swap).
Revision
790 -
Directory Listing
Modified
Wed Jul 26 23:12:34 2006 UTC
(14 years, 8 months ago)
by
bcumming
Original Path:
trunk/doc/user
changes to escript/py_src/pdetools.py and /escript/src/Data.h/.cpp to
make the Locator work in MPI. escript::Data::mindp now returns a 3 tuple,
with the MPI rank of the process on which the minimum value occurs
included. escript::Data::convertToNumArrayFromDPNo also takes the ProcNo
to perform the MPI reduction.
This had to be implemented in both the MPI and non-MPI versions to allow
the necesary changes to the Python code in pdetools.py. In the non-MPI
version ProcNo is set to 0. This works for the explicit scripts tested
thus far, however if it causes problems in your scripts contact Ben or
Lutz, or revert the three files (pdetools.py, Data.h and Data.cpp) to
the previous version.
Revision
757 -
Directory Listing
Modified
Mon Jun 26 13:12:56 2006 UTC
(14 years, 9 months ago)
by
woo409
Original Path:
trunk/doc/user
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)
Revision
737 -
Directory Listing
Modified
Wed Jun 14 04:00:41 2006 UTC
(14 years, 10 months ago)
by
ksteube
Original Path:
trunk/doc/user
Added a caution to be sure to set OMP_NUM_THREADS,
if unset you will get too many threads.
Also fixed a few spelling mistakes.
Revision
723 -
Directory Listing
Modified
Wed May 3 10:29:16 2006 UTC
(14 years, 11 months ago)
by
gross
Original Path:
trunk/doc/user
some installation notes added to users guide
Revision
722 -
Directory Listing
Modified
Mon May 1 11:49:18 2006 UTC
(14 years, 11 months ago)
by
gross
Original Path:
trunk/doc/user
abstract added in users guide added
Revision
712 -
Directory Listing
Modified
Thu Apr 27 02:08:50 2006 UTC
(14 years, 11 months ago)
by
elspeth
Original Path:
trunk/doc/user
Fixed build of epydoc documentation. Now builds html in relase/doc/epydoc .
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(15 years ago)
by
robwdcock
Original Path:
trunk/doc/user
+ 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
Revision
660 -
Directory Listing
Modified
Fri Mar 24 08:43:21 2006 UTC
(15 years ago)
by
gross
Original Path:
trunk/doc/user
that does not look to bad now although more stuff could be added.
Revision
593 -
Directory Listing
Modified
Tue Mar 14 02:50:27 2006 UTC
(15 years, 1 month ago)
by
gross
Original Path:
trunk/doc/user
updates on escript documentation (unfinished)
Revision
592 -
Directory Listing
Modified
Mon Mar 13 04:04:26 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user
Adding some figure for online documentation (3D Wave Propagation).
Revision
582 -
Directory Listing
Modified
Wed Mar 8 05:54:06 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user
Changed example script for wave.py to a point source wave propagation problem in 3D.
Revision
581 -
Directory Listing
Modified
Wed Mar 8 05:48:51 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user
changes to section 2.3 on 3D wave propagation in online reference guide and added some figures
Revision
579 -
Directory Listing
Modified
Tue Mar 7 01:28:23 2006 UTC
(15 years, 1 month ago)
by
gross
Original Path:
trunk/doc/user
new section on lame equation completed
Revision
575 -
Directory Listing
Modified
Fri Mar 3 03:33:07 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user
I have changed some of the documentation and added more explanations for
the online reference guide for esys13. I have modified two of the
example source codes to write out the results for Helmholtz problem and
changed one variable name in the diffusion.py code to avoid confusion.
Revision
573 -
Directory Listing
Modified
Thu Mar 2 00:42:53 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user
I have made a few changes to the documentation for the online reference
guide for the Poisson and diffusion examples.
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(15 years, 5 months ago)
by
jgs
Original Path:
trunk/doc/user
move all directories from trunk/esys2 into trunk and remove esys2
Revision
149 -
Directory Listing
Modified
Thu Sep 1 03:31:39 2005 UTC
(15 years, 7 months ago)
by
jgs
Original Path:
trunk/esys2/doc/user
Merge of development branch dev-02 back to main trunk on 2005-09-01