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
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:
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
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
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
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