Coarray + MOVE_ALLOC bug
See example attached - run with 12 images. Image 1 gets 'stuck'. Switching the declaration of A from coarray to regular array highlights the difference in behavior... This is with 16 Update 3 and 17...
View ArticleInstallation
Hi I have downloaded the XE2016 update 3 composer edition. I have the serial # and the product update agreement in place and paid in full. When I try to install the compiler, the installer posts a...
View ArticleIs this access violation error expected?
The code below triggers an access violation error. Obviously, this is triggered by the empty type T. I would like to know if this is a compiler error though. Sometimes empty derived types are left in a...
View ArticleMatrix inversion issues in when using multiple CPUs vs single CPU
Greetings, We have a user-subroutine that gets compiled and linked as a DLL to Finite Element Solver, Abaqus. Part of our subroutine is a matrix inversion subroutine that is inverting a 6x6 symmetric...
View ArticleC++ -> Fortran pass by reference
As I understand it pass-by-reference is not supported from C++ to Fortran is not supported, or at least not part of the language. Nevertheless it seems to enable passing a value to a Fortran routine...
View Articledll linking problem
I have a solution with two projects: one outputs a dll, the other one the executable. The latter references some subroutines contained in the dll. They both output to the same directory. In "Project...
View Articlesytrd is not recognized by lapack90
Hi, I am trying to use LAPACK's "sytrd" subroutine in my code, but it is not recognized. I am trying the following simple code:program comp USE mkl95_lapack USE mkl95_PRECISION USE mkl95_BLAS implicit...
View ArticleIntel Fortran and R
I think that information about this has been posted before but I can't find it. My question is this: is there any way to interface the R statistics software package with Intel Fortran? I am using...
View ArticleDLL dependency question
I have a visual studio solution with an exe and a DLL. The code for the DLL has !DEC$ ATTRIBUTES DLLEXPORT statementsThe code for the exe has !DEC$ ATTRIBUTES DLLIMPORT statementsIf an attempt is made...
View ArticleMKL sjacobix void pointer problem
Hi there,I am having problems calling the sjacobix MKL subroutine when passing a void pointer to my resource type for use in my cost function. I have tried following the example program in which the...
View ArticleFailure installing...
Hi,I can not install update 3 on Windows 10. This is the first time I have tried to install the Fortran Compiler on Windows 10.The install process stops while showing: Starting pre_install.js...Please...
View ArticleVisual Studio cannot debug because a debug target has not been specified
I have created one fortran static library project, and under Debugging, I see Full debug option. Still getting this error while trying to run. Any idea why?
View ArticleDebugging ODEPACK source codes on Intel Visual Fortran Help
Hi, I am try to run the Fortran 77 popular ODEPACK files( written by Alan Hindmarsh) on a Intel Visual Fortran Compiler running on Visual Studio Professional 2012. I have fixed most of the errors...
View ArticleVS 2015 Update 2 compatibility
Does XE 2015 update 6 support VS 2015 update 2?The release notes link gives a table that only goes up to update 5 so I cannot see relase notes for update 6.
View ArticleWhat does Remark 8291 mean?
Here is the remark: remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'I have used that FORTRAN statement for...
View ArticleIntel states: there is not a comprehensive document that lists the diagnostic...
What does that really mean?How can a compiler put out a message during compilaiton and there is no document that describes that message?Are the developers all gone and Intel merely sells a shell?
View ArticleReinstallation problems with Visual Composer XE for Windows with Rogue Wave...
I am not able to reinstall the Intel(R) visual fortran composer XE 2013 on my new PC. It gives an error "Activation rights do not allow this software to be installed. This could be due to expired...
View ArticleAllocatable array with 0 base?
Is it possible to allocate an array, but have 0 as its base?I know non-allocatable is easy with integer :: fred(0:10)But I'm not sure how to do it with an allocatable array
View Articlehow to link abaqus with intelfortran
Dear sir,I have installed ABAQUS CAE2016, Microsoft Visual Studio 2015, and Intel Visual Fortran Studio XE 2016 on my computer. However, when I run the test codes, there are the following errors:...
View ArticleProgram Move
Steve:How do I move a copy of the EXE file for a program called WULF.EXE that is compiled in debug mode to another computer to work on some data. I tis also compiled with MKL routines.Not done this...
View Article