[Carpet] tungsten problems

Erik Schnetter schnetter at cct.lsu.edu
Thu Oct 12 21:07:11 CEST 2006


On Oct 12, 2006, at 13:03:45, Steven R Brandt wrote:

> I'm trying to configure on tungsten. I'm using this as a config:
> F77 = ifort
> F90 = ifort
> CC = icc
> CXX = icc

You need to use CXX=icpc instead.  CXX is also used for linking, and  
if you link a C++ programme with the C compiler, then it will miss  
the C++ libraries.

-erik

-- 
Erik Schnetter <schnetter at cct.lsu.edu>

My email is as private as my paper mail.  I therefore support encrypting
and signing email messages.  Get my PGP key from www.keyserver.net.



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : /archives/developers/attachments/20061012/ae8655ac/attachment.pgp 


More information about the developers mailing list