<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Mon, 23 Nov 2009 18:44:26 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments feed</title>
    <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/feed/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Roy Dennington</title>
      <description><![CDATA[ We need help with the FORTRAN bindings using Intel Visual Fortran for Windows.  In particular, cfortran.h does not support Visual Fortran.  Using the old PowerStationFortran setting does not play well because it uses the older calling convention.

Note, the f90 bindings DEPEND on the the FORTRAN bindings.

Thanks, Roy ]]></description>
      <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-8337</link>
      <pubDate>Thu, 16 Oct 2008 07:33:48 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-8337</guid>
    </item>
    <item>
      <title>By naishi</title>
      <description><![CDATA[ Hello,
I just want to know what you meant in the above material:
----------------------------------------------------------
in the compiler bin/ directory. For example:

    $ source /opt/intel/cce/10.0.xxx/bin/iccvars.sh
    $ source /opt/intel/fce/10.0.xxx/bin/ifortvars.sh

----------------------------------------------------------
where is the compiler bin/ directory, could you be kind to show me how to get this subdirectory. right now i am in /home/naishi/netCDF; namely the working directory.
Thank you for your help!
Phillip ]]></description>
      <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23037</link>
      <pubDate>Wed, 22 Apr 2009 16:42:56 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23037</guid>
    </item>
    <item>
      <title>By Mike Pacey</title>
      <description><![CDATA[ 
Just had a failed configure with Intel 10.1 on NetCDF 4.0.1 - the root cause seems to be the -ipo flag

In order to work out the specific fortran function name mangling, configure generates object code from a simple fortran program:

              call sub()
              end

and then runs nm on the object code and attempts to grep out the correct symbol style (SUB, SUB_, sub or sub_). Basic symbol table without -ipo is:

0000000000000000 r LITPACK_0.0.0
0000000000000000 T MAIN__
                 U __intel_new_proc_init
                 U for_set_reentrancy
                 U sub_

Adding the -ipo flag gives the following nm output:

                 w __ildata_included

configure can't find a match and bails
 ]]></description>
      <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23139</link>
      <pubDate>Fri, 24 Apr 2009 07:31:48 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23139</guid>
    </item>
    <item>
      <title>By yajivbs</title>
      <description><![CDATA[ I have installed the ifort 11.0 and icc 11.0 in my work station. Now I am installing the netcdf-3.6.3. While installing I got the following error. 
>
> configure:3596: icc --version >&5
> icc: error #10149: option '-cxxlib-gcc' not supported with the current installed GCC
> configure:3600: $? = 1
> configure:3607: icc -v >&5
> Version 11.0
> configure:3611: $? = 0
> configure:3618: icc -V >&5
> Intel(R) C Intel(R) 64 Compiler Professional for applications running on
> Intel(R) 64, Version 11.0    Build 20081105 Package ID: l_cproc_p_11.0.074
> Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.
> FOR NON-COMMERCIAL USE ONLY
>
> configure:3622: $? = 0
> configure:3645: checking for C compiler default output file name
> configure:3667: icc    conftest.c  >&5
> icc: error #10149: option '-cxxlib-gcc' not supported with the current installed GCC
> configure:3671: $? = 1
> configure:3709: result:
> configure: failed program was:
> | /* confdefs.h.  */
>
> Kindly help me to solve this problem
> Regards
> Vijay ]]></description>
      <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23338</link>
      <pubDate>Mon, 27 Apr 2009 21:36:35 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23338</guid>
    </item>
    <item>
      <title>By Nick Witcraft</title>
      <description><![CDATA[ FYI...I could not get to compile with F90 until I set the following:
setenv FC ifort
setenv F90 ifort ]]></description>
      <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23488</link>
      <pubDate>Thu, 30 Apr 2009 08:13:51 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-23488</guid>
    </item>
    <item>
      <title>By Ronald Green (Intel)</title>
      <description><![CDATA[ Mike:  -ipo, yes this can cause some adverse name mangling.  And it is not clear that -ipo buys any more over -ip.  I'll update this knowledge base article.

Yajivbs:  your g++ is either not installed or not at the same version as your gcc.  Get g++ at the same version as gcc and make sure both work.  Then try icc icpc with simple hello world programs before you dive into something as complex as netCDF.

Nick, I'll add your FC and F90 notes.  And it is probably time for a netCDF 4.0 KB.
 ]]></description>
      <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-24405</link>
      <pubDate>Fri, 15 May 2009 08:25:25 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-netcdf-with-the-intel-compilers/#comment-24405</guid>
    </item>
  </channel></rss>