--- trunk/OOPSE/ChangeLog 2003/08/28 16:59:58 735 +++ trunk/OOPSE/ChangeLog 2003/08/28 21:09:47 736 @@ -1,3 +1,23 @@ +2003-08-27 14:23 tim + + * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix + bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to + MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we + turn on the optimization flag, it causes a seg fault + +2003-08-27 11:25 gezelter + + * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90, + calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for + stress tensor parallel bug. + +2003-08-27 11:16 tim + + * ChangeLog, libmdtools/DUFF.cpp, + libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90: + fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90 + molMembershipList use global index instead of local index + 2003-08-26 15:37 tim * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,