Old Main Page: Difference between revisions

From SoftXMT
Jump to navigationJump to search
mNo edit summary
m (moved Main Page to Old Main Page: Update for new website)
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== SoftXMT Project Overview ==
== SoftXMT Project Overview ==
The [http://cass-mt.pnl.gov/ Center for Adaptive Supercomputing Software (CASS)] at the [http://pnl.gov Pacific Northwest National Laboratory (PNNL)] provides a [https://dada.cs.washington.edu/SoftXMT/File:PNNL_Task_Flyer.jpg high-level overview of the SoftXMT project], which is one of fifteen tasks the center supports to advance computational capability for solving large irregular problems.
The [http://cass-mt.pnl.gov/ Center for Adaptive Supercomputing Software (CASS)] at the [http://pnl.gov Pacific Northwest National Laboratory (PNNL)] provides a [https://dada.cs.washington.edu/SoftXMT/File:CASS-MT_Task15.pdf high-level overview of the SoftXMT project], which is one of fifteen tasks the center supports to advance computational capability for solving large [[irregular problems]] via multithreading technologies.


Participating organizations include:
Participating organizations include:
Line 6: Line 6:
* [http://www.cs.washington.edu University of Washington, Computer Science & Engineering]
* [http://www.cs.washington.edu University of Washington, Computer Science & Engineering]
* [http://www.cray.com Cray Inc.]
* [http://www.cray.com Cray Inc.]
* [http://www.convey.com Convey Inc.]
* [http://www.conveycomputer.com Convey Inc.]
 
== Meeting info ==
Wednesdays, 9:30 am, Allen Center room 674, 90 minutes
* [[Meeting notes]]
 
== Publications ==
*Jacob Nelson, Brandon Myers, A. H. Hunter, Preston Briggs, Luis Ceze, Carl Ebeling, Dan Grossman, Simon Kahan, Mark Oskin.
[http://www.usenix.org/event/hotpar11/tech/final_files/Nelson.pdf Crunching Large Graphs with Commodity Processors]. USENIX HotPar 2011.


== Documents ==
== Documents ==
* Project Description
* Project Description
  ** [https://dada.cs.washington.edu/SoftXMT/File:CASS-MT_Task15.pdf PNNL Task Flyer]
** [https://dada.cs.washington.edu/SoftXMT/File:CASS-MT_Task15.pdf PNNL Task Flyer]
* Threading Packages
** [http://www.cs.sandia.gov/qthreads QThreads]
** [http://software.intel.com/en-us/articles/intel-cilk-plus/ Cilk Plus]
*** [http://supertech.csail.mit.edu/papers/PPoPP95.pdf Early Cilk PPoPP paper]
** [http://www.threadingbuildingblocks.org/ TBB]
* Cray
* Cray
  ** [http://docs.cray.com/cgi-bin/craydoc.cgi?mode=View;id=S-2479-14;idx=books_search;this_sort=;q=S-2479;type=books;title=Cray%20XMT%20Programming%20Environment%20User%27s%20Guide Introduction to Cray XMT (MTA) Programming Model]
** [http://docs.cray.com/cgi-bin/craydoc.cgi?mode=View;id=S-2479-14;idx=books_search;this_sort=;q=S-2479;type=books;title=Cray%20XMT%20Programming%20Environment%20User%27s%20Guide Introduction to Cray XMT (MTA) Programming Model]
  ** [http://docs.cray.com/cgi-bin/craydoc.cgi?mode=SiteMap;f=xmt_sitemap Overall Cray XMT Documentation]
** [http://docs.cray.com/cgi-bin/craydoc.cgi?mode=SiteMap;f=xmt_sitemap Overall Cray XMT Documentation]
** Paper on original design: [http://www.cs.washington.edu/education/courses/548/06wi/files/tera.pdf The Tera Computer System]
* Convey
* Convey
  ** [http://www.conveycomputer.com/ConveyArchitectureWhiteP.pdf Convey HC-1 Whitepaper]
** [http://www.conveycomputer.com/ConveyArchitectureWhiteP.pdf Convey HC-1 Whitepaper]
* Sun
** Preston's notes on Niagara: [[Niagara Notes]]
* Application Papers
** [http://www.sandia.gov/~bahendr/papers/MTGL.pdf Software and Algorithms for Graph Queries on Multithreaded Architectures]
* Jace Mogill's [[Media:Mogill2010_EMSHybridFPGA.pdf | ''Extended Memory Semantics on Hybrid FPGA-x86 Architectures'']]
* Mandal, Fowler, and Porterfield's [http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5452064&tag=1 Modeling Memory Concurrency for Multi-Socket Multi-Core Systems]
* Notes on CPS-style parallelism: [[Blue Sky]]

Latest revision as of 03:01, 9 July 2012

SoftXMT Project Overview

The Center for Adaptive Supercomputing Software (CASS) at the Pacific Northwest National Laboratory (PNNL) provides a high-level overview of the SoftXMT project, which is one of fifteen tasks the center supports to advance computational capability for solving large irregular problems via multithreading technologies.

Participating organizations include:

Meeting info

Wednesdays, 9:30 am, Allen Center room 674, 90 minutes

Publications

  • Jacob Nelson, Brandon Myers, A. H. Hunter, Preston Briggs, Luis Ceze, Carl Ebeling, Dan Grossman, Simon Kahan, Mark Oskin.

Crunching Large Graphs with Commodity Processors. USENIX HotPar 2011.

Documents