Markus Geimer
Markus Geimer
Regarding families: Instead of guarding the `family` statement in Tcl, the corresponding functionality could also be emulated using environment variables: ``` switch [module-info mode] { load { if [info exists...
@boegel It's a poor man's approach to prevent loading two modules of the same family. I've used it in the past and it works pretty well. Lmod is actually going...
I just ran into the same issue ('lto' toolchain option ignored for a `GCCcore` package). Unfortunately, just adding `lto` to `COMPILER_C_UNIQUE_FLAGS` and `COMPILER_F_UNIQUE_FLAGS` in `toolchains/compiler/gcc.py` is not sufficient. At least...
> In that case, I would suggest removing the Score-P and Scalasca testing from the `.spec` file and I'll work on getting tests for Score-P ready. Scalasca already has some...
My initial observation that indentation is always four columns to the left of where it should be is not correct. I tried to play around with a longer stream name...