ViewVC Help
| View Changeset | Root Listing
root/group
Jump to revision: Previous Next
Author: chuckv
Date: Wed Dec 17 20:13:33 2003 UTC (20 years, 7 months ago)
Log Message:
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.

Changed paths