damianam

Results 10 issues of damianam

The title says it all. `icc` fails with this message: > error: "__builtin_shuffle" is not supported Any chance of getting an alternative implementation for `icc`? This impacts the compilation of...

It could be useful to support different connection options for GWs than for end points. Example: large clusters with GWs, where the hierarchical setup is beneficial, but where one does...

A user complained because his collection broke and his jobs failed. The collection broke because we changed one module to have ``` if not isloaded("one_module/.version") then load("one_module/.version") end ``` instead...

and to make the check for static libs in mpich optional, as they aren't always there

enhancement

I'd argue that when using special groups for installing software, EB shouldn't make the files group writable unless explicitly forced. Example: -You have a group of people installing software. They...

problem report

Currently the dump of the `reprod` directory is happening after the last hook that is package specific. All other hooks after that are not specific to any EB file (with...

Without these changes those variables are not defined correctly. Example of the resulting difference: ```diff -set DEFCUDAVERSION=12.3; -set DEFSTDPARCOMPUTECAP=; +set DEFCUDAVERSION=12; +set DEFSTDPARCOMPUTECAP=80; ```

bug fix