tkoenig1

Results 5 issues of tkoenig1

If you ever run out of ideas, go through https://www.programming-idioms.org/ and select a few of the idioms there.

Running "mvn install" from a clean build got me a few error messages: ```[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in de.neemann.digital.cli.CommandLineTesterTest...

A new version of gfortran 10 will not build Lapack 3.8.0 from source. The reason is a standards violation by the code (apparently a frequent idiom) where both rank-1 and...

This is very much a wishlist item. Would it be possible to get support for [espresso](https://github.com/classabbyamp/espresso-logic) into logisim? Although written in the 1980s, its algorithms still are state of the...

enhancement
investigating

I managed to get the first test to run under valgrind. This was a non-openmp version. valgrind --leak-check=full src/CovidSim "/home/tkoenig/covid-bin/src/CovidSim" "/c:1" "/BM:bmp" "/PP:/home/tkoenig/covid-sim/tests/uk-input/pre-params.txt" "/P:/home/tkoenig/covid-sim/tests/uk-input/input-noint-params.txt" "/O:/home/tkoenig/covid-bin/tests/uk-output/st-results-noint" "/D:/home/tkoenig/covid-bin/tests/uk-output/pop.txt" "/M:/home/tkoenig/covid-bin/tests/uk-output/st-pop.bin" "/A:/home/tkoenig/covid-sim/tests/uk-input/admin-params.txt" "/S:/home/tkoenig/covid-bin/tests/uk-output/st-network.bin" "/R:1.1"...