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
|