typo: missing 'clister' argument
[epclust.git] / code / stage1 / wrapper.R
index 9bbb53b..e1fa30e 100644 (file)
@@ -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))