fortran
Static Linking in Fortran
I\'ve developed a module written in C++ that manages the licenses for my company\'s product. To prevent DLL replacement, it is our goal to staticall开发者_高级运维y link the DLLin the solution. This i[详细]
2023-04-12 15:13 分类:问答Compile an old fortran code
I need to compile an old (1992) fortran code. This code run in some SGI IRIX workstation and it was originally 开发者_JAVA百科compiled with f77. I get errors if I try to compile it with gcc (g77) on m[详细]
2023-04-12 06:22 分类:问答Are there any ports of SLATEC?
Are there any other libr开发者_StackOverflow社区aries of code implementing SLATEC? Finding a Fortran compiler is possible, but if there\'s anything else out there it\'d be helpful.A quick Google searc[详细]
2023-04-12 04:22 分类:问答How to force numpy array order to fortran style?
I am using quite a lot of fortran libraries to do some mathematical computation. So all the arrays in numpy need to be Fortran-contiguous.[详细]
2023-04-11 17:01 分类:问答Problems compiling with changes to f2py
I am trying to update my package scikits.bvp_solver (source here) and I have run into some problems with f2py generated files. The files \'bvp_solverf-f2pywrappers2.f90\' and \'bvp_solverfmodule.c\' w[详细]
2023-04-11 16:18 分类:问答Function call stopping/hanging when containing a write-statement, but only when linking with certain libraries during compilation
Here is my minimal example: program test implicit none real :: testfunc write(*,*) \"Writing from main\" write(*,*) testfunc()[详细]
2023-04-10 18:19 分类:问答Prevent over- or underflow
I am calling gges and I want to get the eigenvalues. In the Application Notes I read this di开发者_运维技巧sclaimer:[详细]
2023-04-10 17:00 分类:问答What visualization libraries are available for Fortran? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-09 20:32 分类:问答Opening multiple files in Fortran 90
I would like to open 10,000 files with file names starting from abc25000 until abc35000 and copy some information into each file. The code I have written is as below:[详细]
2023-04-09 08:10 分类:问答how to use lapack under windows
I want to use lapack and make C++ matrix wrapper for it, but lapack is written in Fortran, there are some clapack but I want to use it from source. compile firstly *.f and *.cpp files to object files开[详细]
2023-04-08 18:47 分类:问答