File: README

package info (click to toggle)
lamarc 2.1.10.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 77,052 kB
  • sloc: cpp: 112,339; xml: 16,769; sh: 3,528; makefile: 1,219; python: 420; perl: 260; ansic: 40
file content (19 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is pyParallel, a set of experimental Python scripts for automating "poor 
man's parallelization" in LAMARC.

These scripts are minimally tested. If you run into trouble, please send email 
to lamarc@u.washington.edu and we will work with you to solve the problem.

Begin by creating a LAMARC infile containing data for all your regions and with
the replicates value set as high as you want.

Put the infile in an empty directory, and run the first python script,
divide_data.py from that directory. The script requires arguments, but
just run it without them and it will tell you what it needs.

After you successfully run divide_data.py, the progarm will tell you
where to run several LAMARC instances and also tell you which Python
script to run next.

For help, refer first to the "Parallelizing LAMARC" page (parallel.html) in 
your copy of the LAMARC documentation