Is there a method to compile just a subroutine?
I am using PSE2016 in Windows 10Is there a method to just compile a subroutine? At present, I have to include a begin program...end program statements for successful compilation as shown below.program...
View ArticleMigration from PGI to Intel Fortran, What is this error ?
So I am trying to move my working codes from PGI Fortran to Intel, I am using student free version of compiler for Intel and Microsoft Visual Studio 2013 Community version.My perfectly running code in...
View ArticleLinking errors with ifort compiler
am trying to build a model written in F90. I keep having problems with it in the linking phase with ifort complaining about undefined symbols. Here are the errors after the compilation which works...
View ArticleSerial Number provided is not valid for this solution set
Hi, Steve. I applied the student free Intel Parallel Studio XE Composer Edition for Fortran OS X and got one serial number.1: I download the 2016 version but it's 'm_fcompxe_2016.0.033.app' file...
View Articleresource.fd creating error #6401: The attributes of this name conflict ...
Attempting to resurrect yet another old CVf Program (yes they're still around)... I am trying to re-create a dialogue panel application.I have copied in the necessary lines into the script.rc file...
View ArticleIssues discovered when overloading "generic :: operator(-)"
Dear Intel Fortran Compiler for Linux and Mac OS X users and developers,I think that I found a number of issues when overloading "generic :: operator(-)" on a base derived data type -- let's call it A...
View Articlecompile complex and real double precision
Dear all,I usually compile in this way:ifort -fpp -r8 *.f90In this way I have double precision with my real number.Is there any way to do the same thing with complex number?Thanks a lot
View ArticleHow do disable - enable a contol?
I am programming a windows application. In a dialogue (modeless) I want to disable/enable controls dependent about defined conditions..Can anybody advise?
View Article/Qinit:arrays caused access violation
I tried to replicate in a small example but failed. It appears on entry to any routine with a local fixed size array of double precision type.Here is assembler leading up to error from my 64 bit debug...
View ArticleIssue discovered when overloading "generic::operator(=)"
Dear Intel Fortran Compiler for Linux and Mac OS X users and developers,I have discovered an Intel 16.0.0 compiler error (with 15.0.2 is also there) when compiling my Fortran03 software which I believe...
View ArticleNot using functions out of external libraries
OK, I'm having issues getting ifort to pull in functions out of libraries that weren't included in the intel package.I had these issues with a copy of the BLAS library I compiled with ifort, but I...
View ArticleCOMPOSER XE 2011 in Visual Studio 2010
I have installed COMPOSER XE 2011 on a Windows 2008 R2 server with Visual Studio 2010. The install was done in 2012 and has been running well until today. With no known changes to FORTRAN or VS, I...
View ArticleHow to initialize all local variables to zero
I've been given a program developed for gfortran that relies on the -finit-local-zero option, which initializes all local variables to zero. (The option is documented here:...
View ArticleHow do I export symbols to another DLL
The essence of the problem is shown below:! In DLL 1 (Fortran) ! ==> File: my_mod.f90 module my_mod type my_type contains end type my_type contains subroutine my_sub() bind(c,name='MY_SUB') !DEC$...
View Articlechoice of Fortran vs other HPC language for new software development
Dear Intel Fortran team, and Steve Lionel,I am a member of a computational research group and I have been appointed to develop an agent-based model from scratch for some biological processes. I am very...
View ArticleHow to do the same as showed in G95
I have a source, exe program compiled by G95 used :G95 *.f03 mainlib.awhere the mainlib.a is a compact index of a lot of subroutines and compiled as the following:G95 -c *.f03 *.oar -r mainlib.a *.oThe...
View ArticleCode Coverage for static library with Ada main
I've inherited a huge Fortran library that is built under Microsoft Visual Studio as a static library and subsequently linked into an executable using an Ada build tool with an Ada main program.Need to...
View Articleproblem installing Intel composer XE 2013
Hi,while installing Intel composer XE 2013, I get this error "the following components cannot be installed - integration(s) in Microsoft visual studio*"my Os is Windows 8.1 and I have Microsoft Visual...
View ArticleRESHAPE performance issues
I recently learned about the ORDER input parameter of the RESHAPE intrinsic function, and happily started using it to rearrange indices of multi-dimensional arrays that were previously done by...
View ArticleParallel Studio XE 2016 Installation
HiI keep several FORTRAN installations in my machine, and they are located at the same location in my C drive. For example,C:\Program Files (x86)\Intel\Composer XE 2013C:\Program Files...
View Article