exporting type bound procedure
Has this https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/346251 been fixed? If so, in which update?Abhi
View Articlewrite/read problems with IVF compiler v. 17
Updating from ivf compiler version 16 to version 17 (17.0.1.143) has caused some strange behavior when writing/reading from files.A file is opened written to and read with the following:...
View ArticleInstalling IPS XE 2017 Update 1 Composer Edition on MacOS 10.11.6
Hello, I am wanting to do some Fortran using ISP XE Update 1 Composer Edition on MacOS 10.11.6. I downloaded the software but I am unable to sign in. It requires me to give a password for either an...
View Articleerror while loading shared libraries: libimf.so
Dear all I made a cluster with 2 nodes.I installed openmpi with intel compilers and shared it via nfs and also the intel compilers are shared via nfs on each nodes.when I try to run some applications...
View Articleif condition problem
Since I didn't find any part of the standard stating out sequence of judging parallel conditions, I would like to ask if anyone has even met the situation like:function Test(str) implicit none...
View Articlefail with compiler .f90 code
I have compile a .f90 code in Linux environment and get error like this:/tmp/ifortqZz8NO.o: In function `MAIN__': 2_D_model.f90:(.text+0x4a): undefined reference to `dran_ini_'...
View ArticleInstall IVF 2017
We have recently purchased Intel Visual Studio 2017 and are having some issues with the install. According to the install guide the only pre-requisite we should need is SDK 8.1 for Windows 7, SP1. It...
View Articleunable to install visual fortran
it requires 'Microsoft visual studio 2012 or newer'.Where do I get this?How do I install it?Is there more information on how to get started using this Fortran compiler?I have used Fortran and Fortran...
View ArticleSegment Fault Error when Linking to Dynamic Library in Linux
Hello!I am attempting to interface an old Fortan77 code to a newer code base written in Fortran90 by linking as a dynamic library. I have been able to succefully compile and link using Fortran 10.6.3...
View Articleusing CVF obj files with IVF: dfor.lib problem
The use of object files compiled with Compaq Visual Fortran often yields a dfor.lib error. While the IVF software has a "help" capability - it recommends that one recompile the CVF object 'without...
View ArticleVisual Studio Community 2017
I just purchased Parallel Studio XE 2017 Update 1 Composer Fortran for Windows but can not get it to install. I am trying to install on a brand new computer running Window 10 Professional. The...
View Articlevisual studio 2013 isolated shell interferes with Excel
Hi, about 3 weeks ago I purchased a new Intel Fortran (17.0.1.143) with Visual Studio 2013 shell. Since then I've been having problems starting Excel 2010 on Windows 7. Every time I start Excel I get a...
View ArticleDo the associate contruct associations have a defined order of evalulation
If we define multiple associations in a single construct is it legal for chained references or does it work by accident?Neither the Intel documentation or the Fortran 2003 standard are any help...
View Articleparallel studio XE installation
Hello,I have purchased a fortran and C++ parallel studio suite and :1) I cannot reach the support : I always get the message : unknown product2) When I try to install the suite on a RedHat Enterprive...
View Articleprogram with fortran dll do not work on an other machine
Hello, I have a Fortran dll launched from an HMI on my pc in which I created my dll with intel compiler, everything is ok. If I launch it from another pc (without Fortran compiler) then, my program...
View ArticleParallel Studio XE 2017 on MS Visual Studio CONFIGURATION
I am very confused when it comes to use the mpi library under the Visual Studio environment.I have several folders with mpi stuff under IntelSWTools and have no clue if I even need an additional one...
View Article-pthread deprecated?
Hello there,I am experiencing a very confusing problem. Previously I've been compiling my MPI program using ifort and the mpif90 script from mpich2. Never had any issues until this afternoon, when I...
View Article-CB finds issues where everything works as inteded?
Hello,when I run the following programprogram testbounds implicit none REAL, DIMENSION (5,5) :: A INTEGER, DIMENSION (2) :: K = (/ 1, 3 /) A = 0.d0 A (2, (/1, 3, 5/)) = 1.d0 print*, A print*, A (2, K)...
View ArticleIntroductory videos/training for VS and Fortran
Colleagues,We have a new team member who could profit from some introductory/overview material regarding Visual Studio and the Fortran compiler integration: building a new project (solution), VS...
View ArticleIntel 64 vs x86
This might seem pretty stupid but that's where I am stuck.I am trying to build a Fortran application for a parallel machine using the Parallel Studio XE 2016 Cluster Edition on top on the MS Visual...
View Article