英文: Difference in trailing underscores in library symbols when building netcdf-fortran-4.2 问题 需要重新使用...
"_8" 后缀是在链接 OpenMP 库的 Fortran 调用时附加的。
英文: What is the "_8" postfix that is appended when linking openmp library fortran calls? 问...
constant number before a statement in fortran code
英文: constant number before a statement in fortran code 问题 我遇到了一个问题,找不到任何解释,考虑以下两个代码片段。 这个可以运行 Progra...
在Fortran中将函数结果用作字符长度。
英文: Using function result as character length in Fortran 问题 Fortran标准允许在自动分配中使用函数的结果来声明字符长度。这意味着在如下的...
如何从Fortran90矩阵中删除随机行
英文: How to remove random rows from a matrix in Fortran90 问题 好的,以下是翻译好的内容: 问题如下。在我的作业中,我应该创建一个(3,1000...
Fortran参数通过两个连续逗号(,,)省略 – 替换为使用显式接口
英文: Fortran argument omitted via two consecutive commas (,,) - replace for use with explicit interfa...
为什么在将分配的数组传递给子例程时它会变为未分配?
英文: Why an allocated array gets unallocated when it is passed to a subroutine? 问题 The first output &...
Fortran为什么不为独立的子例程/函数创建显式接口?
英文: Why Fortran does not create explicit interfaces for stand-alone subroutines/functions? 问题 使用子例程并...
在Fortran中将数组传递给子程序:假定形状 vs 显式形状
英文: Passing arrays to subroutines in Fortran: Assumed shape vs explicit shape 问题 在将数组传递给过程时,从速度和内存的角...
Fortran排序/排序
英文: Fortran sorting/ordering 问题 我正在寻找执行排名操作的Fortran例程。也就是说,给定一个一维数组,我想要一个例程,返回该数组中(降序)排序值的索引。我找到的所有例...
4