Giter Club home page Giter Club logo

sisal's Introduction

Sisal

Streams and Iteration in a Single Assignment Language

Reboot of LLNL Sisal

Sisal is a unique parallel language that supports a clean, fully implicit parallelization model.

The optimizing sisal compiler (sisalc) works on top of pthreads to give high performance on commodity SMP architectures.

[Initial repository cloned from https://sourceforge.net/projects/sisal/]

sisal's People

Contributors

iainaff avatar

Stargazers

 avatar  avatar

sisal's Issues

Replace DSA with malloc

Should use malloc for serial model. Pthreads can also
use the same malloc (at least in the _r libraries).
The DSA is a holdover when we needed to allocate special
shared memory pools (History note: We needed this to
make shared memory work on a 8-way parallel cluster of VAX
called circus.'' We also had a 2-way VAX called dumbo.''
Shared memory pages were mapped so that page maps for
each processor were overlaid via special calls).

Anyhow, the DSA technology is old and we should not
run with it if we don't have to. A particular annoyance
is requiring the memory requirements to be set before
run starts. The original 10meg DSA size is ludicrous.

[Patrick Miller, from SourceForge, 2001-01-10]

Should build with F90 if available

LBL's Cray T3E prefers to build with a stable FORTRAN
90 compiler. It may simply be reasonable to check to
see if F77 is well behaved and use it (trying for
F90 if it doesn't exist).

Note: When the foriegn interfaces work is up and running,
I will simply detect the full set of languages
(C, C++, Python, F77, F90) and build interface plug-ins
for each.

[Patrick Miller, from SourceForge, 2001-01-10]

-e entry flag not working

Sisalc seems to break the -e option of osc -- I have to name the
main program ``main'' to get things to work.

[Patrick Miller, from SourceForge, 2001-01-16]

Fix bit rot

The tree hasn't been updated for several years, and is at least one C standard, and several releases of gcc, behind.

Need to fix:

  1. Compilation errors;
  2. Compilation warnings.
  3. Build system

And then re-validate on tests.

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.