All Fortran Answers
- Fortran: integer*4 vs integer(4) vs integer(kind=4)
- Convert integers to strings to create output filenames at run time
- Why Segmentation fault is happening in this openmp code?
- Output formatting: too much whitespace in gfortran
- changing array dimensions in fortran
- Format string for output dependent on a variable
- Procedure with assumed-shape dummy argument must have an explicit interface
- How does BLAS get such extreme performance?
- Correct suffix for Fortran 2003 source file - Intel Fortran compiler
- How to initialize two-dimensional arrays in Fortran
- Where to put `implicit none` in Fortran
- Tentative definitions in C and linking
- Unexpected “padding” in a Fortran unformatted file
- Computing the cross product of two vectors in Fortran 90
- Why are the elements of an array formatted as zeros when they are multiplied by 1/2 or 1/3?
- Passing external function of multiple variables as a function of one variable in Fortran
- Reading a binary file with python
- Fortran OpenMP program shows no speedup of CPU_TIME()
- MPI_Recv overwrites parts of memory it should not access
- How to alias a function name in Fortran
- Print to standard output from a function defined in an Fortran module
- gfortran for dummies: What does mcmodel=medium do exactly?
- Function pointer arrays in Fortran
- Good profiler for Fortran and MPI
- Line truncated, Syntax error in argument list
- Reading data file in Fortran with known number of lines but unknown number of entries in each line
- Strange label usage for an IF condition in a DO loop
- What flags do you set for your GFORTRAN debugger/compiler to catch faulty code?
- Fortran SAVE statement
- how to write wrapper for 'allocate'
- How to get priorly-unknown array as the output of a function in Fortran
- Fortran: `READ(*,*)` != Command-line arguments. How to use command line arguments?
- Difference between “character*10 :: a” and “character :: a(10)”
- Error: Nonnegative width required in format string at (1)
- Function in fortran, passing array in, receiving array out
- In Fortran 90, do array dimensions have to be declared beforehand?
- MPI_Gather gives seg fault in the most basic code
- Creating a FORTRAN interface to a C function that returns a char*
- How to increase array size on-the-fly in Fortran?
- What is the purpose of result variables in Fortran?
- gfortran does not allow character arrays with varying component lengths
- How to override a structure constructor in fortran
- Function has no implicit type
- Pass arrays from C/C++ to Fortran and return a calculated array
- Defining a function returning an array
- Direct indexing of function return value in Fortran
- Fortran subroutine returning wrong values
- Passing type bound procedures as arguments
- Determine variable names dynamically according to a string in Fortran
- What is the purpose of * in Fortran input/output
- Looping over variable file names
- How do you USE Fortran 90 module data
- Fortran intent(inout) versus omitting intent
- Understanding LAPACK calls in C++ with a simple example
- Proper use of modules in Fortran
- Are Fortran control characters (carriage control) still implemented in compilers?
- ALLOCATABLE arrays or POINTER arrays?
- Having parameter (constant) variable with NaN value in FORTRAN
- Passing strings for execution in Fortran subroutines
- Skip a line from text file in Fortran90
- Are local variables in Fortran 77 static or stack dynamic?
- Fortran functions returning unexpected types and values
- Why is the type not accessible?
- Fortran array automatically growing when adding a value
- Writing multiple output files in Fortran
- Variable format
- How to declare an array variable and its size mid-routine in Fortran
- Fortran function in a module not found by subroutine in the same module
- Is Fortran unable to do the addition between 865398.78 and -865398.78? Why the answer is -0.03?
- Syntax error when using caret for exponentiation
- SciPy build/install Mac Osx
- Why define PI = 4*ATAN(1.d0)
- Do Fortran 95 constructs such as WHERE, FORALL and SPREAD generally result in faster parallel code?
- Best way to write a large array to file in fortran? Text vs Other
- Confusing double precision real in Fortran
- What is the explicit difference between the fortran intents (in,out,inout)?
- Can not install gfortran via homebrew
- How to force numpy array order to fortran style?
- lgfortran not found
- Is it possible to map a discontiuous data on disk to an array with python?
- Difference between local allocatable and automatic arrays
- Unexpected data declaration error in Fortran when creating array
- Wrong result when using a global variable in Fortran
- Standard input and output units in Fortran 90?
- Including a compiled module in module that is wrapped with f2py (Minimum working example)?
- Why Compile to an Object File First?
- How can gfortran tell if I am compiling f90 or f95 code?
- How to check if Fortran array contains value?
- Specify directory where gfortran should look for modules
- fortran, passing allocatable arrays to a subroutine with right bounds
- Fortran 2003 / 2008: Elegant default arguments?
- Fortran forall restrictions
- R & Fortran call
- MPI Fortran code: how to share data on node via openMP?
- getting free unit number in fortran
- Calling Fortran subroutines with optional arguments from C++
- binary search efficiency vs. linear search efficiency in fortran
- Compile Fortran module with f2py
- Calling FORTRAN dll from C# and assigning values to array of structures
- How to pad Fortran floating point output with leading zeros?
- Extended double precision
- Module or main program array must have constant shape error in Fortran
- Reading input files in FORTRAN
- Calling C++ from Fortran (linking issue?)
- OpenMP private array - Segmentation fault: 11
- Creating heterogeneous arrays in Fortran
- When is array deallocating necessary?
- Allocate dynamic array with interdependent dimensions
- Gfortran pre-processor directives for Different Operating systems
- Does MINLOC work for arrays beginning at index 0? (Fortran 90/95)
- Long ints in Fortran
- Integer output formatting with print statement
- ifort and out of bound Index - Odd Behaviour
- “__gfortran_pow_c8_i4” error when linking .o files from g++ and gfortran using g++
- Can the shape of an array in an interface match multiple fixed array size?
- error in if-statement, requires scalar logical expression
- Does Fortran have undefined behavior?
- Is it necessary to check an optional argument before passing it to another optional argument?
- Access elements of returned array in Fortran
- Error: Non-numeric character in statement label at (1)?
- OpenMP Several “shared”-directives?
- Read FORTRAN formatted numbers with Python
- Size of array after a deallocate
- How to use a user-defined-type in a Fortran interface
- pass fortran 77 function to C/C++
- Puzzling performance difference between ifort and gfortran
- Makefile with different source types
- How to get the name of a file acting as stdin/stdout?
- How to get rid of unwanted spacing in Fortran's print output?
- Fortran PARAMETER variable initialized from input
- Initilalising an array with a sequence in Fortran
- Includes revealing with Fortran preprocessor
- When does a module go out of scope in Fortran 90/95?
- Can CPP preprocessing statement in Fortran be indented?
- Is the storage of COMPLEX in fortran guaranteed to be two REALs?
- What is the effect of passing an allocatable variable into a subroutine with non-allocatable argument?
- How to pass a function with multiple arguments to a subroutine that expects a function with only one argument?
- Print and write in one line?
- MPI Fortran compiler optimization error
- Unrecognized token '&' in Fixed Fortran continuation lines
- Assumed string length input into a Fortran function
- Dynamic output format setting
- Strange Function Call behavior
- Ambiguous reference to variable
- finding specific indices with pointer array
- Why is the counter variable unexpectedly increased in every subroutine call?
- Incorrect/inconsistent results from zgeev() LAPACK
- precision of real variable
- Embed python into fortran 90
- In Fortran 90, what is a good way to write an array to a text file, row-wise?
- Fortran 90 Resources?
- What does “%” mean / do in Fortran?
- Automatic Ordering of Object Files “*.o” in a Fortran Makefile
- Which is the diffeence between an INTERFACE block and a MODULE procedure in fortran?
- Still can't install scipy due to missing fortran compiler after brew install gcc on Mac OS X
- how to call a Fortran90 function included in a module in c++ code?
- Fortran 90 compiling issue: undefined reference to <modulename>
- What does => (equals greater than) mean in Fortran?
- For three digit exponents Fortran drops the 'E' in the output
- Fortran function: pointer as actual argument and target as formal
- reading data from txt file in fortran
- How can I implement a linked list in fortran 2003-2008
- Fortran-C interoperability and float arrays
- using a Fortran module in R?
- FORTRAN - allocatable array in subroutine
- How to add a shell command and use the result in a Fortran program?
- Huge fort.# files when running gfortran
- Calling an internal subroutine inside OpenMP region
- Is it possible to send data from a Fortran program to Python using MPI?
- Associated pointers in derived type? gFortran vs. Intel
- Fortran runtime warning: temporary array
- Testing floating point numbers equality
- What is the point of BLOCK in Fortran?
- Broadcast array multiplication in Fortran 90/95
- Mixed C++ and Fortran Linking Issue
- How to build or where to get an Android NDK stand-alone toolchain supporting fortran?
- Pointers in pure functions
- Passing an internal procedure as argument
- How to make some generic programming in fortran 90/95 working with intrinsic types
- Function call stopping/hanging when containing a write-statement, but only when linking with certain libraries during compilation
- Fortran interface to call a C function that returns a pointer to an array
- Extract substring of Fortran string array
- Can I mimic multiple passed-object dummy arguments in Fortran?
- Number of lines of a text file
- ISO_FORTRAN_ENV or -fdefault-real-8 to promote reals to double precision
- GFortran and CodeBlocks issue with Modules and Multiple Files
- Resizing of Multi-Dimensional Arrays when Passed
- Fortran: How do I allocate arrays when reading a file of unknown size?
- Zero indexed array in Fortran?
- Fortran codes won't compile on Mac with gfortran
- Installing gfortran in Linux as a user
- How to call a function in Fortran that is defined in a separate file?
- Fortran array rank for matmul intrinsic
- Arrays of strings in Fortran-C bridges using iso_c_binding
- How to use and verify quad precision in gfortran?
- Suppressing line breaks in Fortran 95 write statements
- “initial” statement / automatic constructor for a Fortran derived type
- how to stop a fortran program abnormally
- What is a good way to get file size in bytes using Fortran?
- How to do a fftw3 MPI “transposed” 2D transform if possible at all?
- How to allocate an array inside fortran routine “called” from C
- How to pass character array into string
- Concise notation for inheriting size from other array?
- Preserve bounds in allocation in intrinsic assignment
- Why is this attempt to pass a pointer from C++ to Fortran not working?
- Reading a sequence of integer in a line with unknown bound in fortran
- gfortran error: unexpected element '\' in format string at (1)
- Include both .f and .F90 file in Fortran main file header
- Is there a limit to the number of arguments passed to a fortran function?
- Error: If selector expression in SELECT TYPE is not a named variable, associate-name=> shall appear
- OpenMP no threading in subroutine
- Fortran order of operations for exponents
- How do I print extremely small double precision numbers with fixed format in Fortran?
- How can I make gfortran or ifort tell me when it implicitly promotes a REAL(4) to a REAL(8)?
- Fortran Functions with a pointer result in a normal assignment
- Function result has no implicit type
- reading fortran unformatted file with python
- Simple program, that only produce zeros, bug?
- How to reverse a chain of characters?
- Fibonacci numbers becoming negative after a certain term
- A fortran timing issue I cannot understand
- Unable to pass array from FORTRAN to C
- Syntax error in call statement in Fortran
- About using Fortran function in C with iso_c_binding
- Cannot detect file existing or not
- Fortran: reading a row of numbers into an array
- Compiling with clang and gfortran
- How to use gfortran for Fortran 90 with .for file extension?
- segfault with -fopenmp for a trivial program
- How to read variables of unknown width?
- Fortran formated output for floating point numbers
- reading multiple files in fortran
- fortran type missmatch calling function
- Writing robust and “modern” Fortran code
- call functions from a shared fortran library in python
- How can I visualize Fortran (90 or later) source code, e.g. using Graphviz?
- Purpose of LDA argument in BLAS dgemm?
- Why is the gcc math library so inefficient?
- Fortran procedure pointer to subroutines in derived type
- cholesky decomposition ScaLapack error
- How do I pass a 2D array in C++ to a Fortran subroutine?
- Fortran DO loop, warning to use integer only
- how to write a huge matrix to file row by row (fortran 90)
- Cython and fortran - how to compile together without f2py
- Is gcc's asm volatile equivalent to the gfortran default setting for recursions?
- How can I ensure that my Fortran FORALL construct is being parallelized?
- OS X package installation issue: Can't find gfortran 4.8 to build package
- What is the difference between “stop” and “exit” in Fortran?
- Can Random Number Generator of Fortran 90 be trusted for Monte Carlo Integration?
- Fortran matrix multiplication performance in different optimization
- How do I format a PRINT or WRITE statement to overwrite the current line on the console screen?
- Overloaded fortran interface with different ranks
- Thread-safe uniform random number generator
- Fortran dynamic libraries, load at runtime?
- The name of a subroutine can be a variable in Fortran?
- Implicit do loop array initialization
- Allocatable character variables in Fortran
- How to compile Python scripts for use in FORTRAN?
- Automatic array deallocation in Fortran
- Fortran: handling integer values of size: ~700000000000
- Different CHARACTER lengths (3/4) in array constructor, how to trim strings - fortran
- Reading fortran double precision format into python
- How to write without a newline in Fortran?
- subroutine argument with unknown rank (shape) in fortran
- A Fortran analog to python's super()?
- Return string from Fortran to C++
- User defined constructor for Fortran derived type instance
- vim doesn't recognize columns beyond 72 with fortran90 code
- array of arrays in fortran
- Array declared only on root process
- Opening multiple files in Fortran 90
- Binary VTK for RECTILINEAR_GRID from fortran code
- C equivalent to Fortran namelist
- Gfortran: Treat pure functions as normal functions for debugging purposes?
- “Saving” a common block
- Read text file line by line but only specific columns
- Are there any problems with using jagged-arrays in Fortran with multiple levels of allocation?
- Passing string to Fortran DLL using ctypes and Python
- segmentation fault created by fortran if tests
- Find available graphics card memory using Fortran
- fortran modules' subroutine name conflict
- OPENMP F90/95 Nested DO loops - problems getting improvement over serial implementation
- Write output to txt file with fortran77 without column width limit
- Compiling a Fortran program under cygwin/gfortran gives “undefined reference to `_WinMain@16'”
- Reading bad values from binary file in Fortran with a defined input procedure
- Hexadecimal Constants
- Best practice when working with double precision magic numbers
- Converting data stored in Fortran 90 binaries to human readable format
- gfortran requires format widths while ifort doesn't?
- installing gfortran in cygwin: gfortran: cyglto_plugin.dll not found
- How to declare pointer-of-pointer using iso_c_binding?
- how to initialize a large array in Fortran?
- 2D array concatenation in fortran
- Is it possible to make isnan() work in gfortran -O3 -ffast-math?
- Puting derived types with procedures from module to submodule
- Storing a Variable with a Multi-Dimensional Index in Fortran
- MPI not running in parallel in a FORTRAN code
- Allocating memory in C for a Fortran allocatable
- Fortran non advancing reading of a text file
- Fortran 90 difference between compaq visual fortran and gfortran
- Calling C Code from FORTRAN
- Simple way to implement a group of queues in Fortran?
- Implementing getarg subroutine call
- Invalid character in name at (1) with fixed-form source
- Integration of Bessel functions in C++/Fortran
- ieee_arithmetic intrinsic module in gfortran
- Fortran splats my output to asterisks - why?
- Fortran - setting kind/precision of a variable at run time
- Is there anything wrong with passing an unallocated array to a routine without an explicit interface?
- Using array member as the control variable of do loop in fortran
- Tool for program statistics
- What happens when calling external an Fortran function with the wrong type of arguments?
- keeping array limits in fortran during subroutine call
- Using all variables in a module, except for one - is there an opposite of “only”?
- JNA with Fortran assumed size array
- Apparently not able to append a string to another
- Fortran unformatted output with each MPI process writing part of an array
- CPP/GPP in Fortran variadic macro (plus Fortran // concatenation)
- How can I make the loop counter not be greater than the final value?
- Difference between Fortran 90 and Fortran 95
- Floating point exception when reading real values from an input file
- Index multiple non-adjacent elements of a Fortran array
- Sum of a two dimensional array
- Independent CDLL Library Instances with Ctypes
- Fortran pointers to structures
- Fortran, best use of DIMENSION when initializing array with PARAMETER attribute
- If or function pointers in fortran
- This FORTRAN code shouldn't compile. Is there a reason why it does?
- What does DATA INF/1.D+300/ mean in Fortran?
- What is an assumed length character function result, and why should it be avoided?
- Intrinsic assignment of scalar to array
- Deferred-length character variable causing memory leaks depending on the optimization level
- Error: Invalid character in name at (1)
- Ambiguous interface when using optional arguments in Gfortran
- How to choose the best configuration of 2D array A(i,j)
- Array declaration in FORTRAN for beginners
- How to print in a single row in a loop?
- Intrinsic function to convert integers to real(16)
- Calling a C function from Fortran where the C function name was originally passed in from C
- “Unclassifiable statement” when referencing a function
- Linker errors with Fortran to C library - /usr/lib/libf2c.so: undefined reference to 'MAIN__'
- Restart a loop in Fortran
- Modern Fortran: Calling an ancestor procedure from descendent
- Calling a subroutine in Fortran (Segmentation fault)
- What is the equivalent type in C for REAL(KIND=real_normal) in Fortran?
- what's the meaning of “iostat” argument in open statement?
- Obtaining current host name from Cray Fortran
- overwrite a file using fortran
- Segmentation Fault when trying to write a Fortran wrapper around two C objects using f2py
- Parallel simulation gives different results after some time steps when compared with serial and additional parallel runs
- Share allocatable Arrays
- Linking to modules folder gives undefined reference
- Fortran: Array of arbitrary dimension?
- Is Fortran 2008 backwards compatible with previous Fortran versions?
- calling C++ function from fortran not C
- Subroutine with array element as argument
- Reading default output of Fortran in Python
- How do I compile this Fortran code with new 2017 ifort?
- Evaluate a function using a loop Fortran 90
- Read on closed named pipe blocks
- Problems with parametrized derived types in Fortran 2003
- What does the [REFERENCE] tag do in an argument declaration?
- Extraneous output when using an unlimited format item
- BLAS with symmetry in higher order tensor in Fortran
- Converting character string to integer
- write in array format in fortran
- Passing additional arguments in Newton’s method in Fortran
- How to assign a pointer to a diagonal of a matrix?
- Reading a file with Fortran formatted small floats, using numpy
- fortran 95 rounding up on it's own
- Run fortran exe in java
- undefined reference to 'd1mach_'
- FORTRAN pointer encompassing multiple arrays
- Displaying a table with two columns in Fortran with available data
- Can I return a value from a function prematurely in Fortran?
- Error: Expected a right parenthesis in expression at (1)
- forrt1: severe (170): Program Exception -
- Handling reals in Fortran together with R
- How to build MPICH with gfortran-10?
- Fortran : check data format while reading data with 'read'
- I want to implement a small and fast qualitative data type in Fortran
- Array of unknown rank as subroutine argument
- Passing an array to a subroutine that expects a different shape
- How to read FORTRAN formatted numbers in C++
- Passing an allocatable character to a subroutine with unlimited polymorphic dummy argument in Fortran
- No output after compiling and executing the code
- In Fortran2003, is 1D Assumed shape array interoperable with C?
- BLAS, ATLAS, LAPACK Shared library minimal example
- With OpenMP parallelized nested loops run slow
- binary vtk for Rectilinear_grid from fortran code can not worked by paraview
- Why does the second if-clause even execute?
- Compilation error: Invalid character in name at (1)
- Calling C++ function from Fortran in Visual Studio 2010
- mysterious associated behavior compiled with gfortran
- How to avoid declaring and setting the value of a variable in each subroutine?
- Fortran binary output bigger than expected
- List the content of a directory specified by loop indices
- fortran pass character*81 array to c/c++ code
- performance of fortran matrix operations
- Do these 2 lines of Fortran represent a Fortran macro?
- Resolving procedure confusion when using OOP
- Getting wrong results when exponentiating large integers
- integer, do loop, fortran, error
- Correct implementation of an explicit interface in Fortran
- Secant method solving for pipe diameter
- Does my code with derived type pointers leak memory?
- Assigning a value to a variable passed to a function causes a segmentation fault.
- How to get a module with different type for code reuse?
- FORTRAN compiler warning: obsolete arithmetic IF statement
- Fortran allocatable array lifetime
- GO TO statements- Fortran to Matlab
- Fortran find string in txt file
- Getting the ith permutation of a list
- How to format an integer to have only the needed size?
- Why is fortran used for scientific computing?
- Best Fortran IDE
- not sure what should be SHARED or PRIVATE in openmp loop
- Shared library in Fortran, minimal example does not work
- Vim highlighting weird parts of FORTRAN
- Overloading functions with Fortran
- Fortran 90/95 library for sparse matrices?
- DEXP or EXP for exponential function in fortran?
- How to access (dynamically allocated) Fortran arrays in C
- Convert a libc backtrace to a source line number
- Private function in Fortran
- Tips and tricks on improving Fortran code performance
- Why does a Fortran POINTER require a TARGET?
- Why the unit test frameworks in Fortran rely on Ruby instead of Fortran itself?
- What is the internal representation of inf and NaN?
- R nlminb What does false convergence actually mean?
- How to install libgfortran.so.4 on ubuntu 16.06
- Performance comparison Fortran, Numpy,Cython and Numexpr
- Fortran allocate/deallocate
- Fortran compilation error - undefined reference
- Array of Strings in Fortran 77
- How to combine two strings in Fortran
- Does Fortran have inherent limitations on numerical accuracy compared to other languages?
- Error in linking gfortran to LAPACK and BLAS
- How to get started with Fortran on a Mac?
- Integrating Fortran code in Julia
- Save command line output to variable in Fortran
- iso_c_binding calling C routine with pointers from Fortran with arrays
- GDB debugger in MPI
- Fortran read input into dynamic array
- Why does COBOL have to be indented?
- what's the overhead of passing python callback functions to Fortran subroutines?
- How to write a regular expression to match a string literal where the escape is a doubling of the quote character?
- Nested derived type with overloaded assignment
- sockets programming gfortran
- Assertions in Fortran
- Calling Fortran subroutine from Julia. Arrays work, but integers don't
- Reading a comma-delimited text file line-by-line in Fortran
- Compiling a Fortran .dll on Windows 7 (for free)?
- eclipse with Intel Fortran debugger
- Do we still need subroutines?
- Link OSX Homebrew Gfortran against libc++
- Element-wise operations in C++
- Linking fortran module: “undefined reference”
- Better way to mask a Fortran array?
- Binary search in array issue using Fortran
- Call parallel fortran MPI subroutine from R
- How can I find out which library is home to a given object?
- optimization of a seven do cycle
- Removing whitespace in string
- How to read fortran 77 unformatted binary file into python
- Fortran reading mixed string and numeric data
- Python reading unformatted direct access Fortran 90 gives incorrect output
- How to generate Fortran subroutine with SymPy codegen
- Calling Fortran subroutine from C++ using Intel compilers
- Efficient z-order transformation in Fortran
- Fortran function variable length string return
- Parameter List: Meaning of Parenthesis after Name
- Segmentation fault when passing a function as argument in a subroutine
- generate a matrix of possible combinations using fortran
- How can I find the cause for a memory leak in Fortran 2003 program?
- Friends-of-friends algorithm written in Python need to be in Fortran 90/95
- Progress bar is not being written continuously in ifort while it is in gfortran
- How to use loadlibrary and getprocaddress from gfortran?
- BLAS LDB using DGEMM
- How to break out of a nested parallel (OpenMP) Fortran loop idiomatically?
- Function which returns multiple values
- Is Fortran return statement obsolete?
- How to flush stdout in Fortran 90?
- Stringify macro with GNU gfortran
- Check whether file has been opened already
- how to read an outputted fortran binary NxNxN matrix into Python
- Write data to file in columns (Fortran)
- creating DLL with gfortran on Windows
- Why no runtime error when clearly writing over array bounds?
- Fortran reshape - N-dimensional transpose
- Fortran precision default with/out compiler flag
- FORTRAN WRITE()
- Pretty print Fortran dynamic type in gdb
- What is the official way to deal with string in C++/FORTRAN interop
- Type bound procedure overloading in Fortran 2003
- Reading format in Fortran 90
- Fortran accepting string(?) from C
- How to initialize two distinct blacs contexts?
- Slow random seed generator--why?
- Ampersand in 5th column and at the end of the line
- gfortran: compiling 32-bit executable in 64-bit system
- How to call a C function in Fortran and properly pass uint32_t arguments
- Run a code in fortran multiple times with different input parameters
- Fortran read mixed text and numbers
- How to convert 2D array to 1D array in Fortran code?
- Using MINLOC with Fortran: Incompatible ranks 0 and 1 in assignment
- Memory location of Fortran allocatable arrays on assigment?
- How to implement Structures of Arrays instead of Arrays of Structures in Fortran?
- Subroutine argument not passed correctly from Python to Fortran
- Configuring LAPACK in Eclipse-Photran for fortran compiler on Windows
- Using Iso_Fortran_Env to set a function's Kind value
- Does Fortran 2003 implementation of deferred bound procedure requires same argument?
- Modern Fortran: Output format without label
- Embedding Fortran in Python with f2py
- Automatic dependency detection not working in GFortran
- How to Show Build Results in OSX Terminal from Sublime Text 2
- Use Fortran-code in C
- Fortran findloc intrinsic
- Array of derived type: select entry
- Fortran element wise multiplication of a matrix and a vector
- Have a function in fortran return a reference that can be placed on the left-hand-side of an assignment
- How to call a Fortran program from R
- Index of array out of range
- Compiling mixed C++/C code with Fortran using Visual Studio 2013 and Intel Fortran
- with c_f_pointer is fortran array reshape in-place or not
- How can I setup linux to compile FORTRAN code into windows binaries?
- How can i store 2 numbers in a 1 byte char?
- Reading a file of lists of integers in Fortran
- How to name output files, making it related to a variable (in fortran)?
- Passing a dynamic 2D array from C++ to Fortran and back
- Type bound procedure as arguments
- c-fortran interoperability - derived types with pointers
- Correct execution of Final routine in Fortran
- Force explicit variable declaration with gfortran
- Passing a FORTRAN object to C and vice versa
- Fortran: can you explain this formatting string
- How to pass single dimension array from fortran to c
- Is it possible to declare a matrix as a derived type in Fortran?
- code::blocks, how to put the linker option `-lstdc++` at the end of the compiler command?
- f2py: using openMP parallel in fortran fails
- Errors in linking fortran code that imports a MAT-file
- Sorting in Fortran, undefined reference to qsort_
- Lower triangular matrix-vector product
- Fortran save procedure as property in derived type
- Fortran: Open, form='(un)formatted', read
- binding threads to certain MPI processes
- How to optimize this Fortran subroutine with many loops?
- Using a C++ class object in fortran 77
- Mixed programming: Calling FORTRAN from C
- Common block and subroutine argument
- Fortran Openmp large array on Eclipse; Program Crash
- Problems calling FORTRAN library from c++
- Libtorch works with g++, but fails with Intel compiler
- Random failure of MPI FORTRAN code
- Fortran syntax for assignments
- Insert a value changing shape in allocated vector fortran
- Linking FORTRAN and C++ objects files
- Fortran performance when passing array slices as arguments
- partition a 2D array column-wise and use allgather
- Private, Save attributes for variables in Fortran 90 modules
- What Should I MarshalAs for Character Type in Fortran?
- Fortran Character Input at Undefined Length
- build random array, search and sort FORTRAN
- Problems with porting a fortran program from ubuntu to windows
- Unable to implement MPI_Intercomm_create
- Overloaded functions returning pointers to a base type alongside an abstract interface in fortran 2003?
- Send and Receive operations between communicators in MPI
- Fortran type conversions
- C preprocessor macro: concatenation (example for Fortan90)
- Mac Dynamic Library Craziness (May be Fortran Only)
- Explaining Fortran Write Format
- Gnuplot vector fortran
- Type-bound function overloading in Fortran 2003
- How to silence or suppress gfortran (or clang?) backend in conda?
- Flush-to-zero in gfortran
- How to get command line arguments of unknown length in Fortran?
- broadcast an array to different shape (adding "fake" dimensions)
- Renaming symbols at compile time without changing the code in a cross platform way
- Inline keyword gfortran
- difference between POINTER and ALLOCATABLE
- Reshaping a numpy.array in Fortran-contiguous order
- Constructor of derived types
- Fortran 90 Differences in declaring allocatable array
- Generic type-bound procedures with procedure arguments
- Segmentation fault for array, but only if a component of a derived type
- Memory issues while loading two native libraries containing same symbols
- FORTRAN 95, array must have constant shape error
- GFortran equivalent of ieee_exceptions
- Ifort suppress unused variable warning, leave all others intact
- Modern Fortran equivalent of an action statement shared by nested DO and GO TO
- SAVE attribute needed for Fortran variables when only the C_LOC address is returned to a C program?
- How to get the Fortran SUM command result to exceed 2^24 for single precision arrays
- openmpi ignored error: mca interface is not recognized
- "d" label in the first column, Fortran 77
- Is there ever a reason to write .eqv. .true.?
- Writing R package that call Fortran library
- variable length array in derived type
- Assigning a character array in Fortran
- Is it possible to call a Fortran interface from C++
- Weighted sampling in Fortran
- Circular dependency between types in Fortran module
- When do Fortran module allocatable arrays go out of scope when loaded as a shared library?
- Fortran, Open MP, indirect recursion, and limited stack memory
- Call fortran function from Python with ctypes
- What is _IO_wfile on a gprof output of a fortran code?
- How can a GNU Fortran / OpenMP program set and retrieve the stacksize-var ICV?
- gfortran linking flag for openmp
- Generic and specific functions to get real and imaginary parts of complex variables
- How to implement A = sparse(I, J, K) (sparse matrix from triplet) in a Fortran mex file?
- Linear Indexing of Multi-Dimension Arrays in Fortran
- Fortran 90 doesn't keep lower/upper array bounds after copy to another allocatable array
- Equivalent to asm volatile in Gfortran?
- Variable length argument list in Fortran?
- Is lldb working with fortran?
- Fortran Dll import
- Dependency Walker Not Showing All the Depended Dll
- Link f2py generated *.so file in a python package using setuptools
- Can free-format code be included in fixed-format code?
- Identify operating system
- When do I have to use CONTAINS in a module?
- Fortran: add column to file (i.e. skip a varying amount of horizontal spaces)
- Fortran Function explanation
- How to use Intel fortran compiler with MKL on command line
- No lifting of scalar arguments to arrays in Fortran
- How to install Intel Fortran Compiler for Ms Visual Studio Community?