Skip to content

Make the build stage of OpenSSL parallel#18024

Merged
adamjstewart merged 1 commit intospack:developfrom
haampie:make-openssl-parallel-again
Aug 13, 2020
Merged

Make the build stage of OpenSSL parallel#18024
adamjstewart merged 1 commit intospack:developfrom
haampie:make-openssl-parallel-again

Conversation

@haampie
Copy link
Copy Markdown
Member

@haampie haampie commented Aug 12, 2020

According to openssl/openssl#7466 (comment) at least the build stage can be done in parallel, the install phase must maybe just be sequential

before

$ time spack install openssl %[email protected]

real    2m29.498s
user    2m10.120s
sys     0m19.587s

after

$ time spack install openssl %[email protected]

real    1m1.558s
user    2m52.794s
sys     0m24.173s

@haampie haampie force-pushed the make-openssl-parallel-again branch from 8b5ed71 to c2c1aa0 Compare August 12, 2020 17:54
@adamjstewart adamjstewart merged commit 075e942 into spack:develop Aug 13, 2020
@haampie haampie deleted the make-openssl-parallel-again branch March 15, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants