Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ make -C runtime/lib ext_python memory_server

#### Verifying the environment.

To enable the environment, run `source runtime/scripts/activation`.
To enable the environment, run `source runtime/scripts/activate`.
To verify the python language library, run `python runtime/lib/tests/scripts/runtime_example_local.py`. The expected results should be:

```
Expand All @@ -80,7 +80,7 @@ To verify the python language library, run `python runtime/lib/tests/scripts/run
API test int = 12345, fetch = 12345 True
[transports/rdma_local.c:31] calling terminate with 65536 size
```
To verify the simulated memory element, launch one simulated memory with `runtime/lib/memory_server` in background, then run `python runtime/lib/tests/scripts/runtime_example_local.py`. The expected result should be:
To verify the simulated memory element, launch one simulated memory with `runtime/lib/memory_server` in background, then run `python runtime/lib/tests/scripts/runtime_example_tcp.py`. The expected result should be:

```
$ memory_server
Expand Down Expand Up @@ -146,4 +146,3 @@ Container level testing should be done ONLY IF you are looking for performance n