| Link/Url | Tags |
|---|---|
| WRF-Var V3 compile errors with ifort 10.1.015 [Forums] I've got compile errors when building WRF-Var V3.0 (http://wrf-model.org/index.php) with ifort 10.1.015 on a Linux PC (CentOS 5.1 i386, Core 2 Quad Q6600). Before WRF-Var compilation, I've successfu ... Posted: 2008-11-28 00:37:17 by lianqing | ifort, WRF-Var, compile error |
| what is the fastest way to compute 3x3 matrix inverse, 3x3 matrix multiplication? [Forums] I perform tens of millions of computations of 3x3 matrix products. The code is already parallelized using a very efficient domain decomposition, so let's consider only single-thread code for now. (A ... Posted: 2008-12-07 22:50:03 by nooj | ifort, matrix multiplication, matrix inverse, speedup |
| ifort: -ipo-jobs uses less than n jobs, gives no speedup [Forums] When I use -ipo-jobs4, hoping to speed up the link phase of my program, I get no speedup. top shows only one ifort process, requiring 100% of cpu on an 8 core machine with no other programs loading ... Posted: 2008-12-08 16:38:16 by nooj | IPO, ifort, speedup, ipo-jobs, linking |
| Problem with debugger in OS X with idb Build [1.1510.2.69] [Forums] I've been trying to use idb to debug some fortran code under OS X. I am using ifort 11.0 (build 056) and its associated debugger version. When I compile the code with the -g option I get the f ... Posted: 2008-12-14 11:18:42 by jmorales75 | Mac OS X, idb, ifort, Debugger |
| XCode 3.0 - Target - Build -- ifort 11.0 not available [Forums] Hi,I upgraded from a 10.x demo version to ifort 11.0.In XCode 3.0 when I click the target, then the info button and then the rules tab, I can choose "Fortran" (which uses gfortran) or "10.1 (Preview)" ... Posted: 2009-02-04 08:39:53 by Claus | Xcode 3.0, Setup and Configuration, ifort |
| debugging with XCode [Forums] Hi, this forum has been a great help for me to get started with XCode and Fortran.Everything is up, compiling and running fine.Now, there is a debugger included, and I think I need some pointers regar ... Posted: 2009-02-12 07:55:45 by Claus | Xcode 3.1 support, ifort, debugging |
| OpenMP: Sun's and Ifort [Forums] Is there a reason for ifort openmp to find a race condition on an OpenMP DO loop when Sun's F95 OpenMP works fine?I have been using Sun's f95 to do a value function iteration (economics problem). V_ne ... Posted: 2009-04-30 14:54:33 by jdrodrig | OpenMP, ifort, Sun, f95 |
| ifort > f77 [Forums] Hello, I have a FORTRAN program, which used to run with ifort compiler. Because I am on another machine, I have to transfer it to f77. I have a problem with options I shloud use> the original setti ... Posted: 2009-06-08 07:08:25 by hana008 | Fortran compiler, ifort, f77 |
| How to build MKL application in Intel Visual Fotran (MSVC*2005) [Knowledgebase] Software Requirement: 1. Intel® Visual Fortran Compiler Professinal for Windows. The compiler were requied to installed and intergated to Microsoft VC 2005 or VC 2008 correctly. 2. Intel® ... Posted: 2009-11-15 20:32:32 by Ying H (Intel) | CVF, ifort, Build MKL in Visual Studio, cref, mixed_str_len_arg, DFTI, Fortran sample |
| using ifort to improve code robustness [Forums] I have legacy F77 code that I wish to improve the robustness and portability thereof, making the ifort compiler take as much of the strain as possible. For example, I am removing 'IMPLICIT REAL*8(A ... Posted: 2009-08-06 07:12:13 by iceni2004 | ifort, dead code elimination |
| Having trouble with optimizing a climate model using ifort 11.1 [Forums] Hello compiler gurus. I am having trouble migrating a climate model from ifort 10.1 on a Xeon X7350 machine to a new E5530 Nehalem machine using ifort 11.1. The working model on the older Xeon was com ... Posted: 2009-09-04 14:33:29 by Jay | i7, ifort, optimization, Nehalem |
| ifort + lapack/blas lib [Forums] Hi, I hope this is the right place to post my question. I am trying to run a program which needs the LAPACK/BLAS library. I have been able to set up the library but when I try to run my program I get ... Posted: 2009-09-16 11:29:45 by Rafael | ifort, lapack, BLAS |
| I erased the uninstall script. [Forums] Hello all. I would appreciate any help or advice.I installed a licensed version of ifort on a head node for a researcher. Afterwards I was told that it needed to be installed on the NFS so that the no ... Posted: 2009-10-15 07:10:58 by aragornsteiger | ifort, License issue, uninstall |
| ifort crash if -integer-size 64 is used [Forums] Hi,I'm compiling an old Fortran77 code using ifortran 11.0 on an Intel 64-bit machine. To force 64-bit compatibility with a C++ code I've to link against, I use the -integer-size 64 options. Then ifor ... Posted: 2009-11-19 06:54:05 by Andrea Cassioli | ifort |
| BLOCK DATA [Forums] hi ,i'm new to fortran and hope any of you could help me.i'm involved in modifiying an exisiting fortran code ( using ifort in fedora)I'm using multiple source files and when complied it gives no er ... Posted: 2009-11-25 05:44:15 by chat1983 | ifort |