Skip to content

Commit 93586f6

Browse files
committed
small correction
1 parent 0ed7a32 commit 93586f6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

parallelisation/run-all-sims.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ for (cp in comps)
1111
cat('*****', cp,'\n')
1212
## run make on remote computer within screen
1313
makef <- sprintf('makefile0-%s',cp)
14-
cmd <- sprintf('ssh -A %s@%s "cd dragonfly/%s/%s; make -f %s -j%i &"',
15-
user, cp, projectname, runfold, makef, ca$cores[ca$comp==cp])
14+
cmd <- sprintf('ssh -A %s@%s "cd %s/%s/%s; make -f %s -j%i &"',
15+
user, cp, basefold, projectname, runfold, makef, ca$cores[ca$comp==cp])
1616
cat(cmd,'\n')
1717
system(cmd, wait=F)
1818
}

run1.r

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ rm(list=ls())
22

33
library(compiler)
44

5-
source('pars_job.r')
65
source('pars_parallel.r')
76

87
loadcmp('parallelisation/functions_cmp.r')

0 commit comments

Comments
 (0)