Erro with IMSL
Hi Guys,I m with an error that a really do not understand. The code is really simple:module grids contains subroutine get_conic_parameters(pts,fcl, X)...
View ArticleDuplication of a list structure (with chain of pointers) from one coarray...
I am wondering if there is any elegant solution to the following problem. How can one duplicate a list structure from one coarray image to another?PROGRAM P IMPLICIT NONE TYPE T_NODE ! Some data....
View ArticleCompile Error: The Fortan compiler (ifort.exe) cannot be found!
Hello,I firstly installed Visual Studio 2010, then Intel Visual Fortran Composer XE 2013, and then Intel Visual Fortran Compiler 11. However in Visual Studio, I was unable to build my Fortran project,...
View ArticleA problem with CLASS(*), POINTER and ASSOCIATE
Using compiler 15, update 3, I would expect the following simple code should generate a compiler error with the use of an associate-name x without select-type construct; note x is associated with an...
View ArticleAcademic/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 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 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 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 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 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 ArticleHow to resolve internal error when compiling existing Fortran solution?...
I have a Fortran solution which compiled without problem using IVF in MSVS 2010 Professional. Unfortunately I cannot use 2010 anymore to compile due to some IT problem. Instead they have given me MSVS...
View ArticleInstalling older compiler versions
I need to install an older version of the fortran compiler to do some debugging. I can only find the compiler bundeled with a lot of other stuff. Is there a way to install just the compiler? If not,...
View ArticleEdit source while running in Debug mode
I am running VS 2013 V 12.0.21005.1 and 2015 Composer Fortran for Windows (Package 2015.0.108). I just installed in on a new computer and moved a solution and related projects and source from an...
View Articleerror LNK2019 fatal error LNK1120
I used CALL SYSTEM("dir")it gives these error messages. Please give me help. I'm using visual Studio and Fortran Compiler 11.error LNK2019: unresolved external symbol _SYSTEM@8 referenced in function...
View ArticleThread safe Fortran
I'm working on making an existing fortran library thread safe. I do this by setting copiler options: /recursive, /reentrancy:threaded, /threads and /Qauto, and by not writing to global variables. I am...
View Article