英文: How can I debug into Fortran code from C#? 问题 I have a mixed language class library used for num...
能否从C调用f77子程序?
英文: Can an f77 subroutine be called from C? 问题 如果Fortran子程序是一个旧的F77子程序,那么这种绑定显然不是一个可用的解决方案。最佳替代方法是什么...
为什么这个简单的Fortran矩阵求逆代码在使用LAPACK时没有返回预期的值?
英文: Why is this simple Fortran matrix inversion code not returning the expected value with LAPACK? 问...
LAPACK在Fortran中产生错误结果。
英文: Wrong Results in from LAPACK in Fortran 问题 I installed LAPACK in Msys2 by pasting the command fr...
如何理解Fortran中没有参数和括号的子程序。
英文: How to understand a subroutine without argument and bracket in Fortran 问题 学习F90时,我看到大多数教程甚至一些书籍教...
链接器、库、可执行文件和依赖项
英文: Linker, libs, exe and dependencies 问题 让我们假设我有项目B到Z,它们都在它们的Visual Studio解决方案中使用了项目A(生成一个.lib)。例如,...
OpenMP线程未充分利用新机器上的CPU核心。
英文: OpenMP Threads not fully utilize CPU cores on new machine 问题 I have a multi-threaded application...
LAPACK在使用带状矩阵求解器时产生不同的输出
英文: LAPACK different outputs when using solvers for banded matricies 问题 I've been stuck at this for ...
Fortran函数用于确定一个整数是否是2的幂或不是。
英文: Fortran function to determine if an integer is a power of 2 or not 问题 我正在尝试编写一个Fortran函数,用于确定一个整...
What could be the cause of "output statement overflows record, unit -5, file Internal Formatted Write"error?
英文: What could be the cause of "output statement overflows record, unit -5, file Internal Forma...
4