Top "Fortran" questions

Fortran is a general-purpose, procedural, imperative programming language that is especially suited for numeric computation and scientific computing.

Visual Studio and FORTRAN working together?

I have recently started working on a project which is basically a GUI for a FORTRAN console application which runs …

visual-studio-2010 .net-4.0 fortran dllimport
Variable size arrays in Fortran without Allocate()

Is there a way to create variable size arrays in Fortran on the stack? Allocate() does not work for me, …

arrays memory fortran heap-memory stack-memory
How to install libgfortran.so.4 on ubuntu 16.06

An app I use just updated and it no longer runs on my system. When I try to run the …

ubuntu fortran ubuntu-16.04 gfortran
Error: Non-numeric character in statement at label (1)

This is the program I compile on ubuntu 14.04 using f95 First.f -o First and the program is !My first …

fortran
calculating double integrals in R quickly

I'm looking for a solution for a double integral that is faster than integrate(function(y) { sapply(y, function(y) { …

c r fortran integral
Can OpenMP be used for GPUs?

I've been searching the web but I'm still very confused about this topic. Can anyone explain this more clearly? I …

multithreading fortran gpu openmp openacc
Mac OS X R error "ld: warning: directory not found for option"

I am trying to install an R package from source, but getting an error: * installing *source* package ‘mclust’ ... ** package ‘mclust’ …

r macos gcc fortran gfortran
Infinity in Fortran

What is the safest way to set a variable to +Infinity in Fortran? At the moment I am using: program …

fortran infinity
Array of Strings in Fortran 77

I've a question about Fortran 77 and I've not been able to find a solution. I'm trying to store an array …

string fortran character fortran77
converter software for fortran 77 to fortran 90

i have coding for fortran 77 but i want to converted to fortran 90..where can i donwload the converter software??

fortran fortran90