file copy bug solve
This commit is contained in:
parent
ac9e6478e8
commit
9d8ac6bbdc
@ -10,7 +10,7 @@ copyToThreadDirs2 <- function(iniSource, thread_prefix = "thread", numCores, exe
|
|||||||
file.copy(executable,
|
file.copy(executable,
|
||||||
file.path("tmp", paste0(thread_prefix,"_1"),tools::file_path_sans_ext(basename(x))))
|
file.path("tmp", paste0(thread_prefix,"_1"),tools::file_path_sans_ext(basename(x))))
|
||||||
tryCatch(file.copy(file.path(execPath,"cygwin1.dll"),
|
tryCatch(file.copy(file.path(execPath,"cygwin1.dll"),
|
||||||
file.path("tmp", paste0(thread_prefix,"_1"),tools::file_path_sans_ext(basename(x)))),function(e){"If you are in Windows..."})
|
file.path("tmp", paste0(thread_prefix,"_1"))),function(e){"If you are in Windows..."})
|
||||||
})
|
})
|
||||||
|
|
||||||
sapply(2:numCores,function(thread){
|
sapply(2:numCores,function(thread){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user