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
How to substitute libedit readline with GNU readline on Mac OS
On my Mac OS (Moneterey 12.1) I see $NetBSD: readline.h, v 1.33 2012/05/15 which I guess is a part of libedit library. I want to use readline.h which is a part of GNU readline library.
Is it possible...

Ardak S
Votes: 0
Answers: 1
Why does weak attribute in gcc work differently in static library than for object files?
On stack overflow there are numerous threads of people confused with linking weak symbols to the static library. In short, when using only object files (and no libraries), weak will always be overwrit...

Dino Saric
Votes: 0
Answers: 1