Questions using this tag should be specific to Intel Fortran, Intel Visual Fortran, and/or Compaq Visual Fortran (predecessor to Intel Visual Fortran), rather than being general questions about Fortran on Intel hardware.
I realize that if you write Real (Kind(0.d0))::x,y x = sqrt(-1.d0) y = sqrt(-1.d0) if (…
fortran90 intel-fortranI would like to have a Fortran write statement formatted to depend on some variable. For example, I could write: …
formatting fortran fortran90 intel-fortranI'm new to FORTRAN, and getting this error #6404. my_file.f(11): error #6404: This name does not have a type, and …
fortran intel-fortranI'm trying to verify that a directory exists using Fortan90. On various sites I found: logical :: dir_e inquire(file=…
fortran fortran90 intel-fortranFortran 90 modules are evanescent creatures. I was using a (singular) module for a while with some success (compiling using Intel …
visual-studio-2010 fortran fortran90 fortran95 intel-fortranI am trying to compile a software package called FDMNES for X-ray Absorption Spectra Modelling with MPI for the first …
visual-studio-2010 compiler-errors mpi windows-7-x64 intel-fortranI have some .h files that are used for some modules in FORTRAN 77 (which I haven't written myself). I want …
fortran fortran90 intel-fortran fortran77I am trying to compile a big solver using a makefile. When typing make, the following command gets executed: mpif90 …
fortran gfortran intel-fortranI have a section in a program that writes a direct-access binary file as follows: open (53, file=filename, form='unformatted', …
fortran binaryfiles gfortran intel-fortranI've been running a huge Fortran code with Intel compiler version 13.1.3.192 under the debug mode (with -O0 -g -traceback -fpe3 …
fortran intel-fortran infinity floating-point-exceptions