GitXplorerGitXplorer
g

gbpSID

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
fb17d62fa86ae8a3374da09b7cc9366835a9dde8

Updated the build system to fix the documentation build.

ggbpoole committed 7 years ago
Unverified
58c204769ff9e9ec46c601d0168956a68fee64da

Deactivated support for SID_SENDRECV_SIZELIMIT until a lock can be debugged.

ggbpoole committed 7 years ago
Unverified
a78e0d41ef4a848c3d2610c60b4dc11eb7ca498c

Removed a test on dest!=source in SID_Sendrecv() ... can't see why it was needed.

ggbpoole committed 7 years ago
Unverified
642b9a667ba26bbf6cacd406ea33279e1bb6897a

Modified CMakeLists.txt to fix install location (a custom setting was being reset by project() on some systems).

ggbpoole committed 7 years ago
Unverified
d5ec8736d34bd81962e260eab3f19c17755579aa

Fixed an ill-initialized arg_list in gbpSID_hello_world.

ggbpoole committed 7 years ago
Unverified
22466ca0c6adb8af707e0debe8f2f4745b30d300

Minor cmake output formatting change.

ggbpoole committed 7 years ago

README

The README file for this repository.

Build Status Codacy Badge Join the chat at https://gitter.im/gbpSID/Lobby Documentation Status

gbpSID

gbpSID is a library that provides some general functionality to C/C++ projects.

Namely:

  • Initialization of runtime environments on High Performance Computing (HPC) platforms
  • Facilities for writing clean-and-clear log output with optional timing information
  • MPI wrappers permitting MPI code to be compiled without MPI for serial execution
  • An application class for uniform parsing of command line arguments, top-level exception handling, etc.
  • Some simple routines for efficient reading/writting of flat binary files

Contact info: Personal Homepage | Email Me