Search code examples
Conditional compilation in gfortran...


compilationfortranconditional-statementsgfortranflags

Read More
Fortran with Sparse BLAS not flushing memory...


fortransparse-matrixblasintel-mkl

Read More
Standard conforming way to get command line arguments in FORTRAN77...


iofortrancommand-line-argumentsfortran77

Read More
Fortran C interface for program containing non-c-interoperable derived type...


fortrancythonlanguage-interoperability

Read More
Processing a shared array by a passed index in a subroutine in a parallel loop...


fortranopenmp

Read More
Gfortran type mismatch error despite "-fallow-argument-mismatch" flag...


fortrangfortran

Read More
Removing whitespace in string...


fortrantrimfortran90gfortran

Read More
Pointer to OpenBLAS subroutines in fortran...


fortranfunction-pointersopenblas

Read More
Valgrind complains reading from a file...


iofortranvalgrindintel-fortran

Read More
Use FP exception traps (-ffpe-trap/-fpe0) for code linked against SIGFPE-unsafe library (libxml2)...


exceptionfortranslurmlibxml2

Read More
Reading missing data from a file...


fortran

Read More
Do most compilers optimize MATMUL(TRANSPOSE(A),B)?...


fortrangfortranintel-fortranmicro-optimization

Read More
Fortran: Is there a way to conditionally use modules?...


modulefortranconditional-statementsgfortran

Read More
Infinity in Fortran...


fortraninfinity

Read More
Fortran runtime error: Cannot open file (No such file or directory)...


fortran

Read More
Fortran 77 DO label also used by IF/GOTO...


fortrangfortran

Read More
In Fortran 90, is it impossible to refer to previously-declared variables in the declaration stateme...


fortrandeclaration

Read More
What does `use omp_lib` actually do?...


fortranopenmpintel-fortran

Read More
Repeated single precison complex matrix vector multiplication (speed and accuracy improvement)...


fortranopenmpblasintel-mkl

Read More
Cannot open module file 'hdf5.mod' for reading at (1): No such file or directory...


ubuntucompiler-errorsfortranhdf5windows-subsystem-for-linux

Read More
how to passing arrays of strings from fortran dll to python with ctype...


pythonstringdllfortranctypes

Read More
What is the most efficient way to pass a large array to a subroutine in Fortran?...


arraysfortran

Read More
How does gfortran with optimization flags interpret nested implied do loops?...


fortrancompiler-optimizationgfortrando-loops

Read More
Fortran: Syntax error in WRITE statement at (1)...


file-iofortran

Read More
What flags to set for GFORTRAN compiler to catch faulty code?...


debuggingdeploymentfortrangfortran

Read More
Updated: Should I put MPI in a module or a module's subroutine?...


modulefortranmpisubroutine

Read More
Fortran Derived Type cannot Access Other Parameters...


fortran

Read More
Writing a lot of values to a file with the same format and line breaks...


fortran

Read More
Why do I get a segmentation fault problem in this program when the matrix dimension is too large (in...


compiler-errorsfortranmatrix-multiplicationgfortranintel-fortran

Read More
Does the code following the end of a loop label execute in the loop...


fortran

Read More
BackNext