Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Browsing all 5691 articles
Browse latest View live

where can I find definition of project, solution & source?

I am confusing the meaning of project and solution.I already have code and want to run it. I made a new FORTRAN project and opened new source f90 file and copy/pasted the code inside. After end of job...

View Article


How to put a breakpoint in a code

I want to put a breakpoint in a code.I presume with a breakpoint, code will execute until it reaches the breakpoint and then need my approval to succeed. Am I correct?Trying to put a brekpoit, it asks...

View Article


How to store output files for one code with different input files?

I have one solution, one project and one source file. My source file is named console1.I want to RUN it for different input files.What is best way to accomplish this so that output files for each of...

View Article

Syntax silliness

It is the season for triviality...MODULE PublicColonsShouldBeBanned   PUBLIC ::   ! Not permitted by F95 R522 / F2003 R518 / F2008 R524 END MODULE PublicColonsShouldBeBannedDespite widespread agreement...

View Article

switching from IFORT_COMPILER12 to IFORT_COMPILER13

Hello I have just installed the latest version of the Intel Fortran compiler for  windows (w_fcompxe_novsshell_2013.1.119).I am using visual studio 2010.I used to use the Intel compiler with imsl (xe...

View Article


Do we have a function as DMAX1?

In my code, I have following line:PSMAX= DMAX1(PSXL,PSXL,PSYL,PSXU,PSYU)I am familiar with MAX command which finds the maximum of set of variables. D is for making the function Double precision (DMAX)....

View Article

How to restore a text screen after wrecking a portion of it?

It is common in my applications (Quickwin) to interact with user via a "text screen" (actually a child window) in which all writing is done with coordinate control via OUTTEXT. Suppose at some key...

View Article

Increasing stack size in CVF?

Greetings,I was hoping someone here might recall how to increase the stack size in good ol' Compaq Visual Fortran (Version 6.6).  I'm getting a stack overflow error when dealing with some big matrices....

View Article


what is the meaning of: FNAME1 = 'GNOUT'//A(I,J) and A(10,10)*3

A subroutne populates a matrix A(10,10) as follows (actually it doesn't populate last two rows):       SUBROUTINE GLNAM(I,J,FNAME1,FNAME2)      CHARACTER FNAME1*10, FNAME2*10,A(10,10)*3,B(10,10)*3...

View Article


Intellisense - how to create and use

Have an executable that exports a number of symbols for use by plug-ins. The executable and the plug-ins consist of Fortran plus a little c and I've just re-done the executable comments to generate...

View Article

Can a GOTO command refers to outside a subroutine?

Is it possible to have a GOTO command inside a subroutine which points to outside the subroutine?In a subroutine, I have the follo‌wing line:IF(BN.GT.100000E+02) GOTO 1000And there is no 1000 in that...

View Article

OpenMP threads gone dead

I am running Fortarn XE2013 in VS2010I have an openMP single thread block that gets run many times succesfully but suddenly I get a deadlock at the next statement after the block. I am running 6...

View Article

Mixed language project dependencies

We're in the process of upgrading from IVF 11.1 on VS2008 to IVF Composer XE 2013. We have a large solution (200+ projects) with a mixture of C++ & Fortran DLL projects that have many dependencies...

View Article


Information about the FTC Decision and Order on the Intel Compilers...

Information on the Intel Compiler Reimbursement Fund referenced in Section VII.D of the FTC Decision and Order is available now. Pleasesee the site,www.CompilerReimbursementProgram.com,for further...

View Article

Using Visual Studio 2012 to link applications that are to be run on Windows XP

Microsoft Visual Studio does not support linking native applications that will run on Windows XP or Windows Server 2003. In order to link such applications you need to specify that the Visual C++...

View Article


how to pass 2d array from C to Fortran?

I need to pass 2d arrays from C to Fortran using interoperability features.in C :arrays are declared asint ** ia;float ** fa;double **da;int m, n;    // dimensions [m x n]allocation is done as :ia =...

View Article

Image may be NSFW.
Clik here to view.

DEBUGGER has a bug (?)

Isn't it supposed to know about the CONTAINS feature for putting routines within a routine?In this routine I uploaded, it cannot debug variables that are defined in the main body of the routine,when...

View Article


More about "compiler bug" mentioned earlier

I was mistaken when I said that it was not setting up the arguments properly.It was actually the DEBUGGER that is screwed up.It can't display ANY REAL*8 variables, it gives NONSENSE values for those.I...

View Article

Is it possible to write output results into an Excel file?

 I want to be able to open output files of a FORTRAN code in excel. If I name an output file in a FORTRAN code, as: ouput1.xls, then would it be a an excel file to open in Excel? If not, how can I do...

View Article

How to call a function that requries a unicode string

Hi All,I have been trying to write a Fortran program that will communicate with a PDA running Windows CE. The PDA is synchronised with my desktop running Windows XP. For this to work I need to use a...

View Article
Browsing all 5691 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>