ifort 9.0 segmentation fault
Sprache Englisch Hi all! I use... Intel Fortran Compiler for 32-bit applications, Version 9.0 Build 20051201Z Package ID: l_fc_c_9.0.031 Copyright (C) 1985-2005 Intel Corporation. All rights reserved....
View Articleforrtl: severe (180): SIGBUS, bus error occurred
Sprache Englisch I have installed the intel fortran 9.1.024 on a Power Mac Pro with Intel Core Duo processor. I also have source code of NAG 19 fortran library coming from an old Alpha computer that I...
View ArticleBig binary writes
Sprache Englisch Consider output to a file opened as binary. Such a file is just a stream of bytes, containingno internal structure (specifically, no "records"). If we make the integer 'huge'...
View ArticleAutomatic outputing of a watched variable to file
Sprache Englisch Is there a way to write the output from a watched variable to file during debugging?I am trying to keep track of the entries in a large matrix, and rather than write additional...
View Articleerror 139 :compatibility issues with ifort
Sprache Englisch hi all,i am using the intel compiler 'ifort' on an intel itanium (2) 64 bit machine.My aim is to install a custom molecular simulation software.i am carrying out a `make` operation...
View ArticleErrors in writing output file using ifort
Sprache Englisch I am converting some code from NAG to ifort 9.0. I am reading a 9022x3086 1 byte data array and i am using -assume byterecl and increasing my ulimit to do this and it all works fine. I...
View ArticleHow to raise my stack limit to solve "Segmentation fault"
Sprache Englisch My code makes "Segmentation fault". I search this problem in website,so thereforeI have to raise the stack limit. Would you let me know how to increase it? or do you have someoption...
View Articlelinking Problems:...
Sprache Englisch Hi,I have a problem linking a mixed c/fortran code:Here is the error message:
View ArticleFortcom Error on Fedora Core 3 with MPICH
Sprache Englisch I am getting this error when trying to run ifort/mpif90 on a Fedora Core 3 machine. I know the code works because it compiles and run fine on another cluster with a similar intel...
View ArticleKernel 2.6.X and Intel Compilers
Sprache Englisch Do Intel Linux Fortran Compiler and C++ support kernel 2.6.3.7mdk?The question comes from the fact that Mandrake 10 Official has such kernel.
View ArticleCrash of new 2015 version with Cray style pointers in OMP parallel do
Hi @all, I just installed the latest release 15.0 of Intel Fortran and now my code crashes.Please have a look at the following code...
View Articlecan SEP co-exist with perf driver?
If a system has perf driver installed, can we also install SEP driver? I assume Vtune first checks for SEP and uses it if it finds it. If it can't find SEP I assume it looks for a compatible perf...
View Articlethreading for mkl_?bsrmv routines?
Linux, MKL 11.xAre the mkl_?bsrmv routines threaded? We're seeing threading if we use mkl_?csrmv routines. But when using mkl_?bsmrv routines we do not see threading.Link line is...
View ArticleHow do I launch an MPI run using DAAL?
I have compiled some of the distributed DAAL samples and I can run them from the command line just fine. I have changed the OMP_NUM_THREADS and I do seem to see faster results. But, how do I run across...
View ArticleCan binary/symbol and sources search paths use top-level and go recursive?
When setting up the Binary/Symbol search and sources searches, can I use a top-level dir and expect the tool to go recursive? There are a boatload of subdirs in my project and I don't want to specify...
View ArticleGUI OS X, Application Parameters with dash dash syntax
My application, on the command line uses these arguments:./a.out --zones 32,32,32 --gset 1 --groups 32 --quad 96 --nest DGZ --niter 10For the OS X gui, the Application parameters input does not accept...
View ArticleInlining of function pointer arguments to other functions
In the past, I’ve asked about what we can expect from IPO with the Intel compiler. My take away from that was that we cannot expect Intel C++ to inline function pointer arguments to other functions...
View Articlepure requirement for contained procedures of a PURE procedure
A question for a customer for which I don't have a good answer. This is one for Doctor FortranThe question posed: "Why is it that contained functions in pure routines need to be pure? If they capture...
View ArticleOMP Helper thread - binds or doesn't?
In the OMP Runtime we have a helper thread. My customers are asking where this thread is bound (or is it bound?) when using KMP_AFFINITY and a proclist. To make it simple, assume the proclist is...
View Articlepax vtsspp and sep drivers, what they do
Linux build of the drivers givessep3_15, vtsspp, and PAX drivers.I'm familiar with SEP. Is PAX something like "Power Analysis X" or something related to sampling power counters? What is VTSSPP an...
View Article