Skip to content

Commit 6ad3d9e

Browse files
committed
ready for test drive
1 parent 6fa108a commit 6ad3d9e

File tree

6 files changed

+2
-36
lines changed

6 files changed

+2
-36
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ _*_.*
1717
*screenlog*
1818
* (copy)
1919
X.*
20+

test renamed to .preparesims

File renamed without changes.

.runallsims

Whitespace-only changes.

parallelisation/parallel-pars.r

Lines changed: 0 additions & 29 deletions
This file was deleted.

parallelisation/run-all-sims.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Run makefiles on all computers specified in parallel-pars.r
22
rm(list=ls())
3-
source('parallel-pars.r')
3+
source('../pars_parallel.r')
44
load('cores_alloc.rdata')
55
comps <- unique(cores_alloc$comp)
66

pars_job.r

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)