- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -
UPC: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| developer = Free and open source software community | | developer = Free and open source software community | ||
| available on = [[NEC Nehalem Cluster]] | | available on = [[NEC Nehalem Cluster]] | ||
| category = [[:Category: | | category = [[:Category:Language Extension | Language Extension]] | ||
| license = Eclipse Public License | | license = Eclipse Public License | ||
| website = [http://www.eclipse.org/ www.eclipse.org] | | website = [http://www.eclipse.org/ www.eclipse.org] | ||
Line 12: | Line 12: | ||
== External links == | == External links == | ||
* [http://upc.gwu.edu/ UPC homepage] | * [http://upc.gwu.edu/ UPC homepage] | ||
[[Category:Language Extension]] |
Revision as of 09:54, 25 February 2010
Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others. |
|
Programming Language Extension. Unified Parallel C (UPC) is an extension of the C programming language designed for high-performance computing on large-scale parallel machines, including those with a common global address space (SMP and NUMA) and those with distributed memory (eg. clusters). The programmer is presented with a single shared, partitioned address space, where variables may be directly read and written by any processor, but each variable is physically associated with a single processor.