Poll: Ok to require separate Windows SDK download to install VS Shell?
As many of you know, we currently include, with Intel Visual Fortran, a Fortran-only development environment based on Visual Studio 2010 Shell. While we typically refer to this as "VS2010 Shell", there...
View ArticleVisual Studio 2010 integration problem
Hello,I'm trying to install Intel(R) Visual Fortran Compiler Professional 11.0.0075 for Windows*on Windows 7. Microsoft Visual Studio 2010 is already installed and works fine. When I run the IVF...
View ArticlePerformance decrease with OMP simd
I have some Fortran code out of a benchmark suite that uses OMP 4.0 features. Among them is the new "omp simd" to vectorize parallelized loop nests. If I omit the "omp simd" the code actually runs...
View ArticleReview Comment
Steve:Why at times do I get a "this comment has been sent to the moderator for review?" Or some such comment.Are there trip words like - Intel, Fortran, Steve etc that trigger a review need?RegardsJMN
View ArticleHelp needed searching folders
Does anyone have a simple solution to this problem?From within my program, I need to be able to search a user's computer drive to find all obsolete installs of my application (typically a DLL), and...
View ArticleHow to Use Intel XE2013 Fortran SW
Is there someone in the Southern CA area who would be willing to sit down with me for about one hour (or less) to walk me through the procedures necessary to get this subject Fortran Package to work? I...
View ArticleCreate a DLL
Hello Steve,I want to create DLL of my fortran.f90 code. This code contains main program and subroutines, the structure is as follows:program ABC .. .. end program ABCsubroutine XYZ .. .. end...
View ArticleOpenMP scaling for PHI
Hi,I've got a very long running simulation which has a very simple OpenMP structure: Some serial setup and then a bunch of threads start computing, only interacting when they write to a standard output...
View Articlefortran DLL in excel 2010 (32 bit or 64 bit) in Windows 7 64 bit
Dear all,I have read a few threads on this forum about this very problem and I think I have implemented all the suggestions but still cannot solve my problem.Here is the problem: I used to have a DLL...
View ArticleIssue with multiple cores
Hello everybody!I've a little problem and I kindly request your help.I'm running a finite element analysis using abaqus software (a commercial software). Abaqus allows users to create their own...
View ArticlePassing an interoperable C struct to Fortran by value gives 24-byte offset
I have a C struct and a corresponding Fortran derived type which is defined with bind(c), and have successfully been passing instances back and forth using the syntax (in...
View ArticleVisual Studio with mixed C++/FORTRAN
We're looking to move our FORTRAN 90/95 code into a hybrid C++/FORTRAN code where we will use the C++ for infrastructure while the number crunching will be in FORTRAN.Is it possible to have C++ code...
View ArticlePassing 2D dynamic array from C/C++ to Fortran
Hi,I would like to pass a 2D dynamic array from C++ to a Fortran subroutine(dll) for some calculations and after that I would like to get the modified array back to my C++ program.I have checked lots...
View ArticleConverting .f90 file to .for
HelloI using Fortran to write a subroutine for ABAQUS. ABAQUS requires a .for file for the input and mine is now in .f90 format. Is there an easy way to convert this? I've also attached my...
View ArticleSubsetting an array with unknown array size
I want to select elements in an array that meet a certain condition. program subsetting implicit none real,dimension(100)::A ! I declare an array(say,B) elements of which are greater than 0.15 in A...
View Article64 bit debugging not working
I'm using Intel Visual Fortran Composer XE 2013 SP1 Update 3 and debugging in Visual Studio 2013 Update 2's IDE with this simple program: program Console1 implicit none ! Variables integer(4) testInt !...
View ArticleHow to run *.exe file from fortran
Dear all,Now I have a file with extension *.exe has been created using matlab, and I would like to know how I can run it from my fortran code.Regards
View ArticleLinking ABAQUS 6.10 and Fortran 10.1
Hello EveryoneDoes anybody know how to link ABAQUS with Fortran compiler for using subroutines?Thanx
View Articlememory leak
I have a memory leak in my executable that I am unable to pinpoint. The computation is wildly complex with many iterative subroutine calls, many derived types and heavy pointer usage. I have checked...
View ArticleMixing 32 and 64 bit DLLs
My problem is trying to run IVF-compiled 32 and 64 bit executables and/or DLLs on the same machine.My project consists of an executable program and several DLLs, all compiled with IVF. Another 32 bit...
View Article