| 267 |
|
|
| 268 |
|
void EAM_FF::calcRcut( void ){ |
| 269 |
|
|
| 270 |
< |
#ifdef IS_MPI |
| 270 |
> |
#ifdef IS_MPI |
| 271 |
|
double tempEamRcut = eamRcut; |
| 272 |
|
MPI_Allreduce( &tempEamRcut, &eamRcut, 1, MPI_DOUBLE, MPI_MAX, |
| 273 |
|
MPI_COMM_WORLD); |
| 407 |
|
MPIcheckPoint(); |
| 408 |
|
|
| 409 |
|
headAtomType = new LinkedAtomType; |
| 410 |
< |
recieveFrcStruct( &info, mpiAtomStructType ); |
| 410 |
> |
receiveFrcStruct( &info, mpiAtomStructType ); |
| 411 |
|
|
| 412 |
|
while( !info.last ){ |
| 413 |
|
|
| 433 |
|
|
| 434 |
|
MPIcheckPoint(); |
| 435 |
|
|
| 436 |
< |
recieveFrcStruct( &info, mpiAtomStructType ); |
| 436 |
> |
receiveFrcStruct( &info, mpiAtomStructType ); |
| 437 |
|
|
| 438 |
|
|
| 439 |
|
} |