Quantcast
Channel: Intel® Fortran Compiler
Browsing all 3270 articles
Browse latest View live

How do I integrate the Intel Fortran Compiler with Eclipse?

Hello,I just downloaded      Intel Parallel Studio XE 2015on a ThinkPad W350 running Ubuntu 14.04 LTS and I believe I have figured out how to install the *.jar files for Intel C++ compiler into...

View Article


BITMAP IMAGES

Steve:I was looking to use some Fortran code to fill in BITMAP arrays and then export the image to a BMP file.  I found a couple of sample codes online, one from a Stanford Prof is old school Fortran,...

View Article


Doubt w.r.t. to Fortran2003 standard

Dear Intel Fortran Compiler users,I would like to know whether the following code snippetmodule overwrite  type madre   contains     procedure :: sum => sum_madres     generic   :: operator(+) =>...

View Article

problem mpi

Dear all,  I am trying to compile the following program, using ompi compiled with intel, mpif90 -c -convert native -m64 -O3 -mieee-fp -m64 PLM.F90 mpif90 -o a.out PLM.o...

View Article

Image may be NSFW.
Clik here to view.

Watch in Debug does't work in VS2012

Hello ! I'm trying to use VS2012 as a debugger for my Fortran library, and can't see the variables in watch window.On theThe particular thing is that I'm compiling a *.pyd library callable in Python...

View Article


ifortran ver. 15 static analysis

I see that the static analysis options in the Intel fortran compiler from version 15+ are deprecated with no replacement:-diag-enable=sc[n] No replacement -diag-enable=sc-{full|concise|precise} No...

View Article

Possible bug with PDT

I'm getting the fllowing error when trying to compile my test code catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the...

View Article

Image may be NSFW.
Clik here to view.

MPICH3.1.3 installation error

Hi there,I am trying to install mopish version 3.1.3 in mac osx 10.10 Yosemite with intel compiler icc and ifort version 15. When I am building the source files, I get this error:  GEN...

View Article


Intel Fortran Composer XE 2015新特性 – 参数化派生类型(Parameterized Derived Types)

在新发布的Intel Fortran Composer XE 2015中英特尔编译器加入了对Fortran 2003标准中引入的参数化派生类型(Parameterized Derived...

View Article


Using omp_set_dynamic(.true.)

My Fortran program has one parallel region which it stays in most of the time and uses openMP TASK extensively.Since my program can take several minutes to run I wish to yield some processing to the...

View Article

Avoiding Repeat counts in NAMELIST file ouptput

Hi,I am using the following compiler version intel/compiler/64/14.0/2013_sp1.2.144. In writing namelists to a file, the compiler writes repeat counts of elements in an array. How do I avoid it? For...

View Article

OOP function return class memory leak

Hi,I want to discuss a case/bug where the return of a function is not properly deallocated when it is declared class. When return as type everything is clean. There is no need for an assignment and...

View Article

static executables in 2015

Hi,I need to run multiple copies of my code on my computer while compiling & linking.  It appears that in Fortran 2015 I can no longer use portlib to make portable/static code.  I get entry point...

View Article


Image may be NSFW.
Clik here to view.

Possible Coarray bug

I am having problems with a Coarray fortran code.I have managed to isolate one of the issues in the form of the attached code and output. It executes correctly using the Cray compiler but it gives a...

View Article

false positive for /warn:unused if use module, only : variable in an...

 Hi all,I use ifort 15.0.0.108 and observed the following issue:If I use the use module, only : var_a instead of use module in an interface I get IMHO a false positive warning of unused variables. This...

View Article


where does a managed code guy go?

Hey guys,I'm a Java developer (occasionally moonlighting as a .net developer) and I am now managing a green-field albeit complex Fortran project. Me and my team are actively developing this code, and...

View Article

Extending the integration with Visual Studio 2013

I need to add some capability to the FORTRAN project defined by Intel within the Visual Studio framework. Specifically I need to add a version number my builds. The outcome I am looking for is:  1....

View Article


Possible Compiler Bug - segfault

The code below crashes with a segmentation fault when compiled with ifort (IFORT) 15.0.0 20140723 under Linux using the commandifort -o testing -stand f08 -check bounds -nologo -fpe:0 -debug full -O0...

View Article

Unable to start program

I am using Visual Studio 2010 with the Intel Visual Fortran Composer XE 2013 for Windows* OS and am also getting the Unable to Start program error(which has the full path to my executable).  I am able...

View Article

Image may be NSFW.
Clik here to view.

Puzzling Compiler warning

I am trying compile this routine (RC1.f90) and it points to a WARNING on a line that apparently has no reference to a function.The program runs OK, but I am wondering about what might trigger this. I...

View Article
Browsing all 3270 articles
Browse latest View live