Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 4.99 KB

README.md

File metadata and controls

57 lines (44 loc) · 4.99 KB

Serialbox2 documentation

Version Travis status License: BSD Documentation

Introduction

Serialbox is a serialization library and tools for C/C++, Python3 and Fortran. Serialbox is used in several projects for building validation frameworks against reference runs. This is useful in the scope of rewrite of large codes, or when porting codes to multiple computing architectures. As an example, porting scientific codes to graphical processing units, that require continuous validation against the existing x86 code.

For instruction on how to build and use Serialbox, see here.

Continuous integration

Serialbox builds are run on Travis CI here.

Linux

Toolchain Config Status
GCC 5.5 Release GCC 5.5
GCC 5.5 RelWithDebInfo GCC 5.5
GCC 7.4 Release GCC 7.4
GCC 7.4 RelWithDebInfo GCC 7.4
GCC 8.1 Release GCC 8.1
GCC 8.1 RelWithDebInfo GCC 8.1
Clang 5.0 Release Clang 5.0
Clang 5.0 RelWithDebInfo Clang 5.0

License

You can check out the full license here.

This project is licensed under the terms of the BSD license.