Skip to content

include list of missing libraries in warning about missing FFTW libraries in imkl toolchain component#3776

Merged
ocaisa merged 3 commits intoeasybuilders:developfrom
Flamefire:intel_fftw
Jul 21, 2021
Merged

include list of missing libraries in warning about missing FFTW libraries in imkl toolchain component#3776
ocaisa merged 3 commits intoeasybuilders:developfrom
Flamefire:intel_fftw

Conversation

@Flamefire
Copy link
Copy Markdown
Contributor

This now also shows the missing libraries which helps when debugging such an error

Also some cleanup I've seen there and fixed the same issue in all files:
any([...]) evaluates everything, allocates a list, then iterates over those to check for any false value, while any(...) does only evaluate what is requires stopping early and doing no additional allocation --> Shorter and faster

@ocaisa ocaisa merged commit b64c496 into easybuilders:develop Jul 21, 2021
@Flamefire Flamefire deleted the intel_fftw branch July 21, 2021 13:49
@boegel boegel changed the title Improve warning about missing intel fftw libs include list of missing libraries in warning about missing FFTW libraries in imkl toolchain component Aug 22, 2021
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.

3 participants