Differences From Artifact [222451ff8b]:
- File minimt/setup.scm — part of check-in [96bdf8577f] at 2017-06-25 16:07:10 on branch v1.64-minimt — Base scenario working. Takes aprox 60-70 seconds to run. (user: matt, size: 388) [annotate] [blame] [check-ins using]
To Artifact [f4cfd22ef8]:
- File minimt/setup.scm — part of check-in [d806a4bc74] at 2017-06-25 21:56:21 on branch v1.64-minimt — minor improvements to minimt (user: matt, size: 414) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | + | (define *remotehost* "orion") (define *homehost* "zeus") (define *homepath* "/nfs/phoebe/disk1/home/mfs_matt/data/megatest/minimt/runtest") (define *numsteps* 100) (define *numtests* 50) (define *numruns* 5) (define *targets* '("targ1")) (define *testdelay* 0) (define *rundelay* 0) (define *launchdelay* 0) (define *stepdelay* 0) |
︙ |