iRCCE: A Non-blocking Communication Extension to RCCE / Version 2.0 iRCCE FLAIR Hello MARC Community, Please find attached a TAR file of the recent iRCCE release (Version 2.0 / iRCCE FLAIR). iRCCE is a non-bloc...
BareMichael is a minimalistic, open source baremetal framework for launching your C and/or assembly code on the SCC. There is just enough code to get each core into 32-bit protected mode with cache enabled, and ...
The released SCC Thermal Calibration Software contains a framework to generate the thermal sensors calibration coefficients and an analytical power model of the SCC chip. This framework is composed by a set of b...
Hello everybody, I would like to ask a question, and it seems very primary, but that because I'm very new in programmin SCC. When I use RCKMPI form programming SCC, and when it is better to use RCCE ? ...
Hello everybody, I'm a beginner in programming SCC. I'm trying to program it using visual studio. I've already installed WinGDB for remote debugging. I succeeded in compiling a simple "hello world" applicatio...
Dear MARC community, While running bare metal applications, we faced the problem of getting debug information from cores to the MCPC. The sccGui shows data send from the SCC via pseudo UART, but lacks the p...
MARC community, ETI has released a beta version of it's "SCC Development Framework". This framework will allow you to boot the chip in bare metal and jump to your user code. It leaves the chip in super...
Dear MARC community, TACO (Topologies and Collections) is a highly efficient distributed object platform, which is entirely based on C++ templates. TACO provides easily usable remote method invocation mechanis...
Hello MARC Community, Please find attached a TAR file of the updated iRCCE library (Version 1.2). iRCCE is a non-blocking communication extension to the well-known RCCE communication library that extends RCCE by a...
Hello MARC Community, Please find attached the TAR file of the iRCCE library that has been recently developed at our institute. iRCCE is a non-blocking communication extension to the well-known RCCE co...
While trying o make the trunc version of RCCE with SINGLEBITFLAGS=1, the folowing error is recieved: /home/omid/NetBeansProjects/RCCE/include/RCCE_lib.h:153: error: ‘WORDSIZE’ has not been declared...
RCKMPI is a modified MPICH2 for use on the Single Chip Cloud (SCC) computer from Intel. It takes into account the memory organization and the presence of message passing (MPB) buffer on the SCC, to allow for low...
Elemental is a dense linear algebra library built for distributed memory systems ported to SCC using RCCE and RCCE_comm. It provides a lot of functionality that you would find in PLAPACK and ScaLAPACK. &n...
I have uploaded my collective communication library, RCCE_comm, to the public repository at: http://marcbug.scc-dc.com/svn/repository/trunk/rcce_applications/UT/RCCE_comm/ The documentation for this library c...
For some experimentation with interrupt driven message passing I have written some (grossly experimental) code to generate interrupts and a kernel module for notifying userspace processes when an interrupt occurs. Sin...