Fortran 2015 version, VS Shell, VS 2013 Express installed
I am trying to install the fortran 2015 version on a Win 7 x64 system that has VS Express 2013 Desktop installed, and ran into a couple problems:On the initial screen, I see the message 'Microsoft...
View Articlewriting CERN Root histograms
I`d like to save 1D and 2D data from a Fortran code into CERN Root histograms. Can anybody recommend and code example.
View ArticleVS2012 PRO - dialog resource toolbox empty
I have just converted a CVF project to IVF and want to edit a dialog. however when I open the resource file, the resource editor shows the toolbox pane empty and the 'Resource view' item under the...
View ArticleSPLITPATHQQ on v15 of the compiler
I'm seeing some odd behavior of SPLITPATHQQ on v15 of the compiler (compared to v14 update 2). Consider this code:program main use ifport implicit none character(len=256) :: filepath integer(4) ::...
View ArticleIDE for Intel Composer XE for Windows -
We are looking to purchase a license for the Intel Compose XE for Windows with both Fortran and C++ compilers. The product release note says the installation comes with a MS Visual Studio 2010 shell...
View Articlehow to transfer data between thread
I wrote a program using windows API to show some curves and text.The calculation is a thread started by main window.Curve and text's informations contains some data like position, color, strings....I...
View ArticleVS 2013
I recently upgraded from VS2010 to VS2013. The new programming environment looks nice, but I the watch window doesn't seem to be working. All I get under the value is "Undefined address". I suspect...
View Articleopenmp problem
Hi,I'm having problems with a derived type variable containing allocatable components declared shared in an openmp parallel section. I've attached a minimal code to reproduce the problem below. It...
View ArticleMSC.Marc Subroutine
Hi,I wrote the following subroutine to extract nodal stress values. It perfectly writes down the nodal stresses in MSC.Marc installed for Linux; however, when I try to implement this subroutine in...
View ArticleLinking with a DLL
There might be something simple I am over looking but I am having a hard time calling a subroutine from a Dll in an Intel Fortran console project. I have attached the console project and the dynamic...
View ArticleProblem
dssdHere is an small code which causes a problem when the lock/unlock statements are called from the main program unit. ! ifort -coarray main.f90; ./a.out Module MyLock_Module use ISO_Fortran_Env...
View ArticleInternal compiler error in 15.0
Hi I have just upgraded to parallel studio 2015 from the latest version of 2013 and my main Fortran code no longer compiles. The compilation fails for just one of many files with the error message:...
View ArticleProblem using exported method via .obj file
I have a dll project p1 that has a source file p1.for that exports one subroutineSUBROUTINE P1() IMPLICIT DOUBLE PRECISION(A - H,O - Z) !DEC$ATTRIBUTES DLLEXPORT :: P1 !DEC$ATTRIBUTES ALIAS:'P1' :: P1...
View ArticleBad initialization expression using extended types
I have a question. See code below. I'm using a variable in one type in an initialization expression for another type. The first block compiles fine, as expected. The second one (which is using an...
View ArticleCongrats and many thanks, Intel, for version 15!
Congratulations and many thanks to ALL Intel staff who worked on Intel Visual Fortran 15 version. IMHO, Intel Fortran 15 is simply super and splendid! Honestly, it makes our code "sing and dance"!On...
View ArticleSockets under Windows 7
I have question(s) on creating/configuring sockets under Windows 7 Professional.System Configuration: - Windows 7 Professional SP1 [ 32-bit OS ] - Intel Composer XE 2013 SP1 Update 3 for Windows -...
View ArticleVS 2013 and Intel Parallel Studio XE 2015 Professional
I have Visual Studio Professional 2013 Update 3 installed on Windows 7 Professional Service Pack 1, When I try to install Intel Parallel Studio XE Professional Edition version 2015 update initial...
View ArticleDerived Type stream I/O
Dear Intel Support StaffI'm using ifort 14.0.1 on ncar yellowstone (x86_64 linux) and have to read a binary header consisting of nested derived types. This works fine for gfortran but not for ifort....
View ArticleLeft align numbers
Need to print two column of numbers (integers) with same width, with 1st column left aligned and 2nd column right aligned. Can someone help me?
View Articleifort error #10052 in command line using eval product Parallel Studio XE 2015
Hello everyone,I have a serious and urging problem since 2 days which I couldn't fix yet.My system: Win 7 Pro x64 on Intel Core processorsMy software: Intel Parallel Studio XE 2015, 30-day evaluation...
View Article