2nd beta preview looking good!

From: Marc L. Smith (mlsmith_at_colby_dot_edu)
Date: Mon Aug 15 2005 - 08:45:18 PDT

  • Next message: jcduell_at_lbl_dot_gov: "Re: 2nd beta preview looking good!"
    Hi everyone,
    
    This is not so much a question as it is general feedback.  I just  
    installed the 2nd beta of UPC on my Intel Xeon-based Suse Linux  
    cluster.  The install was smooth, and I'm compiling and running the  
    hello world sample programs from the UPC text.  Looks to be quite  
    solid so far!  No problems, no nuisances...  :-)  I'm using your  
    public translator over http, gcc compiler, running over udp.  Oh  
    heck, I'll just paste the version info below in case anyone's  
    curious... (if anyone notices any concerns with my configuration,  
    please let me know.)
    
    Thanks, everyone.
    
    Marc
    
    --
    Marc L. Smith
    Assistant Professor, Computer Science
    Colby College
    Waterville, Maine 04901-8858
    
    e-mail: mlsmith_at_colby_dot_edu
    web: http://www.cs.colby.edu/~mlsmith/
    voice: 207 859 5853
    fax: 207 859 5846
    
    ================
    
    mlsmith@n1:~/upc> upcc -version
    This is upcc (the Berkeley Unified Parallel C compiler), v. 2.1.18  
    (STABLE)
       (getting remote translator settings...)
    ---------------------- 
    +---------------------------------------------------------
    UPC Runtime          | v. 2.1.18 (STABLE), built on Aug 15 2005 at  
    00:40:15
    ---------------------- 
    +---------------------------------------------------------
    UPC-to-C translator  | v. 2.1.18 (STABLE), built on Aug 12 2005 at  
    17:52:41
    ---------------------- 
    +---------------------------------------------------------
    Translator location  | http://upc-translator.lbl.gov/upcc-2.2.cgi
    ---------------------- 
    +---------------------------------------------------------
    networks supported   | udp smp mpi
    ---------------------- 
    +---------------------------------------------------------
    default network      | udp
    ---------------------- 
    +---------------------------------------------------------
    pthreads support     | available (if used, default is 2 pthreads per  
    process)
    ---------------------- 
    +---------------------------------------------------------
    Configured with      | '--prefix=/opt/upc/2.1.18/gnu' 'CC=/usr/bin/gcc'
                           | 'CXX=/usr/bin/g++'
                           | 'MPI_CC=/opt/lam/7.1.1/gnu/bin/mpicc'
    ---------------------- 
    +---------------------------------------------------------
    Configure features   | berkeleyupc,upcr,gasnet,upc_io,upc_collective,
                           |  
    upc_memcpy_async,upc_memcpy_vis,upc_ptradd,upc_tick,
                           | upc_sem,nodebug,notrace,nostats,os_linux- 
    gnu,cpu_i686,
                           | cpu_32,cc_gnu,packedsptr
    ---------------------- 
    +---------------------------------------------------------
    Configure id         | n1 Sun Aug 14 23:04:50 EDT 2005 mlsmith
    ---------------------- 
    +---------------------------------------------------------
    Binary interface     | 32-bit i686-pc-linux-gnu
    ---------------------- 
    +---------------------------------------------------------
    Runtime interface #  | Runtime supports 3.0 -> 3.5: Translator uses 3.1
    ---------------------- 
    +---------------------------------------------------------
                           |  --- BACKEND SETTINGS (for udp network) ---
    ---------------------- 
    +---------------------------------------------------------
    C compiler           | /usr/bin/gcc
                           |   gcc version 3.3.4 (pre 3.3.5 20040809)
    ---------------------- 
    +---------------------------------------------------------
    C compiler flags     | -O3 --param max-inline-insns-single=35000 --param
                           | max-inline-insns=100000 --param
                           | inline-unit-growth=10000 --param
                           | large-function-growth=200000 -Winline
    ---------------------- 
    +---------------------------------------------------------
    linker               | /usr/bin/g++
                           |   gcc version 3.3.4 (pre 3.3.5 20040809)
    ---------------------- 
    +---------------------------------------------------------
    linker flags         | -O2 -L/opt/upc/2.1.18/gnu/lib -lupcr-udp-seq - 
    lumalloc
                           | -L/opt/upc/2.1.18/gnu/lib -lgasnet-udp-seq - 
    lamudp
                           | -L/usr/lib/gcc-lib/i586-suse-linux/3.3.4 - 
    lgcc -lm
    ---------------------- 
    +---------------------------------------------------------
    mlsmith@n1:~/upc>
    

  • Next message: jcduell_at_lbl_dot_gov: "Re: 2nd beta preview looking good!"