monarch-initiative / mondo-ingest

Coordinating the mondo-ingest with external sources
https://monarch-initiative.github.io/mondo-ingest/
6 stars 3 forks source link

Faster builds: parallelization #590

Open joeflack4 opened 6 days ago

joeflack4 commented 6 days ago

Overview

Trish reminded me that there is an option for this in make which could be helpful to us:

The -j option specifies the number of jobs (commands) to run simultaneously. For example:

make -j4 ...