From 687aed4fb154f6945fd8e2fbb2b387906c88beff Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 11 Jan 2017 01:53:34 +0100 Subject: [PATCH] typo: missing 'clister' argument --- code/stage1/wrapper.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.44.0