Academic/Student license
Dear all, I was wondering if an academic/student license is available for the Intel® Parallel Studio XE Composer Edition for Fortran Windows, as it's avaiable for the C++ and not for Fortran! As I...
View Articlecompilation error while building code
Hi,I have been trying to compile a file with the following variable definitions. And I use the intel 15 set of compilers.integer (int_kind), parameter :: max_blocks_clinic = 65....integer (int_kind) ::...
View Articleuse dll in different folder
Hello, I have a question about calling dll files.In my project I have created an exe-file developed in Fortran and this program uses functions from dll-files in different subfolders. I have tested to...
View ArticleA question about $omp declare simd
I'm updating some of my long-standing code to take advantage of the latest OpenMP 4.0 syntax, but I've come unstuck at the first attempt. I decided to take a very simple, short subroutine that...
View ArticleVery minor issue with documentation
Looking up the exact syntax for the IEEE inquiry functions (in particular ieee_is_nan) I came across the following fragment:USE, INTRINSIC :: IEEE_ARITHMETIC... IF IEEE_SUPPORT_DATATYPE(X) THEN IF...
View ArticleRead Error for binary file with implied/explicit do-loop
Hi,I get a strange behaviour at reading a binary file. A simple test case is attached.If the data from the file is read with an implied-do-loop (line 37) AND the code is compiled in debug (-g), the...
View Articleforrtl: error (78): process killed (SIGTERM)
I have a strange error that I am not sure how to deal with. I have a scientific numerical code that uses multiprocessors to run. If I run on a single process (CPU), the code can run essentially...
View ArticleCompatibility problem
Hi ,I bought Intel Visual Fortran Compiler, Professional Edition for Windows, Version 10.1 about 4 years ago. It was installed on Lenovo W520 workstation with Windows 7. I had no problem using...
View ArticleTrial Version and Developer Studio
I apologize if this question has been asked before.Somebody else in my company wants to evaluate Intel Fortran (aka Parallel Study XE 2015 Composer). He downloaded the trial version, but he installed...
View ArticleIntel Fortran 2015 and MKL95_LAPACK
Hi there,I recently updated to the 2015 Fortran compiler and I am currently trying to get my source code to compile with the new version. So far I had a catastrophic compiler error which I have managed...
View Articleclass(*) pointer return function internal compiler error
Hi,I get an internal compiler error with the following code, with both version 15.0.2 and 16 beta. This code seems valid to me. program toto implicit none class(*),pointer :: obj integer,pointer :: v...
View ArticleIntel Compiler giving license error
Hi, I was wondering if anyone has come across this issue before. I have an install of Intel Fortran on my PC but the licences don't appear to have been set up right. I get the error message"A license...
View ArticleX-code integration
HiI have installed intel fortran composer 2015 update 3 on my mac which is 10.10.3 and it installed successfully . Then I checked it by ifort myfile.f90 in terminal and it was ok , Then i wanted to...
View ArticleDeserialize Byte Array
Hi,I have a byte array in Fortran that has been serialised in vb. I was wondering if it's possible to deserialize it in Fortran using a custom TYPE or something?In VB the object format is: Public Class...
View ArticleWINSMOD and SCCINF
Somebody sent me some old CVF code that uses modulesWINSMOD and SCCINF. I don't find anything about these inthe Intel doc or with Google. Has anybody heard of these, or arethey just missing from the...
View ArticleConstructor interface with class pointer function return bug
Hi,I tried to track this one down and isolate the bug but I can't reproduce the same error. The bug comes from a constructor interface which take in input the class pointer directly from a function....
View ArticleCompilation error while using iso_c_binding in Mix-language code.
I am trying to use the c_ptr and c_loc of the iso_c_binding module, but a compilation errer is reported: "undefined reference to `iso_c_binding_mp_c_loc_'" The compile commands I ues are: ifort -c...
View ArticleIntel Software Manager Problem
In the software manager licences tab all my products say "Support expired on 5th April 2015". All the latest versions are thus not available to download. If I click the renew link which takes me to...
View ArticleXE 2015 update 4 (15.0.4.221): some tutorials are gone
Dear Intel team,I got the message that XE 2015 update 4 is available and installed it over the existing update 3. After installing update 4 ...\Intel\Composer XE 2015\Samples\en_US\mkl contains two...
View Articlegeneric operator with class(*) behavior question
Hi,I am wondering how does the generic operator works in case of an abstract class with a class(*) argument. The following code show an example, and the operator on the abstract class do not call the...
View Article