ecell / ecell4_base

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
62 stars 23 forks source link

Parallel build is failed #203

Closed kaizu closed 6 years ago

kaizu commented 6 years ago

Parallel build is not available now. It fails with linker errors of ecell4-egfrd and greens_functions.

$ make -j 2
kaizu commented 6 years ago

The following patch will fix the bug, but not parallelize Python build: https://github.com/ecell/ecell4/commit/5c8e2c157cec8e6f2e6e4040c17c52f8841b8729

kaizu commented 6 years ago

The following information might be helpful. https://stackoverflow.com/a/13176803