The repository and issue tracking has now been moved to github, please visit https://github.com/mercury-hpc/mercury = Welcome to the MERCURY trac site = == What is Mercury? == Mercury is an RPC framework specifically designed for use in HPC systems that allows asynchronous transfer of parameters and execution requests and direct support of large data arguments. The interface is generic to allow any function call to be shipped. The network implementation is abstracted, allowing easy porting to future systems and efficient use of existing native transport mechanisms. == Download == Using Git (Anonymous access): {{{ git clone git://git.mcs.anl.gov/radix/mercury cd mercury git submodule update --init }}} == Documentation == === Automatically Generated Documentation === Automatically generated API Documentation for the current Git repository: * [ftp://ftp.mcs.anl.gov/pub/mercury/documents/doxygen_doc/index.html Doxygen Documentation] === Presentations === * [ftp://ftp.mcs.anl.gov/pub/mercury/documents/2013-06-28-Mercury_THG_internal.pdf Mercury: RPC for High-Performance Computing] == Mailing Lists == * Mercury users: https://lists.mcs.anl.gov/mailman/listinfo/mercury * Mercury developers: https://lists.mcs.anl.gov/mailman/listinfo/mercury-devel * Mercury commit/test messages: https://lists.mcs.anl.gov/mailman/listinfo/mercury-commits == Internal Meetings == * [wiki:InternalMeetingAgenda Details and Agenda]