diff options
-rw-r--r-- | steuermann/hosts.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/steuermann/hosts.ini b/steuermann/hosts.ini index cb0dcfe..c48b70b 100644 --- a/steuermann/hosts.ini +++ b/steuermann/hosts.ini @@ -105,6 +105,20 @@ workdir=/home/iraf/sm_work ; because each thing wants all the processors maxproc=1 +[etcdevens] +hostname=etcdevens +like=linux:csh +workdir=/home/iraf/sm_work +; because each thing wants all the processors +maxproc=1 + +[etcedis] +hostname=etcedis +like=linux:csh +workdir=/home/iraf/sm_work +; because each thing wants all the processors +maxproc=1 + [localhost] like=ssb |