Coder Social home page Coder Social logo

streamflow's Introduction

Streamflow
http://www.cs.vt.edu/~scschnei/streamflow

---
Project contributors
---
	Scott Schneider, [email protected]
	Christos Antonopoulos, [email protected]
	Dimitrios Nikolopoulos, [email protected]

---
Copyright & License
---
Copyright (C) 2007  Scott Schneider, Christos Antonopoulos 

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

The full license can be found at:
http://www.gnu.org/copyleft/lesser.html

---
Notes
---

Compiling:
	- In the Makefile, define a META_METHOD as one of HEADERS,
	  BIBOP or RADIX_TREE. All architectures support HEADERS. Only 
	  32-bit architectures support BIBOP, and only 64-bit architectures
	  support RADIX_TREE.
	- In the Makefile, define ASM as x86, ppc64 or ia64. These are the 
	  only supported architectures at this time. Adding additional 
	  architectures requires changing the defintions at the top of 
	  streamflow.h, and implementing the correct atomic operations in 
	  atomic.h and bitops.h.

gcc 3.3.4:
	- Streamflow does not compile with gcc 3.3.4; it causes an internal 
	  compiler error when full optimizations are turned on. It has been 
	  successfuly compiled with gcc 4.0.2 and gcc 3.4.5.

Machine dependent files:
	- atomic.h and bitops.h are taken from the Linux kernel source, 
	  with minor modifications.

streamflow's People

Watchers

Levi Stanley avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.