Skip to content

Commit

Permalink
Merge pull request #69 from snoweye/master
Browse files Browse the repository at this point in the history
0.3-6 on CRAN
  • Loading branch information
snoweye authored May 19, 2018
2 parents a6afa69 + f2f3efd commit fbaf3ee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2018-05-18: Ver. 0.3-6
* Move "rlecuyer" to Imports.

2018-04-30: Ver. 0.3-6
* Change some problems related UTF-8, latin1 TeX inputs, especially for
TeXLive 2018.

2018-02-25: Ver. 0.3-5
* Fix execmpi().
* system(wait = FALSE) doesn't work with MPI correctly in Unix-alike systems.
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pbdMPI
Version: 0.3-5
Date: 2018-02-25
Version: 0.3-6
Date: 2018-04-30
Title: Programming with Big Data -- Interface to MPI
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
"[email protected]"),
Expand All @@ -13,7 +13,8 @@ Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
2012"),
person("R Core team", role = "ctb", comment = "some functions are
modified from the base packages"))
Depends: R (>= 3.3.0), methods, rlecuyer
Depends: R (>= 3.3.0), methods
Imports: rlecuyer
Enhances: pbdPROF, pbdZMQ
LazyLoad: yes
LazyData: yes
Expand Down
Binary file modified inst/doc/pbdMPI-guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/pbdMPI-include/03-faq.tex
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
(Windows) If MPICH2 \code{mpiexec} fails with
%{\color{red}
\begin{Error}
c:\>"C:\Program Files\MPICH2\bin\mpiexec.exe" np 2 Rscript C:\my_script.r
c:\>"C:\Program Files\MPICH2\bin\mpiexec.exe" -np 2 Rscript C:\my_script.r
launch failed: CreateProcess(Rscript C:\my_script.r) on
failed, error 2 - The system cannot find the file specified.
\end{Error}
Expand Down

0 comments on commit fbaf3ee

Please sign in to comment.