python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to run subprogram from another file in fortran using vscode
I have 2 Fortran source files, the function as the subprogram and the main code for running the program, how can I call the function in the main program?
if using gfortran in Linux we can use
gfortran...
remonae
Votes: 0
Answers: 0
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: i use intel compiler
the function that ...
remonae
Votes: 0
Answers: 2
What are the equivalent compilation options for gfort given the ifort compilation?
I am trying to compile a code using gfortran instead of ifortran. The gfortran code runs much much slower than the ifortran code. It does not even use all threads from my computer. I have 40 cores and...
phdstudent
Votes: 0
Answers: 1
How to add machine type to Intel fortran VS2019 bat file built dll filename
Intel fortran parallel studio in VS2019 provides two cmd shortcuts, each sets the environment appropriately for either a 32bit or 64bit compiler command line build. The process window title includes t...
Micks
Votes: 0
Answers: 1