1992
DOI: 10.1016/0956-0521(92)90089-2
|View full text |Cite
|
Sign up to set email alerts
|

The J-Machine: A fine-grain parallel computer

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
19
0

Year Published

1992
1992
1998
1998

Publication Types

Select...
7
2

Relationship

2
7

Authors

Journals

citations
Cited by 13 publications
(19 citation statements)
references
References 6 publications
0
19
0
Order By: Relevance
“…In the J-Machine [7], for example, node delay is 50 ns while the longest wire is 225 mm and has a time-of-flight delay of 1.5 ns. The channel width of these networks is often limited by node pin count rather than by wire bisection.…”
mentioning
confidence: 99%
“…In the J-Machine [7], for example, node delay is 50 ns while the longest wire is 225 mm and has a time-of-flight delay of 1.5 ns. The channel width of these networks is often limited by node pin count rather than by wire bisection.…”
mentioning
confidence: 99%
“…GET requests contain the information necessary for the GET handler to reply with the appropriate PUT message. Note that it is possible to provide versions of PUT and GET that copy data blocks with a stride or any other form of gather/scatter 6 . To demonstrate the simplicity and performance of Split-C, Figure 4 shows a matrix multiply example that achieves 95% of peak performance on large nCUBE/2 configurations.…”
Section: Split-c: An Experimental Programming Model Using Active Messmentioning
confidence: 99%
“…This ability to suspend requires general allocation and scheduling on message arrival and is the key difference with respect to Active Messages. In the case of the J-Machine, the programming model is put forward in object-oriented language terms [6]: the handler is a method, the data holds the arguments for the method and usually one of them names the object the method is to operate on. In a functional language view, the message is a closure with a code pointer and all arguments of the closure.…”
Section: Intended Programming Modelmentioning
confidence: 99%
“…The programs sequentially simulate the parallel execution of programs by a fine-grain message-passing parallel machine (which is described in [26]). …”
Section: Real-world Programsmentioning
confidence: 99%