Quantcast
Browsing all 3270 articles
Browse latest View live

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 Article


compile 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 Article


Fortran -> 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 Article

Image may be NSFW.
Clik here to view.

At 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 Article

Compiler 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 Article


DLGSETHELP

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 Article

Image may be NSFW.
Clik here to view.

Failed 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 Article

sum 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 Article


Abaqus 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 Article


Drawing 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 Article

ifort: 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 Article

pick-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 Article

Link 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 Article


call 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 Article

WM_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 Article


Format 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 Article

Image may be NSFW.
Clik here to view.

Compiler 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 Article


Command 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 Article

fcompxe_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 Article

Calling 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
Browsing all 3270 articles
Browse latest View live