diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-01-13 12:33:13 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2015-01-13 12:33:13 -0500 |
commit | 2b7164445a4090a9e05fce84715d68c306de8540 (patch) | |
tree | f141dcc988eb1c9a6e6cfa78c00829fecbab1737 /steuermann | |
parent | 38dc08ee60048765d53b2a12f6c4749bdd4b3abf (diff) | |
download | steuermann-2b7164445a4090a9e05fce84715d68c306de8540.tar.gz |
add etccartier, etcedis
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1373 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann')
-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 |