AndreaCensi / compmake

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
http://compmake.org/
Other
17 stars 6 forks source link

problems w/compmake when started by python #32

Closed AndreaCensi closed 14 years ago

AndreaCensi commented 14 years ago

If we do:

python pybv_experiments/first_order/go_parallel.py

then we get an error, because storage.db not initialized.

AndreaCensi commented 14 years ago

fixed