r192714 - in /branches/gupc/libgupc: ChangeLog ...

nenadv@gcc.gnu.org nenadv@gcc.gnu.org
Tue Oct 23 14:49:00 GMT 2012


Author: nenadv
Date: Tue Oct 23 14:49:21 2012
New Revision: 192714

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192714
Log:
ibgupc/
	Implement Portals4-based UPC runtime.
	Consult libgupc/ChangeLog for details.

Added:
    branches/gupc/libgupc/ax_prog_doxygen.m4
    branches/gupc/libgupc/dox-filter-config-h
    branches/gupc/libgupc/doxygen-include.am
    branches/gupc/libgupc/doxygen.sty.in
    branches/gupc/libgupc/header.tex.in
    branches/gupc/libgupc/portals4/
    branches/gupc/libgupc/portals4/doxygen.cfg.in
    branches/gupc/libgupc/portals4/gcc-upc-lib.in
    branches/gupc/libgupc/portals4/gupcr_access.c
    branches/gupc/libgupc/portals4/gupcr_access.h
    branches/gupc/libgupc/portals4/gupcr_addr.c
    branches/gupc/libgupc/portals4/gupcr_alloc.h
    branches/gupc/libgupc/portals4/gupcr_alloc.upc
    branches/gupc/libgupc/portals4/gupcr_barrier.c
    branches/gupc/libgupc/portals4/gupcr_barrier.h
    branches/gupc/libgupc/portals4/gupcr_broadcast.c
    branches/gupc/libgupc/portals4/gupcr_broadcast.h
    branches/gupc/libgupc/portals4/gupcr_clock.c
    branches/gupc/libgupc/portals4/gupcr_coll_broadcast.upc
    branches/gupc/libgupc/portals4/gupcr_coll_init.upc
    branches/gupc/libgupc/portals4/gupcr_coll_reduce.in
    branches/gupc/libgupc/portals4/gupcr_coll_reduce.upc
    branches/gupc/libgupc/portals4/gupcr_coll_sup.c
    branches/gupc/libgupc/portals4/gupcr_coll_sup.h
    branches/gupc/libgupc/portals4/gupcr_config.h
    branches/gupc/libgupc/portals4/gupcr_defs.h
    branches/gupc/libgupc/portals4/gupcr_env.c
    branches/gupc/libgupc/portals4/gupcr_gmem.c
    branches/gupc/libgupc/portals4/gupcr_gmem.h
    branches/gupc/libgupc/portals4/gupcr_lib.h
    branches/gupc/libgupc/portals4/gupcr_lock.upc
    branches/gupc/libgupc/portals4/gupcr_lock_sup.c
    branches/gupc/libgupc/portals4/gupcr_lock_sup.h
    branches/gupc/libgupc/portals4/gupcr_main.c
    branches/gupc/libgupc/portals4/gupcr_mem.c
    branches/gupc/libgupc/portals4/gupcr_node.c
    branches/gupc/libgupc/portals4/gupcr_node.h
    branches/gupc/libgupc/portals4/gupcr_node_mem_mmap.c
    branches/gupc/libgupc/portals4/gupcr_node_mem_posix.c
    branches/gupc/libgupc/portals4/gupcr_pgm_info.c
    branches/gupc/libgupc/portals4/gupcr_portals.c
    branches/gupc/libgupc/portals4/gupcr_portals.h
    branches/gupc/libgupc/portals4/gupcr_pts.h
    branches/gupc/libgupc/portals4/gupcr_runtime.c
    branches/gupc/libgupc/portals4/gupcr_runtime.h
    branches/gupc/libgupc/portals4/gupcr_shutdown.c
    branches/gupc/libgupc/portals4/gupcr_shutdown.h
    branches/gupc/libgupc/portals4/gupcr_slock.h
    branches/gupc/libgupc/portals4/gupcr_slock.upc
    branches/gupc/libgupc/portals4/gupcr_sup.h
    branches/gupc/libgupc/portals4/gupcr_sync.h
    branches/gupc/libgupc/portals4/gupcr_tick.c
    branches/gupc/libgupc/portals4/gupcr_utils.c
    branches/gupc/libgupc/portals4/gupcr_utils.h
    branches/gupc/libgupc/portals4/upc_coll.h
Modified:
    branches/gupc/libgupc/ChangeLog
    branches/gupc/libgupc/Makefile.am
    branches/gupc/libgupc/Makefile.in
    branches/gupc/libgupc/aclocal.m4
    branches/gupc/libgupc/collectives/gen-upc-coll-reduce.pl
    branches/gupc/libgupc/collectives/upc_coll_prefix_reduce.in
    branches/gupc/libgupc/collectives/upc_coll_reduce.in
    branches/gupc/libgupc/config.h.in
    branches/gupc/libgupc/configure
    branches/gupc/libgupc/configure.ac
    branches/gupc/libgupc/configure.tgt
    branches/gupc/libgupc/testsuite/Makefile.in
    branches/gupc/libgupc/testsuite/lib/libgupc-dg.exp
    branches/gupc/libgupc/testsuite/lib/libgupc.exp



More information about the Gcc-cvs mailing list