common block problem in openmp Fortran
my code is: program ... ! Loop which I want to parallelize !$OMP parallel DO I = 1, N ... call FORD(i,j) ... !$OMP END parallel DO end program subroutine FORD(i,j) logical servo,genflg,lapflg dimension...
View ArticleCompiler deconstructing structure constructor
I used the numbers spat out by the compiler for my weekly lotto pick, but I didn't win anything. Oh well.MODULE m20150828 IMPLICIT NONE TYPE :: ParentType CHARACTER(:), ALLOCATABLE :: string END TYPE...
View ArticleDo-loop question: Can an index ever be
This is a question I've wondered for a long time:Can the beginning index for a Do-loop ever be <1 (e.g., 0)?In recent practice, I discovered that using 0 as a starting value causes a crash, e.g., :!...
View Articlequestion about building LIB's
If A.LIB calls routines in B.LIB, can A.LIB be built before B.LIB has been built?The reason I'm asking this is for times when I'm not sure if A.LIB is actually calling any routines in B.LIB. If B.LIB...
View Articleprogrammatically launch a program when location is unknown
I need my program to launch an app, as though from a command line. The problem is that I don't know the path to the app. I have tried various forms of SYSTEM, RUNQQ, FINDFILEQ, and FULLPATHQQ to no...
View ArticleIntel Parallel Studio XE 2016 has been released!
Intel Parallel Studio XE 2016, including Intel Visual Fortran Compiler 16.0, is now available. If your support license is current you can download and install this at no additional charge from the...
View ArticleIntel Parallel Studio XE 2016 is now available!
Intel Parallel Studio XE 2016, including Intel Fortran Compiler 16.0, is now available. If your support license is current you can download and install this at no additional charge from the Intel...
View Articleneed help calling C from Fortran
I am trying to use a numerical library called UMFPACK. 20 years ago it was all fortran, but today it's in C. The attached fortran file is a supplied sample Main program to demonstrate calling umfpack...
View ArticleOpenMP task consuming cpu after completion
HelloI've been developing a GUI from scratch using Fortran together with some C libraries (mainly OpenGL to draw the widgets). I know that there are many better alternatives for GUI generation and that...
View ArticleDifficulty with integrating Intel Fortran Compiler and MS Visual Studio...
Hi,I am trying to do a Fortran code for my project and it requires Intel Fortran Compiler and Microsoft Visual Studio. I currently have the Intel Parallel Studio 2015 and Microsoft Visual Studio...
View ArticleErrors Linking Static IMSL Library under Visual Studio 2015
Fortran applications that use the Rogue Wave* IMSL* Fortran Numerical Library, specify linking to the static library form of IMSL, and build under Microsoft Visual Studio 2015* (or from a command...
View Articleinternal writes lead to creation of Windows mutex handles
Hi,After installing the Intel Visual Fortran Compiler 16.0 on Windows, I noticed that execution of internal write statements leads to Windows mutex handles being created for every internal write so...
View ArticleI cannot access http://premier.intel.com
Dear, I bought intel fortran compiler last year and I found some issues to use it, however I could not have access to premier site. Could you let me access there? Best,Kunok
View Articleundefined references for static library and shared modules
We are having issues on windows 7 visual studio 2012/2013, using the intel compiler version 15. Package ID: w_ccompxe_2015.2.179 w_fcompxe_2015.2.179 w_compxe_2015.2.179w_mkl_p_11.2.2.179This package...
View ArticleAnother problem with XE 2016
I am having problems with this line of code:NEXTBL=SUM(MAXLOC(UNITY,MASK=(NSTRM(PORT,:)==SDMXOUT)))Unity is an array, all containing the vlaue '1'; I am searching for the location within NSTRM for the...
View ArticleMath evaluation puzzler
In the following snippet, Term1 is part of a larger equation:real(4) :: Term1, T, Twb, Tref T = Twb Tref = 273.15 Term1 = ((2501.6 - 2.3263*(Twb-Tref)) / 2501.6 + 1.8577*(T-Tref) - 4.184*(Twb-Tref))...
View ArticleIntel® VTune™ Amplifier XE 2016 and Intel® VTune™ Amplifier 2016 for Systems...
Intel® Parallel Studio XE 2016 Professional Edition for Windows* OSIntel® Parallel Studio XE 2016 Cluster Edition for Windows* OSIntel® System Studio 2016 for Windows* OSIntel® Media Server Studio 2016...
View ArticlePreparing a Target Linux* System for Remote Analysis
When using the VTune Amplifier to collect data remotely on a target Linux* system, make sure to:Install the VTune Amplifier collector on the target system.Set up SSH access to the target...
View ArticleInterpreting Energy Analysis Data
Identify causes of energy waste on target systems.NoteEnergy analysis is provided by the Intel® VTune™ Amplifier for Systems only. Energy analysis collection is supported for target Android*, Windows*...
View ArticleICE: ifort-16.0 with -assume realloc-lhs
I recently upgraded to ifort 16.0 from ifort 15.0.3 for OS X and have encountered an ICE and also an unexpected segmentation fault. I experience the ICE when I have two derived types. The first is a...
View Article