Fortran Wavelet Transforms
Hey guys, I am trying to find some online library or code that computes Daubechies wavelet coefficients, for image processing purposes (horizontal, vertical and diagonal detail coefficients). Is there...
View ArticleFortran Static Library Problems
The document at https://software.intel.com/sites/default/files/m/d/4/1/d/8/11x_Redistribution_FAQ_Windows.pdf describes how to build a Fortran static library. The document states "An application built...
View ArticleWRF 3.7 / catastrophic error: **Internal compiler error: segmentation...
Hi,The following error has been reported by the compiler while compiling the file module_bl_temf.F (WRFV3/phys/module_bl_temf.F) from WRF V3.7 (http://www2.mmm.ucar.edu/wrf/src/WRFV3.7.TAR.gz) model...
View ArticleProblems accessing ifort compiler
I just successfully installed the latest version of Intel Parallel Studio XE 2015 on a Linux machine (specifically fedora 21). Despite a seemingly successful install, I am unable to add the fortran...
View ArticleError related to MS Shell
Hello, I installed Intel Composer 2011 on a new computer and build a Fortran program (that runs fine on a old computer). I get the error message: Error 1 fatal error LNK1181: cannot open input file...
View ArticleMS VC DLL linking with IVF static library
I have some unresolved symbol issues. First backgroundSolution has a C# project that uses an MS VC++ .DLL also in the solution, the DLL in turn links with an IVF static library. I am receiving linking...
View ArticleHow do I know whether my icc compiler support openmp ?
using "icc -v", get this "icc version 15.0.0 (gcc version 4.4.7 compatibility)",using gcc -fopenmp ,my code get accelate , but using icc -openmp , it turns out slower when I use this "icc main.c...
View ArticleSUM() not accepted in constant expression
Hello,the following code appears to be valid, but ifort rejects it:program ifort_sum_param implicit none real, parameter :: a(3) = [ 1., 2., 3. ] real, parameter :: b = sum (a) print *, b endI get:%...
View ArticleCompiler generated interfaces stripping attributes
Windows IVF 15.0 update 4In Debug build (with /warn:interfaces) I get:error #7062: The characteristics of dummy argument 2 of the associated actual procedure differ from the characteristics of dummy...
View ArticleDouble click selection of variable name is broken in VS
In November 2013 I posted this but the post is locked so I can not bump it:If you double click a variable name in the source that is a component of a derived type, VS selects past the percent sign on...
View Articlemixed mpi/coarray programs - is -coarray-config-file required?
I've a mixed mpi/coarray program that I'm trying to port to intel. I build it with mpiifort:mpiifort --version ifort (IFORT) 15.0.2 20150121but I'm very confused about -coarray-config-file...
View ArticleDEC$ ATTRIBUTES DLLEXPORT attribute can not be assigned to an internal procedure
Hi,I am trying to expose some Fortran subroutines in a DLL. I didn't write the Fortran code, and I'm having some difficulties creating the DLL. The Fortran code is something like this (simplified):!...
View ArticleCalling a function from a parallelized do concurrent loop
Trying to compile my program in the release mode with parallelization, I've encountered a problem with calling a function, defined in a module. Here is the sample program to reproduce the...
View Articleerror stop: warning #6477: Fortran 2008 does not allow this statement or...
Something that irritated me for a long time.When compiled with -warn all -stand f08 I get: warning #6477: Fortran 2008 does not allow this statement or directive. error stop --^This seems completely...
View ArticleSIMD prefix sum (cumulative sum)
Colleagues,Does anyone have a good reference to an implementation (or at least an algorithm) for implementing a so-called prefix sum (a cumulative sum) in Fortran using SIMD? I have found several good...
View ArticleSome versions of Intel Fortran produce code that yields segmentation fault,...
Dear Community,I have encountered some weird phenomenon involving Fortran array operations. The following codePROGRAM test IMPLICIT NONE INTEGER, PARAMETER :: dp = 8 INTEGER, PARAMETER :: N = 10...
View ArticleProblem passing array from C++ to Fortran DLL
Hi,Apologies for posting my second topic today, but I have searched high and low for a solution to this particular problem and cannot break through it.I am trying to call a Fortran subroutine (in a...
View ArticleProblem installing Parallel Studio 2015 Update 4
I received the notice announcing Update 4 but I am having a problem during the installation:I get a message sayingThe following application should be closed before continuing the install: - FLEXnet...
View ArticleWindows 10 ante portas
MS Windows 10 is coming soon. I assume that the developers at Intel are busy getting the development environment and the compilers ready for the new OS version. Any news on the topic? Should we refrain...
View Article"Text exceeds right hand column allowed on line" warning with 132 characters
I have been getting these warnings for quite some time and quite a successive number of compiler versions now:$ ifort -std08 -c example_ifort.f90 example_ifort.f90(3): warning #5268: Extension to...
View Article