An open API service indexing awesome lists of open source software.

https://github.com/lammps/cslib

The CSlib library provides a client/server messaging protocol by which stand-alone codes can interact
https://github.com/lammps/cslib

Last synced: 10 months ago
JSON representation

The CSlib library provides a client/server messaging protocol by which stand-alone codes can interact

Awesome Lists containing this project

README

          

This is the the Client/Server messaging library (CSlib).

CSLib website: http://cslib.sandia.gov

Contact author:

Steve Plimpton
Sandia National Laboratories
sjplimp@sandia.gov
http://www.sandia.gov/~sjplimp

The CSlib is distributed as open-source code under the modified
Berkeley Software Distribution (BSD) License. See the accompanying
LICENSE file.

This directory contains the following:

README this file
LICENSE modified BSD license
doc doc pages, start with Manual.html
src source files for library
test test client/server codes in C++, C, Fortran 90, Python