trial download for Windows 7
I am trying to find a 30- day trial download of the Visual Fortran compiler for Windows 7 OS. Is there one available?
View ArticleIntel Composer 2016
Hi,Do I must have Visual Studio to use the composer. In the product definition, it was mentioned that a reduced environment is included with the composer and there is no need to buy the Visual Studio....
View ArticleError occurred while Compile LAMMPS with intel+phi
Dear there,I tried to compile LAMMPS on our group cluster which consist of CPUs and Coprocessors. However, I got an error message which cannot be figured out. Any suggestion and help will be highly...
View ArticleError in environment variable settings
Hi all: I am using Mac OSX 10.11.4 on Mbp13R. I have install ifrot 2016update3 and icc 2016update3, but it seems some thing wrong with *vars.sh, the detials (in bash shell) are as followed:source...
View Articlegfortran:command not found error while I use intel compiler
Hi,I've install parallel studio XE 2016 in my machine, and I try to install other software.When I type 'make', then got this error: root@yh:/home/yh/PhonTS-1.1.5/src# make mpif90 -c -autodouble -unroll...
View ArticleICPC read linker commands from file
Hello,I want to read linker commands from a file by the option -T but there is a syntax errorld:linkerCommands:1: syntax errorCalled command is: icpc ... -TlinkerCommandsWhere the file "linkerCommands"...
View ArticleMemory leak with -heap-arrays and implied loop
The attached code produces a memory leak when compiled with -heap-arrays with ifort Version 16.0.2.181.module m implicit none contains subroutine show(text) character(len=*), intent(in) :: text(:)...
View ArticleOpcode unsupported
Hello,I have installed Intel Compiler 15.0.1.148 and MPSS 3.4.7 on Windows.I try to compile my application natively for Xeon Phi (using /Qmic) but I get lots of errors like this:C:/Program...
View ArticleProblem with named pipes (fifos) in Fortran
I have just installed the newest Intel Fortran version (version 2016.3.210) under Linux (RHEL 6.7)In my research activity, I routinely run two programs that communicate through named pipes. But with...
View Articleifort error
I am trying to install to compile WRF-Chem using ifort.But I are not able to install all its supporting packages with intel, it shows linking problem. I have sourced the path of intel before installing...
View ArticleUbuntu 16.04 LTS (64) not supported by Intel parallel studio XE 2016 for linux
I am interested in installing trial version of Intel fortran and C compiler. But while installing the programs fails at Prerequisites. Even update 3 doesn't support ubuntu 16.04 LTS. For Ubuntu 16.04...
View Articleminor Eclipse integration issues
Using CentOS 6.7, and Eclipse Mars 2.0 (w/ parallel tools PTP), Parallel Studio XE 2016 Cluster edition update 3 (using intel64)It would be nice if the user manual, getting started, would illustrate...
View ArticleVS2013 getting confused about which project to build
Hello,I am migrating all my Fortran projects from VS2010 to VS2013. I have a VS solution that builds several projects as shown in the attached file. Projects are grouped under folders, and although the...
View Articledll linking problem
I have a solution with two projects: one outputs a dll, the other one the executable. The latter references some subroutines contained in the dll. They both output to the same directory. In "Project...
View ArticleOffloading an Array of pointer, SIGSEGV
Actually I want to offload a function call in an for-loop which I run in parallel with Openmp. The problem is, that I am able to run this loop in parallel or to offload the function call but not to do...
View ArticleTrouble linking shared libraries with submodules ("symbol has undefined...
I'm getting link errors when I try to create a shared library on Linux and some of the object files use submodules. Here's the output from a toy example:$ g++ -shared hello.o mymod.o submod.o submod2.o...
View Articleifort architecture error on OSX
Dear all,I'm currently using ifort (16.0.3) on OSX El Capitan to install an old piece of software which previously installed fine (prior to the Yosemite update). The error I'm getting during...
View Articleicc: warning #10362:
Hi! I am now using Intel Parallel Studio Cluster Edition 2016 (update-2) for Windows! And I try my openmp program with Xeon-phi! When I build my program with the following command ==>>icl /Qmic...
View ArticleGives warning while compilation
ifort: warning #10362: Environment configuration problem encountered. Please check for proper MPSS installation and environment setup.
View ArticleOffloading to MIC an OpenMP user defined reduction: compilation fails
Dear all, I am trying to compile with the latest Intel compiler (version 16.0.3) a very simple code in which an OpenMP v4.x user defined reduction is offloaded to a MIC. Here is the code (attached to...
View Article