Fotran pointers traveling through C++ code
Dear all,I read a lot of tutorials about calling Fortran functions from C++ code, and I was wondering if it was possible to call a Fortran function from C++ code with pointers arguments that come from...
View ArticleIntel Visual Fortran XE 2013 and the TFS Build System
I have installed Intel Fortran XE 2013 SP 1 on our Build Server. I was expecting the TFS Build System (MSBuild) to be able to build my Intel Fortran XE 2013 SP 1 project. However I get a "must be...
View ArticleCompile under dos command line
I just purchased the Intel Visual Fortran composer XE 2013 SP1 for Windows with IMSL; OS Windows 7. What is the syntax to compile a fortran program directly in dos command line? (I try to avoid the MS...
View ArticleFinalizer with allocatable components
Hello,I am trying to understand how finalizers work in Fortran.I have written a minimal test program containing a derived type with just a final procedure and an allocatable component.It appears that...
View ArticleFirefox: Windows help viewer pane is blank when viewing CHM file
Hello Forum: We have noticed that the Intel® Parallel Studio XE documentation may not function correctly when accessed with the Firefox* browser.The exhibited behavior is that the right-hand pane...
View Article"Traveling" forrtl: severe(408): fort (2): error
I am using Intel Fortran Compiler 14.02.2.14.I am compiling with the following flags " -fpp -O0 -check all -traceback -g -vec-report0 -debug all -heap-arrays -ftrapuv".I keep on getting errors of the...
View ArticleNotational Conventions
The following conventions may be used in this document.ConventionExplanationExampleItalicUsed for introducing new terms, denotation of terms, placeholders, or titles of manuals.The filename consists of...
View ArticleWhat's New
Update 9Update 9 of the Intel® Inspector offers: Performance and memory consumption improvements during threading error analysis - The Intel Inspector still finds most data race and cross-thread stack...
View ArticleIntroducing Intel® Inspector
Intel® Inspector is a dynamic memory and threading error checking tool for users developing serial and multithreaded applications on Windows* and Linux* operating systems. You can also use the Intel...
View ArticleIntroduction
Parent topic: Intel® Inspector 2013Introducing Intel® InspectorWhat's NewNotational ConventionsRelated InformationLangue Anglais
View ArticleProduct Support
Product Website and SupportThe following links provide information and support on Intel software products, including developer studio products such as Intel® Parallel Studio XE:...
View ArticleLegal Information
INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT....
View ArticleIntel® Inspector 2013
Document Number: 327083-009USLinux* OSLegal InformationStart HereThis document focuses on using the Intel® Inspector in the Intel® Parallel Studio XE. You may see minor differences if you installed a...
View ArticleWhy the result depends on -g option and type of function
Just a small program. REAL(8) FUNCTION DUMMY(i) implicit none integer, intent(in) :: i DUMMY=dble(i) write(*,*) 'i=', dble(i),'res=',DUMMY RETURN END FUNCTION program test real(8) :: xxx xxx=DUMMY(2)...
View ArticleMPICH2-1.5 Install problem - help!
I am trying to install mpich2-1.5 on my linux system (RHEL 6.5) but I can'tThe configure failed showingconfigure error: ***** Incompatible Fortran and C Object File Types! *****F77 object file type...
View Articleifort 14.0.2 bug prevents scipy tests to pass
I've tried to use Intel MKL with numpy 1.8.0 and scipy 0.13.3 python packages.When I use -O2 option for ifort scipy tests in scipy.odr subpackage fails everytime.Using -O1 instead of -O2 results in...
View Articleerror PRJ0019 for 'link' tool
I have error PRJ0019 during linking my quickwin project (possibly for 'link' tool). This error comes only in x64 platform (not in 32 bit) The objectivesIntel(R) Visual Fortran Compiler XE 12.1.1.258...
View ArticleHelp with Fortran Wrapper that Interfaces with C Library
Dear Fortran Gurus,Let me begin with a disclaimer. I'm not a Fortran developer, but a library that I've written has been adopted by some parallel scientific codes written in Fortran, so I thought I...
View ArticleHow do I know in which core my thread is running
Hello guys.I'm trying to scale a for loop but I'm getting even worse results.My serial code runs in 30s but my openmp version completed in 200s.This is my pragma. int procs = omp_get_num_procs();...
View ArticleUMAT subroutine usage
Hi,I need to develop a UMAT subroutine for inputting a material model into ABAQUS.I interfaced ABAQUS 10.1, Visual studio 2008 and Fortran 11.1 successfully(PFA image of abaqus cmd showing PASS)I then...
View Article