Andreas Potschka

Results 13 comments of Andreas Potschka

The `REPLACE_LINALG` flag in the makefiles (e.g., `make_linux.mk`, line 46) is usually used for this. If set to 1, the files `BLASReplacement.o` and `LAPACKReplacement.o` will not be passed to the...

The `bin` directory should be created by the make process. Try `mkdir bin` before running `make` as a quick fix.

The reason is the following: `nWSR` is currently used as an input and an output variable. This means that the maximum number of allowed working set changes will decrease monotonically...