Fortran C interoperability: Returning string from Fortran to C
Hi, I'm building a C wrapper for my Fortran simulator to be used in Python. I made this function that takes the number of an element and returns its name:type(c_ptr) function get_elem_name(i) bind(C,...
View Articlehow to set up configuration for only using ifort on console line?
I try to use ifort in a linux like environment (say using mingw) under windows 7. I just need the most basic functionality of the compiler (ifort, mkl library, mpi/openmp). What product should I use...
View ArticleProblem running EXE on another PC
New problem for me. I compiled an old program as a console app and it runs fine on my PC. When I copied the EXE over to the network and get someone else to run it, he gets an error that it can't run...
View ArticleHow to overprint in a console application?
I want my console application to display a varying number at the same location in the current output line, i.e. overprint it. Example:DO I = 1, n ! do something WRITE (*, '(A, I3)') 'Loop count...
View ArticleExport Fortran arrays during debug in Visual Studio 2012 - Fortran array...
I would like to export some array for comparing reason. The export should be done during the debug, of course when the code is stopped in an interruption point.I know if I go with the mouse on the...
View ArticleBug in Intel Fortran compiler when Run-Time\Runtime Error Checking = All?
In Debug version, if you have selected in project properties Run-Time\Runtime Error Checking = All, the program crashes immediately when started. The error message in the dialog is about not able to...
View ArticleVS2015 Update 1 is there
Dear all,I took the risk to install update 1 of VS2015 today. I'm happy to say, that it works without any problems at my machine. PSXE 2016 update 1 runs fine. Even better, the problem with the wrong...
View ArticleTrying to Update to 2016 version
I have Intel Parallel Studio 2015 XE Composer Edition for Fortran Windows installed and downloaded the 2016 version and it takes forever to come to the welcome screen and then tells me it can't install...
View ArticleOld Code
Whilst trouble shooting the program I stumbled across this code SUBROUTINE HQRWT(N,M,G,E,V,A,B,W,ND,P,Q,XM,INT,ITAPE,NP,LF) c...
View ArticleDLLs with coarrays
Hi, I want to refresh the issue that was posted in 2012 about using DLLs with coarrays:Steve Lionel (Intel) Fri, 11/02/2012 - 12:49No - sorry. The whole concept of coarrays is that it is whole-program...
View ArticleHow to use ‘Microsoft Visual Studio 2010 Shell and Libraries’ with Intel...
Hello,I want to use ‘Microsoft Visual Studio 2010 Shell and Libraries’ within Intel Parallel Studio XE Composer Fortran. However, I currently have the license for Intel Parallel Studio 2016. Do I need...
View ArticleQuery on Visual studio compatible with Intel parallel studio XE composer...
This is regarding the recently purchased “Intel Parallel Studio XE Composer Edition”. (a) Do I need to install visual studio 2013 express edition ? (b) I run also C# code or c++ apart from...
View Articleperformance of svd
Hi,I have a program written with both matlab and fortran. The main component of the program is a loop and in each loop there is a svd and some simple calculations. I profile the matlab program and it...
View Articleinteger(8) causes array temperary
HiIn the sample below: changing integer to integer(8) is giving an array-temporary. Is standard violated by the program (in subroutine Method's argument declarations for arrays A and B)?Compile with...
View ArticleIDE integration for VS2015 installed after installing XE Composer 2016
How do I enable fortran integration into VS2015 (new project etc) when I installed VS 2015 *after* installing XE Composer 2016? (The fortran integration files mentioned in...
View ArticleHow could I download an old version of the Visual Fortran Compiler?
Good afternoon everybody,I need to work with "Intel® Visual Fortran Composer XE 2012 SP1" but I can find it anywhere on the Intel Website, I just have access to the latest release of the compiler...
View ArticleBug Fixes for Previous IVF Versions
All,Out of curiosity, if a bug is found in the latest IVF compiler & is found to be something that has propagated through previous versions without being found, would bug fixes be issued for...
View ArticleCreating redirected console for DLL
I recently had (still do) a problem in getting diagnostic information out of a Fortran DLL containing offloads to Xeon Phi coprocessor. The host application was a C# forms application with no console....
View ArticleLibrary Lapack in Fortran 77
Hello,I am beginer user in Fortran, so perhaps my problem could look silly, but I got stuck and I need a help.I have a code in Fortran 90 in which I have used the function SGESV from Lapack...
View ArticleUse OpenMP to parallelize different source file
Hello, I tried to parallelize the Fortran codes using OpenMP. When I put all the subroutines in one single source file and created a static library, then I came into problem to run my model with this...
View Article