values of parameters in ENTRY
Working with :============================================================1>------ Build started: Project: Xdsim10, Configuration: Debug Win32 ------1>Compiling with Intel(R) Visual Fortran...
View Articlelink error
Hello I have upgraded to the new version of the compiler and I am getting the following error1>LINK : fatal error LNK1104: cannot open file 'libmmdd.lib'I am using Intel(R) Visual Fortran Compiler...
View Articlepassing a character string in c++ t oa dll function in Fortran
HelloI have a fortran dll with a large number of functions receiving character strings as argumentsfor exampledouble precision function func(str1,prop1,prop2,str2) BIND(C,name='cppfunc')use, intrinsic...
View ArticleNeed an advice on programming graphic using either Visual Fortran or Visual C/C+
Dear All,I have a project on fluid flow with graphics on. I am looking forward to continue developing the solver part in Fortran but the UI with a graphic console in mixed language form. I just need an...
View ArticleSubmodule+coarray bug with IVF 16.0
The following code triggers compiler error #8361 (A coarray or an object with a coarray ultimate component shall be a dummy argument or have the ALLOCATABLE or SAVE attribute.) for coarray J. I think...
View ArticleHelp connecting COM Library in Fortran Code
Hi,I need some help to connect a COM library to my Fortran code. To start of I am using Visual Studios 2010 with Visual Fortran Compiler XE15.0 Update 3. I do have some experiance with Fortran...
View ArticleSELECT CASE construct
Hi,I have a very basic question related to the SELECT CASE construct.The documentation tells that is is possible to branch to the END SELECT statement only from within the SELECT CASE construct but it...
View ArticleSlow response after integrated VS2013 and Intel@ Parallel Studio XE 2015
Dear all,I have installed VS2013 and Intel@ Parallel Studio XE 2015 in Windows 7 64 bit machine and have a project with C++ and Fortran mixed programing. Now a very troublesome thing is that after...
View ArticlePre-sales support
Dear community members,Can someone help me to solve this problem?I am trying to purchase the intel FORTRAN compiler for my company, as my company rule states that we could only pay direct to intel,...
View ArticleLatest update of IVF
My latest update was "w_fcompxe_redist_ia32_2013_sp1.4.237.msi" in August 2014.Can anyone tell me if there is a more recent upgrade available, and where to find it? ( I have still an active license)
View ArticleI cannot link between "Visual studio 2013" and "Intel® Parallel Studio XE...
I downloaded both "Visual studio 2013" and "Intel® Parallel Studio XE 2015 Composer Edition for Windows", but I cannot use any function and even find any tab about "Intel® Parallel Studio XE 2015...
View ArticleIs having a RETURN statement inside a BLOCK construct legal?
Is the following code legal Fortran 2008? I have two compilers that differ in opinion here:BLOCK RETURN END BLOCK
View ArticleFORALL vs. nested DO construct / Compare - Contrast
I have code which has the following block:FORALL(I = 1:II, J = 1:JJ, K = 1:KK, NULL(I, J, K) == 1) V(I, J, K) = FRAC(I, J, K) * DX(I, J, K) * DY(I, J, K) * DZ(I, J, K) VN(I, J, K) = DX(I, J, K) * DY(I,...
View ArticleCompatibility: ObjectARX and Visual Fortran
Hello, everyone! I am Welber, from Brazil, and i was started the research in my university in Strutctural Analysis for AutoCad with programation.I saw wich when i want to develop somehting for AutoCad...
View ArticleCommand line options of Fortran compiler
Hello everybody.Where could I find the exhaustive list of the command line options of the Intel Fortran compiler?I only have found the few examples in https://software.intel.com/es-es/node/510158 ....
View ArticleIntel Parallel Studio XE 2015 Update 1 Composer Edition - VS 2012 Integration...
Hello, - I have installed VS 2012 Professional And after that I did Install w_fcompxe_2015.1.148.exe (Intel Parallel Studio XE 2015 Composer Edition)I have checked and confirmed the integration while...
View ArticleThreaded code in Win 10
Colleagues,Has anyone attempted to run Fortran-generated multi-thread code in the beta of Win 10? Any problems?David
View Articledevelop a remote procedure call program by using fortran in vs 2010
I want to make a program about remote procedure call(rpc) use fortran , but I can't find any informations or resources on the internet. I hope anyboby can help me what should I do or How I can fix...
View ArticleMissing dll when executing on other PC's
To the Intel Forum,I've installed Intel Fortran (XE 2013 SP1) onto my PC (M/S Windows 7) and have ported/converted a Compaq VF code to IVF. I created an executable under the Debug Configuration...
View ArticleErro with IMSL
Hi Guys,I m with an error that a really do not understand. The code is really simple:module grids contains subroutine get_conic_parameters(pts,fcl, X)...
View Article