3
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 22 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added threadinfo optimization to reference-extended API this basically means routing the GASNET_BEGIN_FUNCTION() information provided by the GASNet client to the correct places under GASNET_PAR/GASNET_PARSYNC More... almost 22 years ago
more makefile stuff. . GM makes for seq, par and parsync More... almost 22 years ago
Configure additions and template fixes. . - FreeBSD support begun - a few configure hooks and some paltform-specific code like atomic operations - GM compilation tests and build support from top-level configure script (although still only enabled with --enable-gm) - small fix in template => gasnet_handler_t instead of handler_t More... almost 22 years ago
First stab at a compiling gasnet core. Among the changes. . - done integrating AM parameters in core - AMRequestLongAsync is currently a simple AMReqestLong since we have no dynamic registration or querying of pages. This is hand in hand with the requirements for put in get so should be enabled once work starts on the extended API. - DMA buffer descriptors have a flag field instead of a binary flag (might be useful later). - Completed integrating lock interface. We will have three locks 1. GM lock (every GM function that possibly alters the "port" state) 2. AM Request Medium causing replies (serialize access to temporary buf) 3. Client AM Request need exclusive access to a FIFO buffer queue Aside from the second lock, the two other locks are held for only a few cycles. The effect of the second lock on performance will eventually be studied. - Many small fixes/typos for a successful compilation - GM Makefile adjusted for compilation More... almost 22 years ago
add some new pdf converters to the GASNet Makefile checkin the texinfo.tex file used to create the document - apparently it's good to distribute this along with texinfo files. More... almost 22 years ago
Rollback Jason's change to AMMPI. More... almost 22 years ago
Added NORETURN macro that lets you mark functions that never return, for slightly better compilation and fewer spurious warnings. Used only with GCC (i.e. when __GNUC__ defined). Added it to the functions that can use it, and added -Wmissing-noreturn flag to debug GCC flags, so we'll notice if it applies to other functions in the future. More... almost 22 years ago
Changed whitespace back to the way it was before my last change More... almost 22 years ago
unBootstrap now removes both Makefile and Makefile.in from config-aux. More... almost 22 years ago
Added core/extended/client AM handler registration during gasnetc_init() More... almost 22 years ago
Added a gasnet.pdf target to the docs makefile More... almost 22 years ago
A few things left before the core is done. . More... almost 22 years ago
Updates in processing active messages from GM (in core_recv.c) Import/cleanup of macros to run the handlers. (mostly in core_types.h) More... almost 22 years ago
Add the makefile fragments setup to the gm conduit Integrate gm-conduit with the top level build infrastructure, but leave it off by default The gm-conduit can be enabled by passing "--enable-gm" to configure More... almost 22 years ago
Added auto-generated makefile fragments that provide all the information needed for GASNet clients to compile their programs in a consistent manner on any conduit (i.e. all the -I,-L,-l,-D options required to compile/link with the GASNet library and any supporting network libraries). More... almost 22 years ago
fix the gasnet_init() rename scheme (wasn't effectively catching errors before) fix a subtle race condition in MPI conduit init More... almost 22 years ago
Initial code for the GM core More... almost 22 years ago
more AMMPI cleanups for template. . More... almost 22 years ago
More info on include files included from top-level gasnet.h More... almost 22 years ago
Some final formatting touch-ups on GASNet spec Presentational changes for HTML and textual outputs More... almost 22 years ago
extraneous ammpi_buf_t in template. . More... almost 22 years ago
remove PACKAGE and VERSION automake variables that conflict with other packages (like upcr) rename GASNET_BARRIERFLAGS_* => GASNET_BARRIERFLAG_* to be consistent with upcr and because it makes more sense remove the Visual Studio project file because it changes too often during normal use and it's not really a necessary part of the distribution More... almost 22 years ago
remove AMMPI build files that aren't used by GASNet More... almost 22 years ago
Someone checked in this autogenerated Makefile by mistake. More... almost 22 years ago
Reformatted the GASNet spec using texinfo This is now the official version of the specification The spec still carries the 0.5 version stamp because the technical content remains unchanged. More... almost 22 years ago
small typo in INITERR() macro: if gasneti_VerboseErrors wasn't set, INITERR would not exit (goto done) More... almost 22 years ago
fix the typedefs for the default gasnet_node_t and gasnet_handler_t types to be platform-independent More... almost 22 years ago
Suppress a harmless warning on the MIPS Pro compiler (indicated expression has no effect) Added a file listing the CVS practices for the gasnet project Added a README file to the ammpi directory More... almost 22 years ago
I've checked in the GASNet code on n2003.lbl.gov:/var/local/cvs in the 'gasnet' project. More... almost 22 years ago
I've checked in the GASNet code on n2003.lbl.gov:/var/local/cvs in the 'gasnet' project. More... almost 22 years ago