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
- Host: GitHub
- URL: https://github.com/lammps/cslib
- Owner: lammps
- License: other
- Created: 2020-12-22T20:57:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T23:32:09.000Z (about 5 years ago)
- Last Synced: 2025-08-08T04:50:21.090Z (11 months ago)
- Language: C++
- Homepage:
- Size: 1.14 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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