Specific Old Version Required
Hello,I require a particular older version of Intel Fortran. I have a latest student version of Parallel Studio XE Composer 2015 and I tried to download a specific older version i.e. Intel Fortran...
View ArticleGetting error when invoking dummy function when it returns an array
I am trying to invoke an external function through a dummy function name. The error is:Error 1 error #6634: The shape matching rules of actual arguments and dummy arguments have been violated....
View ArticleIntel release of IMSL Ver 7.1 ?
I recently found that version 7.1 of the IMSL libraries from Rogue Wave provided support for use of Nvidia GPU's, Does anyone know when the Intel ver of IMSL 7.1 will be available and if it will...
View ArticleUnable to decide what to download
Hi and Good Day!I have an academic serial and I am interested to download some environment where I can make fortran applications. Now when I try to download, I am given four choices of softwares i.e....
View ArticleWant tips on Porting Fortran developed on Intel WIndows IDE to Gfortran on Linux
I have a straightforward 64-bit Windows console program .EXE that reads input from formatted files, crunches numbers and outputs to other formatted files. It consists of two .F90 free-format files,...
View ArticleInternal compiler error (C0000005)
Dear Fortran Masters, The code below is given an internal compiler error (C0000005). It seems valid Fortran 2003 to me. The idea of the code is to know the dimensions of the internal arrays of the...
View ArticleIA-32 build Thread model Free in HKEY_CLASSES_ROOT\Wow6432NODE\
Hi,I have Windows 7 professional service pack version 1Intel Core TM i72760 QM CPU 2.40GHZVisual Studio 2005Visual Fortran version 10 for windowsIA-32 Build I have an application that works just fine...
View Articleold 32-bit compiler vs 64-bit compiler trouble - array values
Hello, A program is seg faulting due to Common array values not being constant through subroutines. This did not occur on our old 32-bit machine, but it has appeared in our new 64-bit machine. Old...
View ArticleHow to output a matrix without changing to a new line?
For exampleprogram main integer m complex cjj complex matrix(3, 5) cjj=(0.0, 1.0) matrix(1, :)=2*cjj matrix(2, :)=2+1*cjj matrix(3, :)=5*cjj+6 open(16, file='data.txt') do m=1, 3 write(16, *)matrix(m,...
View ArticleProblem compiling libomp on OS X Yosemite 10.10.3
# ProductName: Mac OS X # ProductVersion: 10.10.3 # Build: 14D136# File: libomp_20150401_oss.tgz # Xcode 6.3 Need some help finding a solution to a problem building libomp. Here's the make command I...
View ArticleDifferent results in debug and release
Running my program in ivf release mode returns other results than ivf debug mode, cvf debug mode and cvf release mode (their results are all the same). After a long search I found that the compiler...
View ArticlePassing multi-dimensional arrays from VB.net 2013 to IVF
Hi,though I expect the subject has been discussed many time, I couldn't find a reference in the forum.I am looking for documentation or (working) examples on how to pass 2d arrays from VB.net 2013 to...
View Articlecatastrophic error using automatic arrays in module procedure declarations...
Hi I'm getting a catastrophic error when trying something like this:module foo_mod ... interface ... module subroutine foo(lb,v) integer(IK), intent(in) :: lb real(RK), intent(inout) :: v(lb,:) end...
View Articlecalling .Net methods from FORTRAN
Hi,I did come across lot of examples showing how FORTRAN procedures can be called from .NET platform. Is the other way round is possible?That is, can we call .NET methods from FORTRAN, are there any...
View Articleparallel calculation using a DLL
I have searched, with no success, an example of parallel computation where a called fundamental function is implemented in a DLL.I.e. the basic structure to be parallelized is:DO I=1,N,1CALL...
View ArticlePrefetchInsertionOpt="prefetchAggressive"
I'm trying to change a few compiler flags to get a faster run time on ifort 2015 Update 4, x64, on E5-2699v3 and E5-1650v3. I started with: <Tool Name="VFFortranCompilerTool"...
View ArticleFeature (or change?) request: "j1" and "j11"
It appears as though with some of the newer compilers (I recently jumped from 12.0.4 to 15.0.2), "j1" and "j11" are now reserved symbols. I'm getting very obscure errors from the linker about dwarf...
View Articlevisual studio question, line scroll up and down
My older versions of visual studio allowed scrolling the editor display up or down a line with control up and down arrow. Can Visual Studio 2012 do this? Control arrow doesn't do it, but are there...
View ArticleIs this standard Fortran 2008?
Is this code standard Fortran 2008?MODULE PRECISION IMPLICIT NONE INTEGER,PARAMETER :: DP = 8 END MODULE PRECISION MODULE M USE PRECISION IMPLICIT NONE INTERFACE REAL(KIND=DP) MODULE FUNCTION F(X)...
View Articlebinary compatibility
We have run into a problem installing multiple versions of our application which uses the Intel Fortran runtime libraries.The scenario is this. Application version 1 uses some Fortran dlls compiled...
View Article