Problem with breakpoints in PROGRAM in 64-bit debugger
I am using Parallel Studio XE 2016 Update 1 in Visual Studio 2010 Professional SP1 on Windows 10 Professional 64-bit.If I place a breakpoint in the block between PROGRAM and END [PROGRAM] (I have only...
View ArticleError #8077: A proc-language-binding-spec shall not be specified for an...
It is unclear to me whether the indicated error about a binding specification being disallowed for internal procedures is correct. Does the Fortran standard really state as such? My quick read of the...
View Articleusage of modules
Dear community,I have a project to port from Linux to Windows. I habe several files with definitions of modules und other which use this modules. When I try to compile my files in a batch-script I get...
View ArticleCalling a Function from Fortran DLL with Excel VBA
Hello, Everyone.I am a newbie to VBA calling Fortran DLL.I need some help getting my Fortran DLL file to work with my Excel VBA. I am using Windows 7 (X64), Excel 2013 (X64), Microsoft Visual Studio...
View ArticleFortran+Visual basic (windows application)
Hi,I'm developing a windows application that uses fortran DLL. I'm asking your help in two things:1- I want the fortran to write on a console during the execution of the fortran code. I used the...
View ArticleHow to get Intel 8.x compiler (needed for legacy Fortran code)
Hello!I need the old Intel compiler for some old Fortran code that no longer works with the newer compilers. Intel 8.x compiler is explicitly recommended for the code I am trying to compile.How do I...
View Articlename.sln vs name.vfproj
1) In MS Visual Studio when I click FILE>OPEN>Project/Solution I get the choices: Name.sln and Name.vfproj. Please help me understand the difference between the sln and vfproj files. Clicking...
View ArticleCopying Projects & Directory Structure
1) Please can someone point me to a reference describing the directory structure of Intel Visual Fortran projects? Which files go into which folders?2) If I have a project that I want to save as a new...
View ArticleWhy no debug info ?
This program I am testing had a breakpoint, but when I look at the output pane, it says nothing about whereit occurred. Furthermore, There is no arrow pointing to the offending source code line. The...
View ArticleStruggles with Fortran Structures...
All,I'm currently having fun attempting to translate the 'GPC General Polygon Clipper library' from C to Fortran. Also, in the process, I'm converting from the abstract Pointer-style of memory/data...
View ArticleFailure when installing Netcdf 4.3.3.1 with Intel compilers
I am trying to install Netcdf version 4.3.3.1 with the Intel compilers. I enter:source /opt/intel/bin/compilervars.sh ia32Then I configure netcdf with the appropriate flags (I followed the guide on...
View ArticleCompile Fortran-77 program to run in DOSBox
I have a Fortran-77 program and the target is to execute it within DOSBox - an x86 emulator with DOS. (http://www.dosbox.com/) The main reason for it is, that DOSBox can be executed on hardware for...
View Articlecharacter for logic
If I have:Program DW implicit none character(len=50) :: C logical (kind=1) :: L C="4 .GT. 3 .And. 5 .EQ. 2" L=C ! I know that this is impossible If (L .EQV. .True.) Then ! <--- How can I...
View Articlevisual studio 2013 community and intel parallel studio xe composer
Hi guys,I have Visual Studio 2013 installed in my computer. I installed Intel parallel studio xe composer trial version. I noticed intel Visual Fortran was not one of the programming languages on the...
View Articleerror #10295 - could be caused by multiple processes launching ifort?
HiI get this error:ifort: error #10295: error generating temporary file name, check disk space and permissionsfrom a shell script which concurrently launches multiple instances of ifort 16.0.0...
View Articleforrt1: severe (24): end-of-file during read
HelloI am getting the following message after running the code:forrt1: severe (24): end-of-file during read...What does this mean?Basically, I'd like to sort the following column of numbers into an...
View ArticleHow to export matrixes in Fortran?
Hi! I am tryng to generate a matrix(m x n), MatContribution, with the following subroutine. Its elements are 1 with a certain probability p, 0 otherwise. SUBROUTINE...
View ArticleProblem with intel compilers and Sophos
Hi All,This is a bit of a random question, but maybe someone can help.I have the Intel FORTRAN 2016 compilers installed on Windows. Our corporate Virus Checker is SOPHOS. When I compile any code with...
View ArticleError message for /Qopt-matmul with /O2 without /Qparallel not meaningful
Hi,I got an error in compiling a simple code under PSXE2016 update 1 and VS 2015 SP1:program matmul_test use ISO_FORTRAN_ENV, only : rk => real64 implicit none ! Variables integer :: i integer,...
View ArticleTemporary array creation
I'm getting the famous warning of a temporary array created, forrtl: warning (406): fort: (1): In call to XXXX, an array temporary was created for argument #N. However, I create simple code to mimic...
View Article