Index of /dist-ex/other

[ICO]NameLast modifiedSize

[PARENTDIR]Parent Directory  -
[DIR]ammpi/2023-12-15 14:10 -
[DIR]amudp/2023-12-15 14:10 -
[DIR]amx/2023-12-15 14:09 -
[DIR]contrib/2023-12-15 14:10 -
[DIR]firehose/2023-12-15 14:10 -
[DIR]hwloc/2023-12-15 14:09 -
[DIR]kinds/2023-12-15 14:09 -
[DIR]mpi-spawner/2023-12-15 14:09 -
[DIR]myxml/2023-12-15 14:09 -
[DIR]plpa/2023-12-15 14:09 -
[DIR]pmi-spawner/2023-12-15 14:09 -
[DIR]spawner/2023-12-15 14:09 -
[DIR]ssh-spawner/2023-12-15 14:09 -
[DIR]valgrind/2023-12-15 14:10 -
[   ]Makefile-conduit.mak.in2023-12-15 14:09 18K
[   ]Makefile-echovar.mak2023-12-15 14:09 834
[   ]Makefile-libgasnet.mak.in2023-12-15 14:09 15K
[   ]Makefile.am2023-12-15 14:09 3.4K
[   ]Makefile.in2023-12-15 14:09 30K
[TXT]README2023-12-15 14:09 3.6K
[TXT]check-header-erase.pl2023-12-15 14:09 3.4K
[TXT]check-pp.c2023-12-15 14:09 5.9K
[TXT]detect-pshm.c2023-12-15 14:09 1.4K
[   ]fragment-body.mak.in2023-12-15 14:09 3.9K
[   ]fragment-head.mak.in2023-12-15 14:09 3.4K
[TXT]gasnet_arch_arm.h2023-12-15 14:09 3.8K
[TXT]gasnet_portable_platform.h2023-12-15 14:09 43K
[   ]gasnet_tools-fragment.mak.in2023-12-15 14:09 2.2K
[   ]mpirun_common.in2023-12-15 14:09 458
[   ]perlstart.in2023-12-15 14:09 3.8K
[   ]pkgconfig-conduit.pc2023-12-15 14:09 538
[   ]pkgconfig-tools.pc2023-12-15 14:09 244
[TXT]portable_inttypes.h2023-12-15 14:09 13K
[TXT]portable_platform.h2023-12-15 14:09 164
[TXT]tools-toggle.pl2023-12-15 14:09 1.0K

External Software README
------------------------

This subdirectory contains various external libraries and tools
used by this GASNet implementation.

------------------------------------------------------------------
AMUDP

The amudp directory contains a snapshot of AMUDP, a software layer 
written by Dan Bonachea <[email protected]> that provides 
AM2 functionality over UDP. The authoritative version of AMUDP
is located here:

https://gasnet.lbl.gov/amudp

If you make fixes or changes to the code in that directory, 
please email them to Dan Bonachea <[email protected]>.

------------------------------------------------------------------
AMMPI

The ammpi directory contains a snapshot of AMMPI, a software layer 
written by Dan Bonachea <[email protected]> that provides 
AM2 functionality over MPI. The authoritative version of AMMPI
is located here:

https://gasnet.lbl.gov/ammpi

If you make fixes or changes to the code in that directory, 
please email them to Dan Bonachea <[email protected]>.

------------------------------------------------------------------
AMX

The amx directory contains the test suite for the stand-alone
AMUDP and AMMPI products, and some factored components.

------------------------------------------------------------------
CONTRIB

Various extra add-on tools which are useful in conjunction with
add-on tools. See individual files or subdirectories for licensing
and contact information.

------------------------------------------------------------------
FIREHOSE

The firehose directory contains an implementation of the firehose 
distributed page registration management algorithm described in:

C. Bell and D. Bonachea. "A New DMA Registration Strategy for 
Pinning-Based High Performance Networks", Workshop on Communication 
Architecture for Clusters (CAC'03), 2003. 

For more information, contact Christian Bell <[email protected]>
or Dan Bonachea <[email protected]>.

------------------------------------------------------------------
PLPA

The plpa directory contains a modified subset of the source code to
the Portable Linux Processor Affinity (PLPA) library.  This software
is used to implement the GASNet processor-pinning calls on Linux
platforms.  See plpa/README for an expanded description.

The PLPA software is not a product of the GASNet development team.
However, if in doubt whether a specific problem is a bug in PLPA or
in the GASNet-specific modification or usage, please report the
problem to the GASNet team (who will forward the bug report if
appropriate).

To file PLPA bug reports, for general information about PLPA, for
mailing lists, or for the full unmodified source, please see

http://www.open-mpi.org/software/plpa/

------------------------------------------------------------------
MPI-SPAWNER

The mpi-spawner directory contains an implementation of job-launch
and GASNet communications bootstrapping using MPI.  It is optionally
used by several GASNet conduits for cluster-based systems.

------------------------------------------------------------------
SSH-SPAWNER

The ssh-spawner directory contains an implementation of job-launch
and GASNet communications bootstrapping using ssh.  It is optionally
used by several GASNet conduits for cluster-based systems.

------------------------------------------------------------------
PMI-SPAWNER

The mpi-spawner directory contains an implementation of job-launch
and GASNet communications bootstrapping using MPI.  It is optionally
used by several GASNet for cluster-based systems, and unconditionally 
by aries conduit.

------------------------------------------------------------------