Skip to content

Commit 55d875b

Browse files
committed
Update to tiger3-sumire
1 parent dac66e0 commit 55d875b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

team/drp.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Typically, LSST (and HSC/DECam) data processing is carried out using the `Tiger`
7070

7171
.. _Tiger: https://researchcomputing.princeton.edu/systems/tiger
7272

73-
The Princeton astronomical software group owns a head node on the Tiger cluster called ``tiger2-sumire``.
73+
The Princeton astronomical software group owns a head node on the Tiger cluster called ``tiger3-sumire``.
7474
You can use this node for building software and running small and/or short-lived jobs.
7575

7676
.. note::
@@ -161,7 +161,7 @@ BPS on the Princeton clusters is configured to work with the `ctrl_bps_parsl plu
161161

162162
To submit a job to the cluster, you will first need to create a YAML configuration file for BPS.
163163
For convenience, two generic configuration files have been constructed on disk at ``/scratch/gpfs/RUBIN/bps/bps_tiger.yaml`` and ``/scratch/gpfs/RUBIN/bps/bps_tiger_clustering.yaml``.
164-
The former is intended for general use, while the latter is intended for use with quantum clusering enabled.
164+
The former is intended for general use, while the latter is intended for use with quantum clustering enabled.
165165
These files may either be used directly when submitting a job or copied to your working directory and modified as needed.
166166
The following example shows how to submit a job using the generic configuration file:
167167

@@ -258,7 +258,7 @@ If you choose the first or second options, you may find the ``ProxyCommand`` or
258258
For example, adding the following to :file:`~/.ssh/config` will automatically route your connection to the right place when you run :command:`ssh tiger`::
259259

260260
Host tiger
261-
HostName tiger3.princeton.edu
261+
HostName tiger3-sumire.princeton.edu
262262
ProxyCommand ssh coma.astro.princeton.edu -W %h:%p
263263

264264
The following SSH configuration allows access via the Research Computing gateway::
@@ -268,14 +268,14 @@ The following SSH configuration allows access via the Research Computing gateway
268268
Host tiger* tigressdata*
269269
ProxyCommand ssh -q -W %h:%p tigressgateway.princeton.edu
270270
Host tiger
271-
Hostname tiger3.princeton.edu
271+
Hostname tiger3-sumire.princeton.edu
272272

273273
or alternatively::
274274

275275
Host tigressgateway
276276
HostName tigressgateway.princeton.edu
277277
Host tiger
278-
Hostname tiger3.princeton.edu
278+
Hostname tiger3-sumire.princeton.edu
279279
ProxyJump tigressgateway
280280

281281
(It may also be necessary to add a ``User`` line under ``Host tigressgateway`` if there is a mismatch between your local and Princeton usernames.)

0 commit comments

Comments
 (0)