Search code examples
How to use openmp reduction on a derived type array in fortran?...

arraysfortranoperator-overloadingopenmpderived-types

Read More
Element-wise operations on arrays of derived type objects with overloaded operators...

fortran

Read More
Inlining functions in Fortran...

fortraninline

Read More
Force error on warning when compiling with ifx/ifort?...

fortranintel-fortran

Read More
How to initialize two-dimensional arrays in Fortran...

arraysfortranfortran90array-initialize

Read More
Fortran pointer functions: why does this code's behavior depend on the order of function calls?...

pointersfortrangfortranfortran90

Read More
Numerical equivalent of TRUE is -1?...

type-conversionfortranlogical-operatorsintel-fortran

Read More
Fortran - Syntax error, found END-OF-STATEMENT...

compiler-errorsfortranintel-fortran

Read More
MPI_SEND doesn't wait for MPI_RECV to complete...

fortranmpi

Read More
Can two FORTRAN modules use parts of one another?...

modulefortrancircular-dependency

Read More
Changing derived type data members in `SUBROUTINE` is allowed even with INTENT(IN). How to protect d...

fortran

Read More
malloc(): unaligned tcache chunk detected. Has anyone faced this before for MPI fortran programs?...

memoryfortranmpigfortranintel-fortran

Read More
Function Returning an array in Fortran...

arraysfunctionfortranfortran90

Read More
Is there a limit to the number of arguments passed to a fortran function?...

functionfortranargumentslimit

Read More
Pass a fortran derived type which contains allocatable array between different compilers(PGI and Int...

fortranintel-fortranpgi-visual-fortran

Read More
Numerical discrepancies after upgrading Fortran compilers (Intel v11.1 to v13.0)...

floating-pointfortranintelintel-fortran

Read More
Correct suffix for Fortran 2003 source file - Intel Fortran compiler...

fortranintel-fortran

Read More
Cannot execute wfc386 no such file or directory - Watcom Fortran IDE...

compiler-errorsfortranide

Read More
Should casting from ``real`` to ``double precision`` in FORTRAN be affected by the compiler?...

castingfortranintel-fortran

Read More
"ftn" command in ubuntu system...

fortranubuntu-13.10

Read More
How can I force an array overflow?...

fortran

Read More
Computing the cross product of two vectors in Fortran 90...

functionfortrancross-product

Read More
PGI Flang github disappeared...

fortranllvmpgiflang

Read More
gfortran Deallocation segmentation fault...

memory-managementfortrangfortran

Read More
How to avoid skipping input with Fortran READ statement...

arraysfile-iofortrando-loops

Read More
Best way to handle multiple exit points in Fortran...

iofortran

Read More
impure function inside a DO CONCURRENT block...

fortrangfortran

Read More
Intel Compilers: linking a fortran compiled library to main program of C...

cmakefilefortranintel

Read More
How to automatically adjust string length in the A edit descriptor?...

fortranfortran90

Read More
Is it safe to pass a pointer of a non-contiguous array to a Lapack95 routine in Fortran?...

arraysfortranlapackcontiguousassociate

Read More
BackNext