Eric 'Siggy' Scott

Results 13 comments of Eric 'Siggy' Scott

Another suggestions to re-open. If restic doesn't support backup scheduling/monitoring, the docs can explain this and link to something that does, since that's the primary way backup tools are used.

Looks like the tutorial examples add `-pthread` in their local Makefile. Maybe I was just expected it to be included in `CARLSIM5_FLG`, but it was never intended to be?

Hi @lwy-599 — I can't find some of those symbols (such as `install_carlsim_pti`) in the current repo for either CARLsim5 or CARLsim6. Could you provide more information?

@lwy-599 Bump.

Closing as stale.

Does this also affect mutlithreaded parallelism within a _single_ CARLsim instance? If so, that's a good argument for disabling the affinity mask entirely by default.

Commenting out all 15 affinity masks in `snn_manager.cpp` gives me full utilization on all threads. For my use case (multiple CARLsim instances being run on CPU by ECJ) it makes...

Todos - [ ] Correct the docs / get it working smoothly with `cmake` - [ ] Update the ECJ repo's `Makefile` - [ ] Take a broader pass over...

Using the other `tools/` utilities as dependencies seems to be a bit simpler—because they are compiled as individual libraries already. Should make `PTI` follow the same pattern for consistency. Though...

Situation might have improved a little with with #28