Referencing conditional logic
I have a .f90 file with dozens of subroutines, each of which require:#ifdef _WINDOWS #ifdef BITS64 use apm_mod_Win_x64 #else use apm_mod_Win_x86 #endif #else #ifdef BITS64 use apm_mod_Linux_x64 #else...
View ArticleUsing !$omp declare simd in an elemental subroutine
Quite recently (in May), I decided to update some of my codebase to use OpenMP 4.0 and, in particular, try out the "!$omp declare simd" directive. After a few teething troubles documented in a question...
View ArticleIs there any option in the intel fortran compiler (ifort) to compile and run...
I know that it is possible to compile in IVF from CMD by using the ifort command. However, that command only compiles and does not run the executable upon finishing compiling. The .exe needs to be run...
View ArticleFinalizer: only executed on scallar allocatable object.
In just want to confirm if this is the expected behavior of a finalizer.In the code below,module tes_final_mod implicit none type :: my_final integer :: n contains final :: destroy end type my_final...
View ArticleError:#11025 and #10014 in linux
My system is fedora 19 , the version is :Linux version 3.14.27-100.fc19.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) ) #1 SMP Wed Dec 17...
View Articlesystem crash when running dss on MKL_dss_indefinite
Hey there,my dss implementation freezes the whole system, probably due running out of memory, when switching from positive_definite to indefinite.The matrix provided to dss is 4x4, so not a big...
View ArticleOpenMPI stoped working
Hallo!I have the Intel Parallel Studio XE Composer installed and additionally I build OpenMPI with the intel compiler (based on:...
View ArticleGetting Started with Intel® VTune™ Amplifier 2016 for Systems (Linux* Host)
Intel® VTune™ Amplifier for Systems Performance Profiler with Intel® Energy Profiler helps you speed up and optimize execution of your code on Linux* embedded platforms, Android* or Windows* systems...
View ArticleGetting Started with Intel® VTune™ Amplifier 2016 for Systems (Windows* Host)
Intel® VTune™ Amplifier for Systems Performance Profiler with Intel® Energy Profiler helps you speed up and optimize execution of your code on Linux* embedded platforms, Android* or Windows* systems...
View ArticleGetting Started with Intel® VTune™ Amplifier 2016 for Systems
Intel® VTune™ Amplifier for Systems Performance Profiler with Intel® Energy Profiler helps you speed up and optimize execution of your code on Linux* embedded platforms, Android* or Windows* systems...
View ArticleICE with OpenMP workshare construct
Hello,the following code leads to an internal compiler error:module ifc_openmp_workshare_bug implicit none type t real, pointer :: u(:,:) end type t contains subroutine sub (z, x, y) real, intent(out)...
View ArticleData in Array Constructor using multiplier has error
Can anyone help? I cannot get the array constructor data values to compile when using a multiplier on a constant.This is an f77 conversion. Using MS VS 2003 and Intel V9. The array used to look like:...
View ArticleDebbuger Installation Failure
I used the parallel_studio_xe_2016_composer_edition_for_fortran_setup.exe installer. During installation the message "The Intel(R) Debugger Extension for Intel(R) MIC Architecture cannot be installed....
View ArticleIntel® Parallel Studio XE 2016 Composer Edition Fortran - Debug Solutions...
This page provides the current Release Notes for the Debug Solutions from Intel® Parallel Studio XE 2016 Composer Edition for Fortran Linux*, Windows* and OS X* products.To get product updates, log in...
View ArticleArray Declaration
Hi All,For a Fortran array, Is there any compiler specific parameter to set the array lower bound to zero? Because Linux considers the lower bound as one always.
View Articlelink error
Bonjour Fortran fellows,My projects used to link and work fine. Then suddenly I get the following error.So I go to "project properties", change the default libs, try again, most of the times it does...
View ArticleGetting Started with Intel® Advisor 2016
Intel® Advisor 2016 provides two tools to help ensure your Fortran, C and C++ native/managed applications take full performance advantage of today's processors: Vectorization Advisor is a vectorization...
View ArticleInstallation problems regarding Visual Studio 2010
Dear all,sorry this probably will come as a very easy or stupid question to you, yet I still need some help.In order to use subroutines in Abaqus I need a Fortran Compiler, like in the "Intel Parallel...
View ArticleBogus error: error #7367: The data value NULL() can only be assigned to a...
The following code compiles with gfortran but not ifort V15:module cutype db_node_struct real, pointer :: ptr(:) => null()end type type db_struct type (db_node_struct) :: node(15) =...
View ArticleUnable to useIntel® Parallel Studio XE 2016 Professional Edition for Fortran...
I am using Windows-10I recently downloaded, Intel® Parallel Studio XE 2016 Professional Edition for Fortran Windows, to evaluate the package. I also downloaded and installed Microsoft Visual Studio...
View Article