[Users] compiler

Erik Schnetter schnetter at cct.lsu.edu
Sun Mar 9 18:28:21 CST 2008


On Mar 9, 2008, at 14:01:53, Paul Stokes wrote:

> Erik Schnetter wrote:
>> 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
>>
> I can't find the icrt.link anywhere.  I have ifort installed in:
>
> opt/intel/fc/10.1.012/bin


Can you also answer my other question?  That is, you run Cactus with  
SILENT=no and tell us what the last command was that Cactus was  
executing.  This tells us what stage of the compilation went wrong,  
especially what Cactus is trying to do with icrt.link.

-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/20080309/2a55f651/attachment.bin 


More information about the Users mailing list