Andreas Henkel

Results 10 comments of Andreas Henkel

Hi Miles, thanks for your prompt reply. Well, many cluster admins use software installation frameworks like Easybuild(https://github.com/easybuilders/easybuild) or Spark. Those frameworks wrap the usual configuremake, cmake, and so on, to...

Hi Miles, thanks for your prompt reply. Well, many cluster admins use software installation frameworks like Easybuild(https://github.com/easybuilders/easybuild) or Spark. Those frameworks wrap the usual configuremake, cmake, and so on, to...

Documentation for heterogeneous clusters is also a matter of site policy. I think this page can only offer a certain way or maybe some ways to tackle this point. Building...

Switching to CMake instead of configure / make at least solves the issue with the relocation issue on rh8.5.

Hi, I'd like to suggest to change the default behaviour of wwctl node power, too. Currently, if wwctl power is called it is executed for all nodes. I'd suggest either...

Hi Nikita, thank you. Hm, Why are you loading mkl if it's not used and 2 Versions of FFTW and Anaconda?

Thanks for the link. I saw that too and set FFTW3_LIBRARIES to one of the fftw3 libs. Do you now the difference between those libs except for the single and...

@niktre Thank you for clearing that up. The fftw I used for the gcc variant is MPI-enabled How is mkl picked up? Probably I just didn’t see it in the...

I find 8 variations. Some indicate being for shared or static build. Then there is large array or 32bit array (ilp64 vs lp 64). libfftw3x_cdft_ilp64.a libfftw3x_cdft_ilp64_pic.a libfftw3x_cdft_lp64.a libfftw3x_cdft_lp64_pic.a libfftw3xc_intel.a libfftw3xc_intel_pic.a...

Found it http://geco.mines.edu/files/userguides/techReports/mklWrappers/index.html 3x_cdft is built with OpenMPI xc is the c-interface xf is the fortran-interface