Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I compile/link a serial program which contains LAPACK routines?

0
Posted

How do I compile/link a serial program which contains LAPACK routines?

0

Suppose that I want to compile and link my C++ HW6.cpp file using the lapack library at /users/my_account/. At the command prompt, type: > xlC -o HW6 HW6.cpp -L/users/my_account/ -llapack_ppc -lessl -lm -lxlf90 -lxlf This will produce the compiled and linked executable HW6.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123