Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Thank you very much for this tutorial. Please make more videos teaching quantum espresso and dft
Thank you very much, professor.
Great brother 🎉
Hi!Will this work for CBLAS as well? If not, what do i have to change to make it work?Thank you
Thank you sir.
Hey, after you transferred the two .a files to your other directory, what do you enter into the command line when you want to run a .f90 file that calls a lapack subroutine?
The syntax is as below:gfortran hello.f9 -llapack -lblas -o hello.x
@@supercomputer_Nepal do you need to copy any other files or directories in order to run that, or will the two .a files be enough for it to work?
Only the two .a files on /usr/local/lib/
@@supercomputer_Nepal ok, thanks. I did realize that in order for it to compile, the syntax needs to be main.f90 llapack.a lblas.a -o main.x
Thank you very much for this tutorial.
Please make more videos teaching quantum espresso and dft
Thank you very much, professor.
Great brother 🎉
Hi!
Will this work for CBLAS as well?
If not, what do i have to change to make it work?
Thank you
Thank you sir.
Hey, after you transferred the two .a files to your other directory, what do you enter into the command line when you want to run a .f90 file that calls a lapack subroutine?
The syntax is as below:
gfortran hello.f9 -llapack -lblas -o hello.x
@@supercomputer_Nepal do you need to copy any other files or directories in order to run that, or will the two .a files be enough for it to work?
Only the two .a files on /usr/local/lib/
@@supercomputer_Nepal ok, thanks. I did realize that in order for it to compile, the syntax needs to be
main.f90 llapack.a lblas.a -o main.x