fortran
CMake Fortran Dependency Checking
According to the \"Mastering CMake\" book 4th edition, the \"output_required_files\" command should take a source file and produce a list of all other source file it depends on. So far I tried it with[详细]
2023-03-08 01:32 分类:问答ACCESS_VIOLATION in PGI visual fortran
I\'m writing a fortran program using PGI visual fortran. The code consists of rather lengthy two modules and a main PROGRAM. Nothing seems wrong to me and the program compilation and build are success[详细]
2023-03-07 08:28 分类:问答Difference between Fortran 90 and Fortran 95
Can I compile Fortran 90 files with a Fortran 95 compiler?Ther开发者_运维百科e seems to be a lot for Fortran 95 but not Fortran 90.Yes, you can compile Fortran 90 programs with a Fortran 95 compiler.A[详细]
2023-03-06 04:03 分类:问答Reading fortran double precision format into python
I am trying to read a Fortran double-prec开发者_JAVA百科ision number like 1.2345D+02 into python, but I got the following error:[详细]
2023-03-06 03:08 分类:问答How can I set Xcode Organizer to run with x86_64 binaries?
I\'m programming in fortran and I could use a nice interface to a debugger. Following the advice of this page, I decided to give the Xcode organizer a try.[详细]
2023-03-05 19:47 分类:问答fortran in Xcode
how I can programming in fortran with XCode 3.2 for 开发者_StackOverflow中文版OSX? I try with this plugin for gfortran[详细]
2023-03-04 19:54 分类:问答Fortran double precision program with a simple MKL BLAS routine
In trying to mix precision in a simple program - using both real and double - and use the ddot routine from BLAS, I\'m coming up with incorrect output for the double precision piece. Here\'s the code:[详细]
2023-03-04 15:11 分类:问答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 分类:问答Implicit none - Explicit type - Abstract interface - Error
The following Fortran Code: module Mod implicit none TYPE derivedtype procedure(procInterface),POINTER,PASS::f[详细]
2023-03-02 23:51 分类:问答C preprocessor macro to convert string of Fortran program to lowercase?
I would like to do the following: In a FORTRAN program call myPackageFunction(\"MPI_User_function\") ...shall be transf开发者_运维问答ered BY A C PREPROCESSOR MAKRO to...[详细]
2023-03-02 17:40 分类:问答