diff options
Diffstat (limited to 'steuermann/hosts.ini')
-rw-r--r-- | steuermann/hosts.ini | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/steuermann/hosts.ini b/steuermann/hosts.ini index f8c2e3b..abc114c 100644 --- a/steuermann/hosts.ini +++ b/steuermann/hosts.ini @@ -28,12 +28,15 @@ local=[ 'sh', '-c', '%(script)s' ] ; ; -q = quiet ; -x = do not forward X windows; prevents errors locking .Xauthority when lots of ssh come in at the same time -run=[ 'ssh', '-q', '-x', '%(hostname)s', ' cd %(workdir)s; set node=%(node)s; source bin/.steuermann.%(hostname)s; %(script)s; show_status $status ' ] +run=[ 'ssh', '-q', '-x', '%(hostname)s', ' cd %(workdir)s; setenv sm_node %(node)s; setenv sm_run %(runname)s; source bin/.steuermann.%(hostname)s; %(script)s; show_status $status ' ] like=all [mac:csh] like=linux:csh +[solaris:csh] +like=linux:csh + [windows:cmd] run=[ 'python', '-m', 'steuermann.windows_comm', '%(hostname)s', '%(script)s' ] like=all @@ -59,6 +62,12 @@ like=cadeau ; actual machines +[jwcalibdev] +hostname=jwcalibdev +like=linux:csh +workdir=/data1/iraf/steuermann +maxproc=32 + [herbert] hostname=herbert like=linux:csh @@ -77,6 +86,9 @@ like=linux:csh workdir=/arzach/data1/iraf/steuermann maxproc=4 +[localhost] +like=ssb + [ssb] hostname=ssbwebv1 like=linux:csh @@ -101,5 +113,18 @@ like=mac:csh workdir=/Users/iraf/work/steuermann maxproc=4 +[aten] +hostname=aten +like=solaris:csh +maxproc=1 +workdir=/aten/data2/iraf/steuermann + +[grail] +hostname=grail +like=solaris:csh +maxproc=1 +workdir=/data/grail1/iraf/steuermann + + ; There is a section [ALL] that is used with every machine name [ALL] |