From: Dan Bonachea (bonachea_at_cs_dot_berkeley_dot_edu)
Date: Mon Dec 27 2004 - 21:37:50 PST
At 09:48 PM 12/27/2004, Venelin Mitov wrote: >Hello again and thanks, but it didn't worked The work-around I suggested is only effective on the most recent beta version (2.1.0) - it appears from the version info below that you're running the older 2.0.1 version. Please download 2.1.0 and try that, and/or use upcc -nightly to get the latest "bleeding-edge" translator (which is where the fixes to the original problem will first appear once a developer works on the problem). Dan >I suppose there is a problem with the parallel system I use >Did sample.c (which I sent) compiled with the same errors on the system you >use? > >Here is the upcc -version output : >This is upcc (the Berkeley Unified Parallel C compiler), version 2.0.1 > (getting remote translator settings...) >----------------------+--------------------------------------------------------- > UPC Runtime version | release 2.0.1, built on Nov 17 2004 at 16:36:45 >----------------------+--------------------------------------------------------- > UPC-to-C translator | release 2.0.1, built on Dec 10 2004 at 00:04:40 >----------------------+--------------------------------------------------------- > Translator location | http://upc-translator.lbl.gov/upcc-2.0.cgi >----------------------+--------------------------------------------------------- > networks supported | udp smp mpi >----------------------+--------------------------------------------------------- > default network | mpi >----------------------+--------------------------------------------------------- > pthreads support | available (if used, default is 2 pthreads per > process) >----------------------+--------------------------------------------------------- > Configured with | '--enable-mpi' '--prefix=/usr/local/upc' > | '--disable-vapi' '--disable-lapi' '--disable-gm' > | 'CC=mpicc' >----------------------+--------------------------------------------------------- > Configure id | hpc-frontal Wed Nov 17 16:33:01 CET 2004 david >----------------------+--------------------------------------------------------- > Binary interface | 64-bit ia64-unknown-linux-gnu >----------------------+--------------------------------------------------------- > Runtime interface # | Runtime supports 3.0 -> 3.2: Translator uses 3.1 >----------------------+--------------------------------------------------------- > | --- BACKEND SETTINGS (for mpi network) --- >----------------------+--------------------------------------------------------- > C compiler | /usr/local/mpich/bin/mpicc >----------------------+--------------------------------------------------------- > C compiler flags | -O3 -wd177 -wd279 >----------------------+--------------------------------------------------------- > linker | /usr/local/mpich/bin/mpicc >----------------------+--------------------------------------------------------- > linker flags | -DGASNET_NDEBUG -O3 -L/usr/local/upc/lib > -lupcr-mpi-seq > | -lumalloc -L/usr/local/upc/lib -lgasnet-mpi-seq > -lammpi > | -lm >----------------------+---------------------------------------------------------