Re: UPC with Sun backend compiler

From: Paul H. Hargrove (PHHargrove_at_lbl_dot_gov)
Date: Mon Dec 21 2009 - 22:36:23 PST

  • Next message: Andreev Nikita: "Re[2]: UPC with Sun backend compiler"
    Nikita,
    
      We have successfully used various older Sun compilers for Linux, but 
    nothing as recent as what you report.  I will look into this some more 
    when I can.  However, the error message after a large number of warnings is
    
        "/home/nikita/install/berkeley_upc-2.10.0/upcr_profile.c", line 36: 
    left operand must be modifiable lvalue: op "="
    
    but line 36 is
        return info;
    which certainly doesn't contain any "=";
    
    -Paul
    
    Andreev Nikita wrote:
    > Hi,
    >
    > I'm trying to build BUPC 2.10.0 on HPC cluster built from Sun X2200 M2
    > machines usind Sun compiler (Sun Ceres Studio IDE 9.0 Linux_i386
    > 2009/03/06) as a backend.
    >
    > It configures ok but always builds with errors. I tried suncc, sunc89
    > and sunc99 compilers with no luck. Top level directory config.log,
    > make.log and configure line is in the attachment.
    >
    > I'm also using Paul H. Hargrove's dbg_inst.patch but it can't create
    > any problems.
    >
    > Does Berkeley UPC support Sun compiler as a backend?
    >
    > Nikita
    
    
    -- 
    Paul H. Hargrove                          PHHargrove_at_lbl_dot_gov
    Future Technologies Group                 Tel: +1-510-495-2352
    HPC Research Department                   Fax: +1-510-486-6900
    Lawrence Berkeley National Laboratory     
    

  • Next message: Andreev Nikita: "Re[2]: UPC with Sun backend compiler"