Commit Graph

8594 Commits

Author SHA1 Message Date
kolev
992b4260c3 Make sure that we overwrite the script in -checkout on exit. 2007-12-07 18:04:05 +00:00
kolev
ec74b3e12f Added two filters for thunder. 2007-12-07 17:37:03 +00:00
kolev
ef1518d389 Added a new line in error printing. 2007-12-07 17:21:11 +00:00
falgout
dd7255c20d Fixed some inconsistencies between C, C++, and Fortran compiler searches. 2007-12-07 17:08:48 +00:00
falgout
08362e1955 Oops. Forgot to put the email list back the way it was. 2007-12-07 02:02:05 +00:00
falgout
ef1e4f409d Fixed a problem with moving the autotest-*-start and -done files. 2007-12-07 02:01:31 +00:00
falgout
af5c321bde Adding a new test script. It's not quite working yet. 2007-12-07 01:40:05 +00:00
falgout
86ddf5c5a1 Added the other developers to the email line. 2007-12-06 22:56:01 +00:00
falgout
de95ee91c2 Reorganized autotest.sh in preparation for new tests to be added.
Removed the commented out environment variable stuff in the machine* files.
2007-12-06 22:55:23 +00:00
kolev
a7da0d92b8 Made sure that the output was produced by the driver, by comparing the
number of lines containing a keyword to the saved file.
2007-12-06 20:30:21 +00:00
kolev
62cb8dc6e2 Added the --with-print-errors configure options, which should catch
any errors raised through hypre_error().
2007-12-06 19:29:52 +00:00
kolev
b1cf0a76af Added two more filters for uP. 2007-12-06 17:50:11 +00:00
kolev
58ac90a542 Added a SLURM filter for uP. 2007-12-06 15:36:43 +00:00
falgout
2846c81f93 Added an 'rm' of the miscellaneous files generated by the -vout 1 option. 2007-12-06 01:54:29 +00:00
falgout
143634d5ac Changed the solvers in this test to be standalone SMG and PFMG.
Using them as preconditioners seemed to be less stable for Neumann problems.
2007-12-06 01:40:11 +00:00
falgout
1764cb9a06 Changed the -help slightly. 2007-12-06 01:24:59 +00:00
falgout
a616087eee Added -rhsone to the struct runs to work with new sstruct.c driver changes. 2007-12-06 00:59:15 +00:00
falgout
e50eb4f7d8 Fixed so that neumann jobs can be run for STRUCT solvers.
The default is now 'cosine' for STRUCT, SSTRUCT, and PARCSR
2007-12-06 00:58:20 +00:00
falgout
3965a9947e Fixed a couple of problems:
1. The tests were being run in background, which led to unpredictable results.
Tests are no longer being run in background.
2. The tests and postprocessing were only run when a zero error code was returned
by the preceding command.  This error code is no longer checked.
2007-12-05 23:04:01 +00:00
kolev
bd4eadd20f Restored two accidentally committed files. 2007-12-05 20:54:45 +00:00
kolev
eabd2cd161 Added the -q flag to several ssh commands in order to avoid the DOE banner. 2007-12-05 20:50:56 +00:00
kolev
0a73c4ec7f Added another configure hack, to remove tux's g2c path, which was causing
the linker to complain about non-existent library paths.
2007-12-05 19:17:19 +00:00
falgout
8876fdb673 Fixed the '.saved' file diff to happen only when $HYPRE_NO_SAVED is not defined.
Modified the script to match the style of most of the other scripts.
2007-12-05 18:58:20 +00:00
kolev
18e9f4711f Made sure we don't use a tar pipe if a machine is down. 2007-12-05 16:59:13 +00:00
falgout
e8fac189b0 Check to see if directories exist before changing permissions. 2007-12-05 16:57:41 +00:00
kolev
23845cf4ee Removed the -p option of 'cp', since it can not work with files owned
by different users.
2007-12-04 21:44:50 +00:00
kolev
131720c4c6 Added a hack to deal with the lack of fortran compiler on the Mac. 2007-12-04 21:43:46 +00:00
kolev
6c400de86e The Mac linker was complaining about object files with no symbols. 2007-12-04 21:43:01 +00:00
kolev
a484d52b47 Removed the verbose options for tar and rsync (-v). 2007-12-04 21:42:12 +00:00
falgout
3e1e45cc8b Changed the names of the output files for tux. 2007-12-04 21:09:35 +00:00
falgout
9c2b344648 Adding filters to remove informational (non-error) messages printed on uP. 2007-12-04 19:42:46 +00:00
falgout
0c9774462c Added source commands to get environment right. Still need to change
to run machines once per week once we are finished debugging.
2007-12-04 18:58:35 +00:00
falgout
014dba4e55 Changed summary file to be true HTML and changed to use 'sendmail' with
appropriate HTML headers.
2007-12-04 18:25:40 +00:00
falgout
526245c2a6 Put the "default" tests first and made a few other minor changes. 2007-12-01 02:29:42 +00:00
falgout
da940af1b7 Updating to the latest up script. Consider removing this script altogether. 2007-12-01 01:02:02 +00:00
falgout
dbb6bffc05 Only do a default compile on the non-tux machines. 2007-12-01 00:38:47 +00:00
kolev
dfe43a2671 Added the examples test. 2007-12-01 00:33:59 +00:00
kolev
d1a445f13e Added an option for the Mac test. 2007-12-01 00:01:04 +00:00
kolev
d4d8270d40 Improved portability. 2007-11-30 23:59:53 +00:00
falgout
a6e527e646 Various updates. 2007-11-30 23:24:44 +00:00
kolev
df5d687139 Added a test for the example codes. 2007-11-30 22:46:12 +00:00
kolev
4aea20ec3c Added a Mac test. 2007-11-30 22:45:45 +00:00
kolev
bf62be8b47 Removed -pedantic and added -Wno-deprecated. 2007-11-30 22:42:28 +00:00
ulrikey
a937a2c701 *** empty log message *** 2007-11-30 21:41:50 +00:00
ulrikey
9d2113a2ec changed Euclid documentation, added description of additional functionality
and corrected some mistakes
2007-11-30 21:39:27 +00:00
ulrikey
69bc413a11 added use of new Euclid interface functions and capability to change runtime parameters for Euclid when using it as a smoother in BoomerAMG 2007-11-30 21:38:16 +00:00
ulrikey
1222a255ff fixed usage to match documentation 2007-11-30 21:36:39 +00:00
ulrikey
2c206fd354 added some changes, fixed some bugs regarding using Euclid as a smoother in AMG 2007-11-30 21:35:35 +00:00
ulrikey
0d018249e8 changed the name of function link to lu_link to avoid conflict with
system function of same name on some machines.
2007-11-30 15:58:20 +00:00
falgout
e5d788d49f Updated the documentation and rewrote the README.txt file. 2007-11-29 23:40:58 +00:00