aboutsummaryrefslogtreecommitdiff
path: root/steuermann/hosts.ini
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/hosts.ini')
-rw-r--r--steuermann/hosts.ini19
1 files changed, 17 insertions, 2 deletions
diff --git a/steuermann/hosts.ini b/steuermann/hosts.ini
index d51e9df..d0c5729 100644
--- a/steuermann/hosts.ini
+++ b/steuermann/hosts.ini
@@ -17,12 +17,16 @@
[all]
local=[ 'sh', '-c', '%(script)s' ]
+maxproc=2
[linux:csh]
hostname=no_such_machine
run=[ 'ssh', '-q', '%(hostname)s', 'source .steuermann.%(hostname)s; cd %(workdir)s; hostname; %(script)s ' ]
like=all
+[mac:csh]
+like=linux:csh
+
[windows:cmd]
hostname=no_such_machine
run=[ 'python', '-m', 'steuermann.windows_comm', '%(hostname)s', '%(script)s' ]
@@ -53,26 +57,37 @@ like=cadeau
hostname=herbert
like=linux:csh
workdir=/herbert/data1/sienkiew/steuermann
+maxproc=4
[thor]
hostname=thor
like=linux:csh
workdir=/thor/data2/sienkiew/steuermann
+maxproc=4
[arzach]
hostname=arzach
like=linux:csh
workdir=/arzach/data1/sienkiew/steuermann
+maxproc=4
[bond]
hostname=bond
-like=linux:csh
+like=mac:csh
workdir=/Users/sienkiew/work/steuermann
+maxproc=8
[cadeau]
hostname=cadeau
-like=linux:csh
+like=mac:csh
+workdir=/Users/sienkiew/work/steuermann
+maxproc=8
+
+[banana]
+hostname=banana
+like=mac:csh
workdir=/Users/sienkiew/work/steuermann
+maxproc=4
; There is a section [ALL] that is used with every machine name
[ALL]