Build with fortran package manager using multiple processors

Can I build using multiple cores in fortran package manager? Something like the equivalent of make -j4?

1 Like

From some previous conversations, you need to build the fpm with OpenMP enabled. See here

1 Like

Ah. Unfortunately I installed it via conda.

For what it’s worth, it’s not hard to compile fpm from source. Clone the git repo and then build it with any existing installation of fpm, e.g. from conda:

fpm build --profile release --flag “-fopenmp”