| 61 |
|
mpiEventContainer.i1 = the_event->evt.blk_index; // pack block index into first int |
| 62 |
|
break; |
| 63 |
|
|
| 64 |
+ |
case RIGIDBODY: |
| 65 |
+ |
mpiEventContainer.type = mpiRIGIDBODY; |
| 66 |
+ |
mpiEventContainer.i1 = the_event->evt.blk_index; // pack block index into first int |
| 67 |
+ |
break; |
| 68 |
+ |
|
| 69 |
|
case ATOM: |
| 70 |
|
mpiEventContainer.type = mpiATOM; |
| 71 |
|
mpiEventContainer.i1 = the_event->evt.blk_index; // pack block index into first int |
| 190 |
|
" CONSTRAINT %d\n" |
| 191 |
|
" ORIENTATION %d\n" |
| 192 |
|
" ZCONSTRAINT %d\n" |
| 193 |
+ |
" RIGIDBODY %d\n" |
| 194 |
|
" BLOCK_END %d\n" |
| 195 |
|
"\n", |
| 196 |
|
worldRank, |
| 197 |
|
MOLECULE, ATOM, BOND, BEND, TORSION, COMPONENT, |
| 198 |
|
POSITION, ASSIGNMENT, MEMBER, CONSTRAINT, ORIENTATION, |
| 199 |
< |
ZCONSTRAINT, BLOCK_END ); |
| 199 |
> |
ZCONSTRAINT, RIGIDBODY, BLOCK_END ); |
| 200 |
|
#endif |
| 201 |
|
|
| 202 |
|
MPI_Bcast(&mpiContinue,1,MPI_INT,0,MPI_COMM_WORLD); |
| 227 |
|
the_event.event_type = MOLECULE; |
| 228 |
|
the_event.evt.blk_index = mpiEventContainer.i1; |
| 229 |
|
break; |
| 230 |
+ |
|
| 231 |
+ |
case mpiRIGIDBODY: |
| 232 |
+ |
the_event.event_type = RIGIDBODY; |
| 233 |
+ |
the_event.evt.blk_index = mpiEventContainer.i1; |
| 234 |
+ |
break; |
| 235 |
|
|
| 236 |
|
case mpiATOM: |
| 237 |
|
the_event.event_type = ATOM; |