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 705 by mmeineke, Wed Aug 20 19:41:04 2003 UTC vs.
Revision 736 by tim, Thu Aug 28 21:09:47 2003 UTC

# Line 1 | Line 1
1 + 2003-08-27 14:23  tim
2 +
3 +        * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
4 +        bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
5 +        MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
6 +        turn on the optimization flag, it causes a seg fault
7 +
8 + 2003-08-27 11:25  gezelter
9 +
10 +        * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
11 +        calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
12 +        stress tensor parallel bug.
13 +
14 + 2003-08-27 11:16  tim
15 +
16 +        * ChangeLog, libmdtools/DUFF.cpp,
17 +        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
18 +        fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
19 +        molMembershipList use global index instead of local index
20 +
21 + 2003-08-26 15:37  tim
22 +
23 +        * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
24 +        mpiSimulation.cpp: set default force substraction policy to
25 +        PolicyByMass
26 +
27 + 2003-08-26 15:29  tim
28 +
29 +        * libmdtools/Integrator.cpp: [no log message]
30 +
31 + 2003-08-26 15:13  mmeineke
32 +
33 +        * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
34 +        Statwriter and Dumpwriter to handle files larger than 2 gb.
35 +        
36 +        commented out some print statements in Zconstraint
37 +        
38 +        hard coding some system init into bilayer.sys
39 +
40 + 2003-08-26 15:12  mmeineke
41 +
42 +        * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
43 +        added define statemewnt to Statwriter and Dumpwriter to handle
44 +        files larger than 2 gb.
45 +        
46 +        commented out some print statements in Zconstraint
47 +
48 + 2003-08-26 15:02  tim
49 +
50 +        * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
51 +        and check the seed which is specified by user at least contains 9
52 +        digits
53 +
54 + 2003-08-26 13:32  mmeineke
55 +
56 +        * libmdtools/DUFF.cpp: changed the Makefiel a litle.
57 +        
58 +        Fixed a bug in MPI_DUFF. The atom block type was not being properly
59 +        constucted in MPI. (The MPI struct had 6 doubles declared versus
60 +        the actual 11)
61 +
62 + 2003-08-26 13:30  mmeineke
63 +
64 +        * Makefile: changed the Makefiel a litle.
65 +
66 + 2003-08-25 17:17  gezelter
67 +
68 +        * utils/sysbuilder/Makefile: More FreeBSD fixes
69 +
70 + 2003-08-25 16:51  gezelter
71 +
72 +        * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
73 +        libmdtools/Makefile, src/Makefile: [no log message]
74 +
75 + 2003-08-22 15:04  mmeineke
76 +
77 +        * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
78 +        frequency of output dumps.
79 +
80 + 2003-08-20 17:23  tim
81 +
82 +        * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
83 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
84 +        libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
85 +        if he does not specify any value for seed, oopse will take the
86 +        value of seconds of system time as seed
87 +
88 + 2003-08-20 14:42  mmeineke
89 +
90 +        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
91 +        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
92 +        libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
93 +        utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
94 +        
95 +        added some bug fixes for setting the random number generator seed
96 +        value.
97 +        
98 +        fixed a bug where ghostbend atom b was not being set. ( recent bug
99 +        from SimState conversion)
100 +
101 + 2003-08-20 14:41  mmeineke
102 +
103 +        * libBASS/Globals.hpp: updated the Changelog.
104 +        
105 +        added some bug fixes for setting the random number generator seed
106 +        value.
107 +
108 + 2003-08-20 14:41  mmeineke
109 +
110 +        * ChangeLog: updated the Changelog.
111 +
112 + 2003-08-20 14:11  tim
113 +
114 +        * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
115 +        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
116 +        bend class
117 +
118 + 2003-08-20 10:13  mmeineke
119 +
120 +        * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
121 +        make links. added -f to ln -s.
122 +
123 + 2003-08-20 09:50  tim
124 +
125 +        * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
126 +
127 + 2003-08-20 09:34  tim
128 +
129 +        * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
130 +        ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
131 +        printing
132 +
133   2003-08-18 15:59  chuckv
134  
135          * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines