Skip to main content
3 of 3
edited tags; edited tags
Stephan Lehmke
  • 24.7k
  • 3
  • 90
  • 143

How to make pdfLaTeX multithreaded when `--shell-escape` is enabled?

I am using \write18 enabled (or --shell-escape) with externalization to compile a bunch of PGFplots. The first run takes much time, and I noticed that pdflatex only runs on one CPU core. Is there any way to have pdflatex use multiple cores? (at least when \write18 is enabled)

M.Reza
  • 3.3k
  • 3
  • 28
  • 43