Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
New config option build_shared (which replaces share_paso & share_esysUtils). Also enabled building escriptreader library on Windows which should now work in both shared and static mode.
Switching to external cppunit: -removed tools/CppUnitTest -updated scons script and files -updated tests to changed API -updated readme Bumped scons options file version to 201. Additions: -cppunit* -boomeramg* -vsl_random
Set "lapack" to "mkl" before the mantis bug 0000616 is solved.
Turn off VSL for random data before the MKL library link line problem has been solved.
Re-enable VisIt and Silo on savanna and use gcc-4.6 on shake75.
modifications to the coal seam gas
When "werror" is set to True, scons build will complains about compilation failure of some boost "multi-array" test case. This causes recently unit-tests failures. So I set "werror" back to False before someone who has the knowledge fixes the problem.
Add Boomer AMG as a new preconditioner Can be used by .setPreconditioner(SolverOptions.BOOMERAMG) and the following parallel coarsening method can be used together with Boomer AMG preconditioner: .setCoarsening(SolverOptions.CIJP_FIXED_RANDOM_COARSENING) .setCoarsening(SolverOptions.CIJP_COARSENING) .setCoarsening(SolverOptions.FALGOUT_COARSENING) .setCoarsening(SolverOptions.PMIS_COARSENING) .setCoarsening(SolverOptions.HMIS_COARSENING) Note that Boomer AMG is only available when MPI is enabled.
Use VSL if MKLRANDOM is defined. Use different seeds for different ranks/threads. Use different seeds for successive calls with no seed given.
Re-enabled silo on savanna as well.
Re-enabling MPI on savanna
compile problem in AMG fixed.
and more work toward AMG MPI
escript now supports out-of-tree builds. All build and test files are now created under a user-definable build_dir directory. This also fixes issue 291. Removed most svn:ignore props since they are no longer required.
This fixes the scons warning about not finding the Intel top dir on Savanna.
Merging dudley and scons updates from branches
-New VisIt simulation control interface in weipa (uses VisIt's simv2) -Rewrote restarts.py to be a more generic data manager for restarts and exports -Removed weipa python file since the functionality is now handled by restarts.py
Removing hardcoded savanna from the SConstruct file.
Revert the commit of this options file made by my last commit for Gauss-Seidel.
Hybrid MPI/OpenMP versioned Gauss_Seidel preconditioner is added. To use it, use "SolverOptions.GAUSS_SEIDEL_MPI" in python script.
Enable MKL and Lapack (the unit test problem has been fixed after Artak's commit).
Disable Lapack to disable MKL.
Using lastest MKL library and set "usemkl=no" before the problem with MKL in unit tests is solved ("maximum number of iteration step reached" for test_***_AMG_System).
Update the path to Intel-mpi 4.0.0.027
Update savanna_options file to use the correct silo module.
Some savanna fixes but not complete
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |