|
Revision 127, 1.3 kB
(checked in by edsuom, 10 months ago)
|
Fixed NDM niceness setting; headless node option; setting for number of jobs queued per worker at a time
|
| Line | |
|---|
| 1 |
# AsynCluster Client & Server Common Configuration File |
|---|
| 2 |
|
|---|
| 3 |
#--- Server-specific config items ------------------------- |
|---|
| 4 |
[server] |
|---|
| 5 |
|
|---|
| 6 |
# URL to Privilege & Usage Database |
|---|
| 7 |
database = DEFINE_A_URL |
|---|
| 8 |
|
|---|
| 9 |
# Comma-separate list of accepted client address definition(s) |
|---|
| 10 |
# Example: "subnets = 127.0.0.1, 192.168.1.0/24" |
|---|
| 11 |
subnets = 127.0.0.1, 192.168.135.0/24 |
|---|
| 12 |
|
|---|
| 13 |
# Number of jobs to queue up at a time for an individual worker |
|---|
| 14 |
jobs = 2 |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
#--- Client-specific config items ------------------------- |
|---|
| 18 |
[client] |
|---|
| 19 |
|
|---|
| 20 |
# Server host for node-master TCP connections |
|---|
| 21 |
host = main |
|---|
| 22 |
|
|---|
| 23 |
# User name for the client connection |
|---|
| 24 |
user = test |
|---|
| 25 |
|
|---|
| 26 |
# Password for the client connection |
|---|
| 27 |
password = YOU-MUST-CHANGE-THIS |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
#--- Common config items ---------------------------------- |
|---|
| 31 |
[common] |
|---|
| 32 |
|
|---|
| 33 |
# Server port for node-master TCP connections |
|---|
| 34 |
tcp port = 9080 |
|---|
| 35 |
|
|---|
| 36 |
# UNIX Socket for master control connections |
|---|
| 37 |
socket = /tmp/.ndm |
|---|
| 38 |
|
|---|
| 39 |
# Server password for reverse login to client |
|---|
| 40 |
server password = YOU-MUST-CHANGE-THIS-TOO |
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
#--- Display manager items -------------------------------- |
|---|
| 44 |
[display] |
|---|
| 45 |
|
|---|
| 46 |
# NDM Window size in pixels (fixed) |
|---|
| 47 |
size = 300, 200 |
|---|
| 48 |
|
|---|
| 49 |
# The window manager to launch for a new user session |
|---|
| 50 |
window manager = /usr/bin/startkde |
|---|
| 51 |
|
|---|
| 52 |
# Niceness level at which to run the window manager and thus all programs |
|---|
| 53 |
# launched by the user from there |
|---|
| 54 |
niceness = 10 |
|---|