Commit Graph

9054 Commits

Author SHA1 Message Date
falgout
66f9224b9a Changed the date and release number for new release 2.7.0b. 2011-01-28 00:28:34 +00:00
falgout
c313080d14 Changed the regression tests to be performed for beta and general releases. 2011-01-27 23:34:34 +00:00
falgout
2791d48bef Changed these figures to PDF version 1.5 to get rid of regression test errors. 2011-01-27 21:48:40 +00:00
kolev1
320aff47cd Updated the AMS documentation in the User and Reference Manuals. 2011-01-27 19:49:44 +00:00
falgout
68b7b5518a Changed 'long' to either 'hypre_longint' or 'HYPRE_Int'. 2011-01-27 19:46:14 +00:00
falgout
ed104bc90c Preliminary version of checklist file for 2.7.0b 2011-01-27 18:23:53 +00:00
falgout
2307ebfe5d Made a few minor changes and added a section on the SStruct FEM routines. 2011-01-27 18:19:50 +00:00
kolev1
1693507301 Expanded the info about the new l1-GS smoother. 2011-01-27 17:54:10 +00:00
kolev1
43969388b5 Slight adjustment in the new l1-GS smoother (relax type 4 in AMS and 8 in
BoomerAMG) which significantly improves its performance.
2011-01-27 17:16:58 +00:00
falgout
7040d04ff2 Updated for v2.7.0b release 2011-01-26 16:57:24 +00:00
chtong
a364fc9470 Add SetAtol to pcg and gmres and add pcg recompute residual option. 2011-01-26 01:28:47 +00:00
falgout
e212be53c0 Fixed a problem with periodic problems when the period is larger than the grid. 2011-01-21 01:41:17 +00:00
falgout
02caa40557 Cleaned up the BoxBoundary routines. 2011-01-19 23:53:42 +00:00
falgout
38eac460a3 Added code to remove the '*.fil' files also. 2011-01-19 23:51:18 +00:00
falgout
9f1f2f7fc2 Added [issue663] reference to one of the comments. 2011-01-19 23:35:41 +00:00
falgout
8d4a3851c1 Forgot to remove south/north from the shared OpenMP variables. 2011-01-19 23:02:34 +00:00
falgout
37e709e857 Rewrote PFMG constant-coeff variable-diag non-Galerkin routines and threaded. 2011-01-19 22:48:06 +00:00
baker59
7646a0be56 removed threading from the block routimes (interp, rap and relax) 2011-01-19 00:14:04 +00:00
falgout
aee8513efc Added the '-c' option for OpenMP runs to ensure that we get enough cores. 2011-01-14 23:29:45 +00:00
falgout
e86279b488 Threaded some loops that were previously not. 2011-01-14 18:45:54 +00:00
falgout
2b07c64640 These OpenMP changes actually run correctly now.
Much of this code is not threaded.
2011-01-13 23:10:56 +00:00
falgout
28a4441c27 Added a macro to force only one block in BoxLoops to help with fixing the
threading problems in FAC and Maxwell.
2011-01-13 19:19:32 +00:00
falgout
b54db9f362 More OpenMP changes. 2011-01-13 01:53:48 +00:00
falgout
8165ca26b8 Didn't get all of the private variables right the first time. 2011-01-13 01:17:47 +00:00
falgout
84f822d30a Commented out another OpenMP loop and documented the issue to be resolved. 2011-01-13 01:03:04 +00:00
falgout
8696112e1f Messed one thing up. 2011-01-13 00:35:22 +00:00
falgout
f11b0cc37f Fixed an OpenMP problem 2011-01-13 00:33:03 +00:00
falgout
fd54f78e8a Forgot to comment out the OpenMP forloop here 2011-01-13 00:09:04 +00:00
falgout
337642dc31 Fixed a bug setting 'A_loc' incorrectly in the BoxLoops. 2011-01-12 23:11:37 +00:00
falgout
f21408f1b3 Fixed a bunch of OpenMP problems.
Only partially fixed the Maxwell solver - made notes at the top of each file
about additional issues and commented out the OpenMP directives.
2011-01-12 22:32:25 +00:00
falgout
4e59e511ab I believe these are all mistakes in the openmp implementation. 2011-01-12 02:08:12 +00:00
falgout
4c08ad0908 Changed the examples test on tux to use insure.
Fixed the 'base' file for example 10.
2011-01-12 01:34:08 +00:00
kolev1
fe9042ac62 Moved the location of the examples regression test, since now we are also
comparing them with baseline results.
2011-01-12 01:03:52 +00:00
kolev1
ee1eaf87de This script now also runs the examples regression tests in TEST_examples. 2011-01-12 01:02:53 +00:00
kolev1
c757feff7d Updated the list of example files (the TEST_examples directory is handled
in a special way by the runtest.sh script).
2011-01-12 00:44:22 +00:00
kolev1
451093916f Updated the baseline output files for the example codes. 2011-01-12 00:42:15 +00:00
kolev1
af30c9e9ec Removed an empty file. 2011-01-11 20:38:54 +00:00
kolev1
58abe34ab8 Added a 64-bit version of Example 5 (ex5big.c). 2011-01-11 20:32:40 +00:00
falgout
114639fee9 Removed the second openmp build and added a default optimization build. 2011-01-11 01:45:27 +00:00
falgout
d345b5c5d5 Put the '-nthreads 2' option on the wrong line by accident. 2011-01-11 01:37:59 +00:00
falgout
136639c2ee Added a -nthreads feature to runtest.sh and added an openmp.sh autotest. 2011-01-11 01:20:51 +00:00
falgout
15539bec25 Changed the 'find' command to something that is hopefully more portable. 2011-01-11 00:31:36 +00:00
kolev1
ec5fe96fe2 Added a test for --enable-bigint 2011-01-10 23:11:27 +00:00
falgout
609aa825e1 Added filters for a couple of SuperLU functions when compiled on dawndev. 2011-01-10 22:48:22 +00:00
falgout
810671a39e Fixed a typo that could cause an infinite loop. 2011-01-10 22:40:27 +00:00
falgout
d5196dc660 Fixed the --with-insure option so that it works without using FLIBS. 2011-01-10 22:12:37 +00:00
falgout
a2eedb6347 Changed default compiler options while getting --with-openmp to work on dawndev.
Removed FLIBS from the link line in the test directory.
Added an #undef in 'f2c.h' to fix a compiler macro conflict.
2011-01-10 21:04:02 +00:00
kolev1
eecc42bc7f Removed the f2c line for LAM and related comments, which became obsolete
after Rob's changes.
2011-01-07 16:43:04 +00:00
falgout
3f0a439827 Changed the Fortran interface to use a Fortran MPI communicator.
Also implemented the new F90 types and macros for all of the interfaces.
2011-01-06 23:20:57 +00:00
kolev1
63f0d69abc Fixed indentation after the transition to HYPRE_Int. 2011-01-04 01:05:27 +00:00