Fortran Error
Dear friends, I have written a code in fortran for a special application in a commercial software (Abaqus) and I have received an error which is presented below:°error 773 - Variable DEFGRADOLD follows...
View ArticleFortran Error
Dear friends, I have written a code in fortran for a special application in a commercial software (Abaqus) and I have received an error which is presented below:°error 773 - Variable DEFGRADOLD follows...
View Articlemodifying Main Program Code in CVS 2008
Hi,I would like to modify the Intel Visual Fortran "Main Program Code" in the console template for Intel Composer XE 2013 under VS 2008 and Windows 7. Is there a way to do this? Can I also set...
View ArticleAssignment procedure called in UDTIO for no apparent reason
In the code (that I try to attach, since it's about 200 lines), I am reading data from a file and experienced mysterious crashes.In my reduced example, a line of data is like this :20010101, 2.3456,...
View ArticleGetting the /version number
In the Linker>General part of a project's properties it is possible to set a version number using the /version option. Is it also possible to get this data programatically? How?Thanks.
View ArticleError code 23 (returned by OpenValidateX) opening pdb Debug\vc140.pdb
I have just done a clean install of Visual Studio Community 2015 and Intel Parallel Studio XE Pro 2016 using default settings for both of them on a new computer running Windows 10 Pro 64bit. I'm...
View ArticleNew error in v16 for uddtio
I have just installed v16 and code which compiled fine with all the previous v16 betas, v15 and v14 now no longer compiles. I get the following error message on lines of code that use UDDTIO, e.g....
View Articleinternal writes lead to creation of Windows mutex handles
Hi,After installing the Intel Visual Fortran Compiler 16.0 on Windows, I noticed that execution of internal write statements leads to Windows mutex handles being created for every internal write so...
View ArticleIdentifying location in source with error 8322 (missing deferred binding)
If a non-abstract extension of a abstract derived type fails to implement a deferred binding of the parent type, then ifort 16.0 (and earlier) issue a diagnostic without particularly useful source...
View ArticleXE Composer 2016 and Winteracter
Just a warning: After installation of XE Composer 2016 I found out that I am not able anymore to build projects using the Winteracter library, neither with Microsoft VS nor with the WiDE development...
View ArticleUnable to install Fortran 2016
Hello,I have Intel Parallel Studio XE 2015 Fortran installed on a Windows computer. It works fine.I have an active license. I downloaded the executable image to install Fortran 2016 from the...
View Articleundefined references for static library and shared modules
We are having issues on windows 7 visual studio 2012/2013, using the intel compiler version 15. Package ID: w_ccompxe_2015.2.179 w_fcompxe_2015.2.179 w_compxe_2015.2.179w_mkl_p_11.2.2.179This package...
View ArticleAnother problem with XE 2016
I am having problems with this line of code:NEXTBL=SUM(MAXLOC(UNITY,MASK=(NSTRM(PORT,:)==SDMXOUT)))Unity is an array, all containing the vlaue '1'; I am searching for the location within NSTRM for the...
View ArticleMath evaluation puzzler
In the following snippet, Term1 is part of a larger equation:real(4) :: Term1, T, Twb, Tref T = Twb Tref = 273.15 Term1 = ((2501.6 - 2.3263*(Twb-Tref)) / 2501.6 + 1.8577*(T-Tref) - 4.184*(Twb-Tref))...
View ArticleIntel Visual Studio
Hello,I tried to install the Intel Visual Frortran Studio XE but I get some messages which are shown in the attached Word file. The other attached document shows the Intel Visual Fortran Studio XE...
View ArticleBRAVO INTEL on latest update
The 2016 update is excellent! Thank you INTEL!I was using INTEL Parallel Studio 2015 with Visual Studio 2010, so i also had to upgrade to Visual Studio 2013 and therefore i was expecting issues to come...
View Articlecoarray_samples accompanying IVF Composer XE 2013 SP1 Update 3 not running...
Hi there,I'm trying to compile and run the coarray example found in the Samples directory. What I have here is IVF Composer XE 2013 SP1 Update 3, Visual Studio Professional 2012 (11.0.61030.00 update...
View Articletabs setting in VS2015
When I alter the tabs setting in VS2015 to "Keep tabs", this is maintained for the duration of my current open editing session, but is lost if I close and then re-open VS. I have tried alternative...
View ArticleAllocatable array in the derived type
Hello,Suppose I have the following class:interface my_type module procedure :: ctor end interface type :: my_type byte, allocatable :: buff(:) contains final :: dtor procedure :: putData ... end type...
View ArticleCoarray Confusion
From a thread on c.l.f., two coarray related oddities. As should be painfully evident from the thread, I am never really sure which end of a coarray is supposed to be pointing up, so take this all...
View Article