⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 http:^^http.cs.berkeley.edu^projects^parallel^castle^split-c^split-c.html

📁 This data set contains WWW-pages collected from computer science departments of various universities
💻 HTML
字号:
Date: Tue, 14 Jan 1997 19:01:13 GMTServer: NCSA/1.4Content-type: text/htmlLast-modified: Fri, 19 Jul 1996 18:45:06 GMTContent-length: 3021<!WA0><img ALIGN=middle src="http://http.cs.berkeley.edu/projects/parallel/castle/split-c/split-c.gif"><TITLE>Split-C</TITLE><H1>Split-C - UC Berkeley, CS Division</H1><HR>Split-C is a parallel extension of the C programming language thatsupports efficient access to a global address space on currentdistributed memory multiprocessors.  It retains the "small language"character of C and supports careful engineering and optimization ofprograms by providing a simple, predictable cost model.  This is instark contrast to languages that rely on extensive programtransformation at compile time to obtain performance on parallelmachines.  Split-C programs do what the programmer specifies; thecompiler takes care of addressing and communication, as well as codegeneration.  Thus, the ability to exploit parallelism or locality is notlimited by the compiler's recognition capability, nor is there need tosecond guess the compiler transformations while optimizing the program.The language provides a small set of global access primitives and simpleparallel storage layout declarations.  These seem to capture most of theuseful elements of shared memory, message passing, and data parallelprogramming in a common, familiar context. <P>Split-C is currently implemented on the Thinking Machines Corp. CM-5,the Intel Paragon, the IBM SP-2, and the Meiko CS-2, and is underdevelopment on the Cray T3D.  All versions are built using the FreeSoftware Foundation's GCC and the message passing systems available oneach machine.  Faster implementations are underway for the Meiko CS-2 using the Elan libraries and for networks of workstations using <!WA1><A HREF="http://now.cs.berkeley.edu/AM/active_messages.html">Active Messages</A>.It has been used extensively as a teaching tool in parallel computingcourses and hosts a wide variety of applications.  Split-C may also beviewed as a compilation target for higher level parallel languages. <P>Available documentation for Split-C includes the following:<UL> <LI><!WA2><A HREF="http://http.cs.berkeley.edu/projects/parallel/castle/split-c/split-c.tr.html">Parallel Programming in Split-C</A>, whichintroduces the language through an example (<!WA3><A href="ftp://ftp.cs.berkeley.edu/ucb/CASTLE/Split-C/sc93.ps.Z">PostScript version</A>)<LI><!WA4><A href="ftp://ftp.cs.berkeley.edu/ucb/CASTLE/Split-C/tutor.ps">Introduction to Split-C</a>, a tutorial introduction to Split-C<LI><!WA5><A HREF="http://www.cs.berkeley.edu/~chad/meiko.ps">Implementing Split-C on the Meiko CS-2: Preliminary Results</A><LI><!WA6><A href="ftp://ftp.cs.berkeley.edu/ucb/CASTLE/Split-C/">Split-C Releases</a></UL><!WA7><A HREF="http://http.cs.berkeley.edu/projects/parallel/castle/split-c/download.html">Download the Split-C distribution</A> for your platform (Meiko only - other platforms soon to be added)<p>Related projects include:<UL><LI><!WA8><A HREF="http://http.cs.berkeley.edu/projects/parallel/castle/mantis">The Mantis Parallel Debugger</A></UL>Applications include:<UL><LI><!WA9><A HREF="http://http.cs.berkeley.edu/projects/parallel/castle/split-c-apps/connect.html">Connected Components</A><LI><!WA10><A HREF="http://http.cs.berkeley.edu/projects/parallel/castle/split-c-apps/sort.html">Sorting</A></UL><HR><!WA11><A href="http://http.CS.Berkeley.EDU/"><!WA12><img ALIGN=middle src="http://http.cs.berkeley.edu/projects/parallel/castle/campanile.gif"> Back to CS Division Home Page</a><HR>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -