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
1be0fcb5
authored
May 05, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.ik.bme.hu/Parlab/burglar
Conflicts: client/README.md
parents
6538750d
910c0671
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
58 deletions
+0
-58
client/README.md
+0
-58
No files found.
client/README.md
deleted
100644 → 0
View file @
6538750d
# Dummy players for lab
Simple example program to demonstrate the usage.
### Setting up the **MPI** environment on host para
-
login to para
-
`module load mpi`
### Compile:
make
### Starting the clients from the *client* directory
./test.sh – simple version
./mpitest.sh – mpi version
### Starting the graphical server on the local machine:
-
download the server
-
server.bat - on
**WinX**
host
-
./server.sh on
**Unix/Linux**
platform
### Creating TCP tunnel
A tcp tunnel sholud be set up between the remote machine (para) and the local host.
Parameters:
-
The server listens on port number 15623.
-
The client uses the unique port number UID+15000, where UID is your user id on host para.
-
./test.sh displays the port number
#### Tunnel setup using putty
Session->SSH->Tunnels
Source port: your unique port number (UID+17000).
Destination: localhost:15623
X Remote
X Ipv4
Add
#### Tunnel setup using ssh
`ssh -R PORT:localhost:15623 USER@PARA`
-
where
**PORT**
is your unique port number
-
**USER**
is ypur login name on para cluster
-
**PARA**
is the full hostname of para cluster
### Files:
#### player.h, player.cpp:
-
Player's basic class. Implementing server communication.
#### main.cpp :
-
Implements a simple burglar and cop players.
#### test.sh :
-
Test script for the simple players version.
#### mpimain.cpp :
-
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.
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