Category "intel-fortran"

How can I add intel Fortran compiler after installed intel oneAPI and visual studio?

I installed visual studio 2022 Community. Also, I installed Intel® oneAPI Base Toolkit and Intel® oneAPI HPC Toolkit. However, I do not know how to conf

How to call function from different file in fortran using microsoft visual studio

I created a program to calculate Fibonacci numbers, using a subprogram that contains functions. how to call the function in my main program in visual studio ps:

How to solve the problem of loading Fortran projects in Microsoft Visual Studio 2022?

After installing the version 17.2, I can no longer load my Fortran projects into Microsoft Visual studio. When I open the .sln file, I get the two following err

How to use the Fortran compiler in Intel Parallel Studio XE with Visual Studio

I am trying to debug a Fortran code. I have installed Intel Parallel Studio XE which includes the iFort compiler and Microsoft Visual Studio. During the install

"undefined reference" error when trying to compile a fortran program with external dependencies using ifort

I am using the following command to compile my fortran program, which is the last line of the result of the hdf5 h5fc command on my Ubuntu 20.04.4 LTS x86_64 ma

Data alignment inside a structure in Intel Fortran

I'm trying to align in memory the following type of data: type foo real, allocatable, dimension(:) :: bar1, bar2 !dir$ attributes align:64 :: bar1 !di