Alexander Grund

Results 767 comments of Alexander Grund
trafficstars

For the `sanity_check_paths` something came up: Shall we require the "files" and "dirs" key in the type check or have them optional there and handle it someplace else, e.g. as...

I think this is https://github.com/envmodules/modules/issues/82 caused by running the extension step multiple times without resetting the environment. I hope the new commit fixes this.

Rebased and fixed. The test easyblock used a generic signature.

This is about OpenMPIs build process. And it might indeed be libtool adding that. > GNU Libtool only adds -rpath for directories that are not in default library search paths....

Yes I see it in the output. It looks like `libtool: link: gcc -Wall -O2 -DNDEBUG ... -pthread -Wl,-rpath -Wl,/usr/lib64` What might be relevant: I have a `libxpmem.la` file in...

@ggouaillardet No there is no such flag. But there is `-L/usr/lib` and IIRC the linker automatically searches the lib64 folder for any lib folder. The resulting command looks like: `gcc...

> Open MPI is supposed to filter out -L/usr/lib64 (that could imply -Wl,-rpath,/usr/lib64) so I wanted to double check there was no issue here. Not exactly sure where that filtering...

That likely works although requires manual effort which I'd like to avoid. So easiest might be to consistently not use that if there is no significant effect on e.g. performance.