Start a new page in the printout?
Sorry for another stupid question, but I am using FORTRAN-Winprint to print to my windows printer and I've got it working. I wanted to got to the top of a new page after a write statement and for the...
View Articleerror LNK2019: unresolved external symbol using module
Hi!I face a problem which I did not succeed to solve despite several trials based on clues found here and elsewhere on the internet…I gathered several functions and procedures in a module ‘mymod.f90'....
View ArticleNoncommercial offering
@Steve Lionel (Intel)SirLast week I tried to download Intel Parallel studio for c++ (Linux) but I failed due to the fact that Intel was not giving student version of the software out side USA student....
View ArticleFortran Console application using fortran Static Library
I am getting Runtime error (Severe<157> : Program Exception – access violation) in Fortran Console application using FORTRAN static library. I have tired commenting out Write statements but it...
View ArticlePassing allocateable array to a FORTRAN DLL
I hope you would not mind my ignorance. I am having a hard time trying to figure out how I can pass an allocatable array from a subroutine to a FORTRAN DLL, or if I am doing anything wrong. The source...
View ArticleCompiler generated interfaces stripping attributes
Windows IVF 15.0 update 4In Debug build (with /warn:interfaces) I get:error #7062: The characteristics of dummy argument 2 of the associated actual procedure differ from the characteristics of dummy...
View ArticleDouble click selection of variable name is broken in VS
In November 2013 I posted this but the post is locked so I can not bump it:If you double click a variable name in the source that is a component of a derived type, VS selects past the percent sign on...
View ArticleDEC$ ATTRIBUTES DLLEXPORT attribute can not be assigned to an internal procedure
Hi,I am trying to expose some Fortran subroutines in a DLL. I didn't write the Fortran code, and I'm having some difficulties creating the DLL. The Fortran code is something like this (simplified):!...
View ArticleCalling a function from a parallelized do concurrent loop
Trying to compile my program in the release mode with parallelization, I've encountered a problem with calling a function, defined in a module. Here is the sample program to reproduce the...
View ArticleSIMD prefix sum (cumulative sum)
Colleagues,Does anyone have a good reference to an implementation (or at least an algorithm) for implementing a so-called prefix sum (a cumulative sum) in Fortran using SIMD? I have found several good...
View ArticleProblem passing array from C++ to Fortran DLL
Hi,Apologies for posting my second topic today, but I have searched high and low for a solution to this particular problem and cannot break through it.I am trying to call a Fortran subroutine (in a...
View ArticleProblem installing Parallel Studio 2015 Update 4
I received the notice announcing Update 4 but I am having a problem during the installation:I get a message sayingThe following application should be closed before continuing the install: - FLEXnet...
View ArticleWindows 10 ante portas
MS Windows 10 is coming soon. I assume that the developers at Intel are busy getting the development environment and the compilers ready for the new OS version. Any news on the topic? Should we refrain...
View ArticleFile missing on 2015 compiled XP target
A DLL I compiled with IVF 2015 (on a 64 bit Windows 7 system with Visual Studio 2013) is failing on some XP (SP3) systems. It was compiled with "/SUBSYSTEM:WINDOWS,"5.1"" on the linker line and...
View Articleresurrecting an old open_gl program
I'm trying to bring an old program back to life.I believe GLUT is now dead and I'm trying to get the fauxInitWindow routine to setup the graphics window. Upon linking, however I get unresolved...
View ArticleOpenMP performance
This is a rather general question about a situation that arises frequently. An array is to be populated by computing the entries in a parallelised loop. What is the best way to prevent slowdown...
View ArticleProblem installing Compaq Fortran 6.6
Problem installing Compaq Fortran 6.6 I have a problem during installing CVF 6.6. On 90% of installing tere is a error:"Unexpected error while copying files. Please reboot your computer and retry the...
View ArticleUpdate 4 broke MSVS 2010 integration
Hi Steve,Just ran Update 4, and now I have no Fortran integration in MSVS 2010 Pro.do you have a remedy for this?Thanks,David
View ArticleHook not executed
I have a QWIN program that uses a DLL which sends status and progress events. The events are registered using RegisterWindowsMessage.In order to react to these messages I have set up a hook like...
View ArticleIs OpenMP not supporting Fortran 2003 (PASS, Finalization, etc.)
Hi all,My question is related to integration of OpenMP in Fortran with some features in standard 2003/2008In the document of latest 4.0 release it is stated that some features are not supported. The...
View Article