Response
This commit is contained in:
parent
c503efb55e
commit
8dbd4dc6de
1 changed files with 14 additions and 0 deletions
14
BSP_3_2to5/gh_response.txt
Normal file
14
BSP_3_2to5/gh_response.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
* 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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue