Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Parlab
/
burglar
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1a26354
authored
May 05, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
b9701a42
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
client/README.md
+6
-6
No files found.
client/README.md
View file @
e1a26354
...
...
@@ -3,24 +3,25 @@
## Files:
player.h, player.cpp :
Player's basic class. Implementing server communication.
-
Player's basic class. Implementing server communication.
main.cpp :
Implements a simple burglar and cop players.
-
Implements a simple burglar and cop players.
They are moving randomly and create log messages in
\*
.log files.
test.sh :
Test script for the simple players version.
-
Test script for the simple players version.
mpimain.cpp :
Simple MPI communication example.
-
Simple MPI communication example.
The silly policeman is moving randomly and shouting to his radio if he sees the robber.
The others can hear this, but they don't know where the robber is.
mptest.sh :
Test script for the MPI version. Starts a burglar, and starts the MPI processes.
-
Test script for the MPI version. Starts a burglar, and starts the MPI processes.
## Compile:
module load mpi
make
...
...
@@ -31,7 +32,6 @@ mptest.sh :
## Starting the graphical server on the local machine:
1.
Creating TCP tunnel between the remote machine (para) and the local host.
The server listens on port number 15623.
The client uses the unique port number UID+17000, where UID is your user id on host para.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment