typo: missing 'clister' argument
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 11 Jan 2017 00:53:34 +0000 (01:53 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 11 Jan 2017 00:53:34 +0000 (01:53 +0100)
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))