simple-dftd3 icon indicating copy to clipboard operation
simple-dftd3 copied to clipboard

Make OpenMP a feature dependent on compiler support

Open awvwgk opened this issue 1 year ago • 0 comments

Apple clang as C compiler does not support OpenMP, therefore when building on MacOS with the default C compiler rather than failing the build for not finding OpenMP, the OpenMP feature could be disabled due to missing compiler support automatically.

Note: This might silently remove features like parallelization for users on MacOS when not carefully building the library.

awvwgk avatar Sep 23 '24 18:09 awvwgk