https://gitlab.inria.fr/pm2/pm2
Raw File
Tip revision: a2d6f605763228977a33676eb8eeb182fe0fd80f authored by Sylvain Jeuland on 11 October 2006, 06:11:49 UTC
Makefile posixtests et README.pthread
Tip revision: a2d6f60
FILES
ARCHITECTURES : supported architectures
COPYRIGHT     : :-)
CVS           :
Makefile      : Makefile
README        : quick introduction to PM2
bin           : scripts used in PM2
console       : PM2 consoles
doc           : Documentation
dsm           : Distribuated Shared Memory module
examples      : Some examples of PM2
ezflavor      : A GTK interface to configure PM2
flavors       : settings of flavors (see bin/pm2-create-sample-flavors)
include	      : include files of PM2 module
leonie        : ??? module
mad1          : Madeleine 1 module (communication library)
mad2          : Madeleine 2 module (communication library)
mad3          : Madeleine 3 module (communication library)
mad4          : Madeleine 4 module (communication library)
madeleine     : symlink to one of the previous (see bin/pm2madselect)
make          : shared makefiles
marcel        : Marcel module (threads library)
modules       : Each link or repertory in this one is a PM2 module
pm2           : PM2 module (main library): lots of symlinks to root directory
pm2debug      : Debugging management routines
profile       : Profiling management routines
source        : PM2 module sources
stamp         : used to verify up-to-date library/prog when compiling
swann         : ??? module
toolbox       : toolbox module (library with utilities for mad2 ? )

most modules have
Makefile      : Makefile
include       : include files of the module
source        : sources of the module
config        : used for the configuration and module options
examples      : examples that use this module (not in each module)

most examples have
Makefile      : Makefile
back to top