-
Recent Fortran language resources usually recommend defining a module with constants defining the precision that are later reused throughout the code, for example:
```Fortran
module precision
i…
-
Dear all,
I implemented a multi-threaded library in Fortran and C++, and on the Fortran side, I need thread-local variables for making Fortran-side thread-safe. Currently, thread-local variables ar…
-
Following the instructions to build mumps into a shared library on windows I'm stuck as the recommended fortran compiler (ifx) doesn't support shared libraries, and I need that (dll) for upsteam usage…
-
Sherry,
When I try to cmake superlu_dist on a system without a Fortran compiler I get
Error configuring SUPERLU_DIST with cmake Could not execute "cd /Users/barrysmith/Src/petsc/arch-nofortran/e…
-
## Overview
- A Fortran wrapper for MPTRAC has been developed in the context of the natESM LAGOON sprint.
- The code for the wrapper has been developed separately from the MPTRAC git repo, but sho…
-
The callbacks for this bindings are implemented in an ad hoc fashion, with the primary aim to closely match the NLopt API in a Fortran-friendly way. However, this might not be the best/only way to def…
-
http://yaml.org/ lists only 3 libraries in C/C++/Fortran that can read it, one of the link (Syck) doesn't work, so there are only 2 libraries.
http://www.json.org/ lists 16 libraries in C, 19 in C++ …
-
hi, nowadays I want to move my slam pkg to ros-android which depends liblapack. But lapack depends on Fortran compiler. I used both the script build_library_with_toolchain.sh and build_library_with_cm…
-
On the process of compiling CESM using Fujitsu compiler, an error says
`Fortran diagnostic messages: program name(m_zeit)
Module subprogram name(allflush_)
jwd2520i-s "/lustre/home/yomma/CESM/l…
-
### Discussed in https://github.com/JuliaInterop/Clang.jl/discussions/508
Originally posted by **amontoison** August 30, 2024
Some Fortran libraries, like `CUTEst`, can be easily compiled in q…