Commit Graph

9076 Commits

Author SHA1 Message Date
falgout
916c0ca0e8 Changed release number and date for 2.7.1a release 2011-03-18 15:14:20 +00:00
kolev1
b65560d37b Added a note for Example 15big. 2011-03-17 23:54:31 +00:00
kolev1
e81581c487 Added a 'big' postfix in the example name used in the comments. 2011-03-17 23:53:59 +00:00
kolev1
757415a667 Added documentation for Example 15big. 2011-03-17 23:52:43 +00:00
kolev1
05e6a70738 Added a 64-bit version of Example 15. 2011-03-17 23:50:07 +00:00
falgout
989ba2cdb3 Fixed the release number. 2011-03-17 21:45:44 +00:00
falgout
d6b2d82e81 Updates in preparation for 2.7.1a release. 2011-03-17 21:41:48 +00:00
falgout
efa9bcb1f2 Converted to a Bourne shell script so that it works correctly under cygwin. 2011-03-16 22:39:22 +00:00
falgout
f60991bfc4 Fixed the comment, which incorrectly said "non-Galerkin". 2011-03-11 16:02:52 +00:00
falgout
0c7c19bb1a Rewrote VectorClearAllValues() to be simpler and used it in the constant
coefficient version of PFMG to insure that boundary values are set to zero.
The previously used ClearBoundGhostValues() routine requires a lot of box
calculations that can be expensive.
2011-03-09 02:17:46 +00:00
falgout
b3acb4893f Fixed a couple of threading problems. 2011-03-01 17:10:23 +00:00
falgout
e16b341a9c When the MPI include flags are added to CFLAGS, the compilation of dlamch.c
can break.  The easiest fix is to set HYPRE_SEQUENTIAL in f2c.h since MPI is
not needed in either the lapack or blas routines.
2011-02-24 21:58:07 +00:00
falgout
4a08b1710f Changed the order of the case statement that parses the .jobs file to allow
for commenting out an 'mpirun' command.
2011-02-24 16:32:59 +00:00
falgout
a4625ea4a6 Forgot to change the TAlloc line in the previous changes. 2011-02-23 19:27:41 +00:00
falgout
265327658e Removed two tests because there is a bug in FAC. 2011-02-23 19:25:48 +00:00
falgout
b6fdc5ece1 Modified so that the FAC tests would run. There appears to be some bugs in FAC
that need to be fixed, because the changes here should not be needed.
2011-02-23 19:06:23 +00:00
falgout
334f3c65f5 Fixed the long-standing O(num_procs) memory CTAlloc() in the struct
communication routines.  The new code now uses a qsort() on the send/recv boxes
to organize communications into a minimal number of aggregates.
2011-02-17 16:56:13 +00:00
falgout
462be77963 Threaded one more loop and added notations about future loops to thread. 2011-01-28 23:05:07 +00:00
falgout
c220065050 Added some more threading to the code. 2011-01-28 22:30:48 +00:00
falgout
6a79f8e93e Release done. 2011-01-28 21:02:05 +00:00
falgout
c543ff040d Verification files for 2.7.0b release. 2011-01-28 16:31:06 +00:00
falgout
200efeb279 Fixed a problem with the release name code that stopped working when we
changed the '+babel' name to '-babel'.
2011-01-28 01:17:53 +00:00
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