Hi, I tried to compile RCCE with pwrmgmfeatures and I received following errors. any Idea? ./configure emulator ./makeall ./make OMP_EMULATOR=1 PWRMGMT=1 /root/RCCE_v1.1.0/src/RCCE_power_mana...
Hi, I built RCCE with configure SCC_LINUX and I successfully compiled the pingpong example for scc. When I tried to run PINGPONG example on SCC with the following instruction (I copied rccerun to the PINGPONG ...
Hi, there! a "beginner" question on RCCE emulator: does RCCE only emulate the behavior of network communication? I don't find the processor simulator integrated in RCCE emulator. Thanks! Liang
Hi, I am working on the RCCE emulator. The emulator uses OpenMP to multithread the application which is to be run (i.e RCCE_APP). Here all the threads share the same code segment of RCCE_APP. My question is in...