-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#50 Process initialization is now parallel
Also adds some `info` level prints to make demos a bit more friendly to new users closes #50
- Loading branch information
1 parent
fc4e21d
commit 6ae3a54
Showing
4 changed files
with
50 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ partitions: | |
') | ||
is "$out" \ | ||
"init start | ||
init done | ||
init start | ||
init done | ||
init done | ||
<test>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
windows: | ||
- length: 200 | ||
slices: | ||
- cpu: 0 | ||
sc_partition: SC1 | ||
|
||
partitions: | ||
- name: SC1 | ||
processes: | ||
- cmd: ../build/src/tests/api-init-test | ||
budget: 100 | ||
init: yes | ||
- cmd: ../build/src/tests/api-init-test | ||
budget: 100 | ||
init: yes |