Difference between revisions of "AEminium"

From Aeminium
Jump to: navigation, search
m (Workshop on Facilitating Adoption of Parallel Computing)
m (Workshop on Facilitating Adoption of Parallel Computing)
Line 8: Line 8:
 
== Workshop on Facilitating Adoption of Parallel Computing ==
 
== Workshop on Facilitating Adoption of Parallel Computing ==
 
'''May 5, 2010'''
 
'''May 5, 2010'''
 +
 
Follow this [http://aeminium.dei.uc.pt/index.php/Events link] for more info on the workshop.
 
Follow this [http://aeminium.dei.uc.pt/index.php/Events link] for more info on the workshop.
  
 
== AEminium source code ==
 
== AEminium source code ==
 
Check out [http://code.google.com/p/aeminium/ Google Code] for code and examples (under development).
 
Check out [http://code.google.com/p/aeminium/ Google Code] for code and examples (under development).

Revision as of 13:38, 17 May 2010

Freeing Programmers from the Shackles of Sequentiality.

Current programming systems shackle developers to a sequential coding paradigm. This paradigm hampers developers from taking advantage of emerging large‐scale multicore hardware. We propose a platform which builds in concurrency by default: instead of sequencing code, programmers express dependency information, which is used by a compile‐time checker to verify correctness conditions, and by the libraries and runtime system to enable concurrent execution. As a result, developers can write parallel code in a natural style and have confidence in its correctness and performance.

Consult the Executive Summary for information on the project.

Workshop on Facilitating Adoption of Parallel Computing

May 5, 2010

Follow this link for more info on the workshop.

AEminium source code

Check out Google Code for code and examples (under development).