Post

Replies

Boosts

Views

Activity

Using BLAS and LAPACK
I am really lost and very much a newbie to programming. I am trying to use the BLAS and LAPACK libraries. I am programming in VSCODE and at the terminal when I'm trying to run my code I am using this command - g++ MV_mult_sequential.cpp -I/usr/local/include -L/usr/local/lib -llapack -lblas. I think there is some way I could be using Accelerate to do this, but again I have no clue. I have no idea if I'm doing anything correctly. I could use some guidance.
2
0
3.1k
Jan ’22
Using BLAS and LAPACK
I am really lost and very much a newbie to programming. I am trying to use the BLAS and LAPACK libraries. I am programming in VSCODE and at the terminal when I'm trying to run my code I am using this command - g++ MV_mult_sequential.cpp -I/usr/local/include -L/usr/local/lib -llapack -lblas. I think there is some way I could be using Accelerate to do this, but again I have no clue. I have no idea if I'm doing anything correctly. I could use some guidance.
Replies
2
Boosts
0
Views
3.1k
Activity
Jan ’22