How To Install GDB-IA Only.
Our application is a fortran based application. The standard GDB that comes with Linux is not sufficient in debugging issues on production systems. We would like to install GDB-IA on those servers. Can...
View ArticleError when mixing ifort / c++ / python
Dear all, I am facing issues I don't seem able to resolve. Hopefully someone here will have an answer or a hint.Here's the context. I have to couple two software pieces via Python:Piece 1:fortran 90...
View ArticleI cannot link between "Visual studio 2013" and "Intel® Parallel Studio XE...
I downloaded both "Visual studio 2013" and "Intel® Parallel Studio XE 2015 Composer Edition for Windows", but I cannot use any function and even find any tab about "Intel® Parallel Studio XE 2015...
View ArticleIs having a RETURN statement inside a BLOCK construct legal?
Is the following code legal Fortran 2008? I have two compilers that differ in opinion here:BLOCK RETURN END BLOCK
View ArticleFORALL vs. nested DO construct / Compare - Contrast
I have code which has the following block:FORALL(I = 1:II, J = 1:JJ, K = 1:KK, NULL(I, J, K) == 1) V(I, J, K) = FRAC(I, J, K) * DX(I, J, K) * DY(I, J, K) * DZ(I, J, K) VN(I, J, K) = DX(I, J, K) * DY(I,...
View ArticleCompatibility: ObjectARX and Visual Fortran
Hello, everyone! I am Welber, from Brazil, and i was started the research in my university in Strutctural Analysis for AutoCad with programation.I saw wich when i want to develop somehting for AutoCad...
View ArticleMaking programmers more productive
One of the themes that ran through this year’s Intel Software Conference, in EMEA, was programmer productivity. The event took place in Seville in April and gave invited resellers and journalists an...
View ArticleCommand line options of Fortran compiler
Hello everybody.Where could I find the exhaustive list of the command line options of the Intel Fortran compiler?I only have found the few examples in https://software.intel.com/es-es/node/510158 ....
View ArticlePromlems with Intel MPI
I have trouble with running Intel MPI on cluster with different different numbers of processors on nodes (12 and 32).I use Intel MPI 4.0.3 and it works correctly on 20 nodes with 12 processors...
View ArticleCoarray sync problems
Hi, Is there a way to resolv coarray sync issues with vtune? Is there maybea tutorial for this? Thank youJan
View ArticleIntel Parallel Studio XE 2015 Update 1 Composer Edition - VS 2012 Integration...
Hello, - I have installed VS 2012 Professional And after that I did Install w_fcompxe_2015.1.148.exe (Intel Parallel Studio XE 2015 Composer Edition)I have checked and confirmed the integration while...
View ArticleThreaded code in Win 10
Colleagues,Has anyone attempted to run Fortran-generated multi-thread code in the beta of Win 10? Any problems?David
View ArticleMissing dll when executing on other PC's
To the Intel Forum,I've installed Intel Fortran (XE 2013 SP1) onto my PC (M/S Windows 7) and have ported/converted a Compaq VF code to IVF. I created an executable under the Debug Configuration...
View ArticleIntel® Inspector Tutorials
The following tutorials are quick paths to start using the Intel® Inspector. Each demonstrates an end-to-end workflow you can ultimately apply to your own applications.Dynamic Analysis TutorialsNOTE:...
View ArticleErro 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 Articleipo warning during linking: unresolved flushqq
Hi all, I am trying to compile some fortran code with -ipo using ifort 15.0.0 on Mac OS X provoking the following warning: ifort -132 -ipo -c *.f ifort -o foo *.o ipo: warning #11021: unresolved...
View ArticleWarning messages
I installed composer_xe_2015.3.187 and tried to generate .dylib in Mac Yosemite. After I compiled Fortran codes (no error) tried to generate the .dylib file using this command:/opt/intel/bin/ifort...
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 ArticleBasic OMP Parallelized Program Not Scaling As Expected
#include <iostream> #include <vector> #include <stdexcept> #include <sstream> #include <omp.h> std::vector<int>...
View Articleclass(*) pointer memory usage
Hi,I just discovered that when using a class(*) pointer in a code, the intel compiler 15.0.2 or 16b use almost 6 times more bytes than gfortran. if the class(*) pointer is removed then the memory...
View Article