|
1 | 1 | useDynLib(pmclust)
|
2 | 2 |
|
3 |
| -import(methods, rlecuyer, pbdMPI, MASS, pbdSLAP, pbdBASE, pbdDMAT) |
| 3 | +import(methods, MASS, pbdBASE, pbdDMAT) |
| 4 | +importFrom(pbdMPI,spmd.allgather.integer) |
| 5 | +importFrom(pbdMPI,spmd.allgather.object) |
| 6 | +importFrom(pbdMPI,spmd.allreduce.integer) |
| 7 | +importFrom(pbdMPI,spmd.allreduce.double) |
| 8 | +importFrom(pbdMPI,spmd.bcast.integer) |
| 9 | +importFrom(pbdMPI,spmd.bcast.object) |
| 10 | +importFrom(pbdMPI,spmd.comm.rank) |
| 11 | +importFrom(pbdMPI,spmd.comm.size) |
| 12 | +importFrom(pbdMPI,spmd.isend.double) |
| 13 | +importFrom(pbdMPI,spmd.recv.double) |
| 14 | +importFrom(pbdMPI,spmd.wait) |
| 15 | +importFrom(pbdMPI,comm.all) |
| 16 | +importFrom(pbdMPI,comm.any) |
| 17 | +importFrom(pbdMPI,comm.cat) |
| 18 | +importFrom(pbdMPI,comm.size) |
| 19 | +importFrom(pbdMPI,comm.stop) |
| 20 | +importFrom(pbdMPI,get.jid) |
4 | 21 |
|
5 | 22 | # exportPattern("^[[:alpha:]]+")
|
6 | 23 | # exportPattern("^[\\.]")
|
|
0 commit comments