Installation of VS2010 and Intel® Visual Fortran Composer XE 2013 for Windows
I have downloaded the installation packages, but I am not able to find something like an installation guide for IVF.I am currently running Windows 8 (64 bits), is it possible that I can install both...
View ArticleIntrinsic gives warning #7322: Symbol not previously declared. [LEN]
I have an application with around a 1000 routines and functions, IMPLICIT NONE is present in >95% of them. I compile everything with /warn:declarations also.I re-organised some module variables from...
View ArticleCannot disable Fortran error message 8284
Hello,I am trying to disable specific error on .f compilation, e.g. error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or...
View Articleopen file and write in a temporary location on local drive
Hello everyone,I'm having troubles recently when writing data in files with my fortran programs.I don't know if it comes from the network or anything else, but it is quite annoying because my team is...
View ArticleJoin the Webinar: Empowering Oil and Gas Applications for Intel® Xeon® and...
Subject: Join us at a webinar - Empowering Oil and Gas Applications for Intel® Xeon® and Intel® Xeon PHI™ architectures using Intel® Software SolutionsWhen: Jan 15th 2014 8:00 AM - 9:00 AM...
View ArticleFinalization subroutine questions
Hi,I'm trying to solve a memory leak in a Fortran program and I'm seeing some issues with finalization routines. The following example illustrates the issue that I found: module MemLeaksMod implicit...
View ArticleSlow parallel processing
I am currently using Visual Fortran Compiler XE 14.0.1.139. I have a section of code that uses two threads to run two subroutines in parallel. One subroutine simulates the movement of vehicles on...
View ArticleHow to Bring Back Vertical Line at Character 6
Hello all,I am new to Visual Studio and Intel Visual Fortran. My office computer was just upgraded from WinXP to Win7 so I had to say goodbye to Compaq Fortran 6.6. Everything is to my liking except...
View ArticleConverting a program from CVF 6.6 to IVF 11.1
Hello everybody,I am converting a program from CVF 6.6 to IVF 11.1 and I am looking for an equivalent to this part of the code below :1. What library should I call instead of MSFLIB ? Should I modify...
View ArticleFortran compilers and linkers
Please advise how can I convert/recompile old Fortran files [available in WXP 32bit/Visual Compaq 6 and built in the Microsoft developer Studio 98 environment] ie to open/run in W7 64-bit platform? I...
View ArticleNational Language Support (NLS) Usage in Ifort
For a project I was experimenting with a 'text' file which is Unicode (UTF-16(LE)). The test file has a few strings in it with a mixture of 'normal' ASCII characters and with some Arabic characters. I...
View ArticleCorrupted .dsp file in Windows 7
Hi,I have a client that is trying to migrate a Compaq Fortran project to Intel Fortran. She is following the instructions on the guide "Porting Applications from Compaq Visual Fortran* to Intel® Visual...
View Articlemissaligned arrays
I have an older code which I wish to compile that contains missaligned arrays.Outside a call to a subroutine: Y(3,6)In the subroutine call statement: G(3,6,8)Previous versions of Intel Fortran would...
View ArticleIs Microsoft Visual Studio Shell & Libraries free with commercial version?
We have downloaded Intel(R) Visual Fortran Composer XE 2013 SP1 for Windows evaluation version. We are using this to compile an already generated Fortran files and to inturn, generate the exe...
View ArticleMigrating to MS Visual Studio 2010 + new Visual Fortran with IMSL
Hi,I just started migrating my old MS Visual Studio Solution 2003, which has a C++ project and a fortran project in it from Windows XP to MS Visual Studio Solution 2010. I installed a recently...
View ArticleFormatting Fortran in Forum posts....
Using the Fortran and /Fortran tags (in square brackets) makes code snippets infinitely more readable than posting them as normal text. I am frustrated each time by the fact that when I paste some...
View ArticleCan we get black on white typing?
When debugging a program, I get white letters in the output on a black background.This is fine when looking at it, but the printout is a nightmare.first of all, its hard to read.Secondly, it uses up...
View ArticleAnnoying obnoxious password policy
I can understand why you want the passwords to be secure, but Ithink you are going ape **** with it.This is not an banking institute, or a stock trade Web site, where sensitive financial infois bandied...
View ArticleCSV delimiter detection
Is there anyway to accurately determine the delimiter used for CSV files in non-US countries? There must be some way, as Excel knows what to do, but I can't find any way to determine in from...
View ArticleQ re integer multiply
I noticed that when I multiply two integer(4) quantities together,the compiler does not allow the result to be integer(8).So is there a way to FORCE the correct answer?For example:integer(4)...
View Article