-
https://forums.ghielectronics.com/t/sc13-can-bit-timings/23988/9
Check on SC20 which already fixed.
-
Hi,
I'm testing VeloC with a heatdis example using the single-mode (using `VELOC_Init_single`) option.
My cfg file contains:
```
scratch = /tmp/scratch
persistent = /tmp/persistent
mode = asy…
-
We want to be able to have a site site/space per tutorial to provide the latest updates, pointers to the hands-on lessons, additional resources, etc. at one easy-to-type URL.
The primary options wo…
-
* Presentation: https://sc20.supercomputing.org/presentation/?id=ws_scc108&sess=sess203
* Paper https://arxiv.org/abs/2008.10640
* Repository: https://gitlab.com/exosphere
-
"Allowable multiplier values range from 25 to 250,000 (250us). There are also 2 rules to the allowed values: 1,000,000,000 % multiplier must result in zero and 240,000,000 % (1,000,000,000 / multiplie…
-
document allowed power
SC13: 1.71V ~ 3.6 V
SC20: 1.62V ~ 3.6V
Keep in mind that modules (SOM) may have other components that needs higher voltage, like QSPI and SDRAM. Those need to be account…
-
The new site is missing the student cluster competition list that started during SC19 and this moment is only for SC, previous list: https://www.vi4io.org/io500/list/19-11/scc?fields=information__inst…
-
Comparing the [IO500 Historical list] (https://io500.org/site/submissions/historical/sc20) against the equivalent [VI4IO Historical list](https://www.vi4io.org/io500/list/20-11/historic?fields=inform…
-
```cs
static void ReadTemperatureSensor()
{
var sc20xxx = DeviceInformation.DeviceName.IndexOf("SC20") >= 0 ? true : false;
var ts_reg1 = sc20xxx ? (IntPtr)0x1FF1E820 : (IntPtr)0x1FFF75A…
-
I am facing this error in the scenario where I tried to run only a single phase of the test. **For example, when I tried to run only ior-easy phase(both read and write) what I did is that for other ph…