- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
add: if delete "-lCEPCF90" print "ld: cannot find -lF90"
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 -lmTell me please, where i can find/download this lib or how to compile this file? :(
ld: cannot find -lCEPCF90 [/bash]
add: if delete "-lCEPCF90" print "ld: cannot find -lF90"
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found solution with Mary's from NCAR help.
Just need change "-lCEPCF90-lF90" to "-lifcore"
Just need change "-lCEPCF90-lF90" to "-lifcore"

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page