Stack vs heap
Are there any performance issues in using the heap instead of the stack? Does software compiled with the option /heap_arrays0 run slower than code that uses the stack?ChrisG
View Articletype of array
I would like to solve following task: I have got a grid (nCellsY, nCellsZ). Each grid cell can contain no fiber, one fiber ore more fibers. I know in which cell the fibers are. I need to know the...
View ArticleLicense transfer
Hello,I have a serial number that a coworker of mine was using to use Visual Fortran 11.0. He wants to transfer the license to me. However, when I try to register it, I get a message that the serial...
View ArticleActivating Professional Edition
Steve,We purchased two individual licenses for IVF Professional 2015 (Parallel Studio 2015 with Fortran) and received the license keys and files (both licenses have the exactly same issue here to ask...
View ArticleVisual Fortran for VS2008 Student Edition
I have a student version of Visual Studio 2008 downloaded from Microsoft DreamSpark. I need to run an modify a fortran 77 version and include some new codes to this old version without modifying all...
View ArticleProblem distributing data across ccNUMA nodes
HiI have previously written ccNUMA aware code in Fortran by initializing my arrays in parallel using the "first touch" principle , but it appears something has happened lately so this no longer works....
View ArticlePictures in Forum Notes
Steve:When I try and use the picture insert button on the Forum web site - I get asked to pick the file and then I get an upload screen and then I get a screen with a little green tick sign on the left...
View ArticleCannot watch module variables in IVF 2015
I've been using this feature since MS 2008-2012 and all previous versions of IVF (and Composer) and now just updated to MS Visual Studio 2013 (Ver. 12.0.30723.00 Update 3) and Intel Parallel Studio XE...
View ArticleSocket Inheritance
Intel Forum,I have a question pertaining to socket inheritance.I am developing an application on Windows 7 which will spawn multiple processes on the same system (Laptop).I am using Intel Parallel...
View ArticleFortran module wizard error
For some years I have used the Intel Fortran module wizard to generate the COM code necessary for communicating with Excel. Recently I upgraded to VS2013, with the Intel Fortran compiler 15.0.0.108....
View Article[OpenMP] Huge overhead cost with OpenMP
Hi to everyone,I am working on a Monte Carlo code, written in Fortran77 in order to make it parallel using OpenMP. Now I am in the testing phase of the development process, but I am facing problems...
View ArticleLinker error
I am using VS2010 with IVF XE 2013I have just transferred a Windows Project from a PC with Windows 8 to another PC with Windows 7, and I tried to compile and rebuild the Project.The files are...
View ArticleDo Intel Visual Fortran Compiled Binaries work for Windows Server 2012?
I have a program which was compiled on a Windows 7 OS machine and worked perfectly for Windows Server 2008 based servers. Recently one of our servers upgraded to Windows Server 2012, and the compiled...
View ArticleSetting all allocatable arrays to NaN
HiIs there a way to set "all" allocatable arrays to signaling NaN through a compile switch? I see /Qinit:snan but I don't think that can automatically assign NaN when the array gets allocated.Abhijit
View ArticleWinteracter setup
I am just getting started with Winteracter and would like to keep using VS instead of migrating to the Winteracter GUI.Does anyone have any tips for integrating Winteracter into existing project...
View ArticleIntel FORTRAN Composer 2013 & MS Visual Studio Integration
Greetings,I used to have Intel FORTRAN Compiler 9.1 with MS VS2005 integration back then. A couple of years ago, we upgraded everything to Intel Fortran Composer 2013 & MS Visual Studio 2012 (or...
View ArticleCo-array error
Steve:I am using some structures and I keep getting this 8363 error and I cannot see why.Code enclosed in zip file.Looks legal to me.JMN
View ArticleDebugger Issue - Symbols not Loaded
Hi - I am having a problem when debugging. I searched this forum, but have not been able to find ta fix.I have a large .dll project. I call the .dll file from Excel. I have Visual Studio 2010. In...
View ArticleUnresolved external all CAPS
I am trying to link against a LIB file containing a Fortran subroutine.A dumpbin /all on the lib shows the Fortran routine as: _ledapm_run2phaseMy call in my F90 file is to: call...
View Articleassign value to a variable
HiI saw some people using => to assign value to a variable, and I couldn't find how => works, anyone can give me some reference of how => worksThanksYouwei
View Article