Files in pbdMPI
R Interface to MPI for HPC Clusters (Programming with Big Data Project)

configure
MD5
ChangeLog
README.md
NAMESPACE
configure.ac
DESCRIPTION
COPYING
configure.win
cleanup
INSTALL
R/spmd_utility.r R/spmd_bcast.r R/spmd_allcheck.r R/spmd_gatherv_obj.r R/api_apply.r R/spmd_scatterv.r R/000_globalVariables.r R/comm_stopifnot.r R/api_apply_RC.r R/spmd_isend.r R/spmd_info.r R/comm_matcharg.r R/spmd_irecv.r R/api_sapply.r R/comm_any_all.r R/comm_write.r R/spmd_wait.r R/comm_which.r R/spmd_scatterv_obj.r R/222_export_env.r R/comm_balance.r R/comm_chunk.R R/comm_base.r R/comm_seed.r R/spmd_communicator_spawn.r R/spmd_reduce_obj.r R/mpi_apts.r R/api_task_pull.r R/comm_tool.r R/spmd_allgatherv_obj.r R/spmd_bcast_obj.r R/spmd_communicator.r R/spmd_allgatherv.r R/comm_allpairs.r R/get_conf.r R/comm_sort.r R/111_control_io.r R/comm_dist.r R/spmd_allreduce.r R/comm_range.r R/comm_as_gbd.r R/comm_errors.r R/111_control_tp.r R/spmd_tool.r R/api_split.r R/pkg_tools.r
R/util_execmpi.r.in
R/get_winmpi.r R/111_control.r R/float32.r R/111_pbd_opt.r R/comm_allcommon.r R/spmd_send.r R/spmd_sendrecv_replace.r R/spmd_gatherv.r R/spmd_reduce.r
R/zzz.r.in
R/spmd_recv.r R/api_lapply.r R/get_lib.r R/api_apply_general.r R/api_tool.r R/spmd_sendrecv.r R/comm_read.r R/spmd_alltoall.r R/spmd_allreduce_obj.r R/comm_pairwise.r R/windows/zzz.r R/windows/util_execmpi.r
src/spmd_gather.c
src/Makevars.win
src/pkg_tools.c
src/spmd_wait.c
src/spmd_alltoall.c
src/spmd_info.c
src/spmd_recv.c
src/spmd_gatherv.c
src/pkg_dl.c
src/spmd_alltoallv.c
src/spmd_sendrecv.c
src/msmpi.def
src/spmd_allgatherv.c
src/spmd_sendrecv_replace.c
src/comm_errors.c
src/spmd_scatterv.c
src/spmd_send.c
src/spmd_communicator.c
src/comm_sort_integer.c
src/install.libs.R
src/comm_sort_double.c
src/spmd_utility.c
src/spmd_allreduce.c
src/pkg_global.h
src/spmd.c
src/Makevars.in
src/spmd_communicator_spawn.c
src/spmd_tool.c
src/spmd_reduce.c
src/spmd.h
src/spmd_bcast.c
src/spmd_constant.h
src/pkg_constant.h
src/spmd_allgather.c
src/comm_api.h
src/zzz.c
src/spmd_scatter.c
inst/CITATION
inst/doc/pbdMPI-guide.pdf
inst/doc/pbdMPI-guide.Rnw
inst/examples/README
inst/examples/test_long_vector/allreduce.r
inst/examples/test_long_vector/00_test_all.win
inst/examples/test_long_vector/send_recv.r inst/examples/test_long_vector/scatter.r inst/examples/test_long_vector/reduce.r inst/examples/test_long_vector/gather.r
inst/examples/test_long_vector/00_test_all.sh
inst/examples/test_long_vector/bcast.r inst/examples/test_long_vector/allgather.r
inst/examples/test_performance/00_test_all.win
inst/examples/test_performance/demo_scatter_spmd.r inst/examples/test_performance/demo_allgather_spmd.r inst/examples/test_performance/demo_scatter_rmpi.r
inst/examples/test_performance/00_test_all.sh
inst/examples/test_performance/demo_allgather_rmpi.r inst/examples/test_cs/simple.server.r inst/examples/test_cs/named.server.r inst/examples/test_cs/simple.client.r inst/examples/test_cs/named.client.r
inst/examples/test_cs/README
inst/examples/test_send_recv/00_test_all.win
inst/examples/test_send_recv/04_task_pull.r inst/examples/test_send_recv/01_basic.r inst/examples/test_send_recv/03_task_pull.r
inst/examples/test_send_recv/00_test_all.sh
inst/examples/test_send_recv/02_lazy.r inst/examples/test_send_recv/03_lazy.r inst/examples/test_send_recv/02_basic_no_check_type.r
inst/examples/test_s4/00_test_all.win
inst/examples/test_s4/02_mean.r inst/examples/test_s4/01_simple.r
inst/examples/test_s4/00_test_all.sh
inst/examples/test_rmpi/scatterv_spmd.r inst/examples/test_rmpi/gather_rmpi.r inst/examples/test_rmpi/gather_spmd.r inst/examples/test_rmpi/allreduce_spmd.r inst/examples/test_rmpi/allreduce_rmpi.r inst/examples/test_rmpi/reduce_spmd.r inst/examples/test_rmpi/allgatherv_spmd.r inst/examples/test_rmpi/reduce_rmpi.r
inst/examples/test_rmpi/01_setting
inst/examples/test_rmpi/allgather_rmpi.r inst/examples/test_rmpi/allgather_spmd.r inst/examples/test_rmpi/sendrecv_rmpi.r inst/examples/test_rmpi/allgatherv_rmpi.r inst/examples/test_rmpi/scatterv_rmpi.r inst/examples/test_rmpi/scatter_spmd.r inst/examples/test_rmpi/bcast_spmd.r
inst/examples/test_rmpi/00_test_all.sh
inst/examples/test_rmpi/00_test_spmd.win
inst/examples/test_rmpi/sendrecv_spmd.r inst/examples/test_rmpi/bcast_rmpi.r inst/examples/test_rmpi/scatter_rmpi.r inst/examples/test_spmd/allreduce.r
inst/examples/test_spmd/00_test_all.win
inst/examples/test_spmd/sendrecv_replace.r inst/examples/test_spmd/replace.r inst/examples/test_spmd/send_recv.r inst/examples/test_spmd/isend_irecv_wait.r inst/examples/test_spmd/scatter.r inst/examples/test_spmd/reduce.r inst/examples/test_spmd/sendrecv.r inst/examples/test_spmd/gather.r
inst/examples/test_spmd/00_test_all.sh
inst/examples/test_spmd/bcast.r inst/examples/test_spmd/allgather.r
inst/examples/test_parallel/00_test_all.win
inst/examples/test_parallel/04_glm_spmd.r inst/examples/test_parallel/01_mclapply_par.r inst/examples/test_parallel/02_parMM_par.r inst/examples/test_parallel/03_boot_par.r inst/examples/test_parallel/02_parMM_spmd.r inst/examples/test_parallel/03_boot_spmd.r
inst/examples/test_parallel/00_test_all.sh
inst/examples/test_parallel/04_glm_par.r inst/examples/test_parallel/01_mclapply_spmd.r
inst/mpi_valgrind/vg_mpi_init_2.log
inst/mpi_valgrind/mpi_init_2.c
inst/mpi_valgrind/mpi_init_1.c
inst/mpi_valgrind/vg_pbdMPI-Ex_allreduce.log
inst/mpi_valgrind/mpi_init_3.c
inst/mpi_valgrind/README
inst/mpi_valgrind/pbdMPI-Ex_init.r
inst/mpi_valgrind/vg_mpi_init_3.log
inst/mpi_valgrind/a
inst/mpi_valgrind/vg_mpi_init_1.log
inst/mpi_valgrind/pbdMPI-Ex_allreduce.r
inst/mpi_valgrind/vg_check_lost.log
inst/mpi_valgrind/vg_pbdMPI-Ex_init.log
inst/c_combine_r/a.c
inst/c_combine_r/a
inst/c_combine_r/a.r inst/tests/allreduce.r inst/tests/barrier.r inst/tests/reduce.r inst/tests/gather.r inst/tests/mpi_comm_ptr.r inst/tests/bcast.r inst/tests/allgather.r demo/alltoall.r demo/allreduce.r demo/task_pull.r demo/divide.r demo/scatter.r demo/sort.r demo/simple_io.r demo/seed_rank.r
demo/00Index
demo/reduce.r demo/gather.r demo/pbdApply.r demo/simple_balance.r demo/new_allgather.r demo/chunk.r demo/seed_vec.r demo/simple_pairs.r demo/any_all.r demo/bcast.r demo/pbdLapply.r demo/bcast_msg.r demo/allgather.r demo/new_allreduce.r
vignettes/pbdMPI-guide.Rnw
vignettes/build_pdf.sh
vignettes/pbdMPI-include/00-preamble.tex
vignettes/pbdMPI-include/01-copyright.tex
vignettes/pbdMPI-include/04-windows_msmpi.tex
vignettes/pbdMPI-include/03-faq.tex
vignettes/pbdMPI-include/08-simplepairs.tex
vignettes/pbdMPI-include/05-analog.tex
vignettes/pbdMPI-include/01-introduction.tex
vignettes/pbdMPI-include/01-acknowledgement.tex
vignettes/pbdMPI-include/my_jss.cls
vignettes/pbdMPI-include/07-simpleio.tex
vignettes/pbdMPI-include/06-longvector.tex
vignettes/pbdMPI-include/02-performance.tex
vignettes/pbdMPI-include/pbdMPI.bib
man/yy_get_conf_lib_winmpi.Rd man/cc_arrange.mpi.apts.Rd man/zz_comm_internal.Rd man/dd_is.comm.null.Rd man/yy_api_task_pull.Rd man/vv_get_jid.Rd man/ac_irecv-method.Rd man/aa_bcast-method.Rd man/ab_send-method.Rd man/cc_comm.chunk.Rd man/xx_comm_match_arg.Rd man/xx_comm_pairwise.Rd man/zz_spmd_internal.Rd man/xx_comm_dist.Rd man/yy_pkg_tools.Rd man/dd_info.Rd man/vv_print_cat.Rd man/xx_comm_range.Rd man/aa_allgather-method.Rd man/xx_comm_allpairs.Rd man/xx_comm_sort.Rd man/aa_gather-method.Rd man/uu_execmpi.Rd man/dd_wait.Rd man/zz_spmd_control.Rd man/yy_api_apply.Rd man/cc_comm.Rd man/11_d_control.Rd man/xx_comm_which.Rd man/ww_comm_read.Rd man/xx_comm_base.Rd man/dd_prob.Rd man/ww_comm_as_gbd.Rd man/xx_comm_timer.Rd man/ad_sendrecv.replace-method.Rd man/xx_comm_any_all.Rd man/xx_comm_stop_warning.Rd man/11_d_pbd_opt.Rd man/aa_scatter-method.Rd man/ae_alltoall.Rd man/vv_seed.Rd man/00_pbdMPI-package.Rd man/ww_comm_write.Rd man/ac_isend-method.Rd man/aa_allreduce-method.Rd man/ww_comm_balance.Rd man/ad_sendrecv-method.Rd man/ab_recv-method.Rd man/dd_sourcetag.Rd man/xx_comm_Rprof.Rd man/aa_reduce-method.Rd
pbdMPI documentation built on Sept. 10, 2023, 5:06 p.m.