From: Benjamin Auder Date: Wed, 11 Jan 2017 00:53:34 +0000 (+0100) Subject: typo: missing 'clister' argument X-Git-Url: https://git.auder.net/?p=epclust.git;a=commitdiff_plain;h=687aed4fb154f6945fd8e2fbb2b387906c88beff typo: missing 'clister' argument --- diff --git a/code/stage1/wrapper.R b/code/stage1/wrapper.R index 9bbb53b..e1fa30e 100644 --- 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))