lanl/BEE

Name: BEE

Owner: Los Alamos National Laboratory

Description: Enabling your application running across the Cloud and HPC platform

Created: 2017-05-08 20:13:47.0

Updated: 2018-04-06 17:37:15.0

Pushed: 2018-04-05 23:03:21.0

Homepage: null

Size: 192

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BEE: Build and Execute Environment

The goal of BEE (Build and Execution Environment) is to create a unified software stack to containerize HPC applications. A container is a package of code (usually binaries) and all of that code's dependencies (libraries, etc.). Once built, this container can be run on many different platforms. The execution environment on each platform will download and install (for this application only) all of the applications and dependencies into an isolated user environment and then execute the code. Containers provide many benefits:

The BEE project uses Docker to containerize applications. Docker has become the de facto standard container system and is used widely in cloud and web environments. Continuous integration services have been built on Docker, allowing application developers to describe compile and execution environments with Docker. When code is checked into a repository, it can be automatically tested across a suite of different software environments.

Build Instructions

To be added

Mail List and Contact

For bugs and problems report, suggestions and other general questions regarding the BEE project, Please subscribe to BEE-LANL and post your quesitons.

Release

This software has been approved for open source release and has been assigned BEE C17056.

Troubleshooting

Copyright

License can be found here


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.