gfortran
Multiple definition of main: linking fortran with C++
I would like to write a C++ program that calls the mvndst_() subroutine from http://www.math.wsu.edu/faculty/genz/software/fort77/mvndstpack.f[详细]
2023-04-13 05:08 分类:问答interprocedural analysis
Does gcc (C, C++ and Fortran compilers in particular) support interprocedural analysis to improve performance?[详细]
2023-04-07 17:45 分类:问答Linking FORTRAN and C++ objects files
I am going to call a C++ function from FORTRAN, for which I am using ISO_C_Binding module. After compaction of the FORTRAN main file and C++ function with commands[详细]
2023-04-02 03:44 分类:问答Unable to open a cgns file
Okey, this is not a core programming question; it is more of a question regarding cgns (CFD general notational system) API.[详细]
2023-04-01 17:52 分类:问答A little help regarding openMP and gomp
here is the parallel(verbatim) version of matrix to vector multiplication as implemented in this book[详细]
2023-03-25 21:46 分类:问答Relation of GNU f77/gfortran and f2c?
What is the relatio开发者_StackOverflow社区n of g77/gfortran and f2c today? Is there still development going on? Is one benefiting from the others advances (like bugs and performance)?[详细]
2023-03-13 11:56 分类:问答Iterating over a FORTRAN character array
Ok, I\'m having mucho trouble with the following Fortran 90 code. The program tester should create a character array called input, initialize all the entries to the space character, then get some stri[详细]
2023-03-10 02:41 分类:问答Progress bar is not being written continuously in ifort while it is in gfortran
I have wrote a genetic algorithm in Fortran to be able to compute with a long double precision a generic fitness function. The first version (double precision) was written for gfortran where I impleme[详细]
2023-03-04 06:13 分类:问答using PowerShell with Code::Blocks
My machine is Win 7. How can I change in Code::Blocks the shell from cmd to PowerShell? Code:Blocks use the cmd as a shell, but I want that he will u开发者_开发技巧se the PowerShell instead.[详细]
2023-03-03 10:28 分类:问答How to get gfortran to do INTEGER - LOGICAL conversion
According to this, gfortran can do integer-logical conversion, but I\'m getting t开发者_如何学Gohis error:[详细]
2023-03-02 19:16 分类:问答