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

:children_crossing: Add a custom option for the parallel build #449

Closed 0ncorhynchus closed 4 years ago

0ncorhynchus commented 4 years ago

Now you can build ecellr4_base with parallel jobs giving --jobs or -j option to build_ext command.

$ python setup.py build_ext -j 8

NOTICE: you can NOT use these flags with build command instead.