Excercises_GeorgMandl/BSP_3_2to5/gh_response.txt
2025-11-21 16:07:25 +01:00

14 lines
246 B
Text

* g++ -O3 *.cpp
mit BLAS
g++ -O3 -I/usr/include/x86_64-linux-gnu *.cpp /usr/lib/x86_64-linux-gnu -lblas
besser
g++ -O3 -I/usr/include/x86_64-linux-gnu *.cpp /usr/lib/x86_64-linux-gnu -lopenblas
* Bislang 9 von 18 Punkten in Ex_3