Skip to content

Commit 8afe784

Browse files
committed
Merge branch 'sq-ccs_ex_charm4py' of https://github.com/charmplusplus/charm4py into sq-ccs_ex_charm4py
2 parents d6a0818 + dcd6357 commit 8afe784

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
"client.C": "cpp",
4+
"convcore.C": "cpp"
5+
}
6+
}

examples/ccs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Instructions to run CCS Example
2+
3+
1. Start up your python virtual env if using one
4+
2. Boot up the server through the command: python -m charmrun.start +p2 ++server ++local ccs_server.py
5+
3. Grab and store the the Server IP and Server Port that will appear in stdout when you run the above command
6+
4. In another terminal, cd to the converse/ccstest example in the charm++ repository and run a client program through the command: ./client server_ip server_port

0 commit comments

Comments
 (0)