ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
(Generate patch)

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 727 by tim, Wed Aug 27 16:16:01 2003 UTC vs.
Revision 1074 by tim, Mon Mar 1 20:01:50 2004 UTC

# Line 1 | Line 1
1 + 2004-02-24 11:36  tim
2 +
3 +        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
4 +        libmdtools/PRCG.cpp, libmdtools/SimSetup.cpp, src/oose.cpp: [no log
5 +        message]
6 +
7 + 2004-02-24 10:49  tim
8 +
9 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
10 +        Constraint.cpp, Constraint.hpp, ConstraintList.cpp,
11 +        ConstraintList.hpp, Minimizer.hpp, Minimizer1D.cpp,
12 +        Minimizer1D.hpp, MinimizerBase.hpp, NLModel.hpp, NLModel0.cpp,
13 +        NLModel1.cpp, NonlinearCons.cpp, NonlinearCons.hpp,
14 +        OOPSEMinimizerBase.cpp, SteepestDescent.cpp, SteepestDescent.hpp,
15 +        SymMatrix.hpp: remove the old implement of minimizer from cvs tree
16 +
17 + 2004-02-24 10:44  tim
18 +
19 +        * libmdtools/: CGFamilyMinimizer.cpp, ConjugateMinimizer.cpp,
20 +        Integrator.hpp, Makefile.in, Minimizer1D.cpp,
21 +        MinimizerParameterSet.hpp, OOPSEMinimizer.cpp, OOPSEMinimizer.hpp,
22 +        OOPSEMinimizerBase.cpp, PRCG.cpp, SDMinimizer.cpp, SimInfo.hpp,
23 +        SimSetup.cpp, Utility.cpp, Utility.hpp: Using inherit instead of
24 +        compose to implement Minimizer both versions are working
25 +
26 + 2004-02-17 14:23  tim
27 +
28 +        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
29 +        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
30 +        libmdtools/Minimizer1D.cpp, libmdtools/Minimizer1D.hpp,
31 +        libmdtools/MinimizerParameterSet.hpp,
32 +        libmdtools/OOPSEMinimizerBase.cpp: adding function shakeF in order
33 +        to remove the constraint force along bond direction
34 +
35 + 2004-02-10 16:33  tim
36 +
37 +        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
38 +        libmdtools/DirectionalAtom.cpp, libmdtools/OOPSEMinimizerBase.cpp:
39 +        single version of energy minimization is working.
40 +
41 + 2004-02-09 15:38  mmeineke
42 +
43 +        * staticProps/: AllCorr.cpp, staticProps.cpp:  started a bug fix on
44 +        the massive memory overusage by OOPSE
45 +
46 + 2004-02-09 09:48  chrisfen
47 +
48 +        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90: Stripped out the
49 +        hardwired LJ_rcut
50 +
51 + 2004-02-06 19:14  tim
52 +
53 +        * libmdtools/: SymMatrix.hpp, Utility.cpp, Utility.hpp: [no log
54 +        message]
55 +
56 + 2004-02-06 16:37  tim
57 +
58 +        * ChangeLog, libBASS/Globals.cpp,
59 +        libmdtools/ConjugateMinimizer.cpp, libmdtools/Integrator.cpp,
60 +        libmdtools/Integrator.hpp, libmdtools/OOPSEMinimizerBase.cpp,
61 +        libmdtools/SimSetup.cpp, samples/water/ssd.bass: Single version of
62 +        energy minimization for argon is working, need to add constraint
63 +
64 + 2004-02-06 14:05  tim
65 +
66 +        * libmdtools/: AllIntegrator.hpp, Makefile.in, SimSetup.cpp: Add
67 +        one more file into Makefile.in
68 +
69 + 2004-02-06 13:58  tim
70 +
71 +        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
72 +        libmdtools/AllIntegrator.hpp, libmdtools/ConjugateMinimizer.cpp,
73 +        libmdtools/ConjugateMinimizer.hpp, libmdtools/Functor.hpp,
74 +        libmdtools/Integrator.hpp, libmdtools/Makefile.in,
75 +        libmdtools/Minimizer.hpp, libmdtools/Minimizer1D.cpp,
76 +        libmdtools/Minimizer1D.hpp, libmdtools/MinimizerBase.hpp,
77 +        libmdtools/MinimizerParameterSet.hpp, libmdtools/NLModel.hpp,
78 +        libmdtools/NLModel1.cpp, libmdtools/OOPSEMinimizerBase.cpp,
79 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
80 +        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/oose.cpp: Add
81 +        some lines into global.cpp to make it work with energy minimization
82 +
83 + 2004-02-04 17:26  tim
84 +
85 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
86 +        Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
87 +        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
88 +        NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs   :-)
89 +        Single version of conjugate gradient with golden search linesearch
90 +        pass a couple of functions test. Brent's  algorithm is still broken
91 +
92 + 2004-02-03 17:54  tim
93 +
94 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
95 +        Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
96 +        NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
97 +        SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
98 +
99 + 2004-02-03 15:47  tim
100 +
101 +        * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
102 +        ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
103 +        NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
104 +        SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
105 +        SteepestDescent.hpp: [no log message]
106 +
107 + 2004-02-03 15:43  tim
108 +
109 +        * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
110 +        Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
111 +        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
112 +        NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
113 +        constraint class
114 +
115 + 2004-02-03 12:10  tim
116 +
117 +        * libmdtools/Functor.hpp: Functor.hpp pass unit test
118 +
119 + 2004-02-03 10:21  tim
120 +
121 +        * ChangeLog, libmdtools/Minimizer1D.cpp,
122 +        libmdtools/Minimizer1D.hpp: begin unit test of minimizer
123 +
124 + 2004-02-02 15:29  tim
125 +
126 +        * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
127 +        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
128 +        Adding GoldenSection and Brent LineSearch Method
129 +
130 + 2004-01-30 16:47  tim
131 +
132 +        * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
133 +        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
134 +        NLModel0.cpp, NLModel1.cpp: using class  Minimizer1D derived from
135 +        MinimizerBase instead of a functor to do line seach
136 +
137 + 2004-01-30 10:00  chrisfen
138 +
139 +        * forceFields/Makefile.in, libmdtools/Atom.cpp,
140 +        libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
141 +        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
142 +        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
143 +        libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
144 +        libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
145 +        libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
146 +        has a working WATER.cpp forcefield and parser.  This involved
147 +        changes to WATER.cpp and ForceFields amoung other files. One
148 +        important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
149 +        This will be removed on the next commit...
150 +
151 + 2004-01-29 18:00  gezelter
152 +
153 +        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
154 +        libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
155 +        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
156 +        libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
157 +        libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
158 +        libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
159 +        libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
160 +        libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
161 +        member list fixes for rigid bodies
162 +
163 + 2004-01-29 16:44  tim
164 +
165 +        * libmdtools/MinimizerParameterSet.hpp: Adding
166 +        MinimizerParameterSet class.
167 +
168 + 2004-01-28 17:44  tim
169 +
170 +        * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
171 +        NLModel0 and NLModel1
172 +
173 + 2004-01-28 15:40  tim
174 +
175 +        * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
176 +        of NLModel
177 +
178 + 2004-01-27 15:34  gezelter
179 +
180 +        * samples/water/: ssd.bass, water.mdl: Added point-charge models to
181 +        water.mdl file, updated ssd.bass to use new SSD name
182 +
183 + 2004-01-27 15:34  gezelter
184 +
185 +        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
186 +        MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
187 +        stuff
188 +
189 + 2004-01-27 14:39  gezelter
190 +
191 +        * samples/water/ssd.bass: Longer run time to test SSD water in MPI
192 +
193 + 2004-01-27 14:39  gezelter
194 +
195 +        * samples/metals/Au.bass: Longer run time to test gold in MPI
196 +
197 + 2004-01-27 14:38  gezelter
198 +
199 +        * samples/argon/argon.bass: Longer run time to test argon
200 +
201 + 2004-01-27 14:38  gezelter
202 +
203 +        * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
204 +        changes to do new rigidBody scheme a copy of WATER.cpp from this
205 +        morning
206 +
207 + 2004-01-27 14:37  gezelter
208 +
209 +        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
210 +        BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
211 +        MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
212 +        MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
213 +        interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
214 +        node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
215 +        do new rigidBody scheme
216 +
217 + 2004-01-27 14:15  tim
218 +
219 +        * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
220 +        Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
221 +        MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
222 +        constraint for Nonlinear Optimization Model
223 +
224 + 2004-01-26 17:01  gezelter
225 +
226 +        * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
227 +        Euler angles for orientation instead of unit vectors required
228 +        changes in MoLocator
229 +
230 + 2004-01-26 16:53  gezelter
231 +
232 +        * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
233 +        beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
234 +        water/water.mdl: Changed orientation lines from unit vectors to
235 +        euler angles
236 +
237 + 2004-01-26 16:52  gezelter
238 +
239 +        * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
240 +
241 + 2004-01-26 16:45  gezelter
242 +
243 +        * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
244 +        use Euler angles in the following order: phi, theta, psi Removed
245 +        the ability to set orientation using a unit vector
246 +
247 + 2004-01-26 16:26  gezelter
248 +
249 +        * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
250 +        RigidBodyStamp.hpp: Changed default orientation in BASS to use
251 +        Euler angles in the following order: phi, theta, psi Removed the
252 +        ability to set orientation using a unit vector
253 +
254 + 2004-01-26 13:52  gezelter
255 +
256 +        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
257 +        MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
258 +
259 + 2004-01-22 12:34  chrisfen
260 +
261 +        * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
262 +        TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
263 +        Corrected spelling in several directories, and stated WATER.cpp
264 +
265 + 2004-01-21 17:16  tim
266 +
267 +        * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
268 +        NLOPModel.hpp: constraint class in energy minimization
269 +
270 + 2004-01-20 15:34  tim
271 +
272 +        * libmdtools/MinimizerBase.hpp: Adding energy minimization
273 +
274 + 2004-01-20 15:32  tim
275 +
276 +        * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
277 +        NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
278 +
279 + 2004-01-19 16:17  gezelter
280 +
281 +        * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
282 +        more user-friendly
283 +
284 + 2004-01-19 13:51  chrisfen
285 +
286 +        * forceFields/DUFF.frc: Updated the default water to SSD/E
287 +
288 + 2004-01-19 13:36  tim
289 +
290 +        * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
291 +        time, status time, thermal time and reset time are not divisible by
292 +        dt
293 +
294 + 2004-01-19 11:10  gezelter
295 +
296 +        * third-party/Makefile.in: Added a bunch of dummy targets so make
297 +        won't complain
298 +
299 + 2004-01-19 11:10  gezelter
300 +
301 +        * samples/lipid/5x5.bass: Fixed old bass file
302 +
303 + 2004-01-19 11:09  gezelter
304 +
305 +        * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
306 +        required a change in how the MoleculeStamps are used by divideLabor
307 +        in mpiSimulation.cpp
308 +
309 + 2004-01-19 11:08  gezelter
310 +
311 +        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
312 +        BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
313 +        MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
314 +        RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
315 +        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
316 +        parse_tree.c: BASS changes to add RigidBodies and LJrcut
317 +
318 + 2004-01-16 16:55  tim
319 +
320 +        * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
321 +        eor file
322 +
323 + 2004-01-16 16:51  mmeineke
324 +
325 +        * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
326 +        write eor files
327 +
328 + 2004-01-16 10:01  mmeineke
329 +
330 +        * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
331 +        initialization of the AtomStruct
332 +
333 + 2004-01-15 16:57  chuckv
334 +
335 +        * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
336 +
337 + 2004-01-15 10:51  gezelter
338 +
339 +        * ac-tools/aclocal.m4: Changes for altivec
340 +
341 + 2004-01-15 09:22  gezelter
342 +
343 +        * libmdtools/DumpWriter.cpp: Documented the Spud Toss
344 +
345 + 2004-01-14 23:33  gezelter
346 +
347 +        * libmdtools/do_Forces.F90: changes for charge charge interactions
348 +
349 + 2004-01-14 20:14  gezelter
350 +
351 +        * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
352 +        notifyCutoffs.F90: More work for adding charges
353 +
354 + 2004-01-14 17:41  gezelter
355 +
356 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
357 +        src/Makefile.in: autoconf fixes
358 +
359 + 2004-01-14 11:28  mmeineke
360 +
361 +        * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
362 +
363 + 2004-01-14 10:48  gezelter
364 +
365 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
366 +        src/Makefile.in, third-party/Makefile.in: autoconf compatibility
367 +        changes for icc8
368 +
369 + 2004-01-13 18:01  gezelter
370 +
371 +        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
372 +        SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
373 +        fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
374 +        Changes for adding direct charge-charge interactions (with
375 +        switching function)
376 +
377 + 2004-01-13 17:34  gezelter
378 +
379 +        * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
380 +        oopseMPI_module.F90: Some changes for new MPI organization and
381 +        direct charge-charge interactions
382 +
383 + 2004-01-13 17:11  tim
384 +
385 +        * Functor.hpp, libmdtools/Functor.hpp: [no log message]
386 +
387 + 2004-01-13 16:22  tim
388 +
389 +        * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
390 +
391 + 2004-01-13 15:35  tim
392 +
393 +        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
394 +        eor file whenever it is used instead of rewinding it
395 +
396 + 2004-01-13 15:04  tim
397 +
398 +        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
399 +        of writeFrame
400 +
401 + 2004-01-13 10:46  tim
402 +
403 +        * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
404 +        Merge the code of writeFinal and writeDump;
405 +         Adding sortingIndex into DumpWriter;
406 +         Fix a bug of writing last frame twice in integrator
407 +
408 + 2004-01-12 17:54  tim
409 +
410 +        * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
411 +        a bug in copying string
412 +
413 + 2004-01-12 15:37  tim
414 +
415 +        * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
416 +        samples/water/ssd.bass: Dumpwriter only write out the atoms on
417 +        master nodes
418 +
419 + 2004-01-10 04:46  tim
420 +
421 +        * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
422 +        roll it back fix a bug of copying string to a pointer Still have
423 +        Seg fault, it looks like a random MPI seg fault in totalview
424 +
425 + 2004-01-09 21:15  tim
426 +
427 +        * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
428 +
429 + 2004-01-09 15:29  gezelter
430 +
431 +        * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
432 +
433 + 2004-01-08 17:25  chuckv
434 +
435 +        * libmdtools/DumpWriter.cpp: A work in progress...
436 +
437 + 2004-01-08 13:59  gezelter
438 +
439 +        * libmdtools/DumpWriter.cpp: null terminate some strings just in
440 +        case
441 +
442 + 2004-01-08 13:13  mmeineke
443 +
444 +        * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
445 +        state bug.
446 +
447 + 2004-01-08 13:05  gezelter
448 +
449 +        * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
450 +
451 + 2004-01-08 12:57  mmeineke
452 +
453 +        * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
454 +        exstended state bug
455 +
456 + 2004-01-08 12:40  gezelter
457 +
458 +        * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
459 +
460 + 2004-01-08 10:44  mmeineke
461 +
462 +        * libmdtools/InitializeFromFile.cpp: added support for the ignore
463 +        XS state info  flag
464 +
465 + 2004-01-07 14:26  tim
466 +
467 +        * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
468 +        samples/argon/argon.bass, samples/water/ssd.bass: Fixed a bug of
469 +        sending message from master node to itself in DumpWriter.cpp and
470 +        InitializeFromFile.cpp
471 +
472 + 2004-01-06 14:49  chuckv
473 +
474 +        * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
475 +        performance fixes in the dipole dipole and reaction field code
476 +
477 + 2004-01-06 13:54  chuckv
478 +
479 +        * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
480 +        little more sane
481 +
482 + 2004-01-05 17:49  chuckv
483 +
484 +        * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
485 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
486 +        calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
487 +        performance by reducing spurious function calls
488 +
489 + 2004-01-05 17:18  chuckv
490 +
491 +        * libmdtools/do_Forces.F90: mangling forces even further
492 +
493 + 2004-01-05 17:18  chuckv
494 +
495 +        * configure, ac-tools/configure.in: mpich mucking
496 +
497 + 2004-01-05 17:12  chuckv
498 +
499 +        * libmdtools/do_Forces.F90: mangled do_forces...
500 +
501 + 2004-01-05 16:00  chuckv
502 +
503 +        * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
504 +        libmdtools/do_Forces.F90: Added bitmask to do_forces property
505 +        lookup
506 +
507 + 2003-12-29 14:56  chuckv
508 +
509 +        * samples/metals/Au.bass, third-party/mt19937ar.c: Added
510 +        third-party directory for code not written by us. Also added
511 +        Mersenne Twister random number generator code. This will eventually
512 +        replace sprng as the random number generator used by OOPSE.
513 +
514 + 2003-12-22 16:26  chuckv
515 +
516 +        * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
517 +        libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
518 +        Fixes to profile code.
519 +
520 + 2003-12-19 15:36  mmeineke
521 +
522 +        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
523 +        timing.F90, timing.f90: More profiling fixes.
524 +
525 + 2003-12-19 15:19  chuckv
526 +
527 +        * libmdtools/timing.f90: Another change for MPI in timing.
528 +
529 + 2003-12-19 15:17  chuckv
530 +
531 +        * libmdtools/timing.f90: Small update to timing in MPI
532 +
533 + 2003-12-19 13:53  mmeineke
534 +
535 +        * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
536 +        profiling commands work now. Will start adding PROFILE ifdefs into
537 +        the code
538 +
539 + 2003-12-19 12:25  mmeineke
540 +
541 +        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
542 +        some profiling routines
543 +
544 + 2003-12-19 10:12  mmeineke
545 +
546 +        * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
547 +        and GofRomega
548 +        
549 +        additional work on randomBilayer
550 +
551 + 2003-12-19 10:12  mmeineke
552 +
553 +        * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
554 +        PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
555 +        GofRomega
556 +
557 + 2003-12-18 16:47  mmeineke
558 +
559 +        * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
560 +        some profile functionality
561 +
562 + 2003-12-18 15:46  chuckv
563 +
564 +        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
565 +        Added functions for simple profiling in fortran.
566 +
567 + 2003-12-17 15:13  chuckv
568 +
569 +        * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
570 +        samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
571 +        rho_col were scattered into the same array. Unfortunately, MPI
572 +        zeros the array between scatters so half of the sum was being lost.
573 +        Fixed by added a temp array for column scatter, then sum loop over
574 +        nlocal.
575 +
576 + 2003-12-16 15:49  mmeineke
577 +
578 +        * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
579 +        PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
580 +        gofRomega. both need to be debugged and tested.
581 +
582 + 2003-12-12 10:42  gezelter
583 +
584 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
585 +        libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
586 +        gradients (to do minimizations)
587 +
588 + 2003-12-12 10:33  mmeineke
589 +
590 +        * utils/sysbuilder/randomBilayer.hpp:  removed the randombilayer
591 +        header
592 +
593 + 2003-12-10 11:52  mmeineke
594 +
595 +        * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
596 +        randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
597 +        randomBilayer to the build. Also move the random bilayer builder
598 +        from bilayerSys to randomBilayer
599 +
600 + 2003-11-25 10:44  mmeineke
601 +
602 +        * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
603 +        DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
604 +        TB3 in DUFF.frc
605 +
606 + 2003-11-21 15:09  mmeineke
607 +
608 +        * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
609 +        utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
610 +        message in SimInfo. Added a more informative error message in
611 +        InitializeFromFile
612 +
613 + 2003-11-21 15:07  mmeineke
614 +
615 +        * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
616 +        ing in the GofR,CosTheta
617 +
618 + 2003-11-21 14:31  chrisfen
619 +
620 +        * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
621 +        a bug in SimInfo ordering of radii
622 +
623 + 2003-11-11 12:20  mmeineke
624 +
625 +        * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
626 +        a min function.
627 +
628 + 2003-11-10 16:50  mmeineke
629 +
630 +        * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
631 +        reordered the rcut/ecr/boxSize initialization
632 +        
633 +        removed the rcut/ecr shrink and grow algorithm. the simulation will
634 +        now exit when it runs into rcut or ecr.
635 +
636 + 2003-11-07 16:46  chuckv
637 +
638 +        * libmdtools/: Makefile.in, mpiSimulation_module.F90,
639 +        oopseMPI_module.F90: Added support for compiling fortran without
640 +        use of mpich modules. We use mpif.h instead.:
641 +
642 + 2003-11-07 12:09  mmeineke
643 +
644 +        * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
645 +        NPTxyz.cpp: moved the velocity scale matrix calculation outside of
646 +        the atom loop in the NPT family of integrators.
647 +
648 + 2003-11-06 17:01  mmeineke
649 +
650 +        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
651 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
652 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
653 +        libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
654 +        utils/sysbuilder/latticeBilayer.cpp: added the following parameters
655 +        to BASS:    * useInitialExtendedSystemState    * orthoBoxTolerance
656 +          * useIntiTime => useInitialTime
657 +
658 + 2003-11-06 14:24  mmeineke
659 +
660 +        * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
661 +        make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
662 +        parse_tree.h: fixed the includes in the Make.dep
663 +
664 + 2003-11-06 14:11  mmeineke
665 +
666 +        * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
667 +        NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
668 +        new-templateless branch to the main trunk.
669 +        
670 +        bug Fixes include:   * fixed the switching function from ortho to
671 +        non-ortho box.           !!!!! THis was responsible for all of the
672 +        sudden deaths we saw.    * some formating in the string when we
673 +        write out the extended system state.    * added NPT.cpp to the
674 +        makefile.in
675 +
676 + 2003-11-06 13:20  mmeineke
677 +
678 +        * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
679 +        SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
680 +        bug.    The box was not switching between orthorhombic and
681 +        non-orthorhombic wrapping correctly.         we added a fabs() to
682 +        the check.which should fix it.
683 +
684 + 2003-11-05 14:16  mmeineke
685 +
686 +        * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
687 +        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
688 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
689 +        libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
690 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
691 +        libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
692 +        libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
693 +        utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
694 +        some work on trying to find the compression bug
695 +
696 + 2003-11-03 17:07  mmeineke
697 +
698 +        * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
699 +        InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
700 +        NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
701 +        SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
702 +        most of standard template library from OOPSE.
703 +
704 + 2003-10-31 16:06  mmeineke
705 +
706 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
707 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
708 +        SimSetup.cpp: started work on template removal.
709 +
710 + 2003-10-31 13:28  mmeineke
711 +
712 +        * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
713 +        added template stuff to the Maikefile template
714 +        
715 +        little changes to some printf format statements
716 +
717 + 2003-10-31 13:28  mmeineke
718 +
719 +        * libBASS/Makefile.in: added template stuff to the Maikefile
720 +        template
721 +
722 + 2003-10-30 13:59  gezelter
723 +
724 +        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
725 +        do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
726 +        rList problems
727 +
728 + 2003-10-30 09:11  gezelter
729 +
730 +        * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
731 +        queried before q0 was allocated.
732 +
733 + 2003-10-29 15:41  mmeineke
734 +
735 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
736 +        SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
737 +        calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
738 +        in bass.l
739 +        
740 +        fixed a little bug in the first time step, regarding the setting of
741 +        ecr and est in fortran
742 +
743 + 2003-10-29 15:40  mmeineke
744 +
745 +        * libBASS/BASSlex.l: fixed a stdlib.h include error
746 +
747 + 2003-10-29 12:55  mmeineke
748 +
749 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
750 +        SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
751 +        rcut is setup, as well as additional debugging comments.
752 +
753 + 2003-10-29 09:28  gezelter
754 +
755 +        * configure, ac-tools/configure.in, libBASS/Makefile.in,
756 +        libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
757 +        templates
758 +
759 + 2003-10-28 22:16  gezelter
760 +
761 +        * src/Makefile.in: Refixed broken makefile
762 +
763 + 2003-10-28 22:06  gezelter
764 +
765 +        * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
766 +        fixes
767 +
768 + 2003-10-28 19:19  tim
769 +
770 +        * ChangeLog, libmdtools/AbstractClasses.hpp,
771 +        libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
772 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
773 +        libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
774 +        libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
775 +        libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
776 +        samples/water/ssd.bass: add chi and eta to the comment line of dump
777 +        file.
778 +
779 + 2003-10-28 17:25  mmeineke
780 +
781 +        * libmdtools/: ForceFields.hpp, SimInfo.hpp,
782 +        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
783 +        mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
784 +        how c calls fortran. All function pointers and fortran calls are
785 +        rigidly typecast now.
786 +
787 + 2003-10-28 15:42  gezelter
788 +
789 +        * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
790 +        Portability fixes
791 +
792 + 2003-10-28 15:09  gezelter
793 +
794 +        * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
795 +        libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
796 +        src/Makefile.in: Compatibility fixes
797 +
798 + 2003-10-28 12:08  mmeineke
799 +
800 +        * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
801 +        started work on template removal
802 +
803 + 2003-10-28 12:04  gezelter
804 +
805 +        * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
806 +        trying to understand extern "C" stuff for pointers
807 +
808 + 2003-10-28 11:20  gezelter
809 +
810 +        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
811 +        ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
812 +
813 + 2003-10-28 11:03  gezelter
814 +
815 +        * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
816 +        DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
817 +        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
818 +        ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
819 +        Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
820 +        ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
821 +        StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
822 +        calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
823 +        mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
824 +        more portable c header stuff Also, mod file fixes and portability
825 +        changes Some fortran changes will need to be reversed.
826 +
827 + 2003-10-28 11:03  gezelter
828 +
829 +        * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
830 +        Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
831 +        Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
832 +        portable c header stuff Also, mod file fixes and portability
833 +        changes
834 +
835 + 2003-10-28 11:02  gezelter
836 +
837 +        * configure, ac-tools/aclocal.m4: mod file fixes and portability
838 +        stuff
839 +
840 + 2003-10-27 18:00  gezelter
841 +
842 +        * Makefile.in, configure, ac-tools/aclocal.m4,
843 +        ac-tools/configure.in, ac-tools/fortran90.m4,
844 +        libmdtools/Makefile.in: Stuff for MOD support in other compilers
845 +
846 + 2003-10-27 17:08  mmeineke
847 +
848 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
849 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
850 +        added routines for the sysbuilder to work with simSetup
851 +        
852 +        remved the QuickBass routines, and had all parsing go through
853 +        SimSetup.  LatticeBilayer is in complete working order now.
854 +
855 + 2003-10-27 17:07  mmeineke
856 +
857 +        * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
858 +        routines for the sysbuilder to work with simSetup
859 +
860 + 2003-10-27 11:20  gezelter
861 +
862 +        * configure, ac-tools/configure.in, samples/water/ssd.bass,
863 +        utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
864 +
865 + 2003-10-24 17:17  mmeineke
866 +
867 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
868 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
869 +        latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
870 +        QuickBass, MoLocator, and latticeBuilder into a Builder Library
871 +        overhauled latticeBilayer into its own program. Removed sysBuild
872 +        from the Makefile
873 +
874 + 2003-10-24 12:36  gezelter
875 +
876 +        * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
877 +        latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
878 +        builder
879 +
880 + 2003-10-24 12:35  gezelter
881 +
882 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
883 +        merge problem
884 +
885 + 2003-10-23 14:57  mmeineke
886 +
887 +        * samples/metals/Makefile.in: added eam ForceField files to the
888 +        init
889 +        
890 +        fixed an eam mpi parmeter setup bug
891 +        
892 +        added the init file to the makefile
893 +
894 + 2003-10-23 14:57  mmeineke
895 +
896 +        * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
897 +        to the init
898 +        
899 +        fixed an eam mpi parmeter setup bug
900 +
901 + 2003-10-23 14:57  mmeineke
902 +
903 +        * forceFields/Makefile.in: added eam ForceField files to the init
904 +
905 + 2003-10-22 16:17  mmeineke
906 +
907 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
908 +        NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
909 +        integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
910 +        no box skew allowed.
911 +
912 + 2003-10-21 14:33  mmeineke
913 +
914 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
915 +        libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
916 +        staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
917 +            * useInitTime = false: sets the origin time to 0.0 regardless
918 +        of the time stamp in the .init file     * default=> useInitTime =
919 +        true;
920 +
921 + 2003-10-17 16:19  mmeineke
922 +
923 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
924 +        Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
925 +        staticProps.cpp, obj/placeholder: added the staticProps directory
926 +        to the build list for both configure  and configure.in
927 +        
928 +        fixed a number of bugs in the staticProps code. gofr is now
929 +        working.
930 +
931 + 2003-10-17 16:18  mmeineke
932 +
933 +        * ac-tools/configure.in: added the staticProps directory to the
934 +        build list for both configure  and configure.in
935 +
936 + 2003-10-17 16:17  mmeineke
937 +
938 +        * configure: added the staticProps directory to the build list
939 +
940 + 2003-10-16 14:16  mmeineke
941 +
942 +        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
943 +        Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
944 +        use linked lists instead of a vector.
945 +        
946 +        Fixed the makefile to build DumpReader.cpp
947 +        
948 +        Removed a comment output in Exclude.cpp
949 +        
950 +        Modified DumpWriter and Integrator to write an eor file every time
951 +        a frame is written.  This lets the .eor file represent the last
952 +        written frame of a simulation.
953 +
954 + 2003-10-10 12:10  mmeineke
955 +
956 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
957 +        CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
958 +        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
959 +        staticProps.cpp: removed the props directory, and moved everything
960 +        over to staticProps
961 +
962 + 2003-10-09 17:09  mmeineke
963 +
964 +        * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
965 +        a position where it will compile and run first runs.
966 +
967 + 2003-10-04 13:46  chuckv
968 +
969 +        * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
970 +        samples/metals/Au.bass: Fixed bug in calc_eam.
971 +
972 + 2003-10-04 13:08  chuckv
973 +
974 +        * samples/metals/init_au.in: added Au init file for eam.
975 +
976 + 2003-10-03 17:11  mmeineke
977 +
978 +        * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
979 +        entahlpy from the statwriter and thermo.
980 +
981 + 2003-10-03 17:02  mmeineke
982 +
983 +        * libmdtools/SimInfo.hpp: changed the formating ogf the error
984 +        statements in simError
985 +        
986 +        added a function to get the maxCutoff
987 +
988 + 2003-10-03 17:01  mmeineke
989 +
990 +        * libBASS/simError.c: changed the formating ogf the error
991 +        statements in simError
992 +
993 + 2003-09-30 11:00  mmeineke
994 +
995 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
996 +        f90Flags so they are no longer overwritten by the compiler.
997 +
998 + 2003-09-29 17:06  mmeineke
999 +
1000 +        * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
1001 +        for conifig.in
1002 +        
1003 +        fixed wrappers to extern "C"
1004 +
1005 + 2003-09-29 17:06  mmeineke
1006 +
1007 +        * ac-tools/configure.in: added mpif90 mod check back same for
1008 +        conifig.in
1009 +
1010 + 2003-09-29 17:05  mmeineke
1011 +
1012 +        * configure: added mpif90 mod check back
1013 +
1014 + 2003-09-29 16:16  mmeineke
1015 +
1016 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1017 +        libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
1018 +        libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
1019 +        libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
1020 +        libBASS/ZconStamp.cpp, libBASS/simError.c,
1021 +        libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
1022 +        libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
1023 +        libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
1024 +        found with SUN's SUNWspro.s1s7
1025 +
1026 + 2003-09-29 12:38  mmeineke
1027 +
1028 +        * libmdtools/GenericData.hpp: light change in syntax. no
1029 +        signifigant change.
1030 +
1031 + 2003-09-25 16:17  mmeineke
1032 +
1033 +        * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
1034 +        additional remarks from icc -w3 (extra verbose output)
1035 +
1036 + 2003-09-25 14:27  mmeineke
1037 +
1038 +        * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1039 +        libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
1040 +        libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
1041 +        libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
1042 +        libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
1043 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
1044 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1045 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1046 +        libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
1047 +        libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
1048 +        gcc -Wall and g++ -Wall
1049 +
1050 + 2003-09-25 13:54  gezelter
1051 +
1052 +        * configure, ac-tools/configure.in: fixed a bug in configure
1053 +
1054 + 2003-09-25 11:42  gezelter
1055 +
1056 +        * Makefile.in, configure, ac-tools/aclocal.m4,
1057 +        ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
1058 +        src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
1059 +        fixes for configure
1060 +
1061 + 2003-09-24 14:34  mmeineke
1062 +
1063 +        * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
1064 +        that it is called before the first Statistics are written.
1065 +
1066 + 2003-09-23 15:36  gezelter
1067 +
1068 +        * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
1069 +        bunch of Make.dep files to CVS
1070 +
1071 + 2003-09-23 15:34  mmeineke
1072 +
1073 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
1074 +        SimSetup.cpp: Removed NPTfm from Integrator.hpp.
1075 +        
1076 +        Some small syntax cleaning in NPTfm and SimSetup
1077 +
1078 + 2003-09-22 18:07  tim
1079 +
1080 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1081 +        SimInfo.hpp: fix bug in calculating maxCutoff
1082 +
1083 + 2003-09-22 16:23  mmeineke
1084 +
1085 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
1086 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
1087 +        Converted NPTf to work with the NPT base class.
1088 +        
1089 +        Removed NPTfm and NPTim from cvs
1090 +
1091 + 2003-09-19 15:00  mmeineke
1092 +
1093 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1094 +        NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
1095 +        class. NPTi is up to date. NPTf is not.
1096 +
1097 + 2003-09-19 11:03  mmeineke
1098 +
1099 +        * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1100 +        makefile
1101 +
1102 + 2003-09-19 11:01  gezelter
1103 +
1104 +        * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1105 +
1106 + 2003-09-19 11:01  gezelter
1107 +
1108 +        * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1109 +        (nearly) conserved quantities for both NPTi and NPTf
1110 +
1111 + 2003-09-19 10:20  mmeineke
1112 +
1113 +        * utils/Makefile.in: fixed a typo in the makefile.
1114 +
1115 + 2003-09-19 09:55  gezelter
1116 +
1117 +        * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1118 +        samples/water/ssd.bass: [no log message]
1119 +
1120 + 2003-09-19 09:22  tim
1121 +
1122 +        * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1123 +
1124 + 2003-09-17 09:22  mmeineke
1125 +
1126 +        * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1127 +        work with constraints.
1128 +
1129 + 2003-09-16 15:02  tim
1130 +
1131 +        * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
1132 +        SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
1133 +        
1134 +        fixed conserved quantity in NPT (Still some small bug)
1135 +        
1136 +        NPTi appears very stable.
1137 +
1138 + 2003-09-15 11:52  tim
1139 +
1140 +        * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
1141 +        libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
1142 +        libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
1143 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1144 +        libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
1145 +        libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
1146 +        utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
1147 +        statWriter fix bug of vector wrapping at NPTi
1148 +
1149 + 2003-09-12 11:20  gezelter
1150 +
1151 +        * libmdtools/: Make.dep, Makefile.in: Added integrators to
1152 +        Makefile.in
1153 +
1154 + 2003-09-12 11:20  gezelter
1155 +
1156 +        * ChangeLog: Entered changes for configure into ChangeLog
1157 +
1158 + 2003-09-09 15:35  mmeineke
1159 +
1160 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
1161 +        NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
1162 +        
1163 +        added two new NPT integrators, they still need work.
1164 +
1165 + 2003-09-09 15:34  mmeineke
1166 +
1167 +        * ChangeLog: updated the ChangeLog
1168 +
1169 + 2003-09-05 17:45  gezelter
1170 +
1171 +        * libmdtools/Make.dep: dependency on config.h
1172 +
1173 + 2003-09-05 17:36  gezelter
1174 +
1175 +        * configure, ac-tools/aclocal.m4: fixed sprng problem
1176 +
1177 + 2003-09-05 16:29  gezelter
1178 +
1179 +        * samples/metals/Makefile.in: New Makefile for metals sample
1180 +
1181 + 2003-09-05 16:27  gezelter
1182 +
1183 +        * Makefile, Makefile.in, ac-tools/aclocal.m4,
1184 +        ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
1185 +        forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
1186 +        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
1187 +        libBASS/Makefile.in, libmdtools/Integrator.hpp,
1188 +        libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
1189 +        libmdtools/Makefile, libmdtools/Makefile.in,
1190 +        libmdtools/calc_eam.F90, libmdtools/config.h.in,
1191 +        libmdtools/definitions_module.F90, libmdtools/fInfo.c,
1192 +        libmdtools/fortranWrappers.cpp,
1193 +        libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
1194 +        libmdtools/simulation_module.F90, samples/Makefile,
1195 +        samples/Makefile.in, samples/alkane/Makefile,
1196 +        samples/alkane/Makefile.in, samples/argon/Makefile,
1197 +        samples/argon/Makefile.in, samples/argon/argon.bass,
1198 +        samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
1199 +        samples/lipid/Makefile, samples/lipid/Makefile.in,
1200 +        samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
1201 +        src/Makefile.in, utils/Makefile, utils/Makefile.in,
1202 +        utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
1203 +        autoconf / configure method of configuring OOPSE
1204 +
1205 + 2003-09-04 16:48  mmeineke
1206 +
1207 +        * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1208 +        libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
1209 +        libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
1210 +        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
1211 +        added resetTime to the Global namespace.
1212 +        
1213 +        added ability to reset the integrators in the NVT and NPT family.
1214 +
1215 + 2003-09-04 16:48  mmeineke
1216 +
1217 +        * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
1218 +        namespace.
1219 +
1220 + 2003-09-02 09:30  tim
1221 +
1222 +        * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
1223 +        ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
1224 +        PolicyByMass
1225 +
1226 + 2003-08-28 16:09  tim
1227 +
1228 +        * ChangeLog, libmdtools/GenericData.cpp,
1229 +        libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
1230 +        libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
1231 +
1232 + 2003-08-27 14:23  tim
1233 +
1234 +        * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
1235 +        bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
1236 +        MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
1237 +        turn on the optimization flag, it causes a seg fault
1238 +
1239 + 2003-08-27 11:25  gezelter
1240 +
1241 +        * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
1242 +        calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
1243 +        stress tensor parallel bug.
1244 +
1245 + 2003-08-27 11:16  tim
1246 +
1247 +        * ChangeLog, libmdtools/DUFF.cpp,
1248 +        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
1249 +        fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
1250 +        molMembershipList use global index instead of local index
1251 +
1252   2003-08-26 15:37  tim
1253  
1254          * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
# Line 248 | Line 1499
1499          libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
1500          samples/metals/Au.bass: EAM works...... Neighbor list also
1501          works.....
251
252 2003-08-08 13:32  mmeineke
253
254        * props/: frameCount.c, frameCount.h, props.cpp, staticProps.cpp:
255        moved frameCount's functionality into DumpReader. also split props
256        into staticProps and dynamicProps. (currently only have
257        staticProps)
1502  
1503   2003-08-08 12:48  mmeineke
1504  
# Line 312 | Line 1556
1556   2003-07-29 11:32  mmeineke
1557  
1558          * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
1559 <        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1560 <        props/frameCount.c, props/frameCount.h, props/props.cpp,
317 <        src/Makefile: working on the props code
1559 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
1560 >        working on the props code
1561  
1562   2003-07-29 11:32  mmeineke
1563  
# Line 1441 | Line 2684
2684  
2685   2003-03-25 09:29  mmeineke
2686  
2687 <        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
2687 >        * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
2688          src/MPIobj/dummy, src/obj/dummy: [no log message]
2689  
2690   2003-03-25 09:29  mmeineke
# Line 1595 | Line 2838
2838          libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2839          libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2840          libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2841 <        libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
2842 <        Tree
2841 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
2842 >        revision
2843  
2844   2003-03-21 12:42  mmeineke
2845  
# Line 1653 | Line 2896
2896          libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2897          libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2898          libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2899 <        libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
2900 <        revision
2899 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
2900 >        Tree
2901  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines