Skip to content

Commit 2810482

Browse files
authored
Merge pull request #266 from lsst-dm/tickets/DM-15889
DM-15889: Remove /ssd shared stacks from dev guide.
2 parents 3ce6974 + 7f030dd commit 2810482

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

services/lsst-dev.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -189,18 +189,15 @@ If you are using `Bash`_ — the default shell on ``lsst-dev01`` — try placing
189189
Load the LSST Environment
190190
=========================
191191

192-
We provide ready-to-use “shared” versions of the LSST software stack to enable developers to get up and running quickly with no installation step.
193-
Each shared stack includes a fully fledged Miniconda-based Python environment, a selection of additional development tools, and a selection of builds of the lsst_distrib meta-package.
194-
The currently maintained stacks are regularly updated to include the latest weekly release, which is tagged as ``current``.
192+
We provide a ready-to-use “shared” version of the LSST software stack to enable developers to get up and running quickly with no installation step.
193+
The shared stack includes a fully-fledged Miniconda-based Python environment, a selection of additional development tools, and a selection of builds of the lsst_distrib meta-package.
194+
The currently stack is regularly updated to include the latest weekly release, which is tagged as ``current``.
195195

196196
The following stacks are currently maintained:
197197

198198
======================================== ============== ================ =======================================================================================================================================================================================================================
199199
Path Python Version Toolchain Description
200200
======================================== ============== ================ =======================================================================================================================================================================================================================
201-
:file:`/ssd/lsstsw/stack2_20171021` 2 ``devtoolset-6`` Located on local, SSD based storage attached to the `lsst-dev01` system: it will support fast interactive use on that machine, but is not accessible across the network.
202-
:file:`/ssd/lsstsw/stack3_20171021` 3 ``devtoolset-6`` Located on local, SSD based storage attached to the `lsst-dev01` system: it will support fast interactive use on that machine, but is not accessible across the network.
203-
:file:`/software/lsstsw/stack2_20171022` 2 ``devtoolset-6`` Located on GPFS-based network storage; as such, it is cross-mounted across a variety of LSST systems at NCSA including those configured as part of the `HTCondor pool`_ and :doc:`Verification Cluster <verification>`.
204201
:file:`/software/lsstsw/stack3_20171023` 3 ``devtoolset-6`` Located on GPFS-based network storage; as such, it is cross-mounted across a variety of LSST systems at NCSA including those configured as part of the `HTCondor pool`_ and :doc:`Verification Cluster <verification>`.
205202
======================================== ============== ================ =======================================================================================================================================================================================================================
206203

@@ -213,19 +210,14 @@ In addition, the following symbolic links point to particular versions of the st
213210
=============================== =====================================================================================================
214211
Path Description
215212
=============================== =====================================================================================================
216-
:file:`/ssd/lsstsw/stack` The latest version of the stack on local storage using our standard Python version (currently 3).
217-
:file:`/ssd/lsstsw/stack2` The latest version of the stack on local storage and based on Python 2.
218-
:file:`/ssd/lsstsw/stack3` The latest version of the stack on local storage and based on Python 3.
219213
:file:`/software/lsstsw/stack` The latest version of the stack on networked storage using our standard Python version (currently 3).
220-
:file:`/software/lsstsw/stack2` The latest version of the stack on networked storage and based on Python 2.
221-
:file:`/software/lsstsw/stack3` The latest version of the stack on networked storage and based on Python 3.
222214
=============================== =====================================================================================================
223215

224216
Add a shared stack to your environment and set up the latest build of the LSST applications by running, for example:
225217

226218
.. prompt:: bash
227219

228-
source /ssd/lsstsw/stack/loadLSST.bash
220+
source /software/lsstsw/stack/loadLSST.bash
229221
setup lsst_apps
230222

231223
(substitute :file:`loadLSST.csh`, :file:`loadLSST.ksh` or :file:`loadLSST.zsh`, depending on your preferred shell).

0 commit comments

Comments
 (0)