Software Archive
Read-only legacy content
17061 Discussions

[SOLVED] CEPCF90 library

Mikhail_Shiryaev
Beginner
553 Views
Hello. I try to compile ncl_ncarg-5.2.1 with Parallel Studio 12.0.2 on ubuntu 10.04.2x64
While compiling "make" can't find CEPCF90 library. Intel PS installed in /opt/intel
I can't find this lib nowhere in paths.
There compiling example:
[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  
ld: cannot find -lCEPCF90 [/bash]
Tell me please, where i can find/download this lib or how to compile this file? :(
add: if delete "-lCEPCF90" print "ld: cannot find -lF90"
0 Kudos
1 Reply
Mikhail_Shiryaev
Beginner
553 Views
I found solution with Mary's from NCAR help.

Just need change "-lCEPCF90-lF90" to "-lifcore"
0 Kudos
Reply