[Users] compiler

Erik Schnetter schnetter at cct.lsu.edu
Thu Feb 28 17:32:28 CST 2008


On Feb 28, 2008, at 16:57:50, Paul Stokes wrote:

> I tried the
> make waveDemo SILENT=no
> but it did the same thing.

Yes, but it produced more output.  In fact, it lists all the commands  
which it is going to execute.  Can you show us the last command that  
Cactus was trying to run?  It should begin with "c++".

> Here is the file you asked for

> CC          = gcc
> CXX         = c++
> F90         = ifort
> F77         = ifort

This indicates that you are mixing gcc's C and C++ compilers with  
Intel's Fortran compilers.  That is not bad in itself, but you have to  
be aware that you are not using Intel's C and C++ compilers.

> LDFLAGS     =  -Qy /opt/intel/fc/10.1.012/lib/icrt.link

This is where Cactus picks up the problematic option.  Does this file  
exist?  If not, where is your Intel Fortran compiler installed?  You  
find out by issuing

	which ifort

The remainder looks fine.

> -- No virus found in this incoming message. Checked by AVG Free  
> Edition. 
> Version: 7.5.516 / Virus Database: 269.21.1/1302 - Release Date:
> 2/27/2008 4:34 PM


I'm happy to know that.

-erik

-- 
Erik Schnetter <schnetter at cct.lsu.edu>   http://www.cct.lsu.edu/~eschnett/

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: 194 bytes
Desc: This is a digitally signed message part
Url : http://www.cactuscode.org/pipermail/users/attachments/20080228/02ef0f4b/attachment.bin 


More information about the Users mailing list