| 872 |
|
recieveFrcStruct( &bondInfo, mpiBondStructType ); |
| 873 |
|
} |
| 874 |
|
} |
| 875 |
+ |
|
| 876 |
+ |
sprintf( checkPointMsg, |
| 877 |
+ |
"TraPPE_ExFF bond structures broadcast successfully." ); |
| 878 |
+ |
MPIcheckPoint(); |
| 879 |
+ |
|
| 880 |
|
#endif // is_mpi |
| 881 |
|
|
| 882 |
|
|
| 955 |
|
recieveFrcStruct( &bendInfo, mpiBendStructType ); |
| 956 |
|
} |
| 957 |
|
} |
| 958 |
+ |
|
| 959 |
+ |
sprintf( checkPointMsg, |
| 960 |
+ |
"TraPPE_ExFF bend structures broadcast successfully." ); |
| 961 |
+ |
MPIcheckPoint(); |
| 962 |
+ |
|
| 963 |
|
#endif // is_mpi |
| 964 |
|
|
| 965 |
|
|
| 1040 |
|
recieveFrcStruct( &torsionInfo, mpiTorsionStructType ); |
| 1041 |
|
} |
| 1042 |
|
} |
| 1043 |
+ |
|
| 1044 |
+ |
sprintf( checkPointMsg, |
| 1045 |
+ |
"TraPPE_ExFF torsion structures broadcast successfully." ); |
| 1046 |
+ |
MPIcheckPoint(); |
| 1047 |
+ |
|
| 1048 |
|
#endif // is_mpi |
| 1049 |
|
|
| 1050 |
|
entry_plug->useLJ = 1; |