erros while running a compiled fortran code
Dear Sir,I have compiled whitout any error the following very simple fortran code, with "Visual studio 2015 Comunity" and "Intel Parallel Studio XE 2017". I used the simple code becouse when I did the...
View ArticleCMAKE and FindMKL or FindLAPACK (Intel® Parallel Studio XE 2016, Windows)
Are there any CMAKE experts on this Forum? If so do you have a version of findMKL or findLAPACK that works for me on modern Intel Fortran/Windows I have not tested them in Linux but suspect they...
View ArticleAnother issue with V2017.
When using the command line to stay on the bottom line in an open window " wc%mode = QWIN$SCROLLDOWN" IVF V17 leaves the output one line too long. In other words the last line in the output is not...
View ArticleColor selection in source code display
I apparently have a newer version of Visual Studio, where it is displaying my source code in several different colors. Not that I mind the pretty colors, but some make it really hard to read against a...
View ArticleCoarray tutotial example for Windows
Hello,I have followed a Coarray Tutorial using the Intel® Parallel Studio XE 2017.program hello_image write(*,*) "Hello from image ", this_image(), &"out of ", num_images()," total images!" end...
View ArticleFortran and C++ working together
Hi, I want to have Fortran code that will call some functions in C++. The thing is I want to create arrays of objects, some variables and I want C++ code to keep running after Fortran call. Basically I...
View ArticlePassing a string to Fortran
I've had quite a lot of luck interoperating between Fortran and C# using Robert Giesecke's "Unmanaged Exports" library. However, one of the things I haven't been able to achieve yet is sending a...
View Articlehost id
Hello I probably entered a wrong host id for my system during installation as you suggested, how can I correct it?AttachmentSizeDownloadBuild Log.docx15.75 KBThread Topic: How-To
View ArticleDO WHILE and LESS THAN in REAL numbers
I have two codes to reproduce the situation:Code1PROGRAM test REAL(KIND=8) dt, t, tmax INTEGER i, imax PARAMETER (tmax = 10.2D0, dt = 0.2D0, imax = 10) t = 0 i = 0 DO WHILE (t .LT. tmax) PRINT *,...
View ArticleVS 2013 Express with Ifort v16.4
I have been through many loops of install/repair/remove/update/install with getting this combination to work but I'm failing. I have just run a repair and when I try a command line build I getCopyright...
View ArticleGenerated Interface Checking required to build with Intel Fortran 2017
HiI am using Intel Fortran Parallel Studio 2017 and Visual Studio 2015.The code is a mix of C/C++ and Fortran. There are many fortran projects in the Visual Studio solution. The Fortran code has been...
View ArticleLinking ABAQUS 6.14 with intel parallel studio XE 2016, and Microsoft visual...
Hi all,I've tried with many ways to link ABAQUS 6.14 with Intel parallel studio XE 2017, and Microsoft visual studio 2015 community, but I failed and nobody knows. Now I'm trying to Link ABAQUS 6.14...
View ArticleCOM .exe Server registration, registration from fortran code
Hello,I created an easy COM out-of-process server like in the Fortran Documentation described (adder.exe). Later I want to make calls in 32.Bit Dlls from a COM Object and pipe the calculated Data to a...
View Articleerror #10052 when creating new user profile
Hi,I have a license for Intel Parallel Studio XE Composer Edition for Fortran - for Windows on my laptop. The program was running fine until I created a new user profile on my computer. I now get...
View ArticleScrolling in QuickWin application
I have a number of programs that use many (typically 9) windows. During the running of the program the windows need to scroll up as new material is written to the window. When the programs are...
View ArticleMicrosoft Visual Studio 2013 environment launches but then closes immediately
Hi,I just purchased Intel Fortran XE 2017 Composer for Windows, downloaded the 'offline full install' package, and installed iton a HP Probook 655 G1 (AMD A8-5550M processors) laptop, running WIndows 7...
View ArticleScratch File Written To Ram Only
I have several support routines that only work with file unit numbers to load information from a file. My issue is that I have a character array, [ e.g. CHARACTER(700), DIMENSION(500) ] that needs to...
View ArticleDocumentation: colorization of extensions to the Fortran standard
Documentation: colorization of extensions to the Fortran standard I recently upgraded ifort to version 17.In the new HTML documentation (especially in the "Language Reference" chapter), extensions to...
View ArticleVS cannot debug because a debug target has not been specified
I have created a single solution with 2 projects in Visual Studio 2015 (Community)The first project is a fortran exe (project name is Call_dll_test). This is the startup project as well.The second...
View ArticleShould C611 apply to a parent component?
Consider the following program: module base_mod implicit none private type base_state_t integer :: i end type ! Comment out to define base_t as concrete type, abstract, public :: base_t integer :: i...
View Article