Skip to content
forked from uccs/libocoms

Open Component Services Library (OCOMS). The library provides module component architecture (MCA), class, list, freelist, hash, and other functionalities

License

Notifications You must be signed in to change notification settings

artpol84/libocoms

 
 

Repository files navigation

Open Component Module Service (OCOMS)

OCOMS is a stand alone light-weight network utility library. It provides
components and functionality to build the modular component architecture (MCA) based 
network libraries. The code is based on Open MPI's subproject Open Portability 
Abstraction Layer (OPAL). The OCOMS library provides the same functionality as 
OPAL while providing the ability to be integrated with other network libraries. 
More details can be found here: http://www.open-mpi.org/doc/

1. Build procedure:
./autogen.pl 
./configure --prefix=<prefix>/install 
make
make install

2. Build and RPM generation procedure:
./autogen.pl 
./configure --prefix=<prefix>/install 
make libocoms_rpms 

About

Open Component Services Library (OCOMS). The library provides module component architecture (MCA), class, list, freelist, hash, and other functionalities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 71.7%
  • Shell 12.8%
  • C++ 5.7%
  • M4 4.3%
  • Perl 2.2%
  • Makefile 1.4%
  • Other 1.9%