python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GNU FORTRAN OpenACC Accessing an allocatable member of a derived type on device
I need to access an allocatable member of a derived type on device. I found a good solution here. However, it uses a PGI compiler. I could not figure out how to install that compiler with all the lice...

DKS
Votes: 0
Answers: 2
Fortran 77 compilation for IRI 2016 model
I've been trying to compile the IRI model lately, somewhat unsuccessfully. I've downloaded the IRI 2016 + common files + indices files, and using the test file to, well, test. I'm using gfortran (thou...
Chloé Benz
Votes: 0
Answers: 0
`_gfortran_os_error_at could not be located in the dynamic link library` with allocatable variable using MSYS2
I am having this strange error when compiling a simple code using msys2:
The procedure entry point _gfortran_os_error_at could not be located in the dynamic link library
Other compiler implementation...
M. Mustafa
Votes: 0
Answers: 0