Timestamp:
12/06/08 20:25:52 (3 months ago)
Author:
wehart
Message:

Merged revisions 5283-5994 via svnmerge from
https://software.sandia.gov/svn/public/acro/pebbl/trunk

……..

r5295 | jdsiiro | 2007-12-17 17:48:22 -0700 (Mon, 17 Dec 2007) | 4 lines


Propagating utilib::exception_mngr::exit_fn API change.


See log message for utilib r1429.

……..

r5299 | jberry | 2008-02-15 12:49:40 -0700 (Fri, 15 Feb 2008) | 3 lines


Prettified some of the debug output.

……..

r5308 | wehart | 2008-02-17 22:24:48 -0700 (Sun, 17 Feb 2008) | 2 lines


Misc fix to account for creation of pyacro.

……..

r5321 | wehart | 2008-03-02 10:14:36 -0700 (Sun, 02 Mar 2008) | 2 lines


Fix to use reorg'd Python code.

……..

r5350 | jdsiiro | 2008-04-02 11:32:30 -0700 (Wed, 02 Apr 2008) | 2 lines


Fixing const correctness for knapsackItem::operator=().

……..

r5374 | lafisk | 2008-05-23 13:45:50 -0600 (Fri, 23 May 2008) | 3 lines


Include BUILD_STATIC_EXECUTABLES flag in the event there are
ever executables in this directory.

……..

r5492 | wehart | 2008-08-04 16:03:18 -0600 (Mon, 04 Aug 2008) | 2 lines


Changes due to reorg of coopr.

……..

r5494 | jdsiiro | 2008-08-04 16:35:51 -0600 (Mon, 04 Aug 2008) | 2 lines


Propagating changes from utilib r1482

……..

r5509 | wehart | 2008-08-10 11:05:28 -0600 (Sun, 10 Aug 2008) | 2 lines


Adding include for PM_LCG, which was omitted due to a recent change in UTILIB.

……..

r5570 | wehart | 2008-09-17 10:16:56 -0600 (Wed, 17 Sep 2008) | 3 lines


Update of QSA example documentation. Further changes are in the works to get
this working in parallel.

……..

r5571 | wehart | 2008-09-17 10:32:27 -0600 (Wed, 17 Sep 2008) | 2 lines


Rename of the QSA example to Docking.

……..

r5576 | wehart | 2008-09-17 14:55:47 -0600 (Wed, 17 Sep 2008) | 2 lines


Misc cleanup.

……..

r5577 | wehart | 2008-09-17 16:11:13 -0600 (Wed, 17 Sep 2008) | 2 lines


Adding support for parallel docking. I'm not sure if this compiles with MPI…

……..

r5579 | wehart | 2008-09-17 17:46:42 -0600 (Wed, 17 Sep 2008) | 2 lines


Fixing compiler issues…

……..

r5580 | caphill | 2008-09-18 10:33:27 -0600 (Thu, 18 Sep 2008) | 3 lines


Fixes to get the parallel version compiling. This now invokes the parallel solver, but it hangs.

……..

r5581 | caphill | 2008-09-18 11:01:40 -0600 (Thu, 18 Sep 2008) | 7 lines


Changing output solution file name. It was <ProblemName?>.solution.dat, which interferrs
with ampl .dat files (e.g. for MIP application). The output solution files are now
<ProblemName?>.sol.txt. We can easily modify this if someone has an objection to the
new name standard.

……..

r5584 | caphill | 2008-09-18 15:50:30 -0600 (Thu, 18 Sep 2008) | 4 lines


Some bug fixes for the parallel docking code. This still isn't
running correctly, but at least it's no longer hanging or seg faulting.

……..

r5778 | wehart | 2008-11-11 01:13:04 -0700 (Tue, 11 Nov 2008) | 2 lines


Update do to rename of stl_auxillary.h

……..

r5782 | jeckstei | 2008-11-11 08:48:24 -0700 (Tue, 11 Nov 2008) | 4 lines


Removed massive overabundance of knapsack test problems. There are now
at most 10 problems of each size.

……..

r5788 | jeckstei | 2008-11-11 19:51:39 -0700 (Tue, 11 Nov 2008) | 5 lines


Included magic incantation (from John S.) to allow parallel builds
without having an operator= for GenericHeaps? (now otherwise required
by BasicArray?<GenericHeap?<T>>.

……..

r5808 | jeckstei | 2008-11-14 08:05:42 -0700 (Fri, 14 Nov 2008) | 4 lines


Templates for standard "driver" main programs; converted knapsack to
use them.

……..

r5809 | jeckstei | 2008-11-14 09:00:32 -0700 (Fri, 14 Nov 2008) | 4 lines


Renamed serialDocking.h to Docking.h, since it now contains parallel
classes too.

……..

r5817 | jeckstei | 2008-11-15 19:38:55 -0700 (Sat, 15 Nov 2008) | 10 lines


Converted the "Docking" application to use templated driver routine.
It conformed very closely to the standard pattern.


On the other hand, "lipschitzian" looks a little weird and does not
use the standard pattern, so only left a comment there.


I also looked at PICO, but that also has some odd stuff in it; left it
alone.

……..

r5818 | jeckstei | 2008-11-15 19:45:25 -0700 (Sat, 15 Nov 2008) | 3 lines


Minor tweak in templated docking driver.

……..

r5823 | jeckstei | 2008-11-17 10:45:34 -0700 (Mon, 17 Nov 2008) | 5 lines


Introduced the ability to enumerate all solutions better than a given
absolute cutoff (—enumCutoff=xxx). The feature is similar to
enumAbsTol, but isn't relative to the incumbent.

……..

r5824 | jeckstei | 2008-11-17 12:26:03 -0700 (Mon, 17 Nov 2008) | 6 lines


Worked over stallForDebug. Inserted an extra barrier so that all
processes have a chance to output their PIDs before user input. Used
cin.get() instead of reading an integer, so the user just has to press
<Enter>.

……..

r5838 | wehart | 2008-11-23 20:15:54 -0700 (Sun, 23 Nov 2008) | 2 lines


Update to copyright assertions.

……..

r5862 | wehart | 2008-11-24 13:58:31 -0700 (Mon, 24 Nov 2008) | 5 lines


Removing the hook to build *.i files from this directory.


This doesn't work, which might make sense given that this Makefile.am
file does not specify the build flags.

……..

r5896 | jeckstei | 2008-12-01 14:04:23 -0700 (Mon, 01 Dec 2008) | 4 lines


Added a template constructor to make an arraySolution from and STL
vector.

……..

r5930 | wehart | 2008-12-03 21:44:43 -0700 (Wed, 03 Dec 2008) | 3 lines


Adding a —output option to control where the
final solution is written.

……..

r5956 | jeckstei | 2008-12-05 13:25:18 -0700 (Fri, 05 Dec 2008) | 4 lines


Various parts of the parallel eager handler were not dealing with
heuristics in a consistent way. Made them consistent.

……..

r5957 | jeckstei | 2008-12-05 13:55:30 -0700 (Fri, 05 Dec 2008) | 7 lines


Added PEBBL 1.3 user guide. Modified makefile to create 1.3 user
guide instead of 1.0 version. The sources and figures for the old 1.0
version is still there for now, but is not LaTeXed?.


There may be some edits to the 1.3 user guide after I proofread it!

……..

Location:
pebbl/stable/1.3
Files:
1 modified
2 copied

  • pebbl/stable/1.3

    • Property svnmerge-integrated changed from /pebbl/trunk:1-5282 to /pebbl/trunk:1-5994