<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [SOLVED] CEPCF90 library in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/SOLVED-CEPCF90-library/m-p/746151#M2174</link>
    <description>Hello. I try to compile ncl_ncarg-5.2.1 with Parallel Studio 12.0.2 on ubuntu 10.04.2x64&lt;BR /&gt;While compiling "make" can't find CEPCF90 library. Intel PS installed in /opt/intel&lt;BR /&gt;I can't find this lib nowhere in paths.&lt;BR /&gt;There compiling example:&lt;BR /&gt;&lt;PRE&gt;[bash]/home/opt/ncl_ncarg-5.2.1/ncarview/src/bin/ictrans$ icc -mieee-fp -ansi  -O    -o ictrans main.o ../../../.././ncarview/src/lib/libictrans/libictrans.o ../../../.././ncarview/src/lib/libctrans/libctrans.o -L../../../.././ncarview/src/lib/libcgm -lcgm -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L/opt/intel/composerxe-2011.2.137/mkl/lib/ia32 -L/opt/intel/composerxe-2011.2.137/compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mpirt/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/../compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/lib/intel64 -L/opt/intel/composerxe-2011.2.137/compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mkl/lib/intel64 -L/opt/intel/composerxe-2011.2.137/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usr/local/lib -L/opt/intel/composerxe-2011.2.137/bin/sourcechecker/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mkl/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/interfaces/data-compression/ipp_zlib/bin/intel64 -L/opt/intel/composerxe-2011.2.137/compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/tbb/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mpirt/lib/intel64 -L/opt/intel/composerxe-2011.2.137/debugger/lib/intel64 -lXpm -lX11 -lXext   -lmfhdf -ldf -ljpeg -lz -lCEPCF90 -lF90 -lm  &lt;BR /&gt;ld: cannot find -lCEPCF90  [/bash]&lt;/PRE&gt; Tell me please, where i can find/download this lib or how to compile this file? :(&lt;BR /&gt;add: if delete "-lCEPCF90" print "ld: cannot find -lF90"</description>
    <pubDate>Thu, 26 May 2011 12:42:05 GMT</pubDate>
    <dc:creator>Mikhail_Shiryaev</dc:creator>
    <dc:date>2011-05-26T12:42:05Z</dc:date>
    <item>
      <title>[SOLVED] CEPCF90 library</title>
      <link>https://community.intel.com/t5/Software-Archive/SOLVED-CEPCF90-library/m-p/746151#M2174</link>
      <description>Hello. I try to compile ncl_ncarg-5.2.1 with Parallel Studio 12.0.2 on ubuntu 10.04.2x64&lt;BR /&gt;While compiling "make" can't find CEPCF90 library. Intel PS installed in /opt/intel&lt;BR /&gt;I can't find this lib nowhere in paths.&lt;BR /&gt;There compiling example:&lt;BR /&gt;&lt;PRE&gt;[bash]/home/opt/ncl_ncarg-5.2.1/ncarview/src/bin/ictrans$ icc -mieee-fp -ansi  -O    -o ictrans main.o ../../../.././ncarview/src/lib/libictrans/libictrans.o ../../../.././ncarview/src/lib/libctrans/libctrans.o -L../../../.././ncarview/src/lib/libcgm -lcgm -L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras -L/opt/intel/composerxe-2011.2.137/mkl/lib/ia32 -L/opt/intel/composerxe-2011.2.137/compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mpirt/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/../compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/lib/intel64 -L/opt/intel/composerxe-2011.2.137/compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mkl/lib/intel64 -L/opt/intel/composerxe-2011.2.137/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usr/local/lib -L/opt/intel/composerxe-2011.2.137/bin/sourcechecker/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mkl/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/lib/intel64 -L/opt/intel/composerxe-2011.2.137/ipp/interfaces/data-compression/ipp_zlib/bin/intel64 -L/opt/intel/composerxe-2011.2.137/compiler/lib/intel64 -L/opt/intel/composerxe-2011.2.137/tbb/lib/intel64 -L/opt/intel/composerxe-2011.2.137/mpirt/lib/intel64 -L/opt/intel/composerxe-2011.2.137/debugger/lib/intel64 -lXpm -lX11 -lXext   -lmfhdf -ldf -ljpeg -lz -lCEPCF90 -lF90 -lm  &lt;BR /&gt;ld: cannot find -lCEPCF90  [/bash]&lt;/PRE&gt; Tell me please, where i can find/download this lib or how to compile this file? :(&lt;BR /&gt;add: if delete "-lCEPCF90" print "ld: cannot find -lF90"</description>
      <pubDate>Thu, 26 May 2011 12:42:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SOLVED-CEPCF90-library/m-p/746151#M2174</guid>
      <dc:creator>Mikhail_Shiryaev</dc:creator>
      <dc:date>2011-05-26T12:42:05Z</dc:date>
    </item>
    <item>
      <title>CEPCF90 library</title>
      <link>https://community.intel.com/t5/Software-Archive/SOLVED-CEPCF90-library/m-p/746152#M2175</link>
      <description>I found solution with Mary's from NCAR help.&lt;BR /&gt;&lt;BR /&gt;Just need change "-lCEPCF90-lF90" to "-lifcore"&lt;BR /&gt;</description>
      <pubDate>Sat, 28 May 2011 10:45:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SOLVED-CEPCF90-library/m-p/746152#M2175</guid>
      <dc:creator>Mikhail_Shiryaev</dc:creator>
      <dc:date>2011-05-28T10:45:18Z</dc:date>
    </item>
  </channel>
</rss>

