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)
gfortran compiler error calling recursive log_gamma function
I uploaded a 2F1 hypergeometric function but it turns out that it does not compile on my computer. It is from this article. I use
GNU Fortran (Built by Jeroen for the R-project) 8.3.0
shiped with RT...
Denis Cousineau
Votes: 0
Answers: 2
How to compile 10^9 kind-8 integer array in gfortran
I want to create an array of 10^9 kind 8 integers in gfortran (Fortran f90 or f95).
I tried declaring it as follows
integer(kind=8) :: x(1000000000)
I expected it to compile but it doesn't. If instead...
EGME
Votes: 0
Answers: 1
GCC Cython refuses to link gfortran in outside conda environment
I'm trying to make a package that binds Fortran code through Cython work outside of conda environments, like Fedora 35 or a Ubuntu 18.04, the problem is that while building the extension, gcc refuses...
RomuloPBenedetti
Votes: 0
Answers: 0
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