projects
/
epclust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebf1280
)
typo: missing 'clister' argument
author
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 11 Jan 2017 00:53:34 +0000
(
01:53
+0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 11 Jan 2017 00:53:34 +0000
(
01:53
+0100)
code/stage1/wrapper.R
patch
|
blob
|
blame
|
history
diff --git
a/code/stage1/wrapper.R
b/code/stage1/wrapper.R
index
9bbb53b
..
e1fa30e
100644
(file)
--- a/
code/stage1/wrapper.R
+++ b/
code/stage1/wrapper.R
@@
-1,6
+1,6
@@
ppam_exe = function(path=".", np=parallel::detectCores(), data=NULL, args="DontLetMeEmpty")
{
- command_line = paste("mpirun -np ",np," ",path,"/ppam.exe",sep="")
+ command_line = paste("mpirun -np ",np," ",path,"/ppam.exe
cluster
",sep="")
#if data provided (as data.frame or matrix...): binarize it, and add it as first argument
if (!is.null(data))