diff --git a/README.md b/README.md index f7f8e98..60acb91 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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 @@ -146,4 +146,3 @@ Container level testing should be done ONLY IF you are looking for performance n -