I/O slower in Intel Fortran 2016
Hi,I have updated the Intel Fortran from 2013 SP1 to 2016 recently and found the I/O speed of 2016 is very slower than 2013. To read a bigger txt file( 3.67G), the program compiled with Intel Fortran...
View Articlecompile failure for recursive derived type input-output
WARNING: If the code below does not compile immediately, please Ctrl-C fast; otherwise, huge cores are being produced, and you may have to restart your workstation. ! Code from Figure 19.3 on page 324...
View ArticleFortran -> C Interop Struggle
All,Trying to bone-up on calling C routines from Fortran in IVF Parallel Studio XE 2015 Composer. I thought the code was fairly simple & straight forward but a persistent error is stumping...
View ArticleAt what point during debugging are Functions evaluated?
I have some code that calls a passed-in function called YDDZIC inside a loop. For 22 iterations this works fine but on the 23rd it crashes out of the whole program when it hits the END statement of the...
View ArticleCompiler crash in OpenMP code
Hello,The following code raises an internal error with ifort 15.0.2 and 16.0.1:catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with...
View ArticleDLGSETHELP
I have an old quick win program which I am revisiting and found the pressing F1 for Help does not work.I had the call:call DlgSetHelp(ChildDlg,MyHelpRoutine) - it did work several years agoIf I include...
View ArticleFailed to bind breakpoint
Steve:This comes from VS 2013 -- Latest Intel Fortran - I must be doing something stupid - but I cannot see what it is - debug is turned on AttachmentSizeDownloadCapture.PNG9.62 KB
View Articlesum on array longer than max value
Hi all,I just discover than the sum intrinsic function use the type of the array ( I guess) to do the sum and therefor if the array is longer than the max value of type. I don't know if that is defined...
View ArticleAbaqus VUMAT stand-alone testing/debugging
Hi Guys,I'm new to these forums and I'm looking for some help/advice on fortran subroutines in combination with Abaqus. I noticed there were several posts related to fortran and Abaqus in the past.In...
View ArticleDrawing graphs in a bitmap
Hi,I am trying to create several bitmaps, draw graphs, output text, etc in them and then bitblt them onto the screen. My code follows but it does no work. Any help will be much appreciated. Brooks...
View Articleifort: command line error: no files specified; for help type "ifort -help"
I am trying to compile a fortran code (WRF 3.6.1) with intel 15.0.3 I am calling the compiler, in bashrc, with the following lines: export...
View Articlepick-up integer miss-match
just wonder if there is a way to pick-up integer miss-match (see simple example below) as it might frequnetly appear when porting from Win32 to x64. Any suggestions how I can find such flaws? Useful...
View ArticleLink Failure with Static Library
I made a minor refactoring change to a large code project and suddenly, BOOM, tons of link errors. After spending a lot of time trying to debug, I've concluded this is a linker/module problem. I think...
View Articlecall subroutine in dll A from subroutine in dll B
I have some LAPACK routines (F95 or F77?) in a DLL and write some stubs to cal the LAPACK routines that I call from C# I put those stubs in another DLL. At least, that's the general idea to solve the...
View ArticleWM_HELP not always working
I have the following code snippet in many dialogs - and most work and call Help. When stop the code I find WM_HELP is decimal 83 (HEX 53) In just a few cases WM_HELP is not working and Help is not...
View ArticleFormat Specifiers in Fortran Project in Visual Studio 2015
I recently upgraded my development environment from MSVS 2010 with the Intel Fortran 2013 compiler to MSVS 2015 with the Intel 2016 Fortran compiler and was trying to use some functionality to debug...
View ArticleCompiler Settings for link fully static.
I am very sorry to open this topic again, which has been discussed in this forum many times before. Like...
View ArticleCommand Line Build
Is there an easy way to use my vfproj file to produce an equivalent command line build? Do I need to make a Make file? A batch file?There must be a way to get from the IDE to the command line, surely?
View Articlefcompxe_2016.0.033.dmg installation problem...
I work on mac OS X 10.11 El Capitan and right now, I use intel fortran composer_xe_2015 without problem. I wanted to download the initial release of composer_xe_2016, which I am allowed to use without...
View ArticleCalling Fortran from Fortran from C#
I have two cases of calling from C# program A a Fortran subroutine (in a DLL) FBn that itself calls a Fortran subroutine (in that same DLL) FCn. So: A -> FB1 -> FC1and the other case:A -> FB2...
View Article