Installing Fortran on Windows

preview_player
Показать описание
Learn how to easily install Fortran on Windows with this step-by-step tutorial for beginners. In this video, we guide you through the process of setting up Fortran on your Windows system. We even install Modern Fortran extension in VSCode editor. We also setup fortls, Fortran language server. Stay tuned to simplify the installation process and start coding with Fortran on your Windows machine today!
Рекомендации по теме
Комментарии
Автор

Great video and very informative! I've installed the Fortran compiler, python for pip install and also added the paths but VSCode still shows the following error: "Modern Fortran Error starting fortls: Check that fortls is in your PATH or that "fortran.fortls.path" is pointing to a fortls binary." Could u plz help me with this? Is it because I have both python 3.9 and 3.11 versions installed?

Rainier
Автор

Hi, thanks for the tutorial!
I managed to run a hello world program. However, I am trying to run code that uses OMP library and not managing to run it.

use omp_lib -> Cannot open module file 'omp_lib.mod' for reading at (1): No such file or directory

drilonaliu
Автор

hi. i could not find fortran file inside of Assets

dov
Автор

Excellent video, but mine is not working, it is giving this error, could you help me?
gfortran hello.f90 -o hello
gfortran: fatal error: cannot execute 'f951': CreateProcess: No such file or directory
compilation terminated.

willamis
visit shbcf.ru