Log of /branches/trunk-mpi-branch/doc/examples
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/examples
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/examples
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
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(15 years ago)
by
robwdcock
Original Path:
trunk/doc/user/examples
+ 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
582 -
Directory Listing
Modified
Wed Mar 8 05:54:06 2006 UTC
(15 years, 1 month ago)
by
lkettle
Original Path:
trunk/doc/user/examples
Changed example script for wave.py to a point source wave propagation problem in 3D.
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/examples
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.