This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: nenadv
Date: Thu Aug 30 23:28:12 2012
New Revision: 190818

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190818
Log:
libgupc/smp/
	* upc_defs.h (upc_info_struct): Added host name and
	flag for MPIR partial attach support.
	* upc_main.c: Add MPIR_partial_attach_ok support.
	(__upc_init): Set start flag for all threads based on
	the debugging mode.  Initialize hostname in the info
	structure.
	(__upc_run_this_thread): Wait on start flag if necessary.
	(__upc_run_threads): Release threads after MPIR_Breakpoint().
	Set host_name and executable_name in the info structure.
	(__upc_print_help_and_exit): Removed help for unused flag
	-fupc-pthreads-per-process-N.

Modified:
    branches/gupc/libgupc/ChangeLog
    branches/gupc/libgupc/smp/upc_defs.h
    branches/gupc/libgupc/smp/upc_main.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]