First version of the parallel algorithm

Performed by sectoring (1, 2, 4, or 8 chuncks) each process.
This commit is contained in:
julient31
2017-06-29 11:03:33 -06:00
parent b934621651
commit 8a56b8ad3a
9 changed files with 408 additions and 379 deletions

View File

@ -32,10 +32,9 @@ AtomVecSpin::AtomVecSpin(LAMMPS *lmp) : AtomVec(lmp)
molecular = 0;
mass_type = 1; //check why
//comm_x_only = 0;
comm_x_only = 1;
//comm_f_only = 1;
comm_f_only = 0;
comm_x_only = 0;
comm_f_only = 1;
size_forward = 7;
size_reverse = 6;
size_border = 11;