Revision
893 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 29 19:56:39 2003 UTC
(21 years, 4 months ago)
by
chuckv
Diff to
previous 882
Added third-party directory for code not written by us. Also added Mersenne Twister random number generator code. This will eventually replace sprng as the random number generator used by OOPSE.
Revision
882 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 17 20:13:33 2003 UTC
(21 years, 4 months ago)
by
chuckv
Diff to
previous 815
Fixed bug in parallel EAM. rho_row and rho_col were scattered into the same array. Unfortunately, MPI zeros the array between scatters so half of the sum was being lost. Fixed by added a temp array for column scatter, then sum loop over nlocal.
Revision
815 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 23 19:57:37 2003 UTC
(21 years, 6 months ago)
by
mmeineke
Diff to
previous 801
added eam ForceField files to the init
fixed an eam mpi parmeter setup bug
added the init file to the makefile